Re: [xwiki-users] SH/BAT file plugin

2009-01-12 Thread Peter Verhas
To achieve this I would create an xwiki class "shellscript" that contains a single field, named "shcode" which is pure text. Then I would create velocity script that dispalys the page or downloads the code based on some http servlet $request parameters. I would not try to "dig out" the shell c

[xwiki-users] link to headlines xwiki1.7

2009-01-12 Thread Dustin Bensing
Hi folks, i've heard that in xwiki 1.7 it is possible to link to headlines in other xwiki documents. is this information correct? i am trying to figure this out. the only way i found, is to manually attach an anchor to a headline and append this "#" at the end of the link to the file. is there an

Re: [xwiki-users] link to headlines xwiki1.7

2009-01-12 Thread Vincent Massol
Hi Dustin, On Jan 12, 2009, at 10:57 AM, Dustin Bensing wrote: > Hi folks, i've heard that in xwiki 1.7 it is possible to link to > headlines > in other xwiki documents. is this > > information correct? > i am trying to figure this out. the only way i found, is to manually > attach > an ancho

[xwiki-users] [myxwiki] XWiki Enterprise 1.7.1 Upgrade

2009-01-12 Thread Jean-Vincent Drean
Hello, The myxwiki.org server has been upgraded to XE 1.7.1, if you own a wiki hosted there you should have a look at : http://www.xwiki.org/xwiki/bin/view/Main/ReleaseNotesXWikiEnterprise171 We also recommend you upgrade to the latest wiki version. To upgrade you must download the last XWiki XAR

[xwiki-users] XWiki Enterprise Manager

2009-01-12 Thread Gaëtan GUYODO
Hello, I'm using XWEM 1.3 RC1 (based on XE 1.5). I have now time to update our wikis, but I don't see recent updates of Enterprise Manager. Is there any reason ? Gaëtan ___ users mailing list users@xwiki.org http://lists.xwiki.org/mailman/listinfo/users

Re: [xwiki-users] [myxwiki] XWiki Enterprise 1.7.1 Upgrade

2009-01-12 Thread Gaëtan GUYODO
Thanks, but I tried to say that XE stable version is now 1.7.1, but XEM satble version is still 1.4.1, based on XE 1.6.2. Is there a XEM based on 1.7.1 ? I didn't found it. XEM isn't maintained any more ? I'm sorry, I just don't know. Jean-Vincent Drean a écrit : > Hello, > > The myxwiki.org ser

Re: [xwiki-users] [myxwiki] XWiki Enterprise 1.7.1 Upgrade

2009-01-12 Thread Vincent Massol
Hi Gaetan, On Jan 12, 2009, at 11:30 AM, Gaëtan GUYODO wrote: > Thanks, but I tried to say that XE stable version is now 1.7.1, but > XEM > satble version is still 1.4.1, based on XE 1.6.2. > Is there a XEM based on 1.7.1 ? I didn't found it. > XEM isn't maintained any more ? > I'm sorry, I jus

Re: [xwiki-users] link to headlines xwiki1.7

2009-01-12 Thread Dustin Bensing
Hi Vincent thanks for your reply!first time i read your mail i thought you havn't really read my mail :) but after a while i tried your >For example if you have: >"1.1 Project List" interestingly there is a difference in creating "title1, ti

Re: [xwiki-users] XWiki Enterprise Manager

2009-01-12 Thread Thomas Mortagne
Hi, Where are you looking ? I can see 1.3 and 1.4.1 in http://www.xwiki.org/xwiki/bin/view/Main/Download On Mon, Jan 12, 2009 at 10:29 AM, Gaëtan GUYODO wrote: > Hello, > I'm using XWEM 1.3 RC1 (based on XE 1.5). > I have now time to update our wikis, but I don't see recent updates of > Enterpr

Re: [xwiki-users] XWiki Enterprise Manager

2009-01-12 Thread Thomas Mortagne
On Mon, Jan 12, 2009 at 11:47 AM, Thomas Mortagne wrote: > Hi, > > Where are you looking ? > > I can see 1.3 and 1.4.1 in http://www.xwiki.org/xwiki/bin/view/Main/Download Also we are releasing XEM 1.5 (based on 1.7.1) today. > > On Mon, Jan 12, 2009 at 10:29 AM, Gaëtan GUYODO > wrote: >> Hello

Re: [xwiki-users] XWiki Enterprise Manager

2009-01-12 Thread Gaëtan GUYODO
Thanks, that's this one (1.5) I'm waiting for... thanks again for your work ! Gaëtan Thomas Mortagne a écrit : > On Mon, Jan 12, 2009 at 11:47 AM, Thomas Mortagne > wrote: >> Hi, >> >> Where are you looking ? >> >> I can see 1.3 and 1.4.1 in http://www.xwiki.org/xwiki/bin/view/Main/Download > >

Re: [xwiki-users] [myxwiki] XWiki Enterprise 1.7.1 Upgrade

2009-01-12 Thread Gaëtan GUYODO
Thanks Vincent, I was just surprised not to find a recent released, and not to see XEM into Jira calendar... But I know now you're still maintaining XEM. Gaëtan Vincent Massol a écrit : > Hi Gaetan, > > On Jan 12, 2009, at 11:30 AM, Gaëtan GUYODO wrote: > >> Thanks, but I tried to say that XE s

[xwiki-users] Scripting issue - xwiki

2009-01-12 Thread Ajdin Brandic
Hi I wander if anyone can help. I have found a discussion on IRC between users "asyd" and "lucaa" but the was no answer to the problem. I have two Groovy Classes saved as two pages page1 and page2. I also have some scripting outside class in page1. So page1 class requires an instance of page2

Re: [xwiki-users] Scripting issue - xwiki

2009-01-12 Thread Ajdin Brandic
Hi again My problem was that in my Velocity script (page3) I forgot to add "$" in front of some variable names (Groovy doesn't use "$") so the real values were not passed across correctly and the object was not created correctly therefore NullPointerException (Null Pointer Exception). Anyway, for

[xwiki-users] [ANN] XWiki Enterprise Manager 1.5 released

2009-01-12 Thread Jean-Vincent Drean
The XWiki development team is pleased to announce the release of XWiki Enterprise Manager 1.5. This release is based on XWiki Enterprise 1.7.1. Go grab it at http://www.xwiki.org/xwiki/bin/view/Main/Download For more information see the Release notes at: http://www.xwiki.org/xwiki/bin/view/Main/R

Re: [xwiki-users] Scripting issue - xwiki

2009-01-12 Thread Vincent Massol
Glad you found the answer and thanks for posting the solution. -Vincent On Jan 12, 2009, at 3:37 PM, Ajdin Brandic wrote: > Hi again > > My problem was that in my Velocity script (page3) I forgot to add > "$" in > front of some variable names (Groovy doesn't use "$") so the real > values > w

[xwiki-users] New xwiki user looking for some guidance...

2009-01-12 Thread Kevin_C
Hi all, First, I'm a total wiki newb. I've been tasked with evaluating xwiki for use by the state agency I work for in order to determine whether or not xwiki can meet our needs as a means to share information both internally and externally. From my initial poking around it looks like xwiki will

[xwiki-users] XWiki+JBoss+SSO Kerberos (Active Directory) on Windows Server 2003

2009-01-12 Thread Sebastian Kannengiesser
Hi guys, I'm very enthusiastic about getting everything out of the XWiki environment I'm about to set up for my company. As a matter of fact, right now I'm thinking about the best solution for getting Kerberos authentication/authorization to work as all 12000 employees are already part of the comp

Re: [xwiki-users] SH/BAT file plugin

2009-01-12 Thread Lewis Denizen
Thanks for the response, Peter :-) I see, I guess that would work, and I'd also be able to edit the shell scripts inline (as long as I provide a template for it). Just one more question, though - are we able to completely override what $request returns, since the header needs to be set before ret

Re: [xwiki-users] XWiki+JBoss+SSO Kerberos (Active Directory) on Windows Server 2003

2009-01-12 Thread Ludovic Dubost
Hi, If you setup an authentication which correctly sets the REMOTE_USER field then you should be able to use it with XWiki. You can then use the AppServerTrustedAuthentication module to accept your user and create it's user page. You can activate it using this in xwiki.cfg xwiki.authenticati

Re: [xwiki-users] New xwiki user looking for some guidance...

2009-01-12 Thread Ludovic Dubost
Kevin_C a écrit : > Hi all, > > First, I'm a total wiki newb. I've been tasked with evaluating xwiki for use > by the state agency I work for in order to determine whether or not xwiki > can meet our needs as a means to share information both internally and > externally. From my initial poking arou

[xwiki-users] Conditionally hiding content..

2009-01-12 Thread Kevin_C
Using the example @: http://www.xwiki.org/xwiki/bin/view/FAQ/Howtodisablecommentsandattachments I am able to remove all of the sections at the bottom of pages, Comments, Attachments, History and Information. Now what I would like to do is show some of these items conditionally based on the users