aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Create release 2.3.2 from branch 2.3 r127662.3.2plegall2011-12-190-0/+0
| | | | git-svn-id: http://piwigo.org/svn/tags/2.3.2@12771 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
* feature 2352 added: pwg.categories.getList now returns a tn_url parameter.plegall2011-11-031-0/+189
| | | | | | | | | | | | | This is the album thumbnail. Warning: if the API method is called with $params['public'], the album thumbnail may be not accurate. The thumbnail can be viewed by the connected user, but maybe not by the guest. Changing the filtering method would be too complicated for now. We will simply avoid to persist the user_representative_picture_id in the database if $params['public'] git-svn-id: http://piwigo.org/svn/branches/2.3@12537 68402e56-0260-453c-a942-63ccdbb3a9ee
* feature 2477: merge -r12528 from trunk remove unnecesary admin css rules / ↵rvelices2011-10-285-36/+53
| | | | | | html elements git-svn-id: http://piwigo.org/svn/branches/2.3@12529 68402e56-0260-453c-a942-63ccdbb3a9ee
* merge r12525 from trunk to branch 2.3patdenice2011-10-28111-926/+1249
| | | | | | | feature:2487 Update jQuery to 1.6.4 and jQuery UI to 1.8.16 git-svn-id: http://piwigo.org/svn/branches/2.3@12526 68402e56-0260-453c-a942-63ccdbb3a9ee
* merge r12521 from trunk to branch 2.3patdenice2011-10-261-1/+1
| | | | | | | bug:2484 wrong tooltip on header/footer tooltips in administration git-svn-id: http://piwigo.org/svn/branches/2.3@12522 68402e56-0260-453c-a942-63ccdbb3a9ee
* merge r12519 from trunk to branch 2.3patdenice2011-10-261-4/+4
| | | | | | | bug:2480 datepicker need to use removeAttr jquery function to remove an attribute. git-svn-id: http://piwigo.org/svn/branches/2.3@12520 68402e56-0260-453c-a942-63ccdbb3a9ee
* merge r12517 from trunk to branch 2.3patdenice2011-10-251-0/+1
| | | | | | | bug:2483 warning on plugin activation git-svn-id: http://piwigo.org/svn/branches/2.3@12518 68402e56-0260-453c-a942-63ccdbb3a9ee
* The stars (score) are shifted in IE7Gotcha2011-10-231-0/+4
| | | | | | bug:2481 git-svn-id: http://piwigo.org/svn/branches/2.3@12509 68402e56-0260-453c-a942-63ccdbb3a9ee
* [branches2.3] [admin.lang.php] modified HU languagesamli2011-10-201-2/+2
| | | | git-svn-id: http://piwigo.org/svn/branches/2.3@12499 68402e56-0260-453c-a942-63ccdbb3a9ee
* [branches2.3] - language - pt_PT - Português - Portuguese - Thanks to ↵ddtddt2011-10-191-0/+22
| | | | | | alahel76 - feature:2458 git-svn-id: http://piwigo.org/svn/branches/2.3@12498 68402e56-0260-453c-a942-63ccdbb3a9ee