Re: [xwiki-users] 2-1/2 naming questions

2008-10-16 Thread Thomas Mortagne
On Wed, Oct 15, 2008 at 8:40 PM, Dave Mangot <[EMAIL PROTECTED]> wrote: > > Bonjour, > > We've just upgraded to Xwiki 1.6 and I have some questions from a user > that are not necessarily 1.6 specific. > > 1. Is it possible to have a page name with a period (.) in the name. AFAIK no you can't use '

[xwiki-users] skins & template : many questions

2008-10-16 Thread Azzedine Ait Khelifa
I found in the xwiki.wikiskins object (http://localhost:8080/xwiki/bin/edit/XWiki/XWikiSkins?editor=class) ... the list of vm templates header.vmwiewheader.vmview.vmfooter.vmpagemenu.vmcomments2.vmedit.vmlogo.png I suppose all theses vm used ... But In the folder "C:\Program Files\XWiki Enterp

Re: [xwiki-users] A Real tutorial for creating Skins and Template ...

2008-10-16 Thread Azzedine Ait Khelifa
Thank you  for your help Hoani. --- En date de : Mer 15.10.08, Hoani Cross <[EMAIL PROTECTED]> a écrit : De: Hoani Cross <[EMAIL PROTECTED]> Objet: Re: [xwiki-users] A Real tutorial for creating Skins and Template ... À: [EMAIL PROTECTED], "XWiki Users" Date: Mercredi 15 Octobre 2008, 6h30 Hi,

Re: [xwiki-users] MyTodos not showing my todos

2008-10-16 Thread Antonio Goncalves
It's me again. I'm still confused by the property classes. The dueDate is of type DateProperty. How can have the milliseconds value of that date ? I've tried to format the date, but it doesn't work. If I display $todoObj.TargetDate, it's fine, but I can manipulate it as a date ( using formatDate f

Re: [xwiki-users] MyTodos not showing my todos

2008-10-16 Thread Sergiu Dumitriu
Antonio Goncalves wrote: > It's me again. I'm still confused by the property classes. > The dueDate is of type DateProperty. How can have the milliseconds value of > that date ? I've tried to format the date, but it doesn't work. If I display > $todoObj.TargetDate, it's fine, but I can manipulate

Re: [xwiki-users] MyTodos not showing my todos

2008-10-16 Thread Antonio Goncalves
Thanks, it's working. I just have a funny behavior now when I compare these dates with the current date (converted to milliseconds) : #if ($todoObj.getProperty("TargetDate").value.time < $xwiki.currentDate.time) Sometimes the if statement is correct and sometimes is not. When I print the values I

[xwiki-users] [ANN] XWiki Enterprise 1.6.1 released

2008-10-16 Thread Thomas Mortagne
The XWiki development team is pleased to announce the release of XWiki Enterprise 1.6.1. Go grab it at http://www.xwiki.org/xwiki/bin/view/Main/Download This is a bug fix release. It fix an important regression of LDAP authenticator. Changes from 1.6: Bugs fixed * XWIKI-2747 - LDAP search

[xwiki-users] How to setup the panels for left navigation

2008-10-16 Thread Sheila Hobeck
I have been struggling today with setting up a left navigation. Everytime I save the panel/space with the updated layout - the navigation is lost. What am I doing wrong? ___ users mailing list users@xwiki.org http://lists.xwiki.org/mailman/listinfo/users

Re: [xwiki-users] How can I forbid Users to create spaces

2008-10-16 Thread Vincent Massol
Hi Florian, On Oct 13, 2008, at 10:31 PM, Florian Rhomberg wrote: > Hi! > > I have two questions: > > - As already mentioned in the subject, I want to forbid > users to > create spaces, only some user groups should be allowed to create > spaces. This is hard since we don't have an e

Re: [xwiki-users] wiki editor or wysiwyg editor ?

2008-10-16 Thread Vincent Massol
Hi Laurent, On Oct 13, 2008, at 2:37 PM, Laurent Michenaud wrote: > Hi, > > I would like to know if you use the > wiki editor or the wysiwyg editor ? > > I have tried both but i've seen that it doesnot > generate the same things. > ex: {code} and {style:type=div|class=code} > and when you use bo

Re: [xwiki-users] MyTodos not showing my todos

2008-10-16 Thread Antonio Goncalves
Hum, just a thought. Is it String comparaison or Long ? Do I have to cast it into Long ? 2008/10/16 Antonio Goncalves <[EMAIL PROTECTED]> > Thanks, it's working. I just have a funny behavior now when I compare these > dates with the current date (converted to milliseconds) : > #if ($todoObj.getPr

[xwiki-users] LDAP Authentiction -- Errors on LDAP Server for not doing a clean Bind and UnBind.

2008-10-16 Thread sharanabasavaraj . x . mudgal
Hi! Thomas, There are errors we see on the ldap server on authenicating users with LDAP for XWiki.It is critical to fix this issue for us to be able to use xwiki. This is what seems to be happening. Normally when you do a 'DoBind' with a LDAP directory it establishes the connection aft

Re: [xwiki-users] MyTodos not showing my todos

2008-10-16 Thread Sergiu Dumitriu
Antonio Goncalves wrote: > Hum, just a thought. Is it String comparaison or Long ? Do I have to cast it > into Long ? Just write $todoObj.getProperty("TargetDate").value.time.class $xwiki.currentDate.time.class to see the type of each term. > 2008/10/16 Antonio Goncalves <[EMAIL PROTECTED]> >

Re: [xwiki-users] How can I forbid Users to create spaces

2008-10-16 Thread Sergiu Dumitriu
Vincent Massol wrote: > Hi Florian, > > On Oct 13, 2008, at 10:31 PM, Florian Rhomberg wrote: > >> Hi! >> >> I have two questions: >> >> - As already mentioned in the subject, I want to forbid >> users to >> create spaces, only some user groups should be allowed to create >> spaces.

Re: [xwiki-users] How to setup the panels for left navigation

2008-10-16 Thread Sergiu Dumitriu
Sheila Hobeck wrote: > I have been struggling today with setting up a left navigation. > Everytime I save the panel/space with the updated layout - the > navigation is lost. What am I doing wrong? What exactly are you doing? Make sure you don't follow the link from the main page, that one is wro

Re: [xwiki-users] skins & template : many questions

2008-10-16 Thread Sergiu Dumitriu
Azzedine Ait Khelifa wrote: > I found in the xwiki.wikiskins object > (http://localhost:8080/xwiki/bin/edit/XWiki/XWikiSkins?editor=class) ... the > list of vm templates > header.vmwiewheader.vmview.vmfooter.vmpagemenu.vmcomments2.vmedit.vmlogo.png > I suppose all theses vm used ... > > But In

Re: [xwiki-users] XWiki Right to Left language support

2008-10-16 Thread Vincent Massol
Hi Bey, That's very cool thanks for your work. Have you created a jira issue for this? Would be cool if you could attach a patch to it once you have something clean and working. Thanks again -Vincent On Oct 15, 2008, at 10:22 AM, Bey Youcef wrote: > Hi Amer, > > On Mon, Oct 13, 2008 at 3:49