Re: [xwiki-devs] [VOTE/IDEA] Introduce ApplicationContextInitializer

2009-05-06 Thread Vincent Massol
Hi Asiri, On May 6, 2009, at 7:24 AM, Asiri Rathnayake wrote: Hi Devs, I was working on openoffice server auto-start feature and faced a few problems with it. To start the openoffice server when XE is started, I need to send a notification to openoffice server manager when XE is started.

[xwiki-devs] [VOTE] Generify ComponentManager

2009-05-06 Thread Asiri Rathnayake
Hi Devs, ComponentManager interface at the moment doesn't use generics and we have to manually cast the results into corresponding types. But with new notion of using Class objects for roles (for lookup) I think it would be very easier to generify this interface. Here is my +1. Thanks. - Asiri

Re: [xwiki-devs] [VOTE] Generify ComponentManager

2009-05-06 Thread Thomas Mortagne
+1 On Wed, May 6, 2009 at 11:44, Asiri Rathnayake asiri.rathnay...@gmail.com wrote: Hi Devs, ComponentManager interface at the moment doesn't use generics and we have to manually cast the results into corresponding types. But with new notion of using Class objects for roles (for lookup) I

Re: [xwiki-devs] [VOTE] Generify ComponentManager

2009-05-06 Thread Vincent Massol
+1 -Vincent On May 6, 2009, at 11:44 AM, Asiri Rathnayake wrote: Hi Devs, ComponentManager interface at the moment doesn't use generics and we have to manually cast the results into corresponding types. But with new notion of using Class objects for roles (for lookup) I think it

[xwiki-devs] [PROPOSAL] Always store document names as fully qualified names

2009-05-06 Thread Thomas Mortagne
Hi devs, The real full qualified name of a document is wiki:Space.Page. I think we sould always use only this form for technical purposes like storing in database or old API which does not support DocumentName. pros: - don't need to take care of the context, the information is always right. - if

Re: [xwiki-devs] [PROPOSAL] Always store document names as fully qualified names

2009-05-06 Thread Vincent Massol
On May 6, 2009, at 12:34 PM, Thomas Mortagne wrote: Hi devs, The real full qualified name of a document is wiki:Space.Page. I think we sould always use only this form for technical purposes like storing in database or old API which does not support DocumentName. pros: - don't need to

Re: [xwiki-devs] [VOTE] Change of behavior for the HTML macro when wiki=true

2009-05-06 Thread Pascal Voitot
Just a quick question, I have recompiled my server with your last commits and when I write this page: {{velocity}} {{html wiki=true}} #warning((% style='font-size: 130%;' %)blablabla) {{/html}} {{/velocity}} I get the following exception... Can you confirm it works on your test server? It would

Re: [xwiki-devs] [VOTE] Change of behavior for the HTML macro when wiki=true

2009-05-06 Thread Vincent Massol
On May 6, 2009, at 2:31 PM, Pascal Voitot wrote: Just a quick question, I have recompiled my server with your last commits and when I write this page: {{velocity}} {{html wiki=true}} #warning((% style='font-size: 130%;' %)blablabla) {{/html}} {{/velocity}} I get the following

Re: [xwiki-devs] [VOTE] Change of behavior for the HTML macro when wiki=true

2009-05-06 Thread Pascal Voitot
On Wed, May 6, 2009 at 2:45 PM, Vincent Massol vinc...@massol.net wrote: On May 6, 2009, at 2:31 PM, Pascal Voitot wrote: Just a quick question, I have recompiled my server with your last commits and when I write this page: {{velocity}} {{html wiki=true}} #warning((%

Re: [xwiki-devs] [PROPOSAL] Always store document names as fully qualified names

2009-05-06 Thread Anca Paula Luca
Thomas Mortagne wrote: Hi devs, The real full qualified name of a document is wiki:Space.Page. I think we sould always use only this form for technical purposes like storing in database or old API which does not support DocumentName. pros: - don't need to take care of the context, the

Re: [xwiki-devs] [VOTE] Generify ComponentManager

2009-05-06 Thread Sergiu Dumitriu
Asiri Rathnayake wrote: Hi Devs, ComponentManager interface at the moment doesn't use generics and we have to manually cast the results into corresponding types. But with new notion of using Class objects for roles (for lookup) I think it would be very easier to generify this interface. +1

Re: [xwiki-devs] [PROPOSAL] Always store document names as fully qualified names

2009-05-06 Thread Ludovic Dubost
I'm -1 on this. This is like saying we should put the fully qualified name when - linking to an anchor in your page - linking to a page in the same space We should always store information as relative. If a document is in the same wiki then you should not specify the wiki. If it is in the

Re: [xwiki-devs] [PROPOSAL] Always store document names as fully qualified names

2009-05-06 Thread Thomas Mortagne
On Wed, May 6, 2009 at 17:09, Ludovic Dubost ludo...@xwiki.org wrote: I'm -1 on this. This is like saying we should put the fully qualified name when - linking to an anchor in your page - linking to a page in the same space This example as nothing to do with what i suggest since this is

Re: [xwiki-devs] [PROPOSAL] Always store document names as fully qualified names

2009-05-06 Thread Anca Paula Luca
Ludovic Dubost wrote: I'm -1 on this. This is like saying we should put the fully qualified name when - linking to an anchor in your page - linking to a page in the same space We should always store information as relative. If a document is in the same wiki then you should not specify

Re: [xwiki-devs] [xwiki-notifications] r19431 - in platform/core/branches/xwiki-core-1.8/xwiki-rendering/xwiki-rendering-macros/xwiki-rendering-macro-html: . src/main/java/org/xwiki/rendering/internal

2009-05-06 Thread Thomas Mortagne
On Wed, May 6, 2009 at 16:24, vmassol platform-notificati...@xwiki.org wrote: Author: vmassol Date: 2009-05-06 16:24:58 +0200 (Wed, 06 May 2009) New Revision: 19431 Added:  

Re: [xwiki-devs] [xwiki-notifications] r19431 - in platform/core/branches/xwiki-core-1.8/xwiki-rendering/xwiki-rendering-macros/xwiki-rendering-macro-html: . src/main/java/org/xwiki/rendering/internal

2009-05-06 Thread Thomas Mortagne
On Wed, May 6, 2009 at 17:42, Thomas Mortagne thomas.morta...@xwiki.com wrote: On Wed, May 6, 2009 at 16:24, vmassol platform-notificati...@xwiki.org wrote: Author: vmassol Date: 2009-05-06 16:24:58 +0200 (Wed, 06 May 2009) New Revision: 19431 Added:  

Re: [xwiki-devs] [PROPOSAL] Always store document names as fully qualified names

2009-05-06 Thread Ludovic Dubost
Thomas Mortagne a écrit : On Wed, May 6, 2009 at 17:09, Ludovic Dubost ludo...@xwiki.org wrote: I'm -1 on this. This is like saying we should put the fully qualified name when - linking to an anchor in your page - linking to a page in the same space This example as nothing to do

Re: [xwiki-devs] [PROPOSAL] Always store document names as fully qualified names

2009-05-06 Thread Guillaume Lerouge
Hi, On Wed, May 6, 2009 at 6:31 PM, Ludovic Dubost ludo...@xwiki.org wrote: Thomas Mortagne a écrit : On Wed, May 6, 2009 at 17:09, Ludovic Dubost ludo...@xwiki.org wrote: I'm -1 on this. This is like saying we should put the fully qualified name when - linking to an anchor in

[xwiki-devs] Xwiki+Simile Exhibit integration // request for help w/ portability issue

2009-05-06 Thread Niels Mayer
Although I was previously able to do a hack integration with Simile's Exhibit and Xwiki, it was too heinous to actually live with. A cleaner solution, using Xwiki's skin extensions for stylesheets and javascript now works. The clean solution required hosting my own copy of Exhibit based on

Re: [xwiki-devs] [PROPOSAL] Always store document names as fully qualified names

2009-05-06 Thread Anca Paula Luca
Guillaume Lerouge wrote: Hi, On Wed, May 6, 2009 at 6:31 PM, Ludovic Dubost ludo...@xwiki.org wrote: Thomas Mortagne a écrit : On Wed, May 6, 2009 at 17:09, Ludovic Dubost ludo...@xwiki.org wrote: I'm -1 on this. This is like saying we should put the fully qualified name when -

Re: [xwiki-devs] [PROPOSAL] Always store document names as fully qualified names

2009-05-06 Thread Ludovic Dubost
Anca Paula Luca a écrit : Guillaume Lerouge wrote: Hi, On Wed, May 6, 2009 at 6:31 PM, Ludovic Dubost ludo...@xwiki.org wrote: Thomas Mortagne a écrit : On Wed, May 6, 2009 at 17:09, Ludovic Dubost ludo...@xwiki.org wrote: I'm -1 on this. This is like saying

[xwiki-devs] Component vs Plugin

2009-05-06 Thread glenn_engel
Hi, I'm just getting started with xwiki development and could use a little guidance. The docs talk about components and 'plugins'. It would appear that 'components' are replacing plugins? For my application I need to have a servlet interface for external access as well as a macro for