diff options
author | mistic100 <mistic@piwigo.org> | 2012-09-16 16:30:00 +0000 |
---|---|---|
committer | mistic100 <mistic@piwigo.org> | 2012-09-16 16:30:00 +0000 |
commit | 7ba1a2d6b4823b027c343e2981bfaf75627ab0df (patch) | |
tree | ea2f411ae8976f29be017a5d1a259681294c3c3d /tools | |
parent | 0b7bd87646bd4e44474c7b2612a970b6afbbd235 (diff) |
feature 2737: improve tag administration screen, update triggers list
git-svn-id: http://piwigo.org/svn/trunk@17948 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to '')
-rw-r--r-- | tools/triggers_list.php | 11 |
1 files changed, 9 insertions, 2 deletions
diff --git a/tools/triggers_list.php b/tools/triggers_list.php index 4258124e3..75f973fcc 100644 --- a/tools/triggers_list.php +++ b/tools/triggers_list.php @@ -162,7 +162,7 @@ array( 'name' => 'get_download_url', 'type' => 'trigger_event', 'vars' => array('string', 'url', 'array', 'element_info'), - 'files' => array('include\functions_picture.inc.php (get_download_url'), + 'files' => array('include\functions_picture.inc.php (get_download_url)'), ), array( 'name' => 'get_element_metadata_available', @@ -247,6 +247,13 @@ array( 'infos' => 'New in 2.4', ), array( + 'name' => 'get_tag_alt_names', + 'type' => 'trigger_event', + 'vars' => array('array', null, 'array', 'raw_name'), + 'files' => array('admin\tags.php', 'admin\include\functions.php (get_taglist)'), + 'infos' => 'New in 2.4', +), +array( 'name' => 'init', 'type' => 'trigger_action', 'vars' => array(), @@ -588,7 +595,7 @@ array( 'name' => 'render_tag_name', 'type' => 'trigger_event', 'vars' => array('string', 'tag_name'), - 'files' => array('include\functions.php (get_taglist)', 'admin\tags.php', 'include\functions_tag.inc.php (get_available_tags, get_all_tags, get_common_tags)', 'index.php'), + 'files' => array('admin\include\functions.php (get_taglist)', 'admin\tags.php', 'include\functions_tag.inc.php (get_available_tags, get_all_tags, get_common_tags)', 'index.php'), ), array( 'name' => 'render_tag_url', |