aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* feature 2541 multisizervelices2011-12-2713-77/+210
| | | | | | | - nicer presentation on picture.php - added a maintenance purge derivatives action git-svn-id: http://piwigo.org/svn/trunk@12797 68402e56-0260-453c-a942-63ccdbb3a9ee
* feature 2541 multisizervelices2011-12-2727-208/+1113
| | | | | | | - core implementation + usage on most public/admin pages - still to do: sync process, upload, gui/persistence for size parameters, migration script, center of interest ... git-svn-id: http://piwigo.org/svn/trunk@12796 68402e56-0260-453c-a942-63ccdbb3a9ee
* [trunk] - language - update - da_DK - Dansk - Danish thanks to Nile - ↵ddtddt2011-12-263-11/+25
| | | | | | feature:2457 git-svn-id: http://piwigo.org/svn/trunk@12795 68402e56-0260-453c-a942-63ccdbb3a9ee
* [trunk] - language - update - pt_BR - Brasil – Brazil thanks to Fernando - ↵ddtddt2011-12-261-1/+1
| | | | | | feature:2457 git-svn-id: http://piwigo.org/svn/trunk@12793 68402e56-0260-453c-a942-63ccdbb3a9ee
* [trunk] - language - update - pl_PL - Polski - Polish thanks to kuba - ↵ddtddt2011-12-232-14/+10
| | | | | | feature:2457 git-svn-id: http://piwigo.org/svn/trunk@12790 68402e56-0260-453c-a942-63ccdbb3a9ee
* [trunk] - language - update - uk_UA - Українська -Ukrainian ↵ddtddt2011-12-231-0/+23
| | | | | | (admin part ) thanks to rukhov - feature:2457 git-svn-id: http://piwigo.org/svn/trunk@12788 68402e56-0260-453c-a942-63ccdbb3a9ee
* [trunk] - language - update - sv_SE - Svenska - Swedish thanks to styxsailor ↵ddtddt2011-12-222-12/+10
| | | | | | - feature:2457 git-svn-id: http://piwigo.org/svn/trunk@12787 68402e56-0260-453c-a942-63ccdbb3a9ee
* [trunk] - language - update - sk_SK – Slovensky – Slovak thanks to dodo ↵ddtddt2011-12-222-17/+13
| | | | | | - feature:2457 git-svn-id: http://piwigo.org/svn/trunk@12786 68402e56-0260-453c-a942-63ccdbb3a9ee
* [trunk] - language - update - fa_IR - Persian - فارسی thanks to Garcia ↵ddtddt2011-12-222-7/+36
| | | | | | - feature:2457 git-svn-id: http://piwigo.org/svn/trunk@12785 68402e56-0260-453c-a942-63ccdbb3a9ee
* [trunk] - language - update - fa_IR - Persian - فارسی thanks to Garcia ↵ddtddt2011-12-221-189/+184
| | | | | | - feature:2457 git-svn-id: http://piwigo.org/svn/trunk@12783 68402e56-0260-453c-a942-63ccdbb3a9ee
* bug:1711 sort photos by name mistic1002011-12-223-0/+3
| | | | git-svn-id: http://piwigo.org/svn/trunk@12782 68402e56-0260-453c-a942-63ccdbb3a9ee
* [trunk] - language - update - uk_UA - Українська -Ukrainian ↵ddtddt2011-12-212-3/+21
| | | | | | (admin part ) thanks to quest_tom - feature:2457 git-svn-id: http://piwigo.org/svn/trunk@12777 68402e56-0260-453c-a942-63ccdbb3a9ee
* [trunk] - language - update SL (Slovenia - Slovenšcina) Thanks to klemen - ↵ddtddt2011-12-212-4/+19
| | | | | | feature:2457 git-svn-id: http://piwigo.org/svn/trunk@12776 68402e56-0260-453c-a942-63ccdbb3a9ee
* simplification of 'startup phase' (forgot install.php)rvelices2011-12-191-14/+1
| | | | git-svn-id: http://piwigo.org/svn/trunk@12769 68402e56-0260-453c-a942-63ccdbb3a9ee
* simplification of 'startup phase' - multisite.inc.php is not required ↵rvelices2011-12-195-64/+18
| | | | | | anymore / database.inc.php is included after config. git-svn-id: http://piwigo.org/svn/trunk@12768 68402e56-0260-453c-a942-63ccdbb3a9ee
* feature:2538 transmits messages after comment edition trough SESSION (no ↵mistic1002011-12-193-12/+14
| | | | | | more ugly url displayed, avoid some minor bugs) git-svn-id: http://piwigo.org/svn/trunk@12767 68402e56-0260-453c-a942-63ccdbb3a9ee
* bug:2539 we can't edit the same comment twice without change pagemistic1002011-12-191-2/+2
| | | | git-svn-id: http://piwigo.org/svn/trunk@12765 68402e56-0260-453c-a942-63ccdbb3a9ee
* feature:2538 Make a unified messages managementmistic1002011-12-1825-186/+83
| | | | | | use only $page['infos'] and $page['errors'] vars and and necessary template to all main pages git-svn-id: http://piwigo.org/svn/trunk@12764 68402e56-0260-453c-a942-63ccdbb3a9ee
* merge r12762 from branch 2.3 to trunkplegall2011-12-171-8/+3
| | | | | | | | | bug 2536 fixed: a new virtual album is now added on top of the list of other albums in the parent album (instead of bottom). git-svn-id: http://piwigo.org/svn/trunk@12763 68402e56-0260-453c-a942-63ccdbb3a9ee
* merge r12760 from branch 2.3 to trunkplegall2011-12-172-3/+16
| | | | | | | | | | | | | | | bug 2502 fixed: better handling of non-latin tags and multilanguage tags on tags.php with mode letter. We can't rely on url_name because it always start with "_" when the tag looks like "[lang...". Instead we compute a str2url on the name, but once it has been rendered by Extended Description. To avoid useless computations, I have added a cache on the tag_alpha_compare function. Tested on a 175 tags set, speed is good. git-svn-id: http://piwigo.org/svn/trunk@12761 68402e56-0260-453c-a942-63ccdbb3a9ee
* bug:2537patdenice2011-12-171-4/+4
| | | | | | Thumbnail creation may crash on some servers git-svn-id: http://piwigo.org/svn/trunk@12756 68402e56-0260-453c-a942-63ccdbb3a9ee
* better get_boolean function: able to detect "0" as false, (bool)false as falseplegall2011-12-161-8/+11
| | | | | | | and (int)0 as false. git-svn-id: http://piwigo.org/svn/trunk@12752 68402e56-0260-453c-a942-63ccdbb3a9ee
* bug:2535patdenice2011-12-162-35/+53
| | | | | | Image is not cropped and ressized if requested size is bigger than image size. git-svn-id: http://piwigo.org/svn/trunk@12749 68402e56-0260-453c-a942-63ccdbb3a9ee
* merge r12747 from branch 2.3 to trunkplegall2011-12-163-10/+16
| | | | | | | | | | bug 2534 fixed: clean (as clean as possible with MySQL+MyISAM) handle of concurrency on user cache refresh. No more error when regenerating several thumbnails at once. git-svn-id: http://piwigo.org/svn/trunk@12748 68402e56-0260-453c-a942-63ccdbb3a9ee
* [trunk (admin)] Update es_ES, thanks to : petaquiPiwigo-TranslationTeam2011-12-161-78/+76
| | | | git-svn-id: http://piwigo.org/svn/trunk@12745 68402e56-0260-453c-a942-63ccdbb3a9ee
* [trunk (admin)] Update hu_HU, thanks to : samliPiwigo-TranslationTeam2011-12-161-9/+1
| | | | git-svn-id: http://piwigo.org/svn/trunk@12744 68402e56-0260-453c-a942-63ccdbb3a9ee
* [trunk (public)] Update hu_HU, thanks to : samliPiwigo-TranslationTeam2011-12-161-1/+1
| | | | git-svn-id: http://piwigo.org/svn/trunk@12743 68402e56-0260-453c-a942-63ccdbb3a9ee
* [trunk (public)] Update bg_BG, thanks to : hamsiaPiwigo-TranslationTeam2011-12-161-1/+10
| | | | git-svn-id: http://piwigo.org/svn/trunk@12740 68402e56-0260-453c-a942-63ccdbb3a9ee
* merge r12738 from branch 2.3 to trunkplegall2011-12-161-1/+11
| | | | | | | | feature 2489 updated: photos added by synchronization can't update their "file" field git-svn-id: http://piwigo.org/svn/trunk@12739 68402e56-0260-453c-a942-63ccdbb3a9ee
* [trunk] - language - update nl_NL - Nederlands - Dutch Thanks to Mattias - ↵ddtddt2011-12-162-11/+10
| | | | | | feature:2457 git-svn-id: http://piwigo.org/svn/trunk@12736 68402e56-0260-453c-a942-63ccdbb3a9ee
* merge r12729 from branch 2.3 to trunkplegall2011-12-132-0/+2
| | | | | | | feature 2489 added: ability to update "file" info in pwg.images.setInfo git-svn-id: http://piwigo.org/svn/trunk@12730 68402e56-0260-453c-a942-63ccdbb3a9ee
* merge r12727 from branch 2.3 to trunkplegall2011-12-131-1/+23
| | | | | | | feature 2532 added: pwg.images.add returns image_id (+url) git-svn-id: http://piwigo.org/svn/trunk@12728 68402e56-0260-453c-a942-63ccdbb3a9ee
* merge r12725 from branch 2.3 to trunkplegall2011-12-132-11/+15
| | | | | | | feature 2533 added: ability to deactivate uniqueness check on pwg.images.add git-svn-id: http://piwigo.org/svn/trunk@12726 68402e56-0260-453c-a942-63ccdbb3a9ee
* merge r12722 from branch 2.3 into trunkplegall2011-12-132-57/+90
| | | | | | | | | | | | | | merge r12723 from branch 2.3 into trunk feature 2531 added: pwg.images.add is able to generate web size + thumbnail (remote client needs to set "resize" option to something else than 0). When the "resize" is On, only the "file" must be send with pwg.images.addChunk. Small improvement compared to code implemented in branch 2.3 : use of single_insert when resize is Off, single algorithm to update $info_colums (resize On/Off) git-svn-id: http://piwigo.org/svn/trunk@12724 68402e56-0260-453c-a942-63ccdbb3a9ee
* [trunk] - language - update lv_LV - Latviešu - Latvian Recovery in plugin ↵ddtddt2011-12-122-12/+10
| | | | | | - feature:2457 git-svn-id: http://piwigo.org/svn/trunk@12721 68402e56-0260-453c-a942-63ccdbb3a9ee
* [trunk] - language - Add - fi_FI – Finnish - Thanks to Jussi Sunnari - ↵ddtddt2011-12-103-0/+89
| | | | | | feature:2457 git-svn-id: http://piwigo.org/svn/trunk@12717 68402e56-0260-453c-a942-63ccdbb3a9ee
* merge r12694 from branch 2.3 to trunkplegall2011-12-051-17/+1
| | | | | | | | | | | | bug 2529 fixed: Piwigo API can only handle the "rest" requestFormat. If we try to search for another request format the only result is an "Unknown request format" error for the client. This error happens when always_populate_raw_post_data is On (which is not the default Apache setting). git-svn-id: http://piwigo.org/svn/trunk@12695 68402e56-0260-453c-a942-63ccdbb3a9ee
* language cleanup (exact duplicates or almost same duplicate - capital/lower ↵rvelices2011-12-0488-2924/+2628
| | | | | | case first letter ...) git-svn-id: http://piwigo.org/svn/trunk@12693 68402e56-0260-453c-a942-63ccdbb3a9ee
* [trunk] - language - update - de_DE- Deutsch - German - Thanks to joergen - ↵ddtddt2011-12-021-2/+1
| | | | | | feature:2457 git-svn-id: http://piwigo.org/svn/trunk@12687 68402e56-0260-453c-a942-63ccdbb3a9ee
* language cleanup (exact duplicates or almost same duplicate - capital/lower ↵rvelices2011-12-0243-49/+6
| | | | | | case first letter ...) git-svn-id: http://piwigo.org/svn/trunk@12682 68402e56-0260-453c-a942-63ccdbb3a9ee
* language cleanup (exact duplicates or almost same duplicate - capital/lower ↵rvelices2011-12-0184-317/+135
| | | | | | case first letter ...) git-svn-id: http://piwigo.org/svn/trunk@12681 68402e56-0260-453c-a942-63ccdbb3a9ee
* language cleanup (exact duplicates or almost same duplicate)rvelices2011-12-0184-247/+18
| | | | git-svn-id: http://piwigo.org/svn/trunk@12677 68402e56-0260-453c-a942-63ccdbb3a9ee
* bug 2515: a few icons are not in CSS sprite (comment actions use text links now)rvelices2011-11-305-13/+13
| | | | git-svn-id: http://piwigo.org/svn/trunk@12676 68402e56-0260-453c-a942-63ccdbb3a9ee
* language cleanup (exact duplicates or almost same duplicate)rvelices2011-11-2979-768/+563
| | | | git-svn-id: http://piwigo.org/svn/trunk@12672 68402e56-0260-453c-a942-63ccdbb3a9ee
* bug 2515: a few icons are not in CSS sprite (start/stop filter are now)rvelices2011-11-29103-19/+15
| | | | | | also removed many icons that are not used anymore since 2.2 git-svn-id: http://piwigo.org/svn/trunk@12671 68402e56-0260-453c-a942-63ccdbb3a9ee
* removed unused css rules rvelices2011-11-296-20/+28
| | | | git-svn-id: http://piwigo.org/svn/trunk@12670 68402e56-0260-453c-a942-63ccdbb3a9ee
* bug 2516: compiled_template_cache_language option does not work properly ↵rvelices2011-11-221-2/+2
| | | | | | (again) git-svn-id: http://piwigo.org/svn/trunk@12656 68402e56-0260-453c-a942-63ccdbb3a9ee
* feature 2486: Add an admin view for rates by user (improvement)rvelices2011-11-212-33/+47
| | | | git-svn-id: http://piwigo.org/svn/trunk@12650 68402e56-0260-453c-a942-63ccdbb3a9ee
* bug:2513patdenice2011-11-172-5/+5
| | | | | | Warning messages during synchronisation on some servers git-svn-id: http://piwigo.org/svn/trunk@12642 68402e56-0260-453c-a942-63ccdbb3a9ee
* bug:2511patdenice2011-11-171-5/+3
| | | | | | Warning messages during thumbnails creation (FTP method) git-svn-id: http://piwigo.org/svn/trunk@12640 68402e56-0260-453c-a942-63ccdbb3a9ee