update triggers_list.php for 2.4 derivatives

git-svn-id: http://piwigo.org/svn/trunk@15536 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
mistic100
2012-06-04 14:45:52 +00:00
parent 21d52f119d
commit 6a678b6af7
+25 -9
View File
@@ -212,12 +212,6 @@ array(
'vars' => array('array' => 'themes'),
'files' => array('include\functions.inc.php (get_pwg_themes)'),
),
array(
'name' => 'get_thumbnail_location',
'type' => 'trigger_event',
'vars' => array('string' => 'path', 'array' => 'element_info'),
'files' => array('include\functions.inc.php (get_thumbnail_location)'),
),
array(
'name' => 'get_thumbnail_title',
'type' => 'trigger_event',
@@ -225,10 +219,32 @@ array(
'files' => array('include\functions.inc.php (get_thumbnail_title)'),
),
array(
'name' => 'get_thumbnail_url',
'name' => 'get_comments_derivative_params',
'type' => 'trigger_event',
'vars' => array('string' => 'url', 'array' => 'element_info', 'string' => 'loc'),
'files' => array('include\functions.inc.php (get_thumbnail_url)'),
'vars' => array('ImageStdParams' => null),
'files' => array('comments.php'),
'infos' => 'New in 2.4',
),
array(
'name' => 'get_index_album_derivative_params',
'type' => 'trigger_event',
'vars' => array('ImageStdParams' => null),
'files' => array('includecategory_cats.php', 'include\category_default.inc.php'),
'infos' => 'New in 2.4',
),
array(
'name' => 'get_src_image_url',
'type' => 'trigger_event',
'vars' => array('string' => 'url', 'SrcImage' => 'this'),
'files' => array('include\derivative.inc.php (SrcImage::__construct)'),
'infos' => 'New in 2.4',
),
array(
'name' => 'get_derivative_url',
'type' => 'trigger_event',
'vars' => array('string' => 'url', 'ImageStdParams' => null, 'SrcImage' => 'this', 'string' => 'rel_url'),
'files' => array('include\derivative.inc.php (SrcImage::url, SrcImage::get_url)'),
'infos' => 'New in 2.4',
),
array(
'name' => 'init',