Skip to content

Commit

Permalink
feature 2737: improve tag administration screen, update triggers list
Browse files Browse the repository at this point in the history
git-svn-id: http://piwigo.org/svn/trunk@17948 68402e56-0260-453c-a942-63ccdbb3a9ee
  • Loading branch information
mistic100 committed Sep 16, 2012
1 parent 0b7bd87 commit 7ba1a2d
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions tools/triggers_list.php
Expand Up @@ -162,7 +162,7 @@
'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',
Expand Down Expand Up @@ -246,6 +246,13 @@
'files' => array('include\derivative.inc.php (SrcImage::url, SrcImage::get_url)'),
'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',
Expand Down Expand Up @@ -588,7 +595,7 @@
'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',
Expand Down

0 comments on commit 7ba1a2d

Please sign in to comment.