Re: [xwiki-users] Velocity code for deleting a document translation

2008-08-20 Thread Sergiu Dumitriu
syam_kg wrote: > Hi > > I have a document which has translated versions in German and French. Is it > possible to delete only the German version. If yes please provide me the > velocity snipplet for that. > You can delete a translation if that is not the original version of the document. From t

[xwiki-users] Print all page in space

2008-08-20 Thread Michele Manfrin
Hi all Is there a method in xwiki 1.5 to print all pages in a single space? An example: I have one space that contains 10 pages all about a spacific argument that characterizes the space. If I want print all 10 pages in a single click how can i do? thanks in advance! -- Michele _

Re: [xwiki-users] Print all page in space

2008-08-20 Thread adoro
Hi Michele, you can use as prototype the source code of the Navigation Panel ( /bin/inline/Panels/Navigation) - it lists all pages in all spaces and SpaceDocs Panel (/bin/inline/Panels/SpaceDocs) - all documents from the current Space. Just combine the source :-) and change it to suit you needs

[xwiki-users] Xwiki and OpenLDAP not working

2008-08-20 Thread Richard V .
Hello XWiki users, I have a problem getting OpenLDAP to work with XWiki 1.5.11446. For some strange reason i cannot login into xwiki from an account located in OpenLDAP and no error messages are produced. The login page just refreshes itself and nothing else happens. This problem started when

[xwiki-users] "Prevent unregistered users..." option not working in WikiPreferences > Rights

2008-08-20 Thread Mike Jakubik
Hi, I have recently installed version 1.5 (on postgresql) and the "Prevent unregistered users from viewing pages,.." options are not selectable. I need to setup the Wiki so that it is private and does not accept new registrations. The checkbox fields are not clickable, I have also tried a fresh

Re: [xwiki-users] Velocity code for deleting a document translation

2008-08-20 Thread syam_kg
Hi Sergiu Thanks a lot for the help Regards Syam Sergiu Dumitriu-2 wrote: > > syam_kg wrote: >> Hi >> >> I have a document which has translated versions in German and French. Is >> it >> possible to delete only the German version. If yes please provide me the >> velocity snipplet for that. >