| Commit message (Expand) | Author | Age | Files | Lines |
* | bug 1210 fixed: check if the memory_get_usage function is available before | plegall | 2009-12-04 | 1 | -3/+9 |
* | feature 1051: ability to add/update a file for an existing photo. For example, | plegall | 2009-11-22 | 1 | -0/+84 |
* | feature 1051: new API method pwg.images.checkFiles. This method will be useful | plegall | 2009-11-22 | 1 | -19/+85 |
* | improvement: to prepare feature 1051, the code to add a single file (works for | plegall | 2009-11-20 | 1 | -127/+83 |
* | feature 1071: improve log system on API calls. The log can be activated by a | plegall | 2009-07-21 | 1 | -19/+15 |
* | bug 1070: fix a pLoader bug on Piwigo side. Catch the bad communication: | plegall | 2009-07-21 | 1 | -1/+1 |
* | bug 1043 fixed: avoid warning when merging chunks. This warning was preventing | plegall | 2009-07-03 | 1 | -0/+2 |
* | feature 1033 added: new API method pwg.categories.setInfo makes possible to | plegall | 2009-06-24 | 1 | -0/+53 |
* | bug 949 fixed: to avoid memory limit on server side, base64 encode chunks one | plegall | 2009-04-14 | 1 | -9/+18 |
* | bug 941 fixed: to be able to upload heavy photo, chunk the files, send parts | plegall | 2009-03-12 | 1 | -23/+111 |
* | merge 3145-3146 from trunk | rvelices | 2009-02-14 | 1 | -7/+4 |
* | bug 912 fixed: we need an extra original_sum to pwg.images.add API method to | plegall | 2009-01-08 | 1 | -2/+2 |
* | Administration: happy new year 2009, all PHP headers updated. | plegall | 2009-01-04 | 1 | -1/+1 |
* | bug 907 fixed: avoid PHP warning when pwg.images.add adds a photo in a | plegall | 2008-12-03 | 1 | -0/+5 |
* | bug 905 fixed: avoid PHP notice when rank is implicit in the categories | plegall | 2008-12-02 | 1 | -1/+1 |
* | bug 904 fixed: an index.htm is created in directories created by | plegall | 2008-12-02 | 1 | -0/+6 |
* | bug 897 fixed: controls added in pwg.images.add to have clear error messages | plegall | 2008-10-20 | 1 | -6/+57 |
* | - mysql potential injection paranoia + code compaction in common.inc.php | rvelices | 2008-10-17 | 1 | -4/+6 |
* | - security paranoia: protect session/remember me cookies from XSS attacks (wo... | rvelices | 2008-10-16 | 1 | -15/+7 |
* | feature 892 added: pwg.images.setInfo added so that once we have discovered | plegall | 2008-10-11 | 1 | -81/+178 |
* | feature 889 added: pwg.images.exist check the existence of a photo in the | plegall | 2008-10-07 | 1 | -0/+39 |
* | bug 888 fixed: pwg.images.add updates the associated categories so that a | plegall | 2008-10-05 | 1 | -1/+3 |
* | feature 885 added: pwg.images.add web API method now supports additional | plegall | 2008-10-05 | 1 | -4/+41 |
* | bug 880 fixed: pwg.categories.add invalidate the user cache so that the new | plegall | 2008-10-03 | 1 | -0/+2 |
* | feature 874 added: new Web API method pwg.tags.add. | plegall | 2008-10-01 | 1 | -0/+19 |
* | feature 868 added: pwg.images.add checks if the same file has not alread | plegall | 2008-09-25 | 1 | -0/+13 |
* | - some checks for admins that are advisers (no write access) | rvelices | 2008-09-25 | 1 | -11/+11 |
* | new: WebService method pwg.tags.getAdminList was added. The difference with | plegall | 2008-09-24 | 1 | -0/+27 |
* | new: WebService method pwg.categories.add so that pLoader can create a | plegall | 2008-09-24 | 1 | -0/+22 |
* | - removed #debug css rule (why would we need that in default-layout?) | rvelices | 2008-09-23 | 1 | -2/+2 |
* | improvement: WebService method pwg.images.add can set fill #images table | plegall | 2008-09-22 | 1 | -19/+104 |
* | new: webservice method pwg.categories.getAdminList was added so that pLoader | plegall | 2008-09-21 | 1 | -0/+56 |
* | improvement: instead of sending the images_max_rank of each category in | plegall | 2008-09-19 | 1 | -21/+19 |
* | improvement: webservice methode pwg.categories.getList returns the | plegall | 2008-09-17 | 1 | -4/+34 |
* | feature added: ability to set rank from webservice upload. | plegall | 2008-09-11 | 1 | -1/+3 |
* | remove ws access table/partners functionality | rvelices | 2008-09-11 | 1 | -154/+2 |
* | bug fixed: it seems that the upload file.jpg had -rw------- permissions | plegall | 2008-09-08 | 1 | -0/+2 |
* | improvement: ws method pwg.images.add checks the dumped files against the | plegall | 2008-09-04 | 1 | -3/+22 |
* | - remove hello_world plugin (not working anymore) | rvelices | 2008-09-04 | 1 | -8/+12 |
* | feature 839, first step : early proof of concept, no error handling. A | plegall | 2008-07-30 | 1 | -0/+100 |
* | - normalize behaviour of query search versus std search (now both return item... | rvelices | 2008-07-23 | 1 | -16/+15 |
* | - image rating on picture page done through ajax (tested safari/ie 6&7/ff) | rvelices | 2008-07-15 | 1 | -0/+35 |
* | - add to caddie on picture page done through ajax | rvelices | 2008-07-12 | 1 | -0/+28 |
* | - first use of web services as Ajax: change the privacy level directly from t... | rvelices | 2008-07-02 | 1 | -0/+29 |
* | - remember me cookie security improvement (the time when the cookie was gener... | rvelices | 2008-07-01 | 1 | -1/+1 |
* | - merge r2355 from 1.7 to trunk: fix display of menubar related tags in IE7 | rvelices | 2008-05-23 | 1 | -1/+1 |
* | Bug fixed: as rvelices notified me by email, my header replacement script was | plegall | 2008-04-05 | 1 | -23/+0 |
* | Modification: new header on PHP files, PhpWebGallery renamed Piwigo. | plegall | 2008-04-04 | 1 | -0/+21 |
* | - fix plugin menu link broken with xamp (realpath behaves differently) | rvelices | 2007-10-12 | 1 | -44/+8 |
* | - some code refactoring before upgrade to utf (only cosmetic at this point...) | rvelices | 2007-10-08 | 1 | -4/+1 |