Re: [xwiki-devs] [Proposal] Modifications to Observation module

2009-05-29 Thread Vincent Massol
Here's my latest proposal: /** * Components wanting to receive Observation {...@link Event events} must implement this interface. * * @version $Id: EventListener.java 10164 2008-06-09 12:44:53Z sdumitriu $ */ public interface EventListener { /** * @return the listener's

Re: [xwiki-devs] [Proposal] Modifications to Observation module

2009-05-29 Thread Marius Dumitru Florea
Hi Vincent, Vincent Massol wrote: Here's my latest proposal: /** * Components wanting to receive Observation {...@link Event events} must implement this interface. * * @version $Id: EventListener.java 10164 2008-06-09 12:44:53Z sdumitriu $ */ public interface EventListener

Re: [xwiki-devs] [Proposal] Modifications to Observation module

2009-05-29 Thread Vincent Massol
On May 29, 2009, at 12:02 PM, Marius Dumitru Florea wrote: Hi Vincent, Vincent Massol wrote: Here's my latest proposal: /** * Components wanting to receive Observation {...@link Event events} must implement this interface. * * @version $Id: EventListener.java 10164 2008-06-09

[xwiki-devs] xwiki 1.9-rc1 issues

2009-05-29 Thread Pascal Voitot
Hello, I have recompiled a XWiki 1.9-RC1 for jetty+derby and I have some little problems and I prefer asking before thinking: - I don't see the icons in the administration page and the last item OpenOffice Importer seems badly HTML formed and displays

Re: [xwiki-devs] [Proposal] Modifications to Observation module

2009-05-29 Thread Vincent Massol
I also wanted to add a ObservationManager.getListener(String listenerName) API. -Vincent On May 29, 2009, at 12:13 PM, Vincent Massol wrote: On May 29, 2009, at 12:02 PM, Marius Dumitru Florea wrote: Hi Vincent, Vincent Massol wrote: Here's my latest proposal: /** * Components

Re: [xwiki-devs] XWiki 1.9-RC1: XWiki2.0 syntax by default breaks the creation of XWikiClass

2009-05-29 Thread Guillaume Lerouge
Hi Pascal, On Fri, May 29, 2009 at 2:25 PM, Pascal Voitot pascal.voitot@gmail.comwrote: The XWikiClassTemplate velocity script is in a XWiki/1.0 syntax doc: ## replace Main with the Space where you want your documents to be created ## replace the default parent with the one of your choice

Re: [xwiki-devs] XWiki 1.9-RC1: XWiki2.0 syntax by default breaks the creation of XWikiClass

2009-05-29 Thread Vincent Massol
Hi Pascal, On May 29, 2009, at 2:25 PM, Pascal Voitot wrote: The XWikiClassTemplate velocity script is in a XWiki/1.0 syntax doc: ## replace Main with the Space where you want your documents to be created ## replace the default parent with the one of your choice ## Save this template

Re: [xwiki-devs] XWiki 1.9-RC1: XWiki2.0 syntax by default breaks the creation of XWikiClass

2009-05-29 Thread Pascal Voitot
In fact, this is a problem for all the class scripts because the scripts include other scripts from other page which are also in XWiki/1.0... This is quite a problem these inclusion issues between XWiki/2.0 and XWiki/1.0... Have you thought about that? Pascal On Fri, May 29, 2009 at 2:25 PM,

Re: [xwiki-devs] XWiki 1.9-RC1: XWiki2.0 syntax by default breaks the creation of XWikiClass

2009-05-29 Thread Pascal Voitot
On Fri, May 29, 2009 at 2:34 PM, Guillaume Lerouge guilla...@xwiki.comwrote: Hi Pascal, On Fri, May 29, 2009 at 2:25 PM, Pascal Voitot pascal.voitot@gmail.comwrote: The XWikiClassTemplate velocity script is in a XWiki/1.0 syntax doc: ## replace Main with the Space where you want your

Re: [xwiki-devs] XWiki 1.9-RC1: XWiki2.0 syntax by default breaks the creation of XWikiClass

2009-05-29 Thread Vincent Massol
On May 29, 2009, at 2:42 PM, Pascal Voitot wrote: On Fri, May 29, 2009 at 2:35 PM, Vincent Massol vinc...@massol.net wrote: Hi Pascal, On May 29, 2009, at 2:25 PM, Pascal Voitot wrote: The XWikiClassTemplate velocity script is in a XWiki/1.0 syntax doc: ## replace Main with the Space

Re: [xwiki-devs] XWiki 1.9-RC1: XWiki2.0 syntax by default breaks the creation of XWikiClass

2009-05-29 Thread Pascal Voitot
On Fri, May 29, 2009 at 2:47 PM, Vincent Massol vinc...@massol.net wrote: On May 29, 2009, at 2:42 PM, Pascal Voitot wrote: On Fri, May 29, 2009 at 2:35 PM, Vincent Massol vinc...@massol.net wrote: Hi Pascal, On May 29, 2009, at 2:25 PM, Pascal Voitot wrote: The

Re: [xwiki-devs] XWiki 1.9-RC1: XWiki2.0 syntax by default breaks the creation of XWikiClass

2009-05-29 Thread Pascal Voitot
In the scripts, there are some: form action=$xwiki.getURL(${doc.space}.${class}ClassSheet,edit) method=post and when you render that inside {{velocity}}{{html}}/{{/html}}{{/velocity}}, this is quite a problem because it render the $xwiki.getUrl and then treats it as wiki syntax and surrounds it

Re: [xwiki-devs] [Proposal] Modifications to Observation module

2009-05-29 Thread Sergiu Dumitriu
Vincent Massol wrote: Here's my latest proposal: /** * Components wanting to receive Observation {...@link Event events} must implement this interface. * * @version $Id: EventListener.java 10164 2008-06-09 12:44:53Z sdumitriu $ */ public interface EventListener { /**

Re: [xwiki-devs] XWiki 1.9-RC1: XWiki2.0 syntax by default breaks the creation of XWikiClass

2009-05-29 Thread Vincent Massol
On May 29, 2009, at 3:03 PM, Pascal Voitot wrote: In the scripts, there are some: form action=$xwiki.getURL(${doc.space}.${class}ClassSheet,edit) method=post and when you render that inside {{velocity}}{{html}}/{{/html}}{{/ velocity}}, this is quite a problem because it render the

Re: [xwiki-devs] XWiki 1.9-RC1: XWiki2.0 syntax by default breaks the creation of XWikiClass

2009-05-29 Thread Pascal Voitot
On Fri, May 29, 2009 at 3:19 PM, Vincent Massol vinc...@massol.net wrote: On May 29, 2009, at 3:03 PM, Pascal Voitot wrote: In the scripts, there are some: form action=$xwiki.getURL(${doc.space}.${class}ClassSheet,edit) method=post and when you render that inside

Re: [xwiki-devs] XWiki 1.9-RC1: XWiki2.0 syntax by default breaks the creation of XWikiClass

2009-05-29 Thread Vincent Massol
On May 29, 2009, at 3:28 PM, Pascal Voitot wrote: On Fri, May 29, 2009 at 3:19 PM, Vincent Massol vinc...@massol.net wrote: On May 29, 2009, at 3:03 PM, Pascal Voitot wrote: In the scripts, there are some: form action=$xwiki.getURL(${doc.space}.$ {class}ClassSheet,edit) method=post

Re: [xwiki-devs] XWiki 1.9-RC1: XWiki2.0 syntax by default breaks the creation of XWikiClass

2009-05-29 Thread Pascal Voitot
On Fri, May 29, 2009 at 3:19 PM, Vincent Massol vinc...@massol.net wrote: On May 29, 2009, at 3:03 PM, Pascal Voitot wrote: In the scripts, there are some: form action=$xwiki.getURL(${doc.space}.${class}ClassSheet,edit) method=post and when you render that inside

Re: [xwiki-devs] XWiki 1.9-RC1: XWiki2.0 syntax by default breaks the creation of XWikiClass

2009-05-29 Thread Vincent Massol
On May 29, 2009, at 3:34 PM, Pascal Voitot wrote: On Fri, May 29, 2009 at 3:19 PM, Vincent Massol vinc...@massol.net wrote: On May 29, 2009, at 3:03 PM, Pascal Voitot wrote: In the scripts, there are some: form action=$xwiki.getURL(${doc.space}.$ {class}ClassSheet,edit) method=post

Re: [xwiki-devs] XWiki 1.9-RC1: XWiki2.0 syntax by default breaks the creation of XWikiClass

2009-05-29 Thread Pascal Voitot
On Fri, May 29, 2009 at 3:43 PM, Vincent Massol vinc...@massol.net wrote: On May 29, 2009, at 3:34 PM, Pascal Voitot wrote: On Fri, May 29, 2009 at 3:19 PM, Vincent Massol vinc...@massol.net wrote: On May 29, 2009, at 3:03 PM, Pascal Voitot wrote: In the scripts, there are some:

Re: [xwiki-devs] XWiki 1.9-RC1: XWiki2.0 syntax by default breaks the creation of XWikiClass

2009-05-29 Thread Vincent Massol
On May 29, 2009, at 3:50 PM, Pascal Voitot wrote: On Fri, May 29, 2009 at 3:43 PM, Vincent Massol vinc...@massol.net wrote: On May 29, 2009, at 3:34 PM, Pascal Voitot wrote: On Fri, May 29, 2009 at 3:19 PM, Vincent Massol vinc...@massol.net wrote: On May 29, 2009, at 3:03 PM, Pascal

[xwiki-devs] [VOTE] Postpone 1.9 RC2 release to Thursday

2009-05-29 Thread Vincent Massol
Hi devs, Seen that we still have quite a few issues planned for 1.9 RC2 and seen that Monday is bank holiday in France (and some of xwiki devs are off on Tuesday) I'm proposing that we postpone the release from Monday to Thursday 4th of June. In addition I'm proposing that we name it 1.9

Re: [xwiki-devs] Permissions on actions

2009-05-29 Thread glenn_engel
-Original Message- From: devs-boun...@xwiki.org [mailto:devs-boun...@xwiki.org] On Behalf Of Sergiu Dumitriu Sent: Thursday, May 28, 2009 7:00 PM To: XWiki Developers Subject: Re: [xwiki-devs] Permissions on actions glenn_en...@agilent.com wrote: Hi, I'm wondering how

Re: [xwiki-devs] [VOTE] Postpone 1.9 RC2 release to Thursday

2009-05-29 Thread Marius Dumitru Florea
+1 Vincent Massol wrote: Hi devs, Seen that we still have quite a few issues planned for 1.9 RC2 and seen that Monday is bank holiday in France (and some of xwiki devs are off on Tuesday) I'm proposing that we postpone the release from Monday to Thursday 4th of June. In addition I'm

Re: [xwiki-devs] [VOTE] Postpone 1.9 RC2 release to Thursday

2009-05-29 Thread Sergiu Dumitriu
Vincent Massol wrote: Hi devs, Seen that we still have quite a few issues planned for 1.9 RC2 and seen that Monday is bank holiday in France (and some of xwiki devs are off on Tuesday) I'm proposing that we postpone the release from Monday to Thursday 4th of June. In addition I'm