Re: [xwiki-users] FW: xwiki 2.0, task manager application, Error number 4001 in 4: Error while parsing velocity page TasksCode.NewTask

2009-10-06 Thread Michael Beetz
Hi all, I am wondering whether it is an authorisation problem .. Are there any other examples using "xwiki.search" instead of "xwiki. searchDocuments"? Thanks and kind regards mb -Original Message- From: users-boun...@xwiki.org [mailto:users-boun...@xwiki.org] On Behalf Of Michael Beet

Re: [xwiki-users] users Digest, Vol 27, Issue 15

2009-10-06 Thread Luis Ruiz
Hi Jean-Vincent and Roman, First of all, thanks for your fast replies!! Sandbox works great but I would need admin rights and I installed the windows installer but here I don't have a servlet container :( . I will explain my case. I have to develop or integrate a wiki in a whole university but I

Re: [xwiki-users] users Digest, Vol 27, Issue 15

2009-10-06 Thread Guillaume Lerouge
Hi Luis, On Tue, Oct 6, 2009 at 11:27 AM, Luis Ruiz wrote: > Hi Jean-Vincent and Roman, > > First of all, thanks for your fast replies!! Sandbox works great but I > would > need admin rights and I installed the windows installer but here I don't > have a servlet container :( . > > I will explain

Re: [xwiki-users] users Digest, Vol 27, Issue 15

2009-10-06 Thread Luis Ruiz
Hi Guillaume, - Store pages in File System. I would need filesystem because we have very load of data in our Oracle Database and we are afraid that large amount of Blobs in Oracle makes our database to collapse. In the past we had that problem. - Integrate Authentification with CAS Server (SSO) Co

Re: [xwiki-users] users Digest, Vol 27, Issue 15

2009-10-06 Thread [Ricardo Rodriguez] Your EPEC Network ICT Team
Hi, Guillaume Lerouge wrote: > Why exactly do you needs pages to be stored in the filesystem? Maybe you can > find a way to address your use case using existing XWiki features... In our case more than pages are attached files what we need to be stored in the filesystem. Could this be also your c

Re: [xwiki-users] listing all users

2009-10-06 Thread Arnaud bourree
Hello I find good search to list user: for(du in xwiki.search("select doc from XWikiDocument doc, BaseObject obj where obj.name = doc.fullName and obj.className = 'XWiki.XWikiUsers' order by doc.fullName")) { print du } And that list all users without case insensitive in oposition of xwiki.wrapDoc

[xwiki-users] Macro parameters

2009-10-06 Thread Lewis Denizen
Hi xwiki-users, One small quirck with the 2.0 release - when I try something like this: {{box title="{{info}}test{{/info}}"}}this is a test{{/box}} the output becomes a bit screwey... Parts of the {{info}} tag gets added to the content of the box instead of into the title. It does work when th

Re: [xwiki-users] Macro parameters

2009-10-06 Thread Marius Dumitru Florea
Hi Lewis, Lewis Denizen wrote: > Hi xwiki-users, > > One small quirck with the 2.0 release - when I try something like this: > > {{box title="{{info}}test{{/info}}"}}this is a test{{/box}} > > the output becomes a bit screwey... Parts of the {{info}} tag gets added to > the content of the box

Re: [xwiki-users] Macro parameters

2009-10-06 Thread Vincent Massol
On Oct 6, 2009, at 5:15 PM, Marius Dumitru Florea wrote: > Hi Lewis, > > Lewis Denizen wrote: >> Hi xwiki-users, >> >> One small quirck with the 2.0 release - when I try something like >> this: >> >> {{box title="{{info}}test{{/info}}"}}this is a test{{/box}} >> >> the output becomes a bit scre

Re: [xwiki-users] Macro parameters

2009-10-06 Thread Thomas Mortagne
2009/10/6 Vincent Massol : > > On Oct 6, 2009, at 5:15 PM, Marius Dumitru Florea wrote: > >> Hi Lewis, >> >> Lewis Denizen wrote: >>> Hi xwiki-users, >>> >>> One small quirck with the 2.0 release - when I try something like >>> this: >>> >>> {{box title="{{info}}test{{/info}}"}}this is a test{{/box

Re: [xwiki-users] Macro parameters

2009-10-06 Thread Thomas Mortagne
2009/10/6 Thomas Mortagne : > 2009/10/6 Vincent Massol : >> >> On Oct 6, 2009, at 5:15 PM, Marius Dumitru Florea wrote: >> >>> Hi Lewis, >>> >>> Lewis Denizen wrote: Hi xwiki-users, One small quirck with the 2.0 release - when I try something like this: {{box title="{{

Re: [xwiki-users] Macro parameters

2009-10-06 Thread Thomas Mortagne
In any case there either a parser or renderer xwiki/2.0 bug so it deserve a jira issue. 2009/10/6 Thomas Mortagne : > 2009/10/6 Thomas Mortagne : >> 2009/10/6 Vincent Massol : >>> >>> On Oct 6, 2009, at 5:15 PM, Marius Dumitru Florea wrote: >>> Hi Lewis, Lewis Denizen wrote: > H

Re: [xwiki-users] Macro parameters

2009-10-06 Thread Marius Dumitru Florea
Thomas Mortagne wrote: > 2009/10/6 Vincent Massol : >> On Oct 6, 2009, at 5:15 PM, Marius Dumitru Florea wrote: >> >>> Hi Lewis, >>> >>> Lewis Denizen wrote: Hi xwiki-users, One small quirck with the 2.0 release - when I try something like this: {{box title="{{info}}te

Re: [xwiki-users] Macro parameters

2009-10-06 Thread Thomas Mortagne
2009/10/6 Marius Dumitru Florea : > Thomas Mortagne wrote: >> 2009/10/6 Vincent Massol : >>> On Oct 6, 2009, at 5:15 PM, Marius Dumitru Florea wrote: >>> Hi Lewis, Lewis Denizen wrote: > Hi xwiki-users, > > One small quirck with the 2.0 release - when I try something like

[xwiki-users] XWiki Enterprise 1.9.4 and XWiki Enterprise Manager 1.7.4 Released

2009-10-06 Thread Jean-Vincent Drean
The XWiki development team is pleased to announce the release of XWiki Enterprise 1.9.4 and XWiki Enterprise Manager 1.7.4. Go grab it at http://www.xwiki.org/xwiki/bin/view/Main/Download This release is targeted to users who are not yet ready to upgrade to the more recent 2.0.x releases, but who

[xwiki-users] Groovy JARs

2009-10-06 Thread Lewis Denizen
Hi xwiki-users, Just wondering - does the "jars" parameter work for the groovy macro? Tried executing something simple with no luck: {{groovy jars="attach:main.webh...@blah.jar"}} import blahblah... println(Blah.class.getName()) {{/groovy}} Always throws a ClassNotFoundException (even tho th

Re: [xwiki-users] Macro parameters

2009-10-06 Thread Lewis Denizen
Seems like I opened a can of worms :-S Logged a JIRA for tracking: http://jira.xwiki.org/jira/browse/XWIKI-4457 I'll try to beautify the ticket once I get access to a PC instead of an iPhone ;-) Thanks for looking into this! On Oct 7, 2009, at 1:49 AM, Thomas Mortagne wrote: > 2009/10/6

[xwiki-users] [docs] Contribution Draft

2009-10-06 Thread Roman Friesen
Hello, I've started work on the Contribution draft: http://dev.xwiki.org/xwiki/bin/view/Drafts/XEContribute Any help/feedback would be very appreciated. Especially as my English skills are not good enough to produce high quality texts. @Vincent: I have seen your improvements, thanks :) First I s

Re: [xwiki-users] users Digest, Vol 27, Issue 15

2009-10-06 Thread Luis Ruiz
Hi Ricardo, In my case we would like that all pages are stored in the filesystem, of course attached content must be in filesystem, in the database only the structure of the wiki. Is that possible? Thanks for your answers!! 2009/10/6 [Ricardo Rodriguez] Your EPEC Network ICT Team < webmas...@en