Re: [xwiki-devs] [ApplicationManager] [Proposal] Insert matching string in the list of documents

2007-10-05 Thread Jean-Vincent Drean
+1 for using one space for apps with less than 3 classes but with bigger ones it just becomes necessary to isolate the different parts. Here's an application I develop on top of xwiki, I'd have went mad without the classes/templates/sheets kind of organization : - 9 classes - 9 sheets - 24

Re: [xwiki-devs] [ApplicationManager] [Proposal] Insert matching string in the list of documents

2007-10-04 Thread goldring, richard
] Behalf Of Thomas Mortagne Sent: 04 October 2007 09:40 To: XWiki Developers Subject: Re: [xwiki-devs] [ApplicationManager] [Proposal] Insert matching string in the list of documents I also would prefer to use subspaces but without that I much more prefer separate all aspect of an application

Re: [xwiki-devs] [ApplicationManager] [Proposal] Insert matching string in the list of documents

2007-10-04 Thread Erin Schnabel
On 10/4/07, Thomas Mortagne [EMAIL PROTECTED] wrote: I also would prefer to use subspaces but without that I much more prefer separate all aspect of an application in different spaces. In almost all use cases users only access XApp and XAppManager that contains only user oriented interfaces.

Re: [xwiki-devs] [ApplicationManager] [Proposal] Insert matching string in the list of documents

2007-10-03 Thread Erin Schnabel
Now that I've picked it up... Is there any real reason why the AppManager has to span 6 spaces? I can understand having XAppManager, and perhaps XAppUtil or XAppResource (XAppApp doesnt' really work.. :-) but I don't like having XApp, and XAppClasses and XAppManager and XAppResources and

Re: [xwiki-devs] [ApplicationManager] [Proposal] Insert matching string in the list of documents

2007-10-01 Thread Stéphane Laurière
Thomas Mortagne wrote: Hi all, Actually application descriptor contains a field that list all document application contains. I would like to add to Application Manager a way to be able to add all the documents of space SpaceName for example. That would be a nice feature indeed. I

Re: [xwiki-devs] [ApplicationManager] [Proposal] Insert matching string in the list of documents

2007-10-01 Thread Thomas Mortagne
Hi Stéphane, 2007/10/1, Stéphane Laurière [EMAIL PROTECTED]: Thomas Mortagne wrote: Hi all, Actually application descriptor contains a field that list all document application contains. I would like to add to Application Manager a way to be able to add all the documents of space

Re: [xwiki-devs] [ApplicationManager] [Proposal] Insert matching string in the list of documents

2007-10-01 Thread Erin Schnabel
*chuckles* I added that not too long ago to my modest revamp of the Packager application that was already in the CodeZone (The predecessor to this, with several similar features).. I was going to share those updates, but realized that this would soon make them obsolete, but yes.. allowing a whole

[xwiki-devs] [ApplicationManager] [Proposal] Insert matching string in the list of documents

2007-09-28 Thread Thomas Mortagne
Hi all, Actually application descriptor contains a field that list all document application contains. I would like to add to Application Manager a way to be able to add all the documents of space SpaceName for example. I already implemented a solution and I would like you to comment and me to