Re: [xwiki-users] Vote for XWiki at the Enterprise 2.0 Conference Launchpad !!

2009-10-12 Thread Jean Couteau
Jeremie BOUSQUET wrote: done ! ;) ___ done too ! ___ users mailing list users@xwiki.org http://lists.xwiki.org/mailman/listinfo/users

Re: [xwiki-users] Setting an object date property from a String.

2009-09-21 Thread Jean Couteau
cool stuff. Jean Jean Couteau a écrit : Hi xwiki users, I have a problem setting an object date property from a String. The code I am doing is : ($startDate is a string I got from the request) #if($context.getUser()!=XWiki.XWikiGuest) #set($releaseDoc=$xwiki.getDocument(Project

[xwiki-users] Setting an object date property from a String.

2009-09-18 Thread Jean Couteau
Jean -- Jean Couteau Code Lutin - http://www.codelutin.com 44 Bd des Pas Enchantés - 44230 St-Sébastien/Loire Tél : 02 40 50 29 28 - Fax : 09 59 92 29 28 ___ users mailing list users@xwiki.org http://lists.xwiki.org/mailman/listinfo/users

Re: [xwiki-users] Find Currently Logged In Users

2009-09-10 Thread Jean Couteau
be interested by the answer. That's a quite nice feature... -- Jean Couteau Code Lutin - http://www.codelutin.com 44 Bd des Pas Enchantés - 44230 St-Sébastien/Loire Tél : 02 40 50 29 28 - Fax : 09 59 92 29 28 ___ users mailing list users@xwiki.org http

Re: [xwiki-users] [Vote] Default Color Theme

2009-09-01 Thread Jean Couteau
+1 (2) +1 (C) Ecaterina Valica a écrit : +1 (4) ___ users mailing list users@xwiki.org http://lists.xwiki.org/mailman/listinfo/user -- Jean Couteau Code Lutin - http://www.codelutin.com 44 Bd des Pas Enchantés - 44230 St-Sébastien/Loire Tél

Re: [xwiki-users] [Proposal] XWiki 2.0 Skin Name

2009-08-20 Thread Jean Couteau
Oana Tabaranu a écrit : Ecaterina Valica wrote: Vote: [ colibri ] +1 Caty, +1 Guillaume, +1 Raluca, +1 Vincent G, +1 Thibaut [ heron ] +1 Marta +1 colibri +1 colibri that's a nice name -- Jean Couteau Code Lutin - http://www.codelutin.com 44 Bd des Pas Enchantés

Re: [xwiki-users] Introducing the equation rendering component and the equation macro

2009-08-10 Thread Jean Couteau
the alignment of images (especially for the Native backend), as right now they are a bit raised above the text baseline Many thanks to Guillaume Legris who provided the starting point for this component. Keep up the good work... And thanks for this nice feature. Jean -- Jean Couteau

Re: [xwiki-users] Velocity code in XWiki Enterprise 1.9.1.21780

2009-07-22 Thread Jean Couteau
@xwiki.org http://lists.xwiki.org/mailman/listinfo/users If you put it between the {pre} and {/pre} tags it does not escape ? -- Jean Couteau Code Lutin - http://www.codelutin.com 44 Bd des Pas Enchantés - 44230 St-Sébastien/Loire Tél : 02 40 50 29 28 - Fax : 09 59 92 29 28

Re: [xwiki-users] FAQTutorial broken in 1.9 and 2.0M1

2009-06-25 Thread Jean Couteau
Vincent told you, it should work on 1.9 or 2.0 Best regards, Jean. -- Jean Couteau Code Lutin - http://www.codelutin.com 44 Bd des Pas Enchantés - 44230 St-Sébastien/Loire Tél : 02 40 50 29 28 - Fax : 09 59 92 29 28 ___ users mailing list users

Re: [xwiki-users] FAQTutorial broken in 1.9

2009-06-24 Thread Jean Couteau
) at com.xpn.xwiki.XWiki.initXWiki(XWiki.java:742) at com.xpn.xwiki.XWiki.init(XWiki.java:670) which is probably safe to ignore but maybe you can rid of it nonetheless :) Best regards, -- Jean Couteau Code Lutin - http://www.codelutin.com 44 Bd des Pas Enchantés

Re: [xwiki-users] How to display in inline mode, only an specific field from a class

2009-06-05 Thread Jean Couteau
that might help you. Best regards Jean -- Jean Couteau Code Lutin - http://www.codelutin.com 44 Bd des Pas Enchantés - 44230 St-Sébastien/Loire Tél : 02 40 50 29 28 - Fax : 09 59 92 29 28 ___ users mailing list users@xwiki.org http://lists.xwiki.org

[xwiki-users] Character escaping for javascript

2009-06-05 Thread Jean Couteau
xwiki version 1.5 (so syntax 1.0) So my question is : is there a way to escape a character without getting its html code ? Thanks in advance Jean -- Jean Couteau Code Lutin - http://www.codelutin.com 44 Bd des Pas Enchantés - 44230 St-Sébastien/Loire Tél : 02 40 50 29 28 - Fax : 09 59 92

Re: [xwiki-users] Invalid URL after a $xwiki.getURL() + deconnection

2009-04-17 Thread Jean Couteau
url, it came from the select named topic, renaming it blabla, everything works fine. Maybe XWiki uses topic string for another matter, I don't know but anyway, it works fine now. Jean Couteau a écrit : Sergiu Dumitriu a écrit : Jean Couteau wrote: Hi list, I have a really

[xwiki-users] Changing edit menu

2009-03-02 Thread Jean Couteau
side of the page or I will have to do it with the css ? Best regards Jean -- Jean Couteau Code Lutin - http://www.codelutin.com 44 Bd des Pas Enchantés - 44230 St-Sébastien/Loire Tél : 02 40 50 29 28 - Fax : 09 59 92 29 28 ___ users mailing

Re: [xwiki-users] Invalid URL after a $xwiki.getURL() + deconnection

2009-02-25 Thread Jean Couteau
Sergiu Dumitriu a écrit : Jean Couteau wrote: Hi list, I have a really weird bug which is quite annoying and I don't find any solution to it : I want to edit a page in inline mode. I have a form to select the page to edit with a button. I use the $xwiki.getURL() method to get

[xwiki-users] Invalid URL after a $xwiki.getURL() + deconnection

2009-02-24 Thread Jean Couteau
; this.form.action=${xwiki.getURL(url, inline)}; this.form.submit(); }' / /FORM Note that the problem is only with the Edit button, the other is working fine. Thanks in advance for your help. Jean. -- Jean Couteau Code Lutin - http://www.codelutin.com 44 Bd des Pas Enchantés - 44230 St

Re: [xwiki-users] Invalid URL after a $xwiki.getURL() + deconnection

2009-02-24 Thread Jean Couteau
with the time ;). Anyway this bug is the last that makes the application unstable. After solving it, I think I'll be able to make the application available for other users. Thanks -Vincent On Feb 24, 2009, at 10:48 AM, Jean Couteau wrote: Hi list, I have a really weird bug which

[xwiki-users] Rendering strings in inline mode

2009-02-23 Thread Jean Couteau
='text'/ instead of '1,0,0,1,2' ) Thanks in advance for your help Jean -- Jean Couteau Code Lutin - http://www.codelutin.com 44 Bd des Pas Enchantés - 44230 St-Sébastien/Loire Tél : 02 40 50 29 28 - Fax : 09 59 92 29 28 ___ users mailing list users

Re: [xwiki-users] Rendering strings in inline mode

2009-02-23 Thread Jean Couteau
Guillaume Lerouge a écrit : Hi, On Mon, Feb 23, 2009 at 2:51 PM, Jean Couteau cout...@codelutin.com wrote: Dear all, I am trying to render strings using velocity while i am in inline mode, but every time, i got an input form with my value inside. How can i get my variable well

Re: [xwiki-users] Rendering strings in inline mode

2009-02-23 Thread Jean Couteau
Guillaume Lerouge a écrit : On Mon, Feb 23, 2009 at 3:13 PM, Jean Couteau cout...@codelutin.com wrote: Guillaume Lerouge a écrit : Hi, On Mon, Feb 23, 2009 at 2:51 PM, Jean Couteau cout...@codelutin.com wrote: Dear all, I am trying to render strings using

Re: [xwiki-users] Problem with setting space rights from Velocity

2009-02-17 Thread Jean Couteau
= $rightsObject.set(levels, view,edit)) #set ($result = $rightsObject.set(users, $newuser)) ##set ($result = $rightsObject.set(allow, 1)) $mydoc.save() #end Hope this helps Jean -- Jean Couteau Code Lutin - http://www.codelutin.com 44 Bd des Pas Enchantés - 44230 St-Sébastien/Loire Tél : 02

Re: [xwiki-users] Hibernate bug while trying to save modifications

2009-02-17 Thread Jean Couteau
was a little worried because I had hundreds of objects, but everything went fine. Hope this can help if somebody have the same problem. Jean Couteau a écrit : Hi all, I found a really annoying bug today, and I am really lost solving it : I have created an application based on xwiki, i tried it on 3

[xwiki-users] Hibernate bug while trying to save modifications

2009-02-16 Thread Jean Couteau
on the same server and the configs are the same. Did somebody already have this problem ? How can I solve that ? Thanks in advance. Jean -- Jean Couteau Code Lutin - http://www.codelutin.com 44 Bd des Pas Enchantés - 44230 St-Sébastien/Loire Tél : 02 40 50 29 28 - Fax : 09 59 92 29 28

[xwiki-users] Changing properties on a class

2009-02-13 Thread Jean Couteau
the fact that I have some entities of this class in the database. Is this a bug ? If I remove all the entities of this class, will I be able to make the change ? Hope somebody can help. Best regards, Jean -- Jean Couteau Code Lutin - http://www.codelutin.com 44 Bd des Pas Enchantés - 44230

Re: [xwiki-users] Changing properties on a class

2009-02-13 Thread Jean Couteau
property beomes obsolet (but you cannot delete it). So planning what property types to use is very importent if you create classes.-) hel. Jean Couteau wrote: Hi all, I have a class with a property which is a long and i want to change it to float or double, but I got a 'A problem

[xwiki-users] Bug on the sortable filterable table javascript.

2009-02-09 Thread Jean Couteau
the same problem ? Somebody is a master of javascript (i am not unfortunately) and might help on this ? Best regards Jean. -- Jean Couteau Code Lutin - http://www.codelutin.com 44 Bd des Pas Enchantés - 44230 St-Sébastien/Loire Tél : 02 40 50 29 28 - Fax : 09 59 92 29 28

Re: [xwiki-users] Bug on the sortable filterable table javascript.

2009-02-09 Thread Jean Couteau
quite often. Somebody had the same problem ? Somebody is a master of javascript (i am not unfortunately) and might help on this ? Best regards Jean. -- Jean Couteau Code Lutin - http://www.codelutin.com 44 Bd des Pas Enchantés - 44230 St-Sébastien/Loire Tél : 02 40 50 29 28 - Fax

Re: [xwiki-users] Add a user on a User List property

2009-02-05 Thread Jean Couteau
Any clue on this issue ? Jean Couteau a écrit : Dear all, I have a class with a UserList attribute. I am trying to add users to this list from an other page with no success. I try using the following code : #if($joinTask!=) #set($taskDoc = $xwiki.getDocument(Project.${joinTask

[xwiki-users] Filtering/sorting tables on toucan skin.

2009-02-04 Thread Jean Couteau
Hi list, I tried adding filtering/sorting to tables on the toucan skin. I see that the feature is now present only on albatross skin. Is there an easy way to add it to the toucan skin ? Best regards Jean -- Jean Couteau Code Lutin - http://www.codelutin.com 44 Bd des Pas Enchantés

Re: [xwiki-users] Filtering/sorting tables on toucan skin.

2009-02-04 Thread Jean Couteau
Vincent Massol a écrit : Hi Jean, On Feb 4, 2009, at 11:55 AM, Jean Couteau wrote: Hi list, I tried adding filtering/sorting to tables on the toucan skin. I see that the feature is now present only on albatross skin. Is there an easy way to add it to the toucan skin

[xwiki-users] Problem with table macro

2009-02-02 Thread Jean Couteau
(TaskClass)) $task.id | $task.get(name) | $task.description | $task.nbHourInit | #end {table} #end Any clue on what could be wrong ? -- Jean Couteau Code Lutin - http://www.codelutin.com 44 Bd des Pas Enchantés - 44230 St-Sébastien/Loire Tél : 02 40 50 29 28 - Fax : 09 59 92 29

Re: [xwiki-users] insertText() or setDefaultTemplate() ? and how ?

2009-01-27 Thread Jean Couteau
mailing list users@xwiki.org http://lists.xwiki.org/mailman/listinfo/users -- Jean Couteau Code Lutin - http://www.codelutin.com 44 Bd des Pas Enchantés - 44230 St-Sébastien/Loire Tél : 02 40 50 29 28 - Fax : 09 59 92 29 28 ___ users

[xwiki-users] insertText() or setDefaultTemplate() ? and how ?

2009-01-26 Thread Jean Couteau
) $newDoc.rename($newName) $newDoc.insertText(#includeForm(\XWiki.DomainClassSheet\),) #set($newDoc=$xwiki.getDocument($newName)) #set($newObject=$newDoc.newObject(XWiki.DomainClass)) $newObject.set(id,$newDomainId) $newObject.set(name,$createDomain) $newDoc.save() #end Jean -- Jean Couteau

Re: [xwiki-users] Find all objects of a class (more than one object on a page)

2009-01-16 Thread Jean Couteau
call getObjects(Space.MyClass). Hope this helps, Marius Jean Couteau wrote: Dear all, I am a bit lost with hql requests. What I would like to do is find all the objects of Space.MyClass (even if there are more than one object on a page). I tried to play with #set ($sql

Re: [xwiki-users] Tags

2009-01-16 Thread Jean Couteau
the latest version). Ajdin -Original Message- From: users-boun...@xwiki.org [mailto:users-boun...@xwiki.org] On Behalf Of Jean Couteau Sent: 29 December 2008 13:10 To: XWiki Users Subject: Re: [xwiki-users] Tags Hi Adjin, I do not know the reason, but I have exactly the same

[xwiki-users] Find all objects of a class (more than one object on a page)

2009-01-14 Thread Jean Couteau
') and then #foreach ($item in $xwiki.searchDocuments($sql)) to display the results. But the only thing i can get is the documents. Is there a searchObjects method or something like that ? Any hint or solution ? Jean -- Jean Couteau Code Lutin - http://www.codelutin.com 44 Bd des Pas Enchantés - 44230

Re: [xwiki-users] Using one Class and Template for creating documents in more than one space...

2009-01-13 Thread Jean Couteau
-- Jean Couteau Code Lutin - http://www.codelutin.com 44 Bd des Pas Enchantés - 44230 St-Sébastien/Loire Tél : 02 40 50 29 28 - Fax : 09 59 92 29 28 ___ users mailing list users@xwiki.org http://lists.xwiki.org/mailman/listinfo/users

Re: [xwiki-users] Cannot show calendar events on Main.WebHome

2009-01-06 Thread Jean Couteau
Sergiu Dumitriu a écrit : Jean Couteau wrote: Dear all, i am playing with the calendar to do what i thought was quite simple, but i am stuck. Some explanations : I am trying to put the calendar table on my wiki home page, without the event list or the add event form. What i have

Re: [xwiki-users] Tags

2008-12-29 Thread Jean Couteau
Hi Adjin, I do not know the reason, but I have exactly the same problem... Best regards, Jean Ajdin Brandic a écrit : Hi I've tried the same as below on my live site http://patternlanguagenetwork.myxwiki.org; but no joy. Is there a reason why tags are not showing? I could not find any