diff options
author | mistic100 <mistic@piwigo.org> | 2014-09-12 11:35:32 +0000 |
---|---|---|
committer | mistic100 <mistic@piwigo.org> | 2014-09-12 11:35:32 +0000 |
commit | f83e780249d55dd3d463cd0f21faf92b4215a508 (patch) | |
tree | c531046b3e58ff6aecb108707bfb353f9360526a /tools/triggers_list.php | |
parent | 67ad8fb81ae125e99abc616ccc5a2bf8e44a2f42 (diff) |
add URL filter input for dimension and filesize + batch_manager_url_filter trigger + fixes in doubleSlider.js
git-svn-id: http://piwigo.org/svn/trunk@29505 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'tools/triggers_list.php')
-rw-r--r-- | tools/triggers_list.php | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/tools/triggers_list.php b/tools/triggers_list.php index 22374a8c2..d30057d0b 100644 --- a/tools/triggers_list.php +++ b/tools/triggers_list.php @@ -897,6 +897,13 @@ array( 'files' => array('include\ws_functions\pwg.users.php'), 'infos' => 'New in 2.6.2.', ), +array( + 'name' => 'batch_manager_url_filter', + 'type' => 'trigger_change', + 'vars' => array('array', 'bulk_manager_filter', 'string', 'type', 'string', 'value'), + 'files' => array('admin\batch_manager.php'), + 'infos' => 'New in 2.7.', +), ); ?> <!DOCTYPE html> |