aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* [Branche 2.3] - language - feature:2573 - recovery trunk - update af_ZA - ↵ddtddt2012-02-131-0/+90
| | | | | | Afrikaans git-svn-id: http://piwigo.org/svn/branches/2.3@13143 68402e56-0260-453c-a942-63ccdbb3a9ee
* [Branche 2.3] - language - add eo_EO -Esperanto - Tanks to Axel - feature:2574 ddtddt2012-02-135-0/+410
| | | | git-svn-id: http://piwigo.org/svn/branches/2.3@13142 68402e56-0260-453c-a942-63ccdbb3a9ee
* bug 2551 fixed: force the use of $conf['gallery_url'] (thanks to theplegall2012-02-111-2/+2
| | | | | | | | get_gallery_home_url function) to build subscribe/unsubscribe links in NBM emails. git-svn-id: http://piwigo.org/svn/branches/2.3@13105 68402e56-0260-453c-a942-63ccdbb3a9ee
* feature 2566 added: pwg.images.add can perform an update on an existing photo.plegall2012-02-102-1/+24
| | | | | | | | The additional parameter is image_id and it can be used only combined with option resize=1. git-svn-id: http://piwigo.org/svn/branches/2.3@13083 68402e56-0260-453c-a942-63ccdbb3a9ee
* bug 559 fixed: avoid duplicate insert on tags when synchronizing metadata ifplegall2012-02-101-0/+1
| | | | | | | the IPTC keywords contains repeated separators like "tag1,,tag2". git-svn-id: http://piwigo.org/svn/branches/2.3@13080 68402e56-0260-453c-a942-63ccdbb3a9ee
* merge r12872 from trunkmistic1002012-02-062-11/+41
| | | | | | bug:2540 When default photos order is only by rank, failure outside albums git-svn-id: http://piwigo.org/svn/branches/2.3@13037 68402e56-0260-453c-a942-63ccdbb3a9ee
* merge r12870 from trunk to branch 2.3patdenice2012-01-101-1/+2
| | | | | | | feature:2552 Apply trigger render_element_description for thumbnail title (for picture description) git-svn-id: http://piwigo.org/svn/branches/2.3@12871 68402e56-0260-453c-a942-63ccdbb3a9ee
* merge r12825 from trunk to branch 2.3 bug:2546 fixed:flop252012-01-022-4/+6
| | | | | | | checkbox "apply on sub" after the button better "if isset" to avoid errors if no user have been selected git-svn-id: http://piwigo.org/svn/branches/2.3@12826 68402e56-0260-453c-a942-63ccdbb3a9ee
* bug 2543 fixed: the representative_picture_id was missing in the SQL query ↵plegall2011-12-301-1/+1
| | | | | | for pwg.categories.getList git-svn-id: http://piwigo.org/svn/branches/2.3@12809 68402e56-0260-453c-a942-63ccdbb3a9ee
* next version is 2.3.3plegall2011-12-192-2/+2
| | | | git-svn-id: http://piwigo.org/svn/branches/2.3@12772 68402e56-0260-453c-a942-63ccdbb3a9ee
* merge r12765 from trunk : bug:2539 we can't edit the same comment twice ↵mistic1002011-12-191-2/+2
| | | | | | without change page git-svn-id: http://piwigo.org/svn/branches/2.3@12766 68402e56-0260-453c-a942-63ccdbb3a9ee
* bug 2536 fixed: a new virtual album is now added on top of the list of otherplegall2011-12-171-8/+3
| | | | | | | albums in the parent album (instead of bottom). git-svn-id: http://piwigo.org/svn/branches/2.3@12762 68402e56-0260-453c-a942-63ccdbb3a9ee
* bug 2502 fixed: better handling of non-latin tags and multilanguage tags onplegall2011-12-172-3/+16
| | | | | | | | | | | | | 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/branches/2.3@12760 68402e56-0260-453c-a942-63ccdbb3a9ee
* merge r12756 from trunk to branch 2.3patdenice2011-12-171-4/+4
| | | | | | | bug:2537 Thumbnail creation may crash on some servers git-svn-id: http://piwigo.org/svn/branches/2.3@12757 68402e56-0260-453c-a942-63ccdbb3a9ee
* [Branche 2.3] - language - add km_KH – ↵ddtddt2011-12-165-0/+405
| | | | | | ​ភាសា​ខ្មែរ​- khmer (Cambodia) Thanks to Vanndy git-svn-id: http://piwigo.org/svn/branches/2.3@12754 68402e56-0260-453c-a942-63ccdbb3a9ee
* merge r12749 from trunk to branch 2.3patdenice2011-12-162-35/+53
| | | | | | | bug:2535 Image is not cropped and ressized if requested size is bigger than image size. git-svn-id: http://piwigo.org/svn/branches/2.3@12750 68402e56-0260-453c-a942-63ccdbb3a9ee
* bug 2534 fixed: clean (as clean as possible with MySQL+MyISAM) handle ofplegall2011-12-163-10/+16
| | | | | | | | concurrency on user cache refresh. No more error when regenerating several thumbnails at once. git-svn-id: http://piwigo.org/svn/branches/2.3@12747 68402e56-0260-453c-a942-63ccdbb3a9ee
* merge r12745 from trunk to branch 2.3 : Update es_ES, thanks to : petaquiplegall2011-12-161-78/+77
| | | | git-svn-id: http://piwigo.org/svn/branches/2.3@12746 68402e56-0260-453c-a942-63ccdbb3a9ee
* merge r12740 from trunk to branch 2.3 : Update bg_BG, thanks to : hamsiaplegall2011-12-161-1/+11
| | | | git-svn-id: http://piwigo.org/svn/branches/2.3@12741 68402e56-0260-453c-a942-63ccdbb3a9ee
* feature 2489 updated: photos added by synchronization can't update their ↵plegall2011-12-161-1/+11
| | | | | | "file" field git-svn-id: http://piwigo.org/svn/branches/2.3@12738 68402e56-0260-453c-a942-63ccdbb3a9ee
* feature 2489 added: ability to update "file" info in pwg.images.setInfoplegall2011-12-132-0/+2
| | | | git-svn-id: http://piwigo.org/svn/branches/2.3@12729 68402e56-0260-453c-a942-63ccdbb3a9ee
* feature 2532 added: pwg.images.add returns image_id (+url)plegall2011-12-131-0/+22
| | | | git-svn-id: http://piwigo.org/svn/branches/2.3@12727 68402e56-0260-453c-a942-63ccdbb3a9ee
* feature 2533 added: ability to deactivate uniqueness check on pwg.images.addplegall2011-12-132-11/+15
| | | | git-svn-id: http://piwigo.org/svn/branches/2.3@12725 68402e56-0260-453c-a942-63ccdbb3a9ee
* feature 2531: bug fixed, need to be sure functions_upload.inc.php is loaded ↵plegall2011-12-131-0/+2
| | | | | | before using add_uploaded_file() git-svn-id: http://piwigo.org/svn/branches/2.3@12723 68402e56-0260-453c-a942-63ccdbb3a9ee
* feature 2531 added: pwg.images.add is able to generate web size + thumbnailplegall2011-12-132-66/+115
| | | | | | | | (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. git-svn-id: http://piwigo.org/svn/branches/2.3@12722 68402e56-0260-453c-a942-63ccdbb3a9ee
* bug 2529 fixed: Piwigo API can only handle the "rest" requestFormat.plegall2011-12-051-17/+1
| | | | | | | | | | 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/branches/2.3@12694 68402e56-0260-453c-a942-63ccdbb3a9ee
* [Branche 2.3] - language - update - de_DE- Deutsch - German - Thanks to joergenddtddt2011-12-021-2/+1
| | | | git-svn-id: http://piwigo.org/svn/branches/2.3@12688 68402e56-0260-453c-a942-63ccdbb3a9ee
* merge -r12656 from trunk bug 2516: compiled_template_cache_language option ↵rvelices2011-11-221-2/+2
| | | | | | does not work properly (again) git-svn-id: http://piwigo.org/svn/branches/2.3@12657 68402e56-0260-453c-a942-63ccdbb3a9ee
* feature 2486 merge from trunk -r12624,12625,12650 Add an admin view for ↵rvelices2011-11-216-4/+360
| | | | | | rates by user (improvement) git-svn-id: http://piwigo.org/svn/branches/2.3@12651 68402e56-0260-453c-a942-63ccdbb3a9ee
* merge r12642 from trunk to branch 2.3patdenice2011-11-172-5/+5
| | | | | | | bug:2513 Warning messages during synchronisation on some servers git-svn-id: http://piwigo.org/svn/branches/2.3@12643 68402e56-0260-453c-a942-63ccdbb3a9ee
* merge r12640 from trunk to branch 2.3patdenice2011-11-171-5/+3
| | | | | | | bug:2511 Warning messages during thumbnails creation (FTP method) git-svn-id: http://piwigo.org/svn/branches/2.3@12641 68402e56-0260-453c-a942-63ccdbb3a9ee
* bug 2506 fixed: Batch Manager does not take permissions into account whenplegall2011-11-153-33/+49
| | | | | | | | | filtering on tags feature 2507 added: Batch Manager can filter on "all tags" or "any tag" git-svn-id: http://piwigo.org/svn/branches/2.3@12629 68402e56-0260-453c-a942-63ccdbb3a9ee
* merge r12608 from trunk: feature:2504 add a documentation about triggers mistic1002011-11-126-0/+799
| | | | git-svn-id: http://piwigo.org/svn/branches/2.3@12615 68402e56-0260-453c-a942-63ccdbb3a9ee
* merge r12613 form trunk: bug:2501 Tooltip mistranslated in the themes managermistic1002011-11-124-9/+9
| | | | git-svn-id: http://piwigo.org/svn/branches/2.3@12614 68402e56-0260-453c-a942-63ccdbb3a9ee
* merge r12610 from trunk bug:2503 in register.php bad template var for ↵mistic1002011-11-122-3/+4
| | | | | | 'obligatory_user_mail_address' git-svn-id: http://piwigo.org/svn/branches/2.3@12611 68402e56-0260-453c-a942-63ccdbb3a9ee
* merge r12596 from trunk: feature 2500: make 'validate_user_comment' and ↵mistic1002011-11-112-25/+33
| | | | | | 'delete_user_comment' working with array git-svn-id: http://piwigo.org/svn/branches/2.3@12597 68402e56-0260-453c-a942-63ccdbb3a9ee
* bug 2497 fixed: never try to move a physical albumplegall2011-11-081-2/+3
| | | | git-svn-id: http://piwigo.org/svn/branches/2.3@12590 68402e56-0260-453c-a942-63ccdbb3a9ee
* Menubar too wideGotcha2011-11-081-1/+1
| | | | git-svn-id: http://piwigo.org/svn/branches/2.3@12588 68402e56-0260-453c-a942-63ccdbb3a9ee
* next version is 2.3.2plegall2011-11-082-2/+2
| | | | git-svn-id: http://piwigo.org/svn/branches/2.3@12587 68402e56-0260-453c-a942-63ccdbb3a9ee
* merge r12581 from trunk to branch 2.3patdenice2011-11-071-1/+1
| | | | | | | bug:2496 Imagick library (class version) is not detected properly on some servers git-svn-id: http://piwigo.org/svn/branches/2.3@12582 68402e56-0260-453c-a942-63ccdbb3a9ee
* next version is 2.3.1plegall2011-11-072-2/+2
| | | | git-svn-id: http://piwigo.org/svn/branches/2.3@12577 68402e56-0260-453c-a942-63ccdbb3a9ee
* bug 2491 fixed: on album admin screen, don't display "1 album moved" messageplegall2011-11-071-1/+9
| | | | | | | when the album is not really moved. git-svn-id: http://piwigo.org/svn/branches/2.3@12575 68402e56-0260-453c-a942-63ccdbb3a9ee
* merge r12568 from trunk to branch 2.3plegall2011-11-071-0/+20
| | | | | | | [trunk (public)] Update de_DE, thanks to : Polly git-svn-id: http://piwigo.org/svn/branches/2.3@12569 68402e56-0260-453c-a942-63ccdbb3a9ee
* merge r12565 from trunk to branch 2.3plegall2011-11-072-1/+25
| | | | | | | [trunk (admin)] Update de_DE, thanks to : Polly git-svn-id: http://piwigo.org/svn/branches/2.3@12567 68402e56-0260-453c-a942-63ccdbb3a9ee
* merge r12564 from trunk to branch 2.3plegall2011-11-061-112/+120
| | | | | | | [trunk (admin)] Update es_ES, thanks to : petaqui git-svn-id: http://piwigo.org/svn/branches/2.3@12566 68402e56-0260-453c-a942-63ccdbb3a9ee
* merge r12556 from trunk (feature:2495 add triggers for comment validation ↵mistic1002011-11-051-0/+4
| | | | | | and deletion) git-svn-id: http://piwigo.org/svn/branches/2.3@12557 68402e56-0260-453c-a942-63ccdbb3a9ee
* merge r12553 from trunk to branch 2.3patdenice2011-11-054-5/+6
| | | | | | | | feature:2322 feature:2493 Add a trigger for multi language tags in quick search and url git-svn-id: http://piwigo.org/svn/branches/2.3@12555 68402e56-0260-453c-a942-63ccdbb3a9ee
* feature 2397 added: add details about the album thumbnail for extra templates.plegall2011-11-042-27/+51
| | | | | | | | | | | Algorithm changed for FILE_HAS_HD : we don't care about the $user['enabled_high'] Fields added in category_default : high_filesize, high_width, high_height, rating_score We send the same fields on category_cats but for album thumbnail only. git-svn-id: http://piwigo.org/svn/branches/2.3@12545 68402e56-0260-453c-a942-63ccdbb3a9ee
* bug 2492 fixed: no need to transmit ['hit'] to get_thumbnail_title, this ↵plegall2011-11-041-1/+1
| | | | | | parameter becomes optional to avoid errors in plugins git-svn-id: http://piwigo.org/svn/branches/2.3@12540 68402e56-0260-453c-a942-63ccdbb3a9ee
* feature 2352: a bug had been introduced by r12537, the ↵plegall2011-11-031-1/+2
| | | | | | | | | piwigo_user_cache_categories.count_categories was missing (the list of albums was not refreshing correctly on the upload form) git-svn-id: http://piwigo.org/svn/branches/2.3@12539 68402e56-0260-453c-a942-63ccdbb3a9ee