Changeset 25505 for trunk


Ignore:
Timestamp:
Nov 17, 2013, 2:01:42 PM (10 years ago)
Author:
mistic100
Message:

feature 2963 : update triggers list !

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tools/triggers_list.php

    r25360 r25505  
    4242  'name' => 'combined_css',
    4343  'type' => 'trigger_event',
    44   'vars' => array('string', 'href', 'int', 'file_ver0', 'int', 'file_ver1'),
     44  'vars' => array('string', 'href', 'Combinable', '$combinable'),
    4545  'files' => array('include\template.class.php (Template::flush)'),
    4646),
     
    802802  'files' => array('include\functions_user.inc.php (try_log_user)'),
    803803  '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.',
     804),
     805array(
     806  'name' => 'combinable_preparse',
     807  'type' => 'trigger_action',
     808  'vars' => array('Template', 'template', 'Combinable', '$combinable', 'FileCombiner', '$combiner'),
     809  'files' => array('include\template.class.php (FileCombiner::process_combinable)'),
     810  'infos' => 'New in 2.6.',
    804811),
    805812);
Note: See TracChangeset for help on using the changeset viewer.