From f83e780249d55dd3d463cd0f21faf92b4215a508 Mon Sep 17 00:00:00 2001 From: mistic100 Date: Fri, 12 Sep 2014 11:35:32 +0000 Subject: 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 --- tools/triggers_list.php | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'tools') 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.', +), ); ?> -- cgit v1.2.3