Actionlog plugin - user action logging #31
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Summary
New
plg_actionlog_mokobackupplugin that logs MokoJoomBackup actions to Joomla's User Action Logs.Logged Events
onContentAfterSave(context:com_mokobackup.profile, isNew=true)onContentAfterSave(context:com_mokobackup.profile, isNew=false)onContentAfterDelete(context:com_mokobackup.profile)onContentAfterDelete(context:com_mokobackup.backup)onMokoBackupAfterRun(success=true)onMokoBackupAfterRun(success=false)Implementation
#__action_logswith parameterized language keysBackupEnginedispatchesonMokoBackupAfterRunevent after both success and failure pathssuccess,record_id,description,profile_id,originFiles
New
src/packages/plg_actionlog_mokobackup/(full plugin directory)Modified
src/packages/com_mokobackup/src/Engine/BackupEngine.php- addeddispatchAfterRun()andEventimport