Changeset 12921


Ignore:
Timestamp:
Jan 17, 2012, 11:18:27 PM (12 years ago)
Author:
mistic100
Message:

add some info to tools/triggers_list.php

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tools/triggers_list.php

    r12855 r12921  
    3838  'name' => 'blockmanager_apply',
    3939  'type' => 'trigger_action',
    40   'vars' => array('object' => 'this'),
     40  'vars' => array('object' => 'menublock'),
    4141  'files' => array('include\block.class.php (BlockManager::apply)'),
     42  'infos' => 'use this trigger to modify existing menu blocks',
    4243),
    4344array(
     
    5051  'name' => 'blockmanager_register_blocks',
    5152  'type' => 'trigger_action',
    52   'vars' => array('object' => 'this'),
     53  'vars' => array('object' => 'menu'),
    5354  'files' => array('include\block.class.php (BlockManager::load_registered_blocks)'),
     55  'infos' => 'use this trigger to add menu block',
    5456),
    5557array(
     
    130132  'vars' => array('array' => ''),
    131133  'files' => array('admin.php'),
     134  'infos' => 'use this trigger to add links into admin plugins menu',
    132135),
    133136array(
     
    140143  'name' => 'get_batch_manager_prefilters',
    141144  'type' => 'trigger_event',
    142   'vars' => array('array' => 'refilters'),
     145  'vars' => array('array' => 'prefilters'),
    143146  'files' => array('admin\batch_manager_global.php'),
     147  'infos' => 'use this trigger to add prefilters into batch manager global',
    144148),
    145149array(
     
    232236  'vars' => array(),
    233237  'files' => array('include\common.inc.php'),
     238  'infos' => 'this action is called just after the common initialization, $conf, $user and $page (partial) variables are availables',
    234239),
    235240array(
     
    430435  'vars' => array(),
    431436  'files' => array('include\section_init.inc.php'),
     437  'infos' => 'this action is called after section initilization, $page variable is fully defined',
    432438),
    433439array(
     
    634640  'vars' => array('string' => 'comment_action', 'array' => 'comm'),
    635641  'files' => array('include\functions_comment.inc.php (insert_user_comment, update_user_comment)'),
     642  'infos' => 'use this trigger to add conditions on comment validation',
    636643),
    637644array(
     
    690697  $(document).ready(function() {
    691698        $('#triggers').tablesorter({
    692           sortList: [[0,0]],
    693           headers: { 2: { sorter: false}, 4: {sorter: false} }
     699          sortList: [[0,0]]
    694700        });
    695701  }); 
Note: See TracChangeset for help on using the changeset viewer.