aboutsummaryrefslogtreecommitdiffstats
path: root/admin (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Merged r15583 from trunk to branch 23patdenice2012-06-071-1/+1
| | | | | | | bug:2647 Test 1and1 server with $_SERVER['SCRIPT_FILENAME'] git-svn-id: http://piwigo.org/svn/branches/2.3@15584 68402e56-0260-453c-a942-63ccdbb3a9ee
* merge r15575 from trunk to branch 23patdenice2012-06-061-0/+5
| | | | | | | | bug:2647 External ImageMagick does not work anymore on 1and1 servers git-svn-id: http://piwigo.org/svn/branches/2.3@15576 68402e56-0260-453c-a942-63ccdbb3a9ee
* feature 2625: ability to sort user list by email addressplegall2012-04-261-0/+1
| | | | git-svn-id: http://piwigo.org/svn/branches/2.3@14430 68402e56-0260-453c-a942-63ccdbb3a9ee
* bug 2612 fixed: sanitize $_GET['installstatus'] before display forplegall2012-04-073-4/+5
| | | | | | | themes/languages/plugins installation git-svn-id: http://piwigo.org/svn/branches/2.3@13961 68402e56-0260-453c-a942-63ccdbb3a9ee
* bug 2613 fixed: on the theme configuration screen, make sure theplegall2012-04-071-0/+7
| | | | | | | $_GET['theme'] is a theme id already installed. git-svn-id: http://piwigo.org/svn/branches/2.3@13959 68402e56-0260-453c-a942-63ccdbb3a9ee
* bug 2611 fixed: check $_GET['section'] input parameterplegall2012-04-071-0/+3
| | | | git-svn-id: http://piwigo.org/svn/branches/2.3@13957 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
* 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 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 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
* 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
* merge r12749 from trunk to branch 2.3patdenice2011-12-161-33/+46
| | | | | | | 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-161-6/+0
| | | | | | | | 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
* feature 2486 merge from trunk -r12624,12625,12650 Add an admin view for ↵rvelices2011-11-213-0/+310
| | | | | | 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-152-19/+26
| | | | | | | | | 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 r12613 form trunk: bug:2501 Tooltip mistranslated in the themes managermistic1002011-11-123-8/+8
| | | | git-svn-id: http://piwigo.org/svn/branches/2.3@12614 68402e56-0260-453c-a942-63ccdbb3a9ee
* merge r12596 from trunk: feature 2500: make 'validate_user_comment' and ↵mistic1002011-11-111-20/+10
| | | | | | '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
* 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
* 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 r12553 from trunk to branch 2.3patdenice2011-11-052-4/+4
| | | | | | | | 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 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 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 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
* 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: Remove unused CSS / html elements from version 2.3 (merge from ↵rvelices2011-10-171-5/+0
| | | | | | 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-172-2/+2
| | | | | | thumbnails, now limited to 3 digits (999 thumbnails) git-svn-id: http://piwigo.org/svn/branches/2.3@12471 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
* bug 2469 (merge from trunk) compiled_template_cache_language option does not ↵rvelices2011-10-135-10/+10
| | | | | | 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
* 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
* coding guideline: replace tabs by spacesplegall2011-10-011-5/+8
| | | | git-svn-id: http://piwigo.org/svn/trunk@12295 68402e56-0260-453c-a942-63ccdbb3a9ee
* Add missing language keys for auto-upgrade (only error keys).patdenice2011-09-292-6/+13
| | | | git-svn-id: http://piwigo.org/svn/trunk@12261 68402e56-0260-453c-a942-63ccdbb3a9ee
* bug 2449 fixed: in the "tags box" on batch manager and picture_modify, weplegall2011-09-293-4/+4
| | | | | | | | should only display the tag in the current user language, not the tag in all available languages. git-svn-id: http://piwigo.org/svn/trunk@12259 68402e56-0260-453c-a942-63ccdbb3a9ee
* Deactivate auto-rotation for thumbnail creation.patdenice2011-09-291-1/+1
| | | | git-svn-id: http://piwigo.org/svn/trunk@12258 68402e56-0260-453c-a942-63ccdbb3a9ee
* bug 2440 : deleting a rate from admin was missing an include_oncervelices2011-09-291-0/+1
| | | | git-svn-id: http://piwigo.org/svn/trunk@12255 68402e56-0260-453c-a942-63ccdbb3a9ee
* feature 2441 added: no need to have the HD to regenerate the websize if theplegall2011-09-171-1/+2
| | | | | | | | current websize is bigger than resize settings. When it occurs, we move the current websize as HD and create the new websize from it. git-svn-id: http://piwigo.org/svn/trunk@12175 68402e56-0260-453c-a942-63ccdbb3a9ee
* upload form: automatically focus on the album name when opening the create ↵plegall2011-09-091-7/+7
| | | | | | album form git-svn-id: http://piwigo.org/svn/trunk@12124 68402e56-0260-453c-a942-63ccdbb3a9ee
* bug 2435 fixed: on the upload form, when no album available, hide the albumplegall2011-09-081-2/+18
| | | | | | | | selection listbox and if no album is selected, trigger an error before starting any upload. git-svn-id: http://piwigo.org/svn/trunk@12106 68402e56-0260-453c-a942-63ccdbb3a9ee
* feature 2431: only keep MySQL on installation formplegall2011-09-081-53/+0
| | | | git-svn-id: http://piwigo.org/svn/trunk@12103 68402e56-0260-453c-a942-63ccdbb3a9ee
* bug 2432 fixed: on the upload form, when a new album is created, it mustplegall2011-09-061-1/+1
| | | | | | | | automatically the selected album. The update of jQuery 1.6.2 must have broken this feature. git-svn-id: http://piwigo.org/svn/trunk@12065 68402e56-0260-453c-a942-63ccdbb3a9ee
* bug:2426 admins shouldn't be able to perform any action on plugins mistic1002011-09-021-1/+1
| | | | git-svn-id: http://piwigo.org/svn/trunk@12033 68402e56-0260-453c-a942-63ccdbb3a9ee
* feature 1078 added: ability to merge tagsplegall2011-09-024-16/+181
| | | | git-svn-id: http://piwigo.org/svn/trunk@12032 68402e56-0260-453c-a942-63ccdbb3a9ee
* feature:2322 fix a typo in function get_taglistmistic1002011-09-011-1/+1
| | | | git-svn-id: http://piwigo.org/svn/trunk@12030 68402e56-0260-453c-a942-63ccdbb3a9ee