feature 2963 : update triggers list !
git-svn-id: http://piwigo.org/svn/trunk@25505 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
parent
8e0f55043f
commit
7899a41e15
1 changed files with 8 additions and 1 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue