mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-05-06 21:42:44 +02:00
Merged revision(s) r17948 from trunk:
feature 2737: improve tag administration screen, update triggers list git-svn-id: http://piwigo.org/svn/branches/2.4@17949 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
@@ -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',
|
||||
@@ -246,6 +246,13 @@ array(
|
||||
'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',
|
||||
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user