Re: [xwiki-users] edit page rights problem

2008-02-13 Thread raffovi
What do you mean with XE?? Tnx Raffo Sergiu Dumitriu-2 wrote: raffovi wrote: Hi all, sometimes when I try to change rights, xwiki doesn't updates all changes. This problem appends when I have more than one column rights set and I try to change some allow cells into deny Regards

Re: [xwiki-users] edit page rights problem

2008-02-13 Thread raffovi
If you mean xwiki ... i'm using xwiki enterprise 1.2.2 Regards Raffo Sergiu Dumitriu-2 wrote: raffovi wrote: Hi all, sometimes when I try to change rights, xwiki doesn't updates all changes. This problem appends when I have more than one column rights set and I try to change some

[xwiki-users] Upgrade from XWiki Version 0.9.840

2008-02-13 Thread David Delbecq
Hello, we are currently running XWiki Version 0.9.840 in our intranet. Due to regular problems we have with pages history being corrupted, absence of wysiwig editor, we would like to upgrade our xwiki version. It seems that the replacement for that xwiki is xwiki enterprise 1.2.2. We tried

Re: [xwiki-users] Upgrade from XWiki Version 0.9.840

2008-02-13 Thread Vincent Massol
Hi David, On Feb 13, 2008, at 12:34 PM, David Delbecq wrote: Hello, we are currently running XWiki Version 0.9.840 in our intranet. Due to regular problems we have with pages history being corrupted, absence of wysiwig editor, we would like to upgrade our xwiki version. It seems

Re: [xwiki-users] rendering pages with Groovy code

2008-02-13 Thread Sergiu Dumitriu
[Ricardo Rodriguez] Your EPEC Network ICT Team wrote: Hi all, We are facing a weird issue. The following code (provided the right host name, username and password)... áéíóú % import groovy.sql.Sql db = Sql.newInstance(jdbc:mysql://hostname/database, username, password,

[xwiki-users] CamelCase

2008-02-13 Thread Frantisek Kall
On wikimatrix.org I read CamelCase is optional feature in xwiki. How can I switch it on ? What I shoud do when I need translate xwiki user interface to Slovak language ? Frantisek Kall ___ users mailing list users@xwiki.org

[xwiki-users] Need page saved by admin for hosted wiki

2008-02-13 Thread Esbach, Brandon
Hi guys, Been looking to get one of my hosted wiki pages saved (protected calls inside page), can someone please update? Brandon Esbach Software Engineer Wireless Systems Segment Tyco Electronics 4 Eastgate Road Eastgate Little Island Co. Cork Ireland Tel: +353-21-4808305 Email: [EMAIL

Re: [xwiki-users] $xwiki.sendMessage

2008-02-13 Thread Guillaume Lerouge
Hi Brandon, here is how we use it: $mail = Content-type: text/plain; charset=iso-8859-1${xwiki.nl}To: YourEmailTarget${xwiki.nl}Subject: YourSubject${xwiki.nl}${xwiki.nl}Actual Email Content${xwiki.nl}${xwiki.nl} Note the absence of spaces and the - your answer may lie somewhere in there. Hope

Re: [xwiki-users] edit page rights problem

2008-02-13 Thread raffovi
The error happens when I try to change a cell from allow to deny only when on the same row another cell is set to deny | view | comment | edit | delete ___ view | deny | Error | Error | Error comment| Error | deny | Error | Error

Re: [xwiki-users] CamelCase

2008-02-13 Thread Vincent Massol
Hi Frantisek, On Feb 13, 2008, at 3:41 PM, Frantisek Kall wrote: On wikimatrix.org I read CamelCase is optional feature in xwiki. How can I switch it on ? hmmm not sure we have that, maybe someone has written such a plugin or feature. We do have something a bit similar here:

[xwiki-users] setUser admin

2008-02-13 Thread raffovi
Hi all, how can I execute a procedure using Admin while I'm logged as another User? Tahnks Raffo -- View this message in context: http://www.nabble.com/setUser-admin-tp15461068p15461068.html Sent from the XWiki- Users mailing list archive at Nabble.com.

Re: [xwiki-users] edit page rights problem

2008-02-13 Thread Sergiu Dumitriu
Yes, XE means XWiki Enterprise. We had this problem with an older release, but it was fixed. Are you sure you are using XE 1.2.2, with all its skin files? If you have files from an older install (1.2 RC), then you should replace those files with the ones from 1.2.2 I just test with both 1.3

Re: [xwiki-users] setUser admin

2008-02-13 Thread raffovi
How?? Can you tell me sometring more? Thanks Raffo Sergiu Dumitriu-2 wrote: raffovi wrote: Hi all, how can I execute a procedure using Admin while I'm logged as another User? Tahnks Raffo Using programming rights. -- Sergiu Dumitriu http://purl.org/net/sergiu/

Re: [xwiki-users] setUser admin

2008-02-13 Thread [Ricardo Rodriguez] Your EPEC Network ICT Team
raffovi wrote: How?? Can you tell me sometring more? Thanks Raffo Well, I don't know what are you calling a procedure. Let me guess it is a piece of code (Groovy for instance) embedded in a XWiki document. It must be edited by an user having programming rights. Then, any user accessing

Re: [xwiki-users] CamelCase

2008-02-13 Thread Sergiu Dumitriu
Frantisek Kall wrote: On wikimatrix.org http://wikimatrix.org I read CamelCase is optional feature in xwiki. How can I switch it on ? 1. Extract the file radeox_markup_xwiki.properties from webapp-root/xwiki/WEB-INF/lib/xwiki-core-*.jar into webapp-root/xwiki/WEB-INF/classes/ 2. Edit

Re: [xwiki-users] Creating a class : hHow to add tye of properties?

2008-02-13 Thread Sergiu Dumitriu
HERICHER Benoit DSIC BUA wrote: Hi, I would like to create a class Contact with a property PersonalAddress. As I guess that will have to reuse the concept of Address to manage other things , I decide to create first a class Address and then I would like to assign this type to the

[xwiki-users] passing username and password with the URL

2008-02-13 Thread [Ricardo Rodriguez] Your EPEC Network ICT Team
Hi all, We are using XWiki to share/develop R code. R has a source() command that can call a remote web page where the code is stored and execute it locally. We can figure out more sophisticated ways of getting R involved, but as an starting point it could be enough to be able to call

Re: [xwiki-users] rendering pages with Groovy code

2008-02-13 Thread Sergiu Dumitriu
[Ricardo Rodriguez] Your EPEC Network ICT Team wrote: Sergiu Dumitriu wrote: Probably an encoding issue. Can you check the values of: - file.encoding jvm property - xwiki.encoding in xwiki.cfg Hi Sergiu: It is easy to find the xwiki.encoding value. Here it is:

Re: [xwiki-users] rendering pages with Groovy code

2008-02-13 Thread [Ricardo Rodriguez] Your EPEC Network ICT Team
Sergiu Dumitriu wrote: Yep, that's the value I'm interested in. If you can change the tomcat settings, can you you add -Dfile.encoding=ISO-8859-1, restart tomcat and test again? I can not do that right now, but I will add the parameter, try again and report back as soon as possible Was

[xwiki-users] problems importing xwiki 0.9

2008-02-13 Thread David Delbecq
Hello, While upgrading xwiki 0.9 to 1.2, we run accross this problem: 1) we copy db to a new db for upgrade 2) we fix a column according to docs (issuing an alter statement) 3) we start first time xwiki 1.2 4) we get bunch of document upgrade messages 5) we get some warnings about author/date in

Re: [xwiki-users] Deleting Class properties

2008-02-13 Thread Sergiu Dumitriu
Campbell, Timothy D wrote: Hello all, I have edited the fields in XWiki.ArticleClass for the users to enter data into fields rather than the Content and Extract fields. However, those fields still exist and there is no space for the deletion of the class property. Is there a function in

Re: [xwiki-users] Help wanted on the database list class property, database tree class property and the Custom Display attribute.

2008-02-13 Thread Sergiu Dumitriu
Thorbjørn Konstantinovitz wrote: Hi, I am currently developing a program documentation system based on xwiki. I am able to create pages which describes programs. For each program which has to be described I programatically creates a page and populate a object with static program

Re: [xwiki-users] Creating a class : hHow to add tye of propertie s?

2008-02-13 Thread HERICHER Benoit DSIC BUA
Hi, Thank you for your answer. Benoît -Message d'origine- De : [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] la part de Sergiu Dumitriu Envoyé : jeudi 14 février 2008 00:23 À : XWiki Users Objet : Re: [xwiki-users] Creating a class : hHow to add tye of properties? HERICHER Benoit DSIC

Re: [xwiki-users] CamelCase

2008-02-13 Thread Vincent Massol
Hi Sergiu, What would be great is if instead of replying to questions you create a FAQ entry or some documentation on xwiki.org and give a link. That would allow our knowledge base to grow. This would be a great FAQ. Thanks -Vincent On Feb 14, 2008, at 12:07 AM, Sergiu Dumitriu wrote: