From a11991222e33f0567c8bff0d0754c66031d2b31b Mon Sep 17 00:00:00 2001 From: plegall Date: Mon, 1 Sep 2014 22:18:50 +0000 Subject: feature 3130: add new triggers in tools/triggers_list.php git-svn-id: http://piwigo.org/svn/trunk@29380 68402e56-0260-453c-a942-63ccdbb3a9ee --- tools/triggers_list.php | 14 ++++++++++++++ 1 file changed, 14 insertions(+) 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 @@ -6,6 +6,20 @@ array( 'vars' => array('bool', 'content_not_set'), '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', -- cgit v1.2.3