aboutsummaryrefslogtreecommitdiffstats
path: root/include/ws_functions/pwg.images.php (unfollow)
Commit message (Collapse)AuthorFilesLines
2016-01-28fixes #349, API set ranks of all album photos at onceplegall1-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.
2016-01-14happy new year 2016, all headers updatedplegall1-1/+1
2015-04-24feature 3221 Add Logger classmistic1001-30/+29
git-svn-id: http://piwigo.org/svn/trunk@31102 68402e56-0260-453c-a942-63ccdbb3a9ee
2015-03-12use query2arrayrvelices1-14/+14
git-svn-id: http://piwigo.org/svn/trunk@31031 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-11-06merge r30375 from trunk to branch 2.7plegall1-1/+1
bug 3171 fixed: no need to double escape the file name from HTML5 upload git-svn-id: http://piwigo.org/svn/branches/2.7@30376 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-11-06bug 3171 fixed: no need to double escape the file name from HTML5 uploadplegall1-1/+1
git-svn-id: http://piwigo.org/svn/trunk@30375 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-07-30feature 3067: upload any file type with the new HTML5 upload form.plegall1-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
2014-05-28feature 2616: better behavior at the end of upload (more like with ↵plegall1-0/+15
uploadify, but no page reload) git-svn-id: http://piwigo.org/svn/trunk@28554 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-05-28feature 2616, customizations for pluploadplegall1-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
2014-05-27feature 2616: HTML5 upload (with plupload 2.1.2). First basic ↵plegall1-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
2014-04-05bug 3069: add quick search as filter in batch managerrvelices1-17/+19
git-svn-id: http://piwigo.org/svn/trunk@28087 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-01-05Update headers to 2014. Happy new year!!mistic1001-1/+1
git-svn-id: http://piwigo.org/svn/trunk@26461 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-11-01splits ws_functions.inc.php in 8 files + comments + code cleaningmistic1001-0/+1582
git-svn-id: http://piwigo.org/svn/trunk@25281 68402e56-0260-453c-a942-63ccdbb3a9ee