On Tue, Apr 8, 2014 at 6:21 PM, coldserenity <[email protected]> wrote:
> Hi,
>
>   We are keeping record of daily team progress in XWiki which is basically a
> plain document with table listing all active tasks and their changing
> statuses. Each day we copy notes from previous day by "copy XWiki document"
> action.
>   This has one major drawback: current version of the document is 2500 which
> means each day we create new document with 2.5K history versions.
>
>   Is there a simple (without scripting) way to delete history?

>    a) for single document

/xwiki/bin/deleteversions/Sandbox/Foo?rev1=1.1&rev2=3.1

In one click on a link :) (you can of course generate the link with a
script that fills in the right version range, which I hard-coded).

Hope this helps,
Marius

>    b) for set of documents with common parent
>
> Regards,
>  Roman
>
> PS: this is the reason for opening http://jira.xwiki.org/browse/XWIKI-10126
>
>
>
> --
> View this message in context: 
> http://xwiki.475771.n2.nabble.com/How-to-clean-up-page-history-in-one-click-tp7590035.html
> Sent from the XWiki- Users mailing list archive at Nabble.com.
> _______________________________________________
> users mailing list
> [email protected]
> http://lists.xwiki.org/mailman/listinfo/users
_______________________________________________
users mailing list
[email protected]
http://lists.xwiki.org/mailman/listinfo/users

Reply via email to