Add an audit log to your Kotti website.
- Content audit log for editors to find content based on creation or modification.
- Each content node has an audit log that display all children of that node.
- Content filtering and sorthing by title, content type, container title, modification_date and creation_date
- Content search
Note, this package adds the *Audit Log* menu entry to the *Actions* menu. The Audit Log menu entry will take you the content respective Audit view, e.g. http://localhost/audit-log or http://localhost/example-content/audit-log
Development happens at https://github.com/jamaicanDevelopers/kotti_audit
To enable the extension in your Kotti site, activate the configurator:
kotti.configurators = kotti_audit.kotti_configure
If you are upgrading from a previous version you might have to migrate your
database. The migration is performed with alembic and Kotti's console script
kotti-migrate
. To migrate, run
kotti-migrate upgrade --scripts=kotti_audit:alembic
.
For integration of alembic in your environment please refer to the alembic documentation. If you have problems with the upgrade, please create a new issue in the tracker.
Contributions to kotti_audit are highly welcome. Just clone its Github repository and submit your contributions as pull requests.