From 7899a41e152ac407eee78143b5d3b9ecec777ba4 Mon Sep 17 00:00:00 2001 From: mistic100 Date: Sun, 17 Nov 2013 13:01:42 +0000 Subject: feature 2963 : update triggers list ! git-svn-id: http://piwigo.org/svn/trunk@25505 68402e56-0260-453c-a942-63ccdbb3a9ee --- tools/triggers_list.php | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'tools') diff --git a/tools/triggers_list.php b/tools/triggers_list.php index e9ec6eb3c..513eddd02 100644 --- a/tools/triggers_list.php +++ b/tools/triggers_list.php @@ -41,7 +41,7 @@ array( array( 'name' => 'combined_css', 'type' => 'trigger_event', - 'vars' => array('string', 'href', 'int', 'file_ver0', 'int', 'file_ver1'), + 'vars' => array('string', 'href', 'Combinable', '$combinable'), 'files' => array('include\template.class.php (Template::flush)'), ), array( @@ -802,6 +802,13 @@ array( 'files' => array('include\functions_user.inc.php (try_log_user)'), 'infos' => 'New in 2.5. Used by identification form to check user credentials and log user. If success is true, another login method already succeed. Return true if your method succeed.', ), +array( + 'name' => 'combinable_preparse', + 'type' => 'trigger_action', + 'vars' => array('Template', 'template', 'Combinable', '$combinable', 'FileCombiner', '$combiner'), + 'files' => array('include\template.class.php (FileCombiner::process_combinable)'), + 'infos' => 'New in 2.6.', +), ); ?> -- cgit v1.2.3