aboutsummaryrefslogtreecommitdiffstats
path: root/tools (follow)
Commit message (Collapse)AuthorAgeFilesLines
* New version 2.0.9 hard coded.2.0.9plegall2010-03-011-1/+1
| | | | | | | Stable release required modifications: don't show version and generation time in footer, don't check the upgrade feed, don't die on sql errors. git-svn-id: http://piwigo.org/svn/tags/2.0.9@5016 68402e56-0260-453c-a942-63ccdbb3a9ee
* Issue 1471 : incomplete test correctionlaurent.duretz2010-03-011-2/+2
| | | | git-svn-id: http://piwigo.org/svn/branches/2.0@5012 68402e56-0260-453c-a942-63ccdbb3a9ee
* Issue 1473 : file missing in listing when icon is generatedlaurent.duretz2010-03-011-6/+10
| | | | git-svn-id: http://piwigo.org/svn/branches/2.0@5009 68402e56-0260-453c-a942-63ccdbb3a9ee
* Issue 1472 : Listing genration fail if thumbnail directory does not existslaurent.duretz2010-03-011-79/+85
| | | | git-svn-id: http://piwigo.org/svn/branches/2.0@5008 68402e56-0260-453c-a942-63ccdbb3a9ee
* Adding JPG support on Wamp server : Wamp server gd_info() method return ↵laurent.duretz2010-03-011-81/+81
| | | | | | "JPEG Support" instead "JPG Support" git-svn-id: http://piwigo.org/svn/branches/2.0@5007 68402e56-0260-453c-a942-63ccdbb3a9ee
* [Branche2] update da_DK thanks to Larsddtddt2010-02-091-0/+43
| | | | git-svn-id: http://piwigo.org/svn/branches/2.0@4864 68402e56-0260-453c-a942-63ccdbb3a9ee
* feature 1375: remove version in Piwigo archive root directoryplegall2010-01-121-28/+7
| | | | git-svn-id: http://piwigo.org/svn/branches/2.0@4668 68402e56-0260-453c-a942-63ccdbb3a9ee
* [branche2] [Tools] update translation_validated.inc.php ESddtddt2010-01-101-0/+20
| | | | git-svn-id: http://piwigo.org/svn/branches/2.0@4648 68402e56-0260-453c-a942-63ccdbb3a9ee
* feature 1374 related: don't display the validated keys as "untranslated yet".plegall2010-01-092-1/+64
| | | | git-svn-id: http://piwigo.org/svn/branches/2.0@4646 68402e56-0260-453c-a942-63ccdbb3a9ee
* feature 1374 related: improve the problems on translations. Ability to detectplegall2010-01-091-5/+39
| | | | | | | if the key was duplicated from the reference language BUT not really translated yet. git-svn-id: http://piwigo.org/svn/branches/2.0@4644 68402e56-0260-453c-a942-63ccdbb3a9ee
* feature 1374 related: force to load exactly the language requested and not anyplegall2010-01-091-17/+27
| | | | | | fallback language. If the language file is missing, we tell it explicitely. git-svn-id: http://piwigo.org/svn/branches/2.0@4638 68402e56-0260-453c-a942-63ccdbb3a9ee
* feature 1374; first version of the script to detect missing translations. Itplegall2010-01-091-0/+85
| | | | | | is very basic with an ugly output. It just does the job. git-svn-id: http://piwigo.org/svn/branches/2.0@4637 68402e56-0260-453c-a942-63ccdbb3a9ee
* feature 1051: ability to add/update a file for an existing photo. For example,plegall2009-11-221-2/+78
| | | | | | | | | you can add the "high" later. Another example is to update the "web resized" file (new dimensions is a common example). It also works for thumbnails. Updating an existing file has no impact on the logical level (list of tags, list of categories, title, description and so on). git-svn-id: http://piwigo.org/svn/branches/2.0@4345 68402e56-0260-453c-a942-63ccdbb3a9ee
* feature 1051: new API method pwg.images.checkFiles. This method will be usefulplegall2009-11-221-1/+63
| | | | | | | | before asking for an update on photo files. Enhancement in code factorization. git-svn-id: http://piwigo.org/svn/branches/2.0@4344 68402e56-0260-453c-a942-63ccdbb3a9ee
* Replace another depreciated functions.patdenice2009-10-141-2/+2
| | | | | | Depreciated functions were removed in trunk in commit 3747 by Eric. git-svn-id: http://piwigo.org/svn/branches/2.0@4036 68402e56-0260-453c-a942-63ccdbb3a9ee
* update Subversion repository location on release creation scriptplegall2009-07-211-1/+1
| | | | git-svn-id: http://piwigo.org/svn/branches/2.0@3658 68402e56-0260-453c-a942-63ccdbb3a9ee
* feature 1033 added: new API method pwg.categories.setInfo makes possible toplegall2009-06-241-6/+24
| | | | | | change the name and comment of a given category. git-svn-id: http://piwigo.org/svn/branches/2.0@3453 68402e56-0260-453c-a942-63ccdbb3a9ee
* bug 949 fixed: to avoid memory limit on server side, base64 encode chunks oneplegall2009-04-141-2/+2
| | | | | | | by one on client side and base64 decode chunks one by one on server side. git-svn-id: http://piwigo.org/svn/branches/2.0@3239 68402e56-0260-453c-a942-63ccdbb3a9ee
* bug 926 fixed: change links to piwigo.org so that they go to existing URLs.plegall2009-03-131-2/+2
| | | | | | | new: if the current language is french, the links go to fr.piwigo.org insted. git-svn-id: http://piwigo.org/svn/branches/2.0@3196 68402e56-0260-453c-a942-63ccdbb3a9ee
* bug 941 fixed: to be able to upload heavy photo, chunk the files, send partsplegall2009-03-121-18/+82
| | | | | | | | one by one, and then pwg.images.add merge chunks together. Now big uploads works and you can even have a fine progress bar on client side. git-svn-id: http://piwigo.org/svn/branches/2.0@3192 68402e56-0260-453c-a942-63ccdbb3a9ee
* new: phpwebgallery renamed piwigoplegall2009-02-121-5/+5
| | | | | | | modification: pwg_rel_create.sh only creates the zip file git-svn-id: http://piwigo.org/svn/branches/2.0@3134 68402e56-0260-453c-a942-63ccdbb3a9ee
* bug 912 fixed: we need an extra original_sum to pwg.images.add API method toplegall2009-01-081-2/+6
| | | | | | | check photo existence. Using the file_sum was a bad idea. git-svn-id: http://piwigo.org/svn/branches/2.0@3064 68402e56-0260-453c-a942-63ccdbb3a9ee
* Administration: happy new year 2009, all PHP headers updated.plegall2009-01-043-3/+3
| | | | git-svn-id: http://piwigo.org/svn/branches/2.0@3046 68402e56-0260-453c-a942-63ccdbb3a9ee
* Issue 899laurent.duretz2008-11-061-0/+1
| | | | git-svn-id: http://piwigo.org/svn/branches/2.0@2835 68402e56-0260-453c-a942-63ccdbb3a9ee
* Issue 894 : Missing slash at the end of URLlaurent.duretz2008-10-151-1/+1
| | | | git-svn-id: http://piwigo.org/svn/branches/2.0@2750 68402e56-0260-453c-a942-63ccdbb3a9ee
* version management: the Piwigo version changes to 2.0 instead of Butterflyplegall2008-10-121-1/+1
| | | | | | | which was its codename on trunk. git-svn-id: http://piwigo.org/svn/branches/2.0@2724 68402e56-0260-453c-a942-63ccdbb3a9ee
* feature 892 added: pwg.images.setInfo added so that once we have discoveredplegall2008-10-111-1/+20
| | | | | | | | the photo was already in the database (thanks to pwg.images.exist), we can only set the photo metadata. git-svn-id: http://piwigo.org/svn/branches/2.0@2722 68402e56-0260-453c-a942-63ccdbb3a9ee
* feature 889 added: pwg.images.exist check the existence of a photo in theplegall2008-10-071-0/+19
| | | | | | | database based on its md5sum. (avoid failing on pwg.images.add). git-svn-id: http://piwigo.org/svn/trunk@2683 68402e56-0260-453c-a942-63ccdbb3a9ee
* Change 1.7 to Butterflyrub2008-10-071-1/+1
| | | | git-svn-id: http://piwigo.org/svn/trunk@2681 68402e56-0260-453c-a942-63ccdbb3a9ee
* feature 885 added: pwg.images.add web API method now supports additionalplegall2008-10-051-1/+7
| | | | | | | high resolution format. git-svn-id: http://piwigo.org/svn/trunk@2670 68402e56-0260-453c-a942-63ccdbb3a9ee
* feature 874 added: new Web API method pwg.tags.add.plegall2008-10-011-0/+15
| | | | git-svn-id: http://piwigo.org/svn/trunk@2634 68402e56-0260-453c-a942-63ccdbb3a9ee
* new: WebService method pwg.tags.getAdminList was added. The difference withplegall2008-09-241-0/+20
| | | | | | | | pwg.tags.getList is that this new method doesn't take permissions into account, and so is available only for administrator connected users. git-svn-id: http://piwigo.org/svn/trunk@2584 68402e56-0260-453c-a942-63ccdbb3a9ee
* new: WebService method pwg.categories.add so that pLoader can create aplegall2008-09-241-0/+16
| | | | | | | virtual category. git-svn-id: http://piwigo.org/svn/trunk@2583 68402e56-0260-453c-a942-63ccdbb3a9ee
* improvement: WebService method pwg.images.add can set fill #images tableplegall2008-09-221-4/+6
| | | | | | | | | columns. rank is directly related to a category and several categories can be linked at once. Basic technical metadata {filesize, width, height} are automaticaly filled. git-svn-id: http://piwigo.org/svn/trunk@2569 68402e56-0260-453c-a942-63ccdbb3a9ee
* improvement: instead of sending the images_max_rank of each category inplegall2008-09-191-2/+2
| | | | | | | | | pwg.categories.getList so that you can correctly set the rank in pwg.images.add, the rank is calculated automatically in pwg.images.add so that the image is added at the end of the category. git-svn-id: http://piwigo.org/svn/trunk@2553 68402e56-0260-453c-a942-63ccdbb3a9ee
* feature added: ability to set rank from webservice upload.plegall2008-09-111-1/+2
| | | | git-svn-id: http://piwigo.org/svn/trunk@2520 68402e56-0260-453c-a942-63ccdbb3a9ee
* bug fixed: following r2516, remove partner from piwigo_remote.pl, theplegall2008-09-111-7/+2
| | | | | | | argument is not useful any longer. git-svn-id: http://piwigo.org/svn/trunk@2519 68402e56-0260-453c-a942-63ccdbb3a9ee
* improvement: remote client summarizes HTTP response when invokingplegall2008-09-041-1/+19
| | | | | | | pwg.images.add => code, message. git-svn-id: http://piwigo.org/svn/trunk@2500 68402e56-0260-453c-a942-63ccdbb3a9ee
* feature 839, first step : early proof of concept, no error handling. Aplegall2008-07-301-0/+118
| | | | | | | | | | | | | remote client can add a photo in a category thanks to the web API. A new "upload" directory is created (write access required on the base directory). Uploaded photo have path such as upload/<year>/<month>/<day>/<datetime>-random.jpg. The thumbnail must come with the "web sized" photo. The photo has no storage_category_id. Bugs still need to be fixed and a discussion must occur before next steps. git-svn-id: http://piwigo.org/svn/trunk@2463 68402e56-0260-453c-a942-63ccdbb3a9ee
* - feature 832: Folders with no images sql optimizationrvelices2008-07-052-3087/+4031
| | | | | | | - recent pics are sorted by date descending, and only then by conf['order_by'] - updated prototype.js to version 1.6 git-svn-id: http://piwigo.org/svn/trunk@2424 68402e56-0260-453c-a942-63ccdbb3a9ee
* git-svn-id: http://piwigo.org/svn/trunk@2370 ↵stripy2008-05-311-0/+0
| | | | 68402e56-0260-453c-a942-63ccdbb3a9ee
* git-svn-id: http://piwigo.org/svn/trunk@2360 ↵stripy2008-05-281-0/+0
| | | | 68402e56-0260-453c-a942-63ccdbb3a9ee
* Change all #content by .content in css files.patdenice2008-05-201-1/+1
| | | | | | | In tpl files, id="content" stay here for backward compatibilities. Add some plugins triggers in index.tpl and picture.tpl. git-svn-id: http://piwigo.org/svn/trunk@2352 68402e56-0260-453c-a942-63ccdbb3a9ee
* Change some PhpWebGallery to Piwigo. (2/2)rub2008-05-153-4/+4
| | | | | | | | All phpwebgallery.net are not changed! git-svn-id: http://piwigo.org/svn/trunk@2342 68402e56-0260-453c-a942-63ccdbb3a9ee
* Change some PhpWebGallery to Piwigo.rub2008-05-141-10/+10
| | | | | | Not all PhpWebGallery has been translated! git-svn-id: http://piwigo.org/svn/trunk@2339 68402e56-0260-453c-a942-63ccdbb3a9ee
* Resolved issue 0000825: create_listing_file.php don't work with port server rub2008-05-141-1/+5
| | | | git-svn-id: http://piwigo.org/svn/trunk@2337 68402e56-0260-453c-a942-63ccdbb3a9ee
* Bug fixed: as rvelices notified me by email, my header replacement script wasplegall2008-04-053-74/+0
| | | | | | | | | | | | bugged (r2297 was repeating new and old header). By the way, I've also removed the replacement keywords. We were using them because it was a common usage with CVS but it is advised not to use them with Subversion. Personnaly, it is a problem when I search differences between 2 Piwigo installations outside Subversion. git-svn-id: http://piwigo.org/svn/trunk@2299 68402e56-0260-453c-a942-63ccdbb3a9ee
* Modification: new header on PHP files, PhpWebGallery renamed Piwigo.plegall2008-04-043-0/+63
| | | | git-svn-id: http://piwigo.org/svn/trunk@2297 68402e56-0260-453c-a942-63ccdbb3a9ee
* update release script to avoid the ../ warning in zipmathiasm2008-01-271-5/+8
| | | | | | added md5sum in the script git-svn-id: http://piwigo.org/svn/trunk@2200 68402e56-0260-453c-a942-63ccdbb3a9ee
* Resolved issue 0000794: Avoid to change create_listing_file.php on each versionrub2008-01-272-6/+29
| | | | | | | | Resolved issue 0000795: In create_listing_file.php, it's not safe mode but set_time_limit is disabled Merge branch-1_7 2197:2198 into BSF git-svn-id: http://piwigo.org/svn/trunk@2199 68402e56-0260-453c-a942-63ccdbb3a9ee