Changeset 26618 for trunk/tools


Ignore:
Timestamp:
Jan 11, 2014, 2:08:26 PM (10 years ago)
Author:
mistic100
Message:

add two triggers and user_list_backend.php and don't fail on unknown column

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tools/triggers_list.php

    r25505 r26618  
    808808  'vars' => array('Template', 'template', 'Combinable', '$combinable', 'FileCombiner', '$combiner'),
    809809  'files' => array('include\template.class.php (FileCombiner::process_combinable)'),
     810  'infos' => 'New in 2.6.',
     811),
     812array(
     813  'name' => 'user_list_columns',
     814  'type' => 'trigger_event',
     815  'vars' => array('string[]', 'aColumns'),
     816  'files' => array('admin\user_list_backend.php'),
     817  'infos' => 'New in 2.6.',
     818),
     819array(
     820  'name' => 'after_render_user_list',
     821  'type' => 'trigger_event',
     822  'vars' => array('array', 'output'),
     823  'files' => array('admin\user_list_backend.php'),
    810824  'infos' => 'New in 2.6.',
    811825),
Note: See TracChangeset for help on using the changeset viewer.