audit
Audit provides an extensible framework for auditing and logging admin interactions as well as a UI for reviewing and searching audited events. With this extension, site admins now have the ability to track changes to their site over time.
Out of the box, you’ll find support for: create/update/destroy of the core Radiant models (User, Page, Snippet, and Layout), as well as User logins/logouts (both successful and failed). Audit was designed with extensibility in mind, so that extension developers can add auditing capability to their own custom models and actions with little effort.
| Author | Digital Pulp |
|---|---|
| Website | http://github.com/digitalpulp/radiant-audit-extension |
| Repository | git://github.com/digitalpulp/radiant-audit-extension.git |
| Supports | Radiant >= 0.9RC |
| Record Created | January 7, 2010 (about 2 years ago) |
Installation
At the command prompt, in the root of your Radiant project, type:
script/extension install audit
