Changeset 15536


Ignore:
Timestamp:
Jun 4, 2012, 4:45:52 PM (12 years ago)
Author:
mistic100
Message:

update triggers_list.php for 2.4 derivatives

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tools/triggers_list.php

    r12921 r15536  
    214214),
    215215array(
    216   'name' => 'get_thumbnail_location',
    217   'type' => 'trigger_event',
    218   'vars' => array('string' => 'path', 'array' => 'element_info'),
    219   'files' => array('include\functions.inc.php (get_thumbnail_location)'),
    220 ),
    221 array(
    222216  'name' => 'get_thumbnail_title',
    223217  'type' => 'trigger_event',
     
    226220),
    227221array(
    228   'name' => 'get_thumbnail_url',
    229   'type' => 'trigger_event',
    230   'vars' => array('string' => 'url', 'array' => 'element_info', 'string' => 'loc'),
    231   'files' => array('include\functions.inc.php (get_thumbnail_url)'),
     222  'name' => 'get_comments_derivative_params',
     223  'type' => 'trigger_event',
     224  'vars' => array('ImageStdParams' => null),
     225  'files' => array('comments.php'),
     226  'infos' => 'New in 2.4',
     227),
     228array(
     229  'name' => 'get_index_album_derivative_params',
     230  'type' => 'trigger_event',
     231  'vars' => array('ImageStdParams' => null),
     232  'files' => array('includecategory_cats.php', 'include\category_default.inc.php'),
     233  'infos' => 'New in 2.4',
     234),
     235array(
     236  'name' => 'get_src_image_url',
     237  'type' => 'trigger_event',
     238  'vars' => array('string' => 'url', 'SrcImage' => 'this'),
     239  'files' => array('include\derivative.inc.php (SrcImage::__construct)'),
     240  'infos' => 'New in 2.4',
     241),
     242array(
     243  'name' => 'get_derivative_url',
     244  'type' => 'trigger_event',
     245  'vars' => array('string' => 'url', 'ImageStdParams' => null, 'SrcImage' => 'this', 'string' => 'rel_url'),
     246  'files' => array('include\derivative.inc.php (SrcImage::url, SrcImage::get_url)'),
     247  'infos' => 'New in 2.4',
    232248),
    233249array(
Note: See TracChangeset for help on using the changeset viewer.