aboutsummaryrefslogtreecommitdiffstats
path: root/include/ws_functions/pwg.images.php (follow)
Commit message (Collapse)AuthorAgeFilesLines
* fixes #349, API set ranks of all album photos at onceplegall2016-01-281-1/+34
| | | | | on pwg.images.setRank, ability to provide a list of image_id (and no rank). This way you can set the order of all photos of a given album, at once.
* happy new year 2016, all headers updatedplegall2016-01-141-1/+1
|
* feature 3221 Add Logger classmistic1002015-04-241-30/+29
| | | | git-svn-id: http://piwigo.org/svn/trunk@31102 68402e56-0260-453c-a942-63ccdbb3a9ee
* use query2arrayrvelices2015-03-121-14/+14
| | | | git-svn-id: http://piwigo.org/svn/trunk@31031 68402e56-0260-453c-a942-63ccdbb3a9ee
* bug 3171 fixed: no need to double escape the file name from HTML5 uploadplegall2014-11-061-1/+1
| | | | git-svn-id: http://piwigo.org/svn/trunk@30375 68402e56-0260-453c-a942-63ccdbb3a9ee
* feature 3067: upload any file type with the new HTML5 upload form.plegall2014-07-301-0/+1
| | | | | | | | | $file_types = conf['upload_form_all_types'] ? $conf['file_ext'] : $conf['picture_ext']; By default, conf['upload_form_all_types'] = false; git-svn-id: http://piwigo.org/svn/trunk@29124 68402e56-0260-453c-a942-63ccdbb3a9ee
* feature 2616: better behavior at the end of upload (more like with ↵plegall2014-05-281-0/+15
| | | | | | uploadify, but no page reload) git-svn-id: http://piwigo.org/svn/trunk@28554 68402e56-0260-453c-a942-63ccdbb3a9ee
* feature 2616, customizations for pluploadplegall2014-05-281-12/+3
| | | | | | | | | | * bug fixed, remove debug inserts in table "plupload" * display photo title as tooltip on thumbnail * hide useless .plupload_header * hide any other form fieldset until an album is selected git-svn-id: http://piwigo.org/svn/trunk@28552 68402e56-0260-453c-a942-63ccdbb3a9ee
* feature 2616: HTML5 upload (with plupload 2.1.2). First basic ↵plegall2014-05-271-0/+140
| | | | | | | | | | | implementation. Needs customization. Chunked upload + Drag & drop (no more Flash) use a new specific API method pwg.images.upload git-svn-id: http://piwigo.org/svn/trunk@28545 68402e56-0260-453c-a942-63ccdbb3a9ee
* bug 3069: add quick search as filter in batch managerrvelices2014-04-051-17/+19
| | | | git-svn-id: http://piwigo.org/svn/trunk@28087 68402e56-0260-453c-a942-63ccdbb3a9ee
* Update headers to 2014. Happy new year!!mistic1002014-01-051-1/+1
| | | | git-svn-id: http://piwigo.org/svn/trunk@26461 68402e56-0260-453c-a942-63ccdbb3a9ee
* splits ws_functions.inc.php in 8 files + comments + code cleaningmistic1002013-11-011-0/+1582
git-svn-id: http://piwigo.org/svn/trunk@25281 68402e56-0260-453c-a942-63ccdbb3a9ee