Ignore:
Timestamp:
Sep 20, 2012, 2:16:45 PM (12 years ago)
Author:
mistic100
Message:

feature 2747: Add triggers on all main pages

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tools/triggers_list.php

    r17977 r18063  
    380380  'vars' => array(),
    381381  'files' => array('profile.php'),
     382),
     383array(
     384  'name' => 'loc_begin_password',
     385  'type' => 'trigger_action',
     386  'vars' => array(),
     387  'files' => array('password.php'),
     388  'infos' => 'New in 2.5',
     389),
     390array(
     391  'name' => 'loc_begin_register',
     392  'type' => 'trigger_action',
     393  'vars' => array(),
     394  'files' => array('register.php'),
     395  'infos' => 'New in 2.5',
     396),
     397array(
     398  'name' => 'loc_begin_search',
     399  'type' => 'trigger_action',
     400  'vars' => array(),
     401  'files' => array('search.php'),
     402  'infos' => 'New in 2.5',
     403),
     404array(
     405  'name' => 'loc_begin_tags',
     406  'type' => 'trigger_action',
     407  'vars' => array(),
     408  'files' => array('tags.php'),
     409  'infos' => 'New in 2.5',
     410),
     411array(
     412  'name' => 'loc_begin_comments',
     413  'type' => 'trigger_action',
     414  'vars' => array(),
     415  'files' => array('comments.php'),
     416  'infos' => 'New in 2.5',
     417),
     418array(
     419  'name' => 'loc_begin_identification',
     420  'type' => 'trigger_action',
     421  'vars' => array(),
     422  'files' => array('identification.php'),
     423  'infos' => 'New in 2.5',
     424),
     425array(
     426  'name' => 'loc_begin_notification',
     427  'type' => 'trigger_action',
     428  'vars' => array(),
     429  'files' => array('notification.php'),
     430  'infos' => 'New in 2.5',
     431),
     432array(
     433  'name' => 'loc_end_password',
     434  'type' => 'trigger_action',
     435  'vars' => array(),
     436  'files' => array('password.php'),
     437  'infos' => 'New in 2.5',
     438),
     439array(
     440  'name' => 'loc_end_register',
     441  'type' => 'trigger_action',
     442  'vars' => array(),
     443  'files' => array('register.php'),
     444  'infos' => 'New in 2.5',
     445),
     446array(
     447  'name' => 'loc_end_search',
     448  'type' => 'trigger_action',
     449  'vars' => array(),
     450  'files' => array('search.php'),
     451  'infos' => 'New in 2.5',
     452),
     453array(
     454  'name' => 'loc_end_tags',
     455  'type' => 'trigger_action',
     456  'vars' => array(),
     457  'files' => array('tags.php'),
     458  'infos' => 'New in 2.5',
     459),
     460array(
     461  'name' => 'loc_end_comments',
     462  'type' => 'trigger_action',
     463  'vars' => array(),
     464  'files' => array('comments.php'),
     465  'infos' => 'New in 2.5',
     466),
     467array(
     468  'name' => 'loc_end_identification',
     469  'type' => 'trigger_action',
     470  'vars' => array(),
     471  'files' => array('identification.php'),
     472  'infos' => 'New in 2.5',
     473),
     474array(
     475  'name' => 'loc_end_notification',
     476  'type' => 'trigger_action',
     477  'vars' => array(),
     478  'files' => array('notification.php'),
     479  'infos' => 'New in 2.5',
    382480),
    383481array(
Note: See TracChangeset for help on using the changeset viewer.