Re: [xwiki-users] users Digest, Vol 26, Issue 12

2009-09-07 Thread Jason Binstock
thank you very much for the new wiki i will put it to good use :) On 6-Sep-09, at 3:00 AM, users-requ...@xwiki.org wrote: > Send users mailing list submissions to > users@xwiki.org > > To subscribe or unsubscribe via the World Wide Web, visit > http://lists.xwiki.org/mailman/listinf

[xwiki-users] Selective space export

2009-09-07 Thread Hernández Cuchí , Francisco Ricardo
Hello everybody. Because of a java memory problem when exporting my wiki, I want to do selective space exports. The problem is that there is no easy snippet to do it. I found some code to export one space, and would be great to hace something with chekboxes or similiar to quickly select w

[xwiki-users] Problem with Access Level

2009-09-07 Thread Nikos Georgosopoulos
I have changed a bit the displayDocumentList macro in xwiki/templates/macros.vm and now it work for me: #foreach($docName in $docNames) #set($document = $xwiki.getDocument($docName).getTranslatedDocument()) #if($xwiki.hasAccessLevel("view", $context.user, $document.fullName)) #if(!$bla

Re: [xwiki-users] Selective space export

2009-09-07 Thread Steven Calkins
Hallo Francisco, I recently exported my entire database for the first time. I noticed that when you import the XAR file there are checkboxes that permit you to leave out what you want. Is that what you need? Xwiki permits choosing which spaces to import, but the choice is on the import side not

Re: [xwiki-users] Selective space export

2009-09-07 Thread Hernández Cuchí , Francisco Ricardo
Hi, That is not really what I want. My problem is that I have an xwiki 1.7.14 and I wanto to move to a 2.0milestone 2 in another machine. I get a lot of corrupted xar files (cannot open them with 7zip) because of java memory heap exception (even if they are spaces of only one page!). So I need

Re: [xwiki-users] Selective space export

2009-09-07 Thread Ludovic Dubost
Have you tried: http://code.xwiki.org/xwiki/bin/view/Applications/ImportExportApplication It has space export.. Ludovic Hernández Cuchí a écrit : > Hi, > > That is not really what I want. My problem is that I have an xwiki 1.7.14 and > I wanto to move to a 2.0milestone 2 in another machine.

Re: [xwiki-users] Selective space export

2009-09-07 Thread [Ricardo Rodriguez] Your EPEC Network ICT Team
Hi Francisco! Hernández Cuchí wrote: > Hi, > > That is not really what I want. My problem is that I have an xwiki 1.7.14 and > I wanto to move to a 2.0milestone 2 in another machine. I get a lot of > corrupted xar files (cannot open them with 7zip) because of java memory heap > exception (even

Re: [xwiki-users] Selective space export

2009-09-07 Thread Caleb James DeLisle
I modified the large export script to support individual spaces. With my modded version, you can also export to a directory rather than zip compressing the export (you can then zip the contents of the dir manually), hopefully skipping the zip compression will save enough ram to prevent running out

Re: [xwiki-users] Selective space export

2009-09-07 Thread Caleb James DeLisle
Oops, the mail client bungled my code. You can download it as an application here: http://code.xwiki.org/xwiki/bin/download/Applications/LargeExportBySpaceApplicationDownloads/Main.largeExportBySpace.xar Caleb James DeLisle wrote: > I modified the large export script to support individual spaces.