Re: [xwiki-users] [xwiki-devs] [Proposal] Rights Management UI

2010-05-18 Thread Ecaterina Valica
Hi, I've reviewed some of your feedback and added them to Rights Management UI Proposal *VERSION 3*: *Partial Prototype* - Wiki Level: http://incubator.myxwiki.org/xwiki/bin/view/Improvements/Rights3Wiki - Space Level:

[xwiki-users] User directory

2010-05-18 Thread Ben Stuggler
Hi, I would like to create a directory of users (with name, phone and email) who are in a specific group but I'm not comfortable with query. Is there anybody who have already work on a thing like this? To avoid temporally the problem, I thought add a tag on the concerned users, like this we can

[xwiki-users] using subqueries in HQL

2010-05-18 Thread Colesnicov Eugen
Hello everybody! I need some help about construction of a subquery. I have 2 classes: projects and steps. Also, name of a projectclass pages - is one of a property of a class step (for this reason, If I know project, I can find all steps of this project). I have one query: #set ($hql = ,

[xwiki-users] Imported anchors in titles cannot be exported

2010-05-18 Thread Marine JULIAN
Hi, I imported a MS Office file which contains a table of content. When I tried to export it (both in pdf and rtf format), I had an error (see below). After some tests, I realized that it's due to anchor tags in titles like *= {{id name=Sommaire|outline}}{{/id}} Sommaire =*. I saw a report

Re: [xwiki-users] using subqueries in HQL

2010-05-18 Thread Marius Dumitru Florea
Hi Eugen, Looks like you are looking for an HQL query that returns a map of (project - list of steps) pairs which is not possible. The result set is a flat structure. At most you can get a list of [project, step] arrays: [p1, s1] [p1, s2] ... [p2, s1] ... Why do you need to list all the

Re: [xwiki-users] using subqueries in HQL

2010-05-18 Thread Marius Dumitru Florea
and btw http://platform.xwiki.org/xwiki/bin/view/DevGuide/velocityHqlExamples#HStatistics leads to some HQL examples with sub queries, using the protected search API though. Marius On 05/18/2010 05:10 PM, Marius Dumitru Florea wrote: Hi Eugen, Looks like you are looking for an HQL query

Re: [xwiki-users] [xwiki-devs] [Proposal] Rights Management UI

2010-05-18 Thread Guillaume Lerouge
Hi, On Tue, May 18, 2010 at 11:03, Ecaterina Valica vali...@gmail.com wrote: Hi, I've reviewed some of your feedback and added them to Rights Management UI Proposal *VERSION 3*: *Partial Prototype* - Wiki Level: http://incubator.myxwiki.org/xwiki/bin/view/Improvements/Rights3Wiki

Re: [xwiki-users] [xwiki-devs] [Proposal] Rights Management UI

2010-05-18 Thread Denis Gervalle
On Tue, May 18, 2010 at 17:08, Guillaume Lerouge guilla...@xwiki.comwrote: Hi, On Tue, May 18, 2010 at 11:03, Ecaterina Valica vali...@gmail.com wrote: Hi, I've reviewed some of your feedback and added them to Rights Management UI Proposal *VERSION 3*: *Partial Prototype* -

[xwiki-users] Failed to create XmlRpcServer:

2010-05-18 Thread Ziggy
Hi guys, What could be causing this error? Am i missing some jar files? I am using Tomcat 6.0.26 and XWiki Enterprise 2.3.28602 Thanks. 18-May-2010 11:34:13 org.apache.catalina.startup.Catalina start INFO: Server startup in 5004 ms 2010-05-18 11:34:23,635 [

[xwiki-users] Error while exporting PDF including children

2010-05-18 Thread Wilson Leão Neto
Hello there! I'm trying to export a PDF including children pages, but everytime I tried it I got an exception. Detailed information: Error number 11015 in 11: Exception while exporting Wrapped Exception: Error number 12002 in 12: Exception while exporting PDF Wrapped Exception:

Re: [xwiki-users] User directory

2010-05-18 Thread Arnaud bourree
2010/5/18 Ben Stuggler bobbywaxkil...@gmail.com: Hi, I would like to create a directory of users (with name, phone and email) who are in a specific group but I'm not comfortable with query. Is there anybody who have already work on a thing like this? To avoid temporally the problem, I

Re: [xwiki-users] Error while exporting PDF including children

2010-05-18 Thread Wilson Leão Neto
Hello there! I get the error only when I try to export with the property includechilds with a value = 2 e.g, includechilds=2 Here is the macro: #macro(includeChildren $page $withPageBreaks) #if($clevel!=0) #foreach($childDocName in $xwiki.searchDocuments(where doc.parent='$page' order by

Re: [xwiki-users] User directory

2010-05-18 Thread Thomas Mortagne
On Tue, May 18, 2010 at 11:46, Ben Stuggler bobbywaxkil...@gmail.com wrote: Hi, I would like to create a directory of users (with name, phone and email) who are in a specific group but I'm not comfortable with query. Is there anybody who have already work on a thing like this? To avoid

[xwiki-users] Dinamically create an xwiki page and add content to it

2010-05-18 Thread Abel Solórzano Astorga
Hi, I want to create an xwiki page from a groovy script and add some content to it. Could somebody tell me how can I accomplish that? Thanks, Abel ___ users mailing list users@xwiki.org http://lists.xwiki.org/mailman/listinfo/users

Re: [xwiki-users] Error while exporting PDF including children

2010-05-18 Thread Wilson Leão Neto
Hello again! Also, I don't know if it is a problem or not... Every children page I create comes with *xwiki *as a prefix. E.g. *xwiki*:Space1.0101 In the macro, the search is based on where *doc.parent='$page'* order by doc.creationDate. It only gets the documents without xwiki, in my case,

Re: [xwiki-users] Error while exporting PDF including children

2010-05-18 Thread Wilson Leão Neto
Also... It may seem weird. But if I remove the pdf.css file from the templates folder, it works just fine... I'm a bit confused right now. Best regards, Wilson 2010/5/18 Wilson Leão Neto wilson.leao.n...@gmail.com Hello again! Also, I don't know if it is a problem or not... Every children

Re: [xwiki-users] Dinamically create an xwiki page and add content to it

2010-05-18 Thread Caleb James DeLisle
nxdoc = xwiki.getDocument(some.nonexistentDocument); gives you a brand new document to work with. It won't be put in the database until you call nxdoc.save() or nxdoc.saveAsAuthor() You can put content in the document with nxdoc.setContent(some content); See:

[xwiki-users] How to disable caching for attachments?

2010-05-18 Thread Meng Wu
Hey all, We've been having browser caching problems for attachments where users have had to wait hours before their data would be updated in xwiki.For IE, for example, killing all instances of IE, restarting the browser, and then visiting the attachment is a solution to this problem. We

Re: [xwiki-users] Dinamically create an xwiki page and add content to it

2010-05-18 Thread Abel Solórzano Astorga
Thanks Caleb, It worked just fine. Abel On Tue, May 18, 2010 at 3:40 PM, Caleb James DeLisle calebdeli...@lavabit.com wrote: nxdoc = xwiki.getDocument(some.nonexistentDocument); gives you a brand new document to work with. It won't be put in the database until you call nxdoc.save() or