-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
This plugin monitors user activity by listening to events triggered by users. The logged events are listed on the "Events" page after clicking on "Activity Log" in the navigation. This plugin is nearly identical to the ActivityLog module for Omeka S, so that module's end-user documentation should be enough to describe this plugin and its features (e.g. browse events page, filter events form).
One difference is the events that this plugin listens to. Here's a list:
after_save_record: logs after a user saves a record (e.g. Item, Collection, File)after_delete_record: logs after a user deletes a record (e.g. Item, Collection, File)insert_option: logs when a user inserts a new optionupdate_option: logs when a user updates an existing optiondelete_option: logs when a user deletes an optioninstall_plugin: logs when a user installs a pluginuninstall_plugin: logs when a user uninstalls a pluginactivate_plugin: logs when a user activates a plugindeactivate_plugin: logs when a user deactivates a pluginupgrade_plugin: logs when a user upgrades a plugin
Also, administrators can export the log using the API:
/api/activity_log_events?key=<api-key>
To test the plugin, trigger as many events as you can and confirm that they have been logged. Make sure the logged data is accurate.
Metadata
Metadata
Assignees
Labels
No labels