Re: [xwiki-devs] Roadmap for XE 3.2 Status Update

2011-08-25 Thread Caleb James DeLisle
On 08/17/2011 05:23 AM, Vincent Massol wrote: Hi devs, Could each of you update the status of the Roadmap items for XE 3.2 to know where we stand. Be as precise as possible please. If you have any doubt about whether you'll be able to implement something in due time please raise it so

[xwiki-devs] AJAX and Macro

2011-08-25 Thread GrĂ¼ner Heinrich
Hi, I am very new to xwiki. I've written a java-macro (implementing the org.xwiki.rendering.macro.Macro interface), which is generating some base content. now, this content should be able to query data from the macro-bean via ajax-request. Is that possible? How should the ajax call look like?

[xwiki-devs] [proposal] Introduce a pointer class.

2011-08-25 Thread Caleb James DeLisle
In order to fix a problem with the cache, I would like to add a pointer type to the storage api. The problem with the cache is there are multiple names which, when asked of the persistent store, return the same document. There is no effective way to know what all names which will return that

Re: [xwiki-devs] [proposal] Introduce a pointer class.

2011-08-25 Thread Thomas Mortagne
On Thu, Aug 25, 2011 at 12:00 PM, Caleb James DeLisle calebdeli...@lavabit.com wrote: In order to fix a problem with the cache, I would like to add a pointer type to the storage api. The problem with the cache is there are multiple names which, when asked of the persistent store, return the

Re: [xwiki-devs] [proposal] Introduce a pointer class.

2011-08-25 Thread Caleb James DeLisle
On 08/25/2011 05:56 AM, Thomas Mortagne wrote: On Thu, Aug 25, 2011 at 12:00 PM, Caleb James DeLisle calebdeli...@lavabit.com wrote: In order to fix a problem with the cache, I would like to add a pointer type to the storage api. The problem with the cache is there are multiple names

Re: [xwiki-devs] [proposal] Introduce a pointer class.

2011-08-25 Thread Thomas Mortagne
On Thu, Aug 25, 2011 at 12:18 PM, Caleb James DeLisle calebdeli...@lavabit.com wrote: On 08/25/2011 05:56 AM, Thomas Mortagne wrote: On Thu, Aug 25, 2011 at 12:00 PM, Caleb James DeLisle calebdeli...@lavabit.com wrote: In order to fix a problem with the cache, I would like to add a pointer

Re: [xwiki-devs] [proposal] Introduce a pointer class.

2011-08-25 Thread Fabio Mancinelli
On Thu, Aug 25, 2011 at 12:18 PM, Caleb James DeLisle calebdeli...@lavabit.com wrote: On 08/25/2011 05:56 AM, Thomas Mortagne wrote: On Thu, Aug 25, 2011 at 12:00 PM, Caleb James DeLisle calebdeli...@lavabit.com wrote: In order to fix a problem with the cache, I would like to add a pointer

Re: [xwiki-devs] [GSoC] XEclipse RESTification

2011-08-25 Thread Eduard Moraru
Hi Jun, On Wed, Aug 24, 2011 at 9:22 PM, Jun Han jun.ha...@gmail.com wrote: Hi, Eduard, Two separate actions (copy page and rename) have been created and implemented. The action combo box letting use to select copy or rename is removed from the rename page dialog. Cool! Thanks, Eduard

Re: [xwiki-devs] [proposal] Introduce a pointer class.

2011-08-25 Thread Thomas Mortagne
On Thu, Aug 25, 2011 at 2:23 PM, Fabio Mancinelli fabio.mancine...@xwiki.com wrote: On Thu, Aug 25, 2011 at 12:18 PM, Caleb James DeLisle calebdeli...@lavabit.com wrote: On 08/25/2011 05:56 AM, Thomas Mortagne wrote: On Thu, Aug 25, 2011 at 12:00 PM, Caleb James DeLisle

Re: [xwiki-devs] [proposal] Introduce a pointer class.

2011-08-25 Thread Fabio Mancinelli
On Thu, Aug 25, 2011 at 3:02 PM, Thomas Mortagne thomas.morta...@xwiki.com wrote: On Thu, Aug 25, 2011 at 2:23 PM, Fabio Mancinelli fabio.mancine...@xwiki.com wrote: On Thu, Aug 25, 2011 at 12:18 PM, Caleb James DeLisle calebdeli...@lavabit.com wrote: On 08/25/2011 05:56 AM, Thomas Mortagne

Re: [xwiki-devs] [proposal] Introduce a pointer class.

2011-08-25 Thread Thomas Mortagne
On Thu, Aug 25, 2011 at 3:24 PM, Fabio Mancinelli fabio.mancine...@xwiki.com wrote: On Thu, Aug 25, 2011 at 3:02 PM, Thomas Mortagne thomas.morta...@xwiki.com wrote: On Thu, Aug 25, 2011 at 2:23 PM, Fabio Mancinelli fabio.mancine...@xwiki.com wrote: On Thu, Aug 25, 2011 at 12:18 PM, Caleb

Re: [xwiki-devs] Build improvement actions

2011-08-25 Thread Vincent Massol
On Aug 23, 2011, at 10:09 PM, Vincent Massol wrote: On Aug 22, 2011, at 7:06 PM, Vincent Massol wrote: On Aug 15, 2011, at 4:22 PM, Vincent Massol wrote: Hi devs, We've had a meeting with Marius, Thomas and myself and we brainstormed about what to improve in our builds and we've

[xwiki-devs] How to get multiple values from object property.

2011-08-25 Thread Karel Gardas
Hello, I have a XWiki object of a class where one property is defined as a list. During the page creation of this object (by using appropriate template provider) I'm setting several values from the list of possible values for the property. My problem is that although I've set several values I

Re: [xwiki-devs] How to get multiple values from object property.

2011-08-25 Thread Thomas Mortagne
On Thu, Aug 25, 2011 at 11:31 PM, Karel Gardas karel.gar...@centrum.cz wrote: Hello, I have a XWiki object of a class where one property is defined as a list. During the page creation of this object (by using appropriate What kind of list ? DBLIst or StaticList ? template provider) I'm