diff options
author | mistic100 <mistic@piwigo.org> | 2013-11-17 13:01:42 +0000 |
---|---|---|
committer | mistic100 <mistic@piwigo.org> | 2013-11-17 13:01:42 +0000 |
commit | 7899a41e152ac407eee78143b5d3b9ecec777ba4 (patch) | |
tree | 9448988dd75364e04c81e42eafcb54e0a14ad7a4 /tools/triggers_list.php | |
parent | 8e0f55043f7d970bc6ab3ba7e8638d16d6de6102 (diff) |
feature 2963 : update triggers list !
git-svn-id: http://piwigo.org/svn/trunk@25505 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to '')
-rw-r--r-- | tools/triggers_list.php | 9 |
1 files changed, 8 insertions, 1 deletions
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 <i>success</i> is <i>true</i>, another login method already succeed. Return <i>true</i> 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.', +), ); ?> <!DOCTYPE html> |