aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* 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
* merge r12493 from trunk to branch 2.3patdenice2011-10-191-2/+2
| | | | | | | bug:2479 External ImageMagick library is not properly detected git-svn-id: http://piwigo.org/svn/branches/2.3@12494 68402e56-0260-453c-a942-63ccdbb3a9ee
* feature 2477: merge -r12491 from trunk; remove unnecesary css rules + ↵rvelices2011-10-181-6/+3
| | | | | | simplify very inefficient overly qualified rules (pagespeed) git-svn-id: http://piwigo.org/svn/branches/2.3@12492 68402e56-0260-453c-a942-63ccdbb3a9ee
* feature 2477: Remove unused CSS / html elements from version 2.3 (merge from ↵rvelices2011-10-178-24/+10
| | | | | | trunk) git-svn-id: http://piwigo.org/svn/branches/2.3@12480 68402e56-0260-453c-a942-63ccdbb3a9ee
* revert r12475, targeted version is 2.4mistic1002011-10-173-29/+16
| | | | git-svn-id: http://piwigo.org/svn/branches/2.3@12476 68402e56-0260-453c-a942-63ccdbb3a9ee
* Merged r12474 from trunk: feature:2471 [Batch Manager] "zoom" and "edit" ↵mistic1002011-10-173-16/+29
| | | | | | links over each thumbnail git-svn-id: http://piwigo.org/svn/branches/2.3@12475 68402e56-0260-453c-a942-63ccdbb3a9ee
* Merged r12470 from trunk: bug:2476 Increase the maximum display of ↵mistic1002011-10-173-3/+3
| | | | | | thumbnails, now limited to 3 digits (999 thumbnails) git-svn-id: http://piwigo.org/svn/branches/2.3@12471 68402e56-0260-453c-a942-63ccdbb3a9ee
* [branches2.3] - language - update tr_TR - Türkçe – Turkish - Thanks to ↵ddtddt2011-10-171-1/+8
| | | | | | nakre - feature:2458 git-svn-id: http://piwigo.org/svn/branches/2.3@12468 68402e56-0260-453c-a942-63ccdbb3a9ee
* merge r12451 from trunk to branch 2.3patdenice2011-10-152-4/+4
| | | | | | | feature:2473 Apply trigger render_element_description for thumbnail title git-svn-id: http://piwigo.org/svn/branches/2.3@12452 68402e56-0260-453c-a942-63ccdbb3a9ee
* merge r12443 from trunk to branch 2.3patdenice2011-10-141-1/+3
| | | | | | | Bug:2472 Thumbnails are not cropped during upload git-svn-id: http://piwigo.org/svn/branches/2.3@12444 68402e56-0260-453c-a942-63ccdbb3a9ee
* [branches2.3] - language - update ca_ES - Catalan - Thanks to josep.torne - ↵ddtddt2011-10-131-0/+19
| | | | | | feature:2458 git-svn-id: http://piwigo.org/svn/branches/2.3@12440 68402e56-0260-453c-a942-63ccdbb3a9ee
* [branches2.3] - language - update update fr_CA - Quebec - Québécois - ↵ddtddt2011-10-131-0/+3
| | | | | | Thanks to TiOger - feature:2458 git-svn-id: http://piwigo.org/svn/branches/2.3@12439 68402e56-0260-453c-a942-63ccdbb3a9ee
* bug 2469 (merge from trunk) compiled_template_cache_language option does not ↵rvelices2011-10-131-1/+1
| | | | | | work properly on some language keys because of double escaping git-svn-id: http://piwigo.org/svn/branches/2.3@12430 68402e56-0260-453c-a942-63ccdbb3a9ee
* bug 2469 (merge from trunk) compiled_template_cache_language option does not ↵rvelices2011-10-136-13/+13
| | | | | | work properly on some language keys because of double escaping git-svn-id: http://piwigo.org/svn/branches/2.3@12428 68402e56-0260-453c-a942-63ccdbb3a9ee
* bug 2458 - fixed missing language key in batch manager (merge from trunk)rvelices2011-10-121-2/+2
| | | | git-svn-id: http://piwigo.org/svn/branches/2.3@12422 68402e56-0260-453c-a942-63ccdbb3a9ee
* avoid division by 0 warning when there are no rates in the databaservelices2011-10-111-2/+5
| | | | git-svn-id: http://piwigo.org/svn/branches/2.3@12413 68402e56-0260-453c-a942-63ccdbb3a9ee
* merge -r12391 from trunk moved up one line of code added in 2.3 (plugin ↵rvelices2011-10-081-1/+2
| | | | | | compatibility) git-svn-id: http://piwigo.org/svn/branches/2.3@12392 68402e56-0260-453c-a942-63ccdbb3a9ee
* [branches2.3] - language - update nl_NL - Nederlands - Dutch Thanks to ↵ddtddt2011-10-083-4/+26
| | | | | | sleepless - feature:2458 git-svn-id: http://piwigo.org/svn/branches/2.3@12386 68402e56-0260-453c-a942-63ccdbb3a9ee
* [branches2.3] - language - update fr_FR - french - Français Recovery in ↵ddtddt2011-10-082-0/+4
| | | | | | plugin - feature:2458 git-svn-id: http://piwigo.org/svn/branches/2.3@12384 68402e56-0260-453c-a942-63ccdbb3a9ee
* merge r12359-12360 from trunk to branch 2.3patdenice2011-10-071-1/+4
| | | | | | | | Avoid error if several obsolet plugins have to be uninstalled. It's better to only deactivate obsolete plugins on loading. git-svn-id: http://piwigo.org/svn/branches/2.3@12378 68402e56-0260-453c-a942-63ccdbb3a9ee
* [branches2.3] - language - zh_TW - 中文 (繁體) - Chinese traditional ↵ddtddt2011-10-072-4/+19
| | | | | | Thanks to chouyh - feature:2458 git-svn-id: http://piwigo.org/svn/branches/2.3@12377 68402e56-0260-453c-a942-63ccdbb3a9ee
* [branches2.3] - language - update th_TH - Thaï – ภาษาไทย ↵ddtddt2011-10-071-1/+1
| | | | | | Thanks to Pradit Saenkaew - feature:2458 git-svn-id: http://piwigo.org/svn/branches/2.3@12375 68402e56-0260-453c-a942-63ccdbb3a9ee
* [branches2.3] - language - update th_TH - Thaï – ภาษาไทย ↵ddtddt2011-10-071-3/+3
| | | | | | Thanks to Pradit Saenkaew - feature:2458 git-svn-id: http://piwigo.org/svn/branches/2.3@12372 68402e56-0260-453c-a942-63ccdbb3a9ee
* [branches2.3] - language - sv_SE - Svenska - Swedish Thanks to styxsailor - ↵ddtddt2011-10-061-1/+1
| | | | | | feature:2458 git-svn-id: http://piwigo.org/svn/branches/2.3@12370 68402e56-0260-453c-a942-63ccdbb3a9ee
* [branches2.3] - language - sv_SE - Svenska - Swedish Thanks to styxsailor - ↵ddtddt2011-10-061-1/+3
| | | | | | feature:2458 git-svn-id: http://piwigo.org/svn/branches/2.3@12369 68402e56-0260-453c-a942-63ccdbb3a9ee
* [branches2.3] - language - update th_TH - Thaï – ภาษาไทย ↵ddtddt2011-10-052-0/+85
| | | | | | Thanks to Pradit Saenkaew - feature:2458 git-svn-id: http://piwigo.org/svn/branches/2.3@12352 68402e56-0260-453c-a942-63ccdbb3a9ee