Re: [xwiki-users] WYSIWYG editor and velocity

2007-10-16 Thread Vincent Massol
Hi Vito, On Oct 17, 2007, at 7:36 AM, Vitantonio Messa wrote: > Hi everyone, > > I wrote a page with some code in it: > > SOME TEXT... > #foreach ($docum in $xwiki.getSpaceDocsName("workgroups")) >#set ($name = $xwiki.split($docum,"_")) >#set ($isMeeting = 0) >#set ($i = 0) >#

[xwiki-users] WYSIWYG editor and velocity

2007-10-16 Thread Vitantonio Messa
Hi everyone, I wrote a page with some code in it: SOME TEXT... #foreach ($docum in $xwiki.getSpaceDocsName("workgroups")) #set ($name = $xwiki.split($docum,"_")) #set ($isMeeting = 0) #set ($i = 0) #foreach ($word in $name) #set ($i = $i+1) #if (($i == 1) && ($word == "MT"

Re: [xwiki-users] More on upgrade from 0.9

2007-10-16 Thread Víctor A. Rodríguez
Hi Marc, Marc Lijour wrote: > On October 16, 2007 11:37:49 am Vincent Massol wrote: > >> Hi Victor, >> >> On Oct 16, 2007, at 5:23 PM, Víctor A. Rodríguez wrote: >> >>> * what pages/spaces contain code that is considered part of XWiki >>> distribution ?? >>> >> If you're talking abou

Re: [xwiki-users] More on upgrade from 0.9

2007-10-16 Thread Marc Lijour
On October 16, 2007 11:37:49 am Vincent Massol wrote: > Hi Victor, > > On Oct 16, 2007, at 5:23 PM, Víctor A. Rodríguez wrote: > > Hi all, > > > > as anyone can see there's a first attempt to upgrade from v0.9 in > > http://www.xwiki.org/xwiki/bin/view/AdminGuide/ > > Installation#HUpgradinganXWiki

Re: [xwiki-users] More on upgrade from 0.9

2007-10-16 Thread Vincent Massol
Hi Victor, On Oct 16, 2007, at 5:23 PM, Víctor A. Rodríguez wrote: > Hi all, > > as anyone can see there's a first attempt to upgrade from v0.9 in > http://www.xwiki.org/xwiki/bin/view/AdminGuide/ > Installation#HUpgradinganXWikiv09Installation > The problem with this approach is that it just mi

[xwiki-users] More on upgrade from 0.9

2007-10-16 Thread Víctor A. Rodríguez
Hi all, as anyone can see there's a first attempt to upgrade from v0.9 in http://www.xwiki.org/xwiki/bin/view/AdminGuide/Installation#HUpgradinganXWikiv09Installation The problem with this approach is that it just migrates the Java code, but not the one inside the xwiki pages stored in the datab

Re: [xwiki-users] Page preferences

2007-10-16 Thread V. Harikrishnan Nair
It didn't work for me too. Is there any file that stores the names of the velocity variables ? vmassol wrote: > > Hi, > > On Oct 16, 2007, at 8:11 AM, V. Harikrishnan Nair wrote: > >> >> Hi all, >> >> I am able to change preferences of the entire wiki and a space. >> Can I make >> prefer

Re: [xwiki-users] discussion tab (similar to mediawiki)

2007-10-16 Thread Guillaume Lerouge
Hi Josh, In XWiki, everything you see on a page is a matter of CSS & Velocity & Groovy scripts. That is to say, the skin is built using CSS and Velocity. Therefore modifying your skin is a matter of CSS changes ;-) Basically what you have to do is to identify how the CSS currently displays commen

Re: [xwiki-users] discussion tab (similar to mediawiki)

2007-10-16 Thread Josh Joy
Thanks Guillaume. Currently I'm using the default skin Albatross, it seems that I may need to modify the skin and add a tab for "comments" (discussion). So it seems more than CSS changes? Unless I'm missing something more simpler? Thanks, Josh Guillaume Lerouge wrote: > You can have it (it ha

[xwiki-users] migration failed from 1.0 to 1.2m1 with postgresql database

2007-10-16 Thread xwiki xwiki
hi, I'm working on upgrading our xwiki form 1.0 to the 1.2m1, we using tomcat5.5 with postgresql8.0.8 database, everything configure in utf8, and we need keep the data. after I configure the hibernate, xwikicfg, webxml I start tomcat but I receive an exception when I getting into the

Re: [xwiki-users] discussion tab (similar to mediawiki)

2007-10-16 Thread Guillaume Lerouge
You can have it (it has been done for this XWiki website for instance: http://www.xwiki.org/xwiki/bin/view/References/Wikipeople), you'll just need to play with CSS styles to achieve it. Good luck, Guillaume On 16/10/2007, Josh Joy <[EMAIL PROTECTED]> wrote: > Hi, > > I would like to have a "dis

Re: [xwiki-users] Page preferences

2007-10-16 Thread Vincent Massol
Hi, On Oct 16, 2007, at 8:11 AM, V. Harikrishnan Nair wrote: > > Hi all, > > I am able to change preferences of the entire wiki and a space. > Can I make > preference changes to a specific page ? For example, if I do not > want the > comments and attachments boxes to appear in some pages, t