Manage CMFEditions Histories
Project description
collective.revisionmanager is a Plone add-on that lets you manage Products.CMFEditions histories. It can be used with Plone 6.0, 5.2, 5.1, 5.0 (untested) and Plone 4.3. You will need Products.CMFEditions version >= 2.2.16. This is available by default in the latest bugfix releases of all supported Plone versions.
Features
Sorted listing of histories storage (portal_historiesstorage) contents. Sort by: history id, number of versions, history size, size state, portal type or path
Purge revisions or delete entire histories
Maintain a cache for the statistics
Plone controlpanel interface for portal_purgepolicy
Translations
Brazilian Portuguese, German and Spanish translations are available.
Installation
Install collective.revisionmanager by adding it to your buildout:
[buildout] ... eggs = collective.revisionmanager
and then running bin/buildout. During installation, collective.revisionmanager will check wether the cmf_uid catalog index is there - if not, the index will be added and indexed. This step may require a considerable amount of time depending on the number of objects and object revisions in your database. Also, a cache for the statistics will be created.
After installation, you will have to calculate the statistics initially before you can see anything. Statistics calculation was done automatically during installation in earlier releases, but for sites with large databases and limited memory it may be necessary to configure subtransactions prior to updating the cache.
Calculating Statistics
Before you can use collective.revisionmanager you need to fill its history statistics cache. You can do so by visting Plone Control Panel -> Addon Configuration -> Manage Revisions and then clicking on the Recalculate Statistics button. Calculation may take a lot of time if you have lots of objects and object revisions in your database.
You will have to recalculate statistics from time to time to keep them up to date at intervals depending on database activity.
Dealing with catalog inconsistencies
If the installation fails with an AttributeError in Products.ZCatalog.CatalogBrains, your portal_catalog is inconsistent and you need to rebuild it. As a quick workaround, you can also simply clear (or even delete) the cmf_uid catalog index - collective.revisionmanager will rebuild it during installation. But be aware that your portal_catalog is still inconsistent and needs rebuilding.
Always make sure the cmf_uid index is consistent because it is used to determine the working copy of a history. Incorrectly indexed content will show up as having no working copy in the histories list!
Contribute
License
The project is licensed under the GPLv2.
Contributors
Thomas Schorr, t_schorr@gmx.de
Hector Velarde
Changelog
1.2.1 (2022-07-05)
Let the histories table look nicer in Plone 6. [maurits]
Fixed link to Site Setup to work in all supported Plone versions. [maurits]
1.2.0 (2021-10-28)
Allow all Managers to use the full control panel. Until now, for some parts you needed to be Manager in the Zope root. Fixes issue 30. [maurits]
Test with Plone 6 (still also on 4.3, 5.1, 5,2) and on GitHub Actions. [maurits]
1.1.0 (2021-09-16)
Fixes a bug in Plone 5.2 (‘RequestContainer’ object has no attribute ‘translate’) [pysailor]
Drop CMFQuickInstaller dependency. [pbauer]
1.0.0 (2020-08-18)
Add support for Python 3. [pbauer,maurits,tschorr]
0.9 (2019-10-07)
Fixed deleting orphans in Plone 5.1+ (CMFEditions 3). Fixes issue #19. [maurits]
Fixed startup error by loading the CMFCore zcml. [maurits]
0.8 (2017-08-31)
Do not fail on BrokenModified while calculating storage statistics. [pbauer]
UX-Improvements: Display size in a human-readable format, allow to increase the batch-size with a query-string, allow selecting all items. [pbauer]
In addition to the overall number of revisions, also display the number of purged revisions (fixes #14). [tschorr]
Decrease log level for logging processing of each history (fixes #15). [tschorr]
Add script to rebuild i18n stuff and update translations. [hvelarde]
0.7 (2016-11-29)
0.6 (2016-11-04)
Add Brazilian Portuguese and Spanish translations. [hvelarde]
Fix package uninstall. [hvelarde]
Fix package dependencies. Remove needless dependency on z3c.jbot. [hvelarde]
0.5 (2016-04-29)
do not calculate statistics during installation. This allows to configure subtransactions (and thereby memory consumption) before calculating statistics initially
add more german translations
more work on i18n
fix KeyError when sorting by portal_type
add button to delete all histories without working copy at once
0.4 (2016-04-19)
introducing subtransactions to save memory
more work on german translations
0.3 (2016-04-06)
add some german translations
handle POSKeyError when accessing inconsistent histories storage
0.2 (2016-03-02)
revisions controlpanel now works in Plone 5
Replace Update Statistics View by a button in controlpanel
Travis testing for Plone 4.3.x and 5.0.x
check for marker file in post install step
0.1 (2016-03-01)
Initial release.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Hashes for collective.revisionmanager-1.2.1.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | bfbfbb22d70fdc4a6a8b26243b193336cf38ec2d2597362b9bfd0b613e55755e |
|
MD5 | a385c0fbdc9682b6e1df52524160bdc3 |
|
BLAKE2b-256 | 9cbf8f7d38e7d5c73762141836a50c567800c18b8f0128293d30a47eac10b1f1 |