mirror of
https://github.com/Piwigo/Piwigo.git
synced 2025-04-26 11:19:55 +03:00
issue #164 add new API method pwg.images.uploadCompleted
+ trigger ws_images_uploadCompleted when this API method is called + trigger empty_lounge (can be called at another moment with different effect)
This commit is contained in:
parent
0ee8772b9e
commit
fb84527e3b
5 changed files with 87 additions and 5 deletions
|
@ -468,6 +468,20 @@ array(
|
|||
'files' => array('admin\include\functions_upload.inc.php (add_uploaded_file)'),
|
||||
'infos' => 'New in 2.11',
|
||||
),
|
||||
array(
|
||||
'name' => 'empty_lounge',
|
||||
'type' => 'trigger_notify',
|
||||
'vars' => array('array', 'rows'),
|
||||
'files' => array('admin\include\functions.php (empty_lounge)'),
|
||||
'infos' => 'New in 12',
|
||||
),
|
||||
array(
|
||||
'name' => 'ws_images_uploadCompleted',
|
||||
'type' => 'trigger_notify',
|
||||
'vars' => array('array', 'upload_data'),
|
||||
'files' => array('include\ws_functions\pwg.images.php (ws_images_uploadCompleted)'),
|
||||
'infos' => 'New in 12',
|
||||
),
|
||||
array(
|
||||
'name' => 'loc_end_password',
|
||||
'type' => 'trigger_notify',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue