[xwiki-devs] Ref: Displaying lists of wiki pages given a set of criteria

2007-10-03 Thread goldring, richard
Hi all, Does anyone know how to generate a list of links to wiki pages that meet a set of defined features i.e. filter and sort (features defined on the objects or tags on those pages)? Perhaps like the Google search, list the first 20 or 30 pages and have a next/previous, 1, 2, 3, etc buttons to

Re: [xwiki-devs] New SVN repo: problems in committing

2007-10-03 Thread Vincent Massol
Everything is back to normal and working. You can go ahead. If you haven't given me your user id yet, please do so as you won't be able to commit before I add you to the correct group. Reminder: Please create a user on xwiki.org that has the same user id as the user id you were using when

[xwiki-devs] xwiki spaces in spaces

2007-10-03 Thread anuj sharma
Hi all, Can anybody please tell me from where to get the whole source code for XWiki. Also what can i do if i want to use xwiki for saving pages according to projects such as : projects-project 1-page 1,page 2.. project2-page 1,page 2.. . thanks,

Re: [xwiki-devs] xwiki spaces in spaces

2007-10-03 Thread Vincent Massol
Hi, On Oct 3, 2007, at 2:05 PM, anuj sharma wrote: Hi all, Can anybody please tell me from where to get the whole source code for XWiki. Check the Community space on xwiki.org Also what can i do if i want to use xwiki for saving pages according to projects such as : projects-project

Re: [xwiki-devs] xwiki spaces in spaces

2007-10-03 Thread Vincent Massol
On Oct 3, 2007, at 2:28 PM, anuj sharma wrote: I am using xwiki as knowledge base.So can you tell me whether i can make spaces in spaces, for example No you can't right now. suppose i am working in 2 projects A and B and i have to write the issues for both A and B.so can i make 2 spaces

[xwiki-devs] xwiki registration

2007-10-03 Thread anuj sharma
Hi All, When we register with XWiki, if there is a invalid input in any field, entire form is reset. For example, 1)if we have typed in the Login Id field with special character 2) if password in Password (repeat) field does not match the one in Password field

[xwiki-devs] Ref: Displaying lists of wiki pages given a set of criteria

2007-10-03 Thread goldring, richard
Anyone? Hi all, Does anyone know how to generate a list of links to wiki pages that meet a set of defined features i.e. filter and sort (features defined on the objects or tags on those pages)? Perhaps like the Google search, list the first 20 or 30 pages and have a next/previous, 1, 2, 3, etc

Re: [xwiki-devs] Ref: Displaying lists of wiki pages given a set of criteria

2007-10-03 Thread Jean-Vincent Drean
Hi, It's a recurrent need but AFAIK we don't have any generic solution. I've made a 5' snippet, hope it will be useful. This snippet requires programming rights ($xwiki.xWiki.search) so you'll have to make sure that simple users can't edit this page.

Re: [xwiki-devs] Ref: Displaying lists of wiki pages given a set of criteria

2007-10-03 Thread Jean-Vincent Drean
The snippet on xwiki.org : http://www.xwiki.org/xwiki/bin/view/Code/PaginateSearch 2007/10/3, Jean-Vincent Drean [EMAIL PROTECTED]: Hi, It's a recurrent need but AFAIK we don't have any generic solution. I've made a 5' snippet, hope it will be useful. This snippet requires programming

Re: [xwiki-devs] Ref: Displaying lists of wiki pages given a set of criteria

2007-10-03 Thread Jean-Vincent Drean
2007/10/3, Vincent Massol [EMAIL PROTECTED]: Is it the same as http://www.xwiki.org/xwiki/bin/view/Code/ PagedViewLinksMacro or is it different? At very first glance they seem related. They are different, I didn't knew this macro which seems a lot more polished but doesn't rest on a HQL

Re: [xwiki-devs] Ref: Displaying lists of wiki pages given a set of criteria

2007-10-03 Thread Vincent Massol
On Oct 3, 2007, at 4:34 PM, Jean-Vincent Drean wrote: 2007/10/3, Vincent Massol [EMAIL PROTECTED]: Is it the same as http://www.xwiki.org/xwiki/bin/view/Code/ PagedViewLinksMacro or is it different? At very first glance they seem related. They are different, I didn't knew this macro

Re: [xwiki-devs] Ref: Displaying lists of wiki pages given a set of criteria

2007-10-03 Thread Vincent Massol
Hi JV, On Oct 3, 2007, at 4:00 PM, Jean-Vincent Drean wrote: The snippet on xwiki.org : http://www.xwiki.org/xwiki/bin/view/Code/PaginateSearch Is it the same as http://www.xwiki.org/xwiki/bin/view/Code/ PagedViewLinksMacro or is it different? At very first glance they seem related. Thanks

Re: [xwiki-devs] Ref: Displaying lists of wiki pages given a set of criteria

2007-10-03 Thread goldring, richard
Thank you Jean-Vincent, I'll try the code out once I've figured it out. It would be useful to have someone who 'knows' to document/write one or more tutorials on how to extract information from the XWiki database. It would help XWiki users/developers to develop XWiki for all sort of

Re: [xwiki-devs] Ref: Displaying lists of wiki pages given a set of criteria

2007-10-03 Thread Vincent Massol
On Oct 3, 2007, at 3:53 PM, goldring, richard wrote: Thank you Jean-Vincent, I'll try the code out once I've figured it out. It would be useful to have someone who 'knows' to document/write one or more tutorials on how to extract information from the XWiki database. It would help

[xwiki-devs] [ANN] XWiki Enterprise 1.2M1 Released

2007-10-03 Thread Vincent Massol
The XWiki development team is pleased to announce the release of XWiki Enterprise 1.2 Milestone 1. Go grab it at http://www.xwiki.org/xwiki/bin/view/Main/Download Main changes from 1.1.1: * Document history is now kept in a separate table in the database which means that Document load

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

[xwiki-devs] Plugins and xwiki.cfg

2007-10-03 Thread Erin Schnabel
I had a thought,as I sit here pulling up 1.1.1(finally), is there a reason we have so many plugins enabled by default? I'm not even sure anyone knows how to use most of the ones that are enabled. AND, as they're plugins, they shouldn't be on or enabled unless they're actually needed. I propose a