Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | bug 1639 fixed: the upload form now correctly uses the $conf['upload_dir'] | plegall | 2010-05-03 | 1 | -2/+2 |
| | | | | | | | | | | | | | parameter (web API already use it). By default, the $conf['upload_dir'] is no longer dependent to PHPWG_ROOT_PATH because it becomes a real mess when admin/include/uploadify.php (called directly, not from an include) tries to perform an upload. Improvement: make clearer how $conf['upload_dir'] can be set (relative to the Piwigo installation directory + HTTP reachable) git-svn-id: http://piwigo.org/svn/trunk@6052 68402e56-0260-453c-a942-63ccdbb3a9ee | ||||
* | Add triggers for image and thumbnail resizing. | patdenice | 2010-04-24 | 1 | -3/+15 |
| | | | | git-svn-id: http://piwigo.org/svn/trunk@5957 68402e56-0260-453c-a942-63ccdbb3a9ee | ||||
* | feature 1489: integrate UploadForm into Piwigo core. The integration is not | plegall | 2010-03-08 | 1 | -0/+264 |
100% done, I just "made it work" on trunk. pclzip library was updated to version 2.8.2 for memory usage improvement. git-svn-id: http://piwigo.org/svn/trunk@5089 68402e56-0260-453c-a942-63ccdbb3a9ee |