[xwiki-users] Problem with 1.4

2008-05-16 Thread uwesbr
I just installed 1.4 over an existing 1.3 version and got the following: #template(startpage.vm) #template(contentview.vm) #template(docextra.vm) #template(endpage.vm) but nothing else... I started with the start_xwiki.bat -- View this message in context:

Re: [xwiki-users] Problem with 1.4

2008-05-16 Thread uwesbr
I used the windows installer but installed it over an existing installation (1.3). In between i played a little bit around and removed the old directory (saved DB before), made a new install with default Wiki and copied by DB back. After this it seems to work now... Is it always necessary to

Re: [xwiki-users] ldap auth against active directory fails

2008-05-16 Thread werner mueller
Hallo yep, that was the first attempt. no matter what variation i try i get bind errors or invalid credentials (depending on what user i try to login). xwiki shows an 'internal error' on the login dialog. its very weird. he mediawiki configuration is alost exactly the same (using that

Re: [xwiki-users] create new xwiki page in code

2008-05-16 Thread Gabriela Radu
Hello, no..it does not work, because it creates a new space(website) this is my code from the interface: form action = $xwiki.getDocument(createPage.vm).getURL(view) table border=0 cellspacing=0 cellpadding=0 class=panelright tbody tr td #template(createPage.vm)

Re: [xwiki-users] Problem with 1.4

2008-05-16 Thread Jean-Vincent Drean
On Fri, May 16, 2008 at 10:44 AM, uwesbr [EMAIL PROTECTED] wrote: I used the windows installer but installed it over an existing installation (1.3). In between i played a little bit around and removed the old directory (saved DB before), made a new install with default Wiki and copied by DB

Re: [xwiki-users] create new xwiki page in code. done

2008-05-16 Thread Gabriela Radu
hi. i found my error: it should be: #set($space = $doc.web) and it takes my current space. in which it creates the new page. #set($space = $doc.web) spaceul meu : $space #set($text = $!request.text ) afisare textfield: $text #set ($mydoc = $xwiki.getDocument(${space}.${text}))

[xwiki-users] access rights puzzles

2008-05-16 Thread Yishay Mor
I'm having some strange issues with access rights on http://patternlanguagenetwork.myxwiki.org/xwiki/bin/view/Cases/ Issue 1 == I configured the space to permit view for unauthorized users. Yet when loggen out I get: Error number 4001 in 4: Error while parsing velocity page Cases.WebHome

[xwiki-users] permitting programming

2008-05-16 Thread Yishay Mor
the adminstration panel does not include a column for programming. How do I grant a user programming rights? -- ___ Yishay Mor, Researcher, London Knowledge Lab http://www.lkl.ac.uk/people/mor.html http://yishaym.wordpress.com https://www.linkedin.com/in/yishaymor

Re: [xwiki-users] Displaying the pages of a space

2008-05-16 Thread Antonio Goncalves
See below Antonio 2008/5/15 Vincent Massol [EMAIL PROTECTED]: Hi Antonio, On May 15, 2008, at 9:42 PM, Antonio Goncalves wrote: Thanks Jean-Vincent it works. Two more questions. 1) On the API (

Re: [xwiki-users] permitting programming

2008-05-16 Thread Sergiu Dumitriu
Yishay Mor wrote: the adminstration panel does not include a column for programming. How do I grant a user programming rights? That appears only in the global rights (not on space or document rights), and only in the main wiki (virtual wikis can't have programming rights for the moment, for

Re: [xwiki-users] ldap auth against active directory fails

2008-05-16 Thread Mihails Agafonovs
If your sAMAccountName is like name.surname, it won't work. XWiki has some problems with . (or is this solved?) sign when logging in. Quoting Fabien : Hi, I don't know if this will help, but here is below my xwiki.cfg configuration file that enable me to bind. I still do not reach the field

[xwiki-users] Searching code content on xwiki.org (was Re: Displaying the pages of a space)

2008-05-16 Thread Vincent Massol
On May 16, 2008, at 2:48 PM, Antonio Goncalves wrote: [snip] Note that there are lots of code snippets that should provide examples on this in code.xwiki.org, in the snippets area. Let us know where you'd have expected help on this in xwiki.org so that we can fix it. One thing that

Re: [xwiki-users] Choose editor panel

2008-05-16 Thread Vincent Massol
Hi Mihail, This panel was added when we introduced the Toucan skin. It's in the Panels application. You probably forgot to import it when you upgraded to 1.3. Thanks -Vincent On May 16, 2008, at 3:19 PM, Mihails Agafonovs wrote: Hi! For some unknown reasons, Choose editor panel just

Re: [xwiki-users] Searching code content on xwiki.org (was Re: Displaying the pages of a space)

2008-05-16 Thread Sergiu Dumitriu
Vincent Massol wrote: On May 16, 2008, at 2:48 PM, Antonio Goncalves wrote: [snip] Note that there are lots of code snippets that should provide examples on this in code.xwiki.org, in the snippets area. Let us know where you'd have expected help on this in xwiki.org so that we can fix

Re: [xwiki-users] Searching code content on xwiki.org (was Re: Displaying the pages of a space)

2008-05-16 Thread Vincent Massol
On May 16, 2008, at 3:51 PM, Sergiu Dumitriu wrote: Vincent Massol wrote: On May 16, 2008, at 2:48 PM, Antonio Goncalves wrote: [snip] Note that there are lots of code snippets that should provide examples on this in code.xwiki.org, in the snippets area. Let us know where you'd have

Re: [xwiki-users] access rights puzzles

2008-05-16 Thread Sergiu Dumitriu
Yishay Mor wrote: I'm having some strange issues with access rights on http://patternlanguagenetwork.myxwiki.org/xwiki/bin/view/Cases/ Issue 1 == I configured the space to permit view for unauthorized users. Yet when loggen out I get: Error number 4001 in 4: Error while parsing

Re: [xwiki-users] Choose editor panel

2008-05-16 Thread Mihails Agafonovs
Something strange... Now this panel is where it should be. Quoting Vincent Massol : Hi Mihail, This panel was added when we introduced the Toucan skin. It's in the Panels application. You probably forgot to import it when you upgraded to 1.3. Thanks -Vincent On May 16, 2008, at 3:19 PM,

[xwiki-users] Macros

2008-05-16 Thread Mihails Agafonovs
I've defined a macro #make-div(), but it doesn't work! Even after I've restarted Tomcat. Ar cieņu, Mihails ___ users mailing list users@xwiki.org http://lists.xwiki.org/mailman/listinfo/users

Re: [xwiki-users] Macros

2008-05-16 Thread Sergiu Dumitriu
Mihails Agafonovs wrote: I've defined a macro #make-div(), but it doesn't work! Even after I've restarted Tomcat. Ar cieņu, Mihails Try without -, it's not a valid character for a macro name. -- Sergiu Dumitriu http://purl.org/net/sergiu/ ___ users

[xwiki-users] Redirect after login

2008-05-16 Thread Hosam Hassan
Hello guys, I want to redirect after login to a specific space instead of getting redirected to the Main.Webhome. I want to redirect to KnowledgeBase.Webhome for example I tried changing in the login.vml in the albatross folder but no use. Where can i change this? Cheers and many

Re: [xwiki-users] Redirect after login

2008-05-16 Thread Vincent Massol
Hi, I think you can pass the xredirect parameter in the URL to redirect to the page you want. Right now users are redirected to the page they asked and not to Main.WebHome (unless they asked for that page of course ;)). Thanks -Vincent On May 16, 2008, at 4:23 PM, Hosam Hassan wrote:

Re: [xwiki-users] Redirect after login

2008-05-16 Thread Hosam Hassan
Hello Vincent, Where can i pass the xredirect parameter in the URL? Cheers, Hosam Original Message: Hi, br / br /I think you can pass the xredirect parameter in the URL to redirect to br /the page you want. Right now users are redirected to the page they br /asked and not to Main.WebHome

Re: [xwiki-users] Redirect after login

2008-05-16 Thread Vincent Massol
On May 16, 2008, at 4:36 PM, Hosam Hassan wrote: Hello Vincent, Where can i pass the xredirect parameter in the URL? hmm... in the login.vm file. Try changing the one in templates/ -Vincent Original Message: Hi, br / br /I think you can pass the xredirect parameter in the URL to

Re: [xwiki-users] Redirect after login

2008-05-16 Thread Hosam Hassan
Thats the part of the login in the Login.vm in the templates folder. What should i change here?. I am not quiet familiar with xredirect and html thats why its a little confusing for me. Thanks again Original Message: br /On May 16, 2008, at 4:36 PM, Hosam Hassan wrote: br / br / Hello

Re: [xwiki-users] Error with the FAQs/NumberedSections page

2008-05-16 Thread Sergiu Dumitriu
Hosam Hassan wrote: Hello all, I recently moved my wiki from my local pc to the webserver. The problem is that in the /xwiki/bin/view/FAQs/NumberedSections in the wiki on the webserver the {code} #set($context.tocNumbered = true) #set($context.tocData = $tdoc.getTOC(2, 6, true))

Re: [xwiki-users] Error with the FAQs/NumberedSections page

2008-05-16 Thread Hosam Hassan
Hello, How is it possible to define programing rights for a page?. I just know how to give programming rights to the users not on the page itself. It is the same problem for all the pages nearly. Thanks again, Hosam Original Message: Hosam Hassan wrote: br / Hello all, br / br / I