aboutsummaryrefslogtreecommitdiffstats
path: root/include/ws_functions.inc.php (follow)
Commit message (Expand)AuthorAgeFilesLines
* bug 2648 fixed: pwg.categories.getList, avoid to throw an error whenplegall2012-06-071-1/+1
* feature 2566 added: pwg.images.add can perform an update on an existing photo.plegall2012-02-101-1/+23
* bug 2543 fixed: the representative_picture_id was missing in the SQL query fo...plegall2011-12-301-1/+1
* merge r12749 from trunk to branch 2.3patdenice2011-12-161-2/+7
* feature 2489 updated: photos added by synchronization can't update their "fil...plegall2011-12-161-1/+11
* feature 2489 added: ability to update "file" info in pwg.images.setInfoplegall2011-12-131-0/+1
* feature 2532 added: pwg.images.add returns image_id (+url)plegall2011-12-131-0/+22
* feature 2533 added: ability to deactivate uniqueness check on pwg.images.addplegall2011-12-131-11/+14
* feature 2531: bug fixed, need to be sure functions_upload.inc.php is loaded b...plegall2011-12-131-0/+2
* feature 2531 added: pwg.images.add is able to generate web size + thumbnailplegall2011-12-131-65/+113
* feature 2486 merge from trunk -r12624,12625,12650 Add an admin view for rates...rvelices2011-11-211-0/+39
* feature 2352: a bug had been introduced by r12537, the piwigo_user_cache_cate...plegall2011-11-031-1/+2
* feature 2352 added: pwg.categories.getList now returns a tn_url parameter.plegall2011-11-031-0/+189
* feature 2441 added: no need to have the HD to regenerate the websize if theplegall2011-09-171-3/+34
* feature 2406 added: if the user wants a new album in the upload form, the albumplegall2011-08-171-7/+14
* rename #images.average_rate to rating_scorervelices2011-08-021-44/+44
* feature 2384: improve average rating calculation (still need to update langua...rvelices2011-07-251-3/+9
* merge r11755 from branch 2.2 to trunkplegall2011-07-151-0/+4
* merge r11745 from branch 2.2 to trunkplegall2011-07-141-0/+72
* merge r11371 from branch 2.2 to trunkplegall2011-06-141-0/+112
* merge r11152 from branch 2.2 to trunkplegall2011-05-311-15/+39
* merge r11117 from branch 2.2 to trunkplegall2011-05-301-0/+5
* merge r11115 from branch 2.2 to trunkplegall2011-05-301-4/+4
* feature:2284patdenice2011-05-031-1/+1
* feature:2259patdenice2011-04-291-52/+60
* Insert upload form parameters in database during installation.patdenice2011-04-281-1/+0
* feature:2284patdenice2011-04-271-8/+13
* Only reset one type of extension.patdenice2011-04-231-5/+12
* feature:2274patdenice2011-04-221-24/+47
* feature:2273patdenice2011-04-211-3/+5
* feature:2271patdenice2011-04-211-0/+37
* feature:2271patdenice2011-04-201-0/+136
* feature:2259patdenice2011-04-171-0/+5
* feature:2259patdenice2011-04-101-0/+72
* bug:1791 update webservices upload methodsmistic1002011-04-081-0/+4
* ws_getInfos is restricted to adminsmistic1002011-04-051-5/+5
* add pwg.getInfos method in PWG APImistic1002011-04-031-0/+67
* bug fixed: for metadata synchronization, use the same behavior inplegall2011-03-301-0/+13
* ws_getVersion -> add test for admin , sendResponse -> add a trigger for debug wscljosse2011-03-171-1/+1
* bug 2195: webservices f_min_date_available not working rvelices2011-03-081-4/+4
* feature 2189 added: ability to update a photo (the JPEG/PNG file) withplegall2011-02-111-13/+34
* Happy new year 2011plegall2011-01-181-2/+2
* bug 2105 : Browsing tags is slow if tags contains many photos rvelices2011-01-171-52/+33
* feature 2095 added: new column images.added_by (foreign key on users.id)plegall2011-01-041-1/+2
* feature 2085 added: new method pwg.themes.performActionplegall2010-12-241-0/+32
* feature 2060: remove adivser mode on web API methods imported from the pwg.im...plegall2010-12-231-4/+4
* feature 2084 added: new method pwg.plugins.getList and pwg.plugins.performActionplegall2010-12-231-0/+75
* feature 2082 added: new method pwg.categories.move from the pwg.images.addSim...plegall2010-12-231-0/+121
* feature 2080 added: add methods pwg.images.delete and pwg.categories.delete fromplegall2010-12-231-0/+107
* feature 2083 added: implement method pwg.images.addSimple in coreplegall2010-12-231-60/+99