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

2007-10-10 Thread goldring, richard
Sent: 09 October 2007 18:15 To: XWiki Developers Subject: Re: [xwiki-devs] Ref: Displaying lists of wiki pages given a set of criteria try this: #set($obj = $bentrydoc.getObject(XWiki.ArticleClass)) $doc.display($prop.name, view, $obj) On 10/9/07, goldring, richard [EMAIL PROTECTED] wrote

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

2007-10-10 Thread goldring, richard
PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Jean-Vincent Drean Sent: 10 October 2007 09:58 To: XWiki Developers Subject: Re: [xwiki-devs] Ref: Displaying lists of wiki pages given a set of criteria 2007/10/9, goldring, richard [EMAIL PROTECTED]: #set ($list = $xwiki.search(select doc.fullName from

Re: [xwiki-devs] [Proposal][UI] Top menu refactoring

2007-10-10 Thread goldring, richard
Why FILE? - why not call the menu PAGE because that's what it is - it's not a FILE. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Jean-Vincent Drean Sent: 10 October 2007 11:15 To: XWiki Developers Subject: Re: [xwiki-devs] [Proposal][UI] Top menu

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

2007-10-09 Thread goldring, richard
) ---8--- 2007/10/3, goldring, richard [EMAIL PROTECTED]: 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

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

2007-10-09 Thread goldring, richard
;-) (plus I'm sure you could be added to XWiki's Hall of Fame for doing this :-) Many thanks in advance, Guillaume On 09/10/2007, goldring, richard [EMAIL PROTECTED] mailto:[EMAIL PROTECTED] wrote: Hey it works! I coded it thus: 1.1 Listing documents by searching on their object properties

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

2007-10-09 Thread goldring, richard
umentswhereobjects27propertiesequalssomevalue JV. 2007/10/9, goldring, richard [EMAIL PROTECTED]: Thanks Jean-Vincent, What you've done helps ... but how does one list documents with a certain object attached whom's properties = a certain value? Regards, Richard -Original Message- From: [EMAIL PROTECTED

Re: [xwiki-devs] scroll bar

2007-10-05 Thread goldring, richard
Anuj, You can put this on the page: DIV STYLE=overflow: auto; width: 900px; height: 500; border-top: 1px gray solid; border-left: 1px gray solid; border-bottom: 1px gray solid; padding:0px; margin: 0px ...put your page contents here /DIV Only if you edit it with the WYSIWYG editor it

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

2007-10-04 Thread goldring, richard
Hi, Does anyone know if the bug with XWiki rendering carriage returns has been fixed in the latest version of XWiki? My users don't like this 'feature' at all - they like to structure their text into paragraphs. Richard -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL

[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

[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 goldring, richard
) ---8--- 2007/10/3, goldring, richard [EMAIL PROTECTED]: 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

Re: [xwiki-devs] Display the edit button even when not logged in?

2007-10-02 Thread goldring, richard
Hi, Yes it would certainly encourage my users to edit - at the moment its not obvious that a page can be edited, so they don't even try and just think its a normal uneditable website. On another wiki the right hand menu bar only appears when you move your pointer to the right hand side of the

Re: [xwiki-devs] [xwiki-notifications] [Issue] Updated: (XAPANELS-22) Add spac e selection combo box to the Create Panel and using Templates

2007-10-01 Thread goldring, richard
All, A space selection combo box could be useful. I've revised the New Page panel code (see below) to provide functionality to create a new page or space based upon a page template (from a Template space or where ever). Its not perfect, but maybe it can help. If you or anyone can do any better