From cbb971db3fa4664e4e27d031296b998defafb3fb Mon Sep 17 00:00:00 2001 From: mistic100 Date: Thu, 20 Sep 2012 12:16:45 +0000 Subject: feature 2747: Add triggers on all main pages git-svn-id: http://piwigo.org/svn/trunk@18063 68402e56-0260-453c-a942-63ccdbb3a9ee --- tools/triggers_list.php | 98 +++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 98 insertions(+) (limited to 'tools') diff --git a/tools/triggers_list.php b/tools/triggers_list.php index fea54fb3b..baca34ecd 100644 --- a/tools/triggers_list.php +++ b/tools/triggers_list.php @@ -380,6 +380,104 @@ array( 'vars' => array(), 'files' => array('profile.php'), ), +array( + 'name' => 'loc_begin_password', + 'type' => 'trigger_action', + 'vars' => array(), + 'files' => array('password.php'), + 'infos' => 'New in 2.5', +), +array( + 'name' => 'loc_begin_register', + 'type' => 'trigger_action', + 'vars' => array(), + 'files' => array('register.php'), + 'infos' => 'New in 2.5', +), +array( + 'name' => 'loc_begin_search', + 'type' => 'trigger_action', + 'vars' => array(), + 'files' => array('search.php'), + 'infos' => 'New in 2.5', +), +array( + 'name' => 'loc_begin_tags', + 'type' => 'trigger_action', + 'vars' => array(), + 'files' => array('tags.php'), + 'infos' => 'New in 2.5', +), +array( + 'name' => 'loc_begin_comments', + 'type' => 'trigger_action', + 'vars' => array(), + 'files' => array('comments.php'), + 'infos' => 'New in 2.5', +), +array( + 'name' => 'loc_begin_identification', + 'type' => 'trigger_action', + 'vars' => array(), + 'files' => array('identification.php'), + 'infos' => 'New in 2.5', +), +array( + 'name' => 'loc_begin_notification', + 'type' => 'trigger_action', + 'vars' => array(), + 'files' => array('notification.php'), + 'infos' => 'New in 2.5', +), +array( + 'name' => 'loc_end_password', + 'type' => 'trigger_action', + 'vars' => array(), + 'files' => array('password.php'), + 'infos' => 'New in 2.5', +), +array( + 'name' => 'loc_end_register', + 'type' => 'trigger_action', + 'vars' => array(), + 'files' => array('register.php'), + 'infos' => 'New in 2.5', +), +array( + 'name' => 'loc_end_search', + 'type' => 'trigger_action', + 'vars' => array(), + 'files' => array('search.php'), + 'infos' => 'New in 2.5', +), +array( + 'name' => 'loc_end_tags', + 'type' => 'trigger_action', + 'vars' => array(), + 'files' => array('tags.php'), + 'infos' => 'New in 2.5', +), +array( + 'name' => 'loc_end_comments', + 'type' => 'trigger_action', + 'vars' => array(), + 'files' => array('comments.php'), + 'infos' => 'New in 2.5', +), +array( + 'name' => 'loc_end_identification', + 'type' => 'trigger_action', + 'vars' => array(), + 'files' => array('identification.php'), + 'infos' => 'New in 2.5', +), +array( + 'name' => 'loc_end_notification', + 'type' => 'trigger_action', + 'vars' => array(), + 'files' => array('notification.php'), + 'infos' => 'New in 2.5', +), array( 'name' => 'loc_end_admin', 'type' => 'trigger_action', -- cgit v1.2.3