Ignore:
Timestamp:
Sep 16, 2012, 6:31:15 PM (12 years ago)
Author:
mistic100
Message:

Merged revision(s) r17948 from trunk:
feature 2737: improve tag administration screen, update triggers list

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2.4/tools/triggers_list.php

    r16968 r17949  
    163163  'type' => 'trigger_event',
    164164  'vars' => array('string', 'url', 'array', 'element_info'),
    165   'files' => array('include\functions_picture.inc.php (get_download_url'),
     165  'files' => array('include\functions_picture.inc.php (get_download_url)'),
    166166),
    167167array(
     
    248248),
    249249array(
     250  'name' => 'get_tag_alt_names',
     251  'type' => 'trigger_event',
     252  'vars' => array('array', null, 'array', 'raw_name'),
     253  'files' => array('admin\tags.php', 'admin\include\functions.php (get_taglist)'),
     254  'infos' => 'New in 2.4',
     255),
     256array(
    250257  'name' => 'init',
    251258  'type' => 'trigger_action',
     
    589596  'type' => 'trigger_event',
    590597  'vars' => array('string', 'tag_name'),
    591   'files' => array('include\functions.php (get_taglist)', 'admin\tags.php', 'include\functions_tag.inc.php (get_available_tags, get_all_tags, get_common_tags)', 'index.php'),
     598  'files' => array('admin\include\functions.php (get_taglist)', 'admin\tags.php', 'include\functions_tag.inc.php (get_available_tags, get_all_tags, get_common_tags)', 'index.php'),
    592599),
    593600array(
Note: See TracChangeset for help on using the changeset viewer.