Re: [xwiki-users] How do I write a correct XWQL statement?

2012-11-14 Thread Jeremie BOUSQUET
2012/11/13 crocket crockabisc...@gmail.com You need to send messages to both me and xwiki-users list. Everybody should share knowledges. What I want to do is extract all object of a class from a specific page, not the entire objects from the wiki database. How should I modify the query in

Re: [xwiki-users] I want to sort XWiki Objects with Comparator.

2012-11-14 Thread Jeremie BOUSQUET
This is basically extension of SQL, with same principles, so if in your where clause you specify the page you want, it won't query the entire wiki. For ordering, you just have to specify the field you want in the order by clause, I don't understand why you would need a Comparator ? For example,

[xwiki-users] Use of color theme styles

2012-11-14 Thread Vereniging CdLS
Hi, I would like to use the container macro and three collums {{container layoutStyle=columns}} (((first content))) (((second content))) (((third content))) {{/container}} The contents would be includes from three pages containing Header level 5, a link to another wiki page, a short

[xwiki-users] Collapsed panel headers

2012-11-14 Thread Vereniging CdLS
Hi, I know there have been discussions on collapsed panel headers I've had user complaints about the 'complexity' of our website (based on XWiki). After analysis of the complaints one of the reasons for perceived complexity were the panels They distracted the focus from the content, because

[xwiki-users] XWiki as OpenID provider ?

2012-11-14 Thread H.-Dirk Schmitt
Hi! has anybody a solution to use XWiki as an openid *provider* ? I found http://jira.xwiki.org/browse/XWIKI-2630 - but this issue doesn't report any progress. Best Regards, H.-Dirk Schmitt -- Signature H.-Dirk Schmitt

[xwiki-users] xwiki and emacs ?

2012-11-14 Thread H.-Dirk Schmitt
Hi! i like to edit text input fields via FF addon It's all text in emacs :-) This is especially helpful if you need an advanced feature like search and replace ;-) Only one thing is missing - syntax highlighting. Has anybody an emacs mode covering the XWiki 2.x syntax ? Best Regards, H.-Dirk

Re: [xwiki-users] How do I write a correct XWQL statement?

2012-11-14 Thread crocket
Thanks man. https://github.com/xwiki/xwiki-platform/blob/master/xwiki-platform-core/xwiki-platform-oldcore/src/main/resources/xwiki.hbm.xml That's what I've been looking for!! Yay!!! On Wed, Nov 14, 2012 at 5:48 PM, Jeremie BOUSQUET jeremie.bousq...@gmail.com wrote: 2012/11/13 crocket

Re: [xwiki-users] How do I write a correct XWQL statement?

2012-11-14 Thread crocket
But how do I find the names of those corresponding models used in queries? xwikidoc doesn't really remind me of Document, and I don't know how to refer to xwikircs in queries. On Wed, Nov 14, 2012 at 5:48 PM, Jeremie BOUSQUET jeremie.bousq...@gmail.com wrote: 2012/11/13 crocket

[xwiki-users] MostViewedPages Panel only visible for Administrator?

2012-11-14 Thread Silvio Mink
Hi, i am very new to Xwiki. I have added the statistic Panel MostViewedPages with the Panel-Wizard and saved the new Layout successfully. Now the new Panel is visible for me - as Administrator - but not for normal Users. Why? Maybe there are not enough collected informations at this moment? Or