feature 2963 : update triggers list !

git-svn-id: http://piwigo.org/svn/trunk@25505 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
mistic100 2013-11-17 13:01:42 +00:00
commit 7899a41e15

View file

@ -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>