Remove Document History
Remove the history for a selection of documents from the wiki |
Type | XAR |
Category | |
Developed by | |
Active Installs | 9 |
Rating | |
License | GNU Lesser General Public License 2.1 |
Table of contents
Description
The selection of documents can be configured in the wiki administration section:
Parameter | Details |
---|---|
spaceList | Add all pages from this spaces to the list of documents to remove the history for. |
pageList | Add the list of pages to the list of documents to remove history for. |
whereClause | Appends a custom where clause to select more specific documents (e.g. or doc.fullName in (select doc2.fullName from XWikiDocument as doc2, BaseObject as obj where doc2.space='XWiki' and obj.name=doc2.fullName and obj.className='XWiki.XWikiUsers')) |
fromClause | Appends a custom from clause to select more specific documents. |
maxResults | The maximum number of documents to remove the history for. |
The application will run a scheduler job that removes the history for documents using the job cron expression set by the user.
Prerequisites & Installation Instructions
We recommend using the Extension Manager to install this extension (Make sure that the text "Installable with the Extension Manager" is displayed at the top right location on this page to know if this extension can be installed with the Extension Manager). Note that installing Extensions when being offline is currently not supported and you'd need to use some complex manual method.
You can also use the following manual method, which is useful if this extension cannot be installed with the Extension Manager or if you're using an old version of XWiki that doesn't have the Extension Manager:
- Log in the wiki with a user having Administration rights
- Go to the Administration page and select the Import category
- Follow the on-screen instructions to upload the downloaded XAR
- Click on the uploaded XAR and follow the instructions
- You'll also need to install all dependent Extensions that are not already installed in your wiki
- Some application pages need programming rights (the Admin Tools can be used to update the rights).
- The Remove the History of Documents job needs to be scheduled.