diff options
author | plegall <plg@piwigo.org> | 2014-09-01 22:18:50 +0000 |
---|---|---|
committer | plegall <plg@piwigo.org> | 2014-09-01 22:18:50 +0000 |
commit | a11991222e33f0567c8bff0d0754c66031d2b31b (patch) | |
tree | fdf992a816544dcc99bc8a9e2a16e682825401e4 /tools/triggers_list.php | |
parent | 4931295d78d19c212ce42349afda0b1a360f330e (diff) |
feature 3130: add new triggers in tools/triggers_list.php
git-svn-id: http://piwigo.org/svn/trunk@29380 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'tools/triggers_list.php')
-rw-r--r-- | tools/triggers_list.php | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/tools/triggers_list.php b/tools/triggers_list.php index db227fa5f..22374a8c2 100644 --- a/tools/triggers_list.php +++ b/tools/triggers_list.php @@ -7,6 +7,20 @@ array( 'files' => array('picture.php'), ), array( + 'name' => 'batch_manager_perform_filters', + 'type' => 'trigger_change', + 'vars' => array('array', 'filter_sets'), + 'files' => array('admin\batch_manager.php'), + 'infos' => 'New in 2.7', +), +array( + 'name' => 'batch_manager_register_filters', + 'type' => 'trigger_notify', + 'vars' => array(), + 'files' => array('admin\batch_manager.php'), + 'infos' => 'New in 2.7', +), +array( 'name' => 'begin_delete_elements', 'type' => 'trigger_notify', 'vars' => array('array', 'ids'), |