Re: [xwiki-users] WYSIWYG Editor for TextArea Class Property

2008-04-11 Thread Vincent Massol
On Apr 11, 2008, at 1:37 AM, Guillaume Lerouge wrote: There's an additional thing to check : in your own user profile, you can decide which editor you want to use and this setting overwrites any other one you might have made. Have you checked the edition of the class with a dummy

Re: [xwiki-users] xwiki doc

2008-04-11 Thread Vincent Massol
On Apr 11, 2008, at 2:59 AM, David Hláčik wrote: Hi, is there any xwiki documentation off the documetation project on xwiki.org , or book? yes -Vincent PS: If you want a longer answer you'll need to ask a longer question :) ___ users mailing list

Re: [xwiki-users] Can I simulate Registration and Login form?

2008-04-11 Thread riccardo grazioli
Thanks Ricardo, I'll have a look soon.. but for a more elegant and correct implementation I was thinking to get XWiki source code to emulate XWiki behavior.. The problem is that I've 3days to implement a good solution...:-S What do you think about? And the more... Am I right with XWiki

Re: [xwiki-users] Can I simulate Registration and Login form?

2008-04-11 Thread Jerome Velociter
Hi Riccardo, riccardo grazioli wrote: Hi, I'd like to link xWiki to a WebSite I'm developing. I've to simulate registration and login-in submission xwiki because access to xwiki is already restricted to registered user of my web application, but I can't easily (and fastly) understand

Re: [xwiki-users] Can I simulate Registration and Login form?

2008-04-11 Thread Guillaume Lerouge
Basically, a happy rRicccardo if I understand well ;-) On Fri, Apr 11, 2008 at 12:08 PM, [Ricardo Rodriguez] Your EPEC Network ICT Team [EMAIL PROTECTED] wrote: Jerome Velociter wrote: Succeeded with this :

Re: [xwiki-users] Can I simulate Registration and Login form?

2008-04-11 Thread Jerome Velociter
Jerome Velociter wrote: Succeeded with this : http://xepecnet.environmentalchange.net/xwiki/bin/loginsubmit/XWiki/XWikiLogin?j_username=XWiki.dummyj_password=dummyxredirect=/xwiki/bin/view/ICT/RGraphicSample01?xpage=plain Regards, Jerome. Thanks, thanks, thanks! You have today a happy

Re: [xwiki-users] Can I simulate Registration and Login form?

2008-04-11 Thread riccardo grazioli
Yes, I'm very happy!! I was afraid to have to do a bad week-end solving and implementing this Issue...!! Thanks to all!!! Riccardo. - Jerome Velociter wrote: Succeeded with this :

Re: [xwiki-users] Can I simulate Registration and Login form?

2008-04-11 Thread Jerome Velociter
riccardo grazioli wrote: Hi Jerome, really really thanks! Yesterday I take all parameters of login form but then I did'n not try to call the page with a normal URL+QueryString... Sometimes the easy way is the solutions... Now I've tryed to register by same method... and it WORKS fine!!!

Re: [xwiki-users] Only Admin Users can access Main space

2008-04-11 Thread Thomas Mortagne
Hi, On Fri, Apr 11, 2008 at 12:23 AM, [Ricardo Rodriguez] Your EPEC Network ICT Team [EMAIL PROTECTED] wrote: Hi Glenn, Glenn Everitt wrote: Thanks for the link Ricardo I reviewed that again and it helped me understand the code more clearly. I think I may have found an issue not sure

Re: [xwiki-users] Can I simulate Registration and Login form?

2008-04-11 Thread [Ricardo Rodriguez] Your EPEC Network ICT Team
riccardo grazioli wrote: Hi Jerome, really really thanks! Yesterday I take all parameters of login form but then I did'n not try to call the page with a normal URL+QueryString... Sometimes the easy way is the solutions... Now I've tryed to register by same method... and it WORKS fine!!!

Re: [xwiki-users] Can I simulate Registration and Login form?

2008-04-11 Thread [Ricardo Rodriguez] Your EPEC Network ICT Team
Jerome Velociter wrote: Succeeded with this : http://xepecnet.environmentalchange.net/xwiki/bin/loginsubmit/XWiki/XWikiLogin?j_username=XWiki.dummyj_password=dummyxredirect=/xwiki/bin/view/ICT/RGraphicSample01?xpage=plain Regards, Jerome. Thanks, thanks, thanks! You have today a happy

[xwiki-users] velocity escape char [ ]

2008-04-11 Thread Raffaele Viola
Hi all, I'm try to use javascript into a macro like this document.getElementById('levelone').options[0] = new Option(-Empty \*-,); but whe it is executed what I get is document.getElementById('levelone').options0 = new Option(-Empty \*-,); How can I solve this problem??? Thanks all, Raffo

Re: [xwiki-users] Pb with last trunk version

2008-04-11 Thread Fabien
Ok it works now. AspectJ was crashing because of out of memory error, adding MAVEN_OPTS=-Xmx512m solve the problem. By the way looking at the compilation traces, I see a lot of errors messages scaring me a bit: Running org.xwiki.velocity.DefaultVelocityManagerTest [ERROR] WebappLoader : unable

[xwiki-users] How to add TAGs to blog entry ?

2008-04-11 Thread Fabien
Hi, I want to be able to add TAG to each blog entry. I see it is possible for wiki pages, there is a panel appearing on the right side of the web page. What do I need to do ? Create a new panel ? Modify a xwiki object or class ? Fabien ___ users

Re: [xwiki-users] Issue when using foreign database

2008-04-11 Thread [Ricardo Rodriguez] Your EPEC Network ICT Team
Hi Ruslan! rssh wrote: As I remember, for this you must extract log4j.properties from lib/xwiki-core-version.jar and put extracted file in classes. Than add to log4j.properties additional statements. I've extracted the file, added the required line and modified xwiki.cfg accordingly. Here it

Re: [xwiki-users] Issue when using foreign database

2008-04-11 Thread rssh
On Fri, 11 Apr 2008 14:59:55 +0200, [Ricardo Rodriguez] Your EPEC Network ICT Team wrote Hi Ruslan! rssh wrote: As I remember, for this you must extract log4j.properties from lib/xwiki-core-version.jar and put extracted file in classes. Than add to log4j.properties additional statements.

[xwiki-users] Is it possible to change the starting URL of Xwiki ?

2008-04-11 Thread Fabien
Hi, I want to start with the blog page of the wiki and not on the standard page. I have looked into all tomcat, xwiki configuration files but find nothing that works. Is the starting URL hardcoded into the source code ? Fabien ___ users mailing list

Re: [xwiki-users] Configuring JNDI data sourse

2008-04-11 Thread [Ricardo Rodriguez] Your EPEC Network ICT Team
Hi! [EMAIL PROTECTED] wrote: Hi, Configure JNDI data store in application container, where you xwiki instance is running. How it should be done ? can any one help? Regards, Project trainees. Have you picked up the statement up here from

Re: [xwiki-users] How to add TAGs to blog entry ?

2008-04-11 Thread Guillaume Lerouge
Hi Fabien, my bad : you've done everything right, I simply confused taginline.vm with tagedit.vm. You need to use tagedit.vm , sorry :-) #if($obj == ) #warning(This is not an article!) #elseif($context.action!=inline) snipped . #else dl dtTitle:/dt dd$doc.display(title, edit,

Re: [xwiki-users] Issue when using foreign database

2008-04-11 Thread rssh
On Fri, 11 Apr 2008 15:38:39 +0200, [Ricardo Rodriguez] Your EPEC Network ICT Team wrote rssh wrote: so - looks like you run xwiki on jdk-1.5 when sql plugin is compiled with jdk-1.6 The solution is grab the source of xwikisql plugin and recompile one with JDK-1.5 (or add target -

Re: [xwiki-users] How to add TAGs to blog entry ?

2008-04-11 Thread Guillaume Lerouge
Look into your xwiki folder : xwiki enterprise webapps xwiki templates . All the vm files are stored there, dig them to see how XWiki's interface is built :-) Guillaume On Fri, Apr 11, 2008 at 3:43 PM, Fabien [EMAIL PROTECTED] wrote: Super it works ! Thanks. I definitively need to learn

Re: [xwiki-users] xwiki doc

2008-04-11 Thread David Hláčik
Hi , can someone point me to some xwiki documentation site (off the xwiki.org) or to book if published? Thanks in advance! :) D. On Fri, Apr 11, 2008 at 8:39 AM, Vincent Massol [EMAIL PROTECTED] wrote: On Apr 11, 2008, at 2:59 AM, David Hláčik wrote: Hi, is there any xwiki documentation

Re: [xwiki-users] Issue when using foreign database

2008-04-11 Thread [Ricardo Rodriguez] Your EPEC Network ICT Team
Thanks, Ruslan. rssh wrote: -target 1.4 must work (but this is untested. From other side - we have no any complex things in xwikisql, so all will work with hight probability) Digging into code and building xwiki and its plugins is in my ToDo list, but I'm afraid I am a bit far from

Re: [xwiki-users] Issue when using foreign database

2008-04-11 Thread rssh
On Fri, 11 Apr 2008 16:40:20 +0200, [Ricardo Rodriguez] Your EPEC Network ICT Team wrote Thanks, Ruslan. rssh wrote: -target 1.4 must work (but this is untested. From other side - we have no any complex things in xwikisql, so all will work with hight probability) Digging into code and

Re: [xwiki-users] Issue when using foreign database

2008-04-11 Thread [Ricardo Rodriguez] Your EPEC Network ICT Team
Simple... :-) rssh wrote: It's very simple ;) 1. download 2. start ant 'ant' (it will automatically fetch all dependencies and start build) 3. clean all 'ant clean' 4. to change target JDK, set target attribute of javac in build ant target. (consult with javac ant task documentation

Re: [xwiki-users] Issue when using foreign database

2008-04-11 Thread rssh
On Fri, 11 Apr 2008 20:49:55 +0200, [Ricardo Rodriguez] Your EPEC Network ICT Team wrote Simple... :-) Oh .. it's my failure. (ivy use ssh plugin, but library does not downloaded during ivy bootstrap) You can manually download jsch and put into ivy jars directory. (Option 1) or apply patch

Re: [xwiki-users] Issue when using foreign database

2008-04-11 Thread rssh
On Sat, 12 Apr 2008 00:26:25 +0300, rssh wrote 2. If you don't want to download jar by hands, apply patch from attachment and run ant again. looks like I forgot attachment in previous letter. No, it is xwiki mail list strips attachments from letters (!) patch is uploaded for

Re: [xwiki-users] Issue when using foreign database

2008-04-11 Thread [Ricardo Rodriguez] Your EPEC Network ICT Team
Hi, rssh wrote: No, it is xwiki mail list strips attachments from letters (!) patch is uploaded for http://xwikisql.googlecode.com/files/xwiki-sql-plugin.1-4.1.patch Thanks for patience. Thanks to you! I've downloaded and applied the patch to build.xml. Now I get a long log with a number