aboutsummaryrefslogtreecommitdiffstats
path: root/admin (follow)
Commit message (Collapse)AuthorAgeFilesLines
* merge r17008 from branch 2.4 to trunkplegall2012-07-252-1/+15
| | | | | | | | feature 2693 added: automatically show link to caddie if caddie not empty git-svn-id: http://piwigo.org/svn/trunk@17009 68402e56-0260-453c-a942-63ccdbb3a9ee
* merge r17006 from branch 2.4 to trunkplegall2012-07-253-3/+3
| | | | | | | | bug 2655 fixed: maximum length for album name is 255 chars git-svn-id: http://piwigo.org/svn/trunk@17007 68402e56-0260-453c-a942-63ccdbb3a9ee
* merge r17003 from branch 2.4 to trunkplegall2012-07-251-0/+5
| | | | | | | | | | bug 2705 (related to): if rotate function is called with a 0 (zero) angle, like plugin RotateImage may do, ExtIM fails with the same error "convert: invalid argument for option `-rotate': -orient" git-svn-id: http://piwigo.org/svn/trunk@17004 68402e56-0260-453c-a942-63ccdbb3a9ee
* merge r17001 from branch 2.4 to trunkplegall2012-07-251-0/+25
| | | | | | | | | bug 2627 fixed: photos added with the web form or pwg.images.addSimple now have a correct image_category.rank. git-svn-id: http://piwigo.org/svn/trunk@17002 68402e56-0260-453c-a942-63ccdbb3a9ee
* merge r16934 from branch 2.4 to trunkplegall2012-07-231-1/+1
| | | | | | | | | bug 2705 fixed: if the rotation is "0", no rotation is needed, we skip the rotate function which behaves badly (in ExtIM) with a zero degree rotation. git-svn-id: http://piwigo.org/svn/trunk@16936 68402e56-0260-453c-a942-63ccdbb3a9ee
* feature 2703: make it easy for plugins to add tabs in admin screensmistic1002012-07-2319-180/+169
| | | | | | centralize all core tabs in one file git-svn-id: http://piwigo.org/svn/trunk@16928 68402e56-0260-453c-a942-63ccdbb3a9ee
* feature 2703: make it easy for plugins to add tabs in admin screensmistic1002012-07-2318-1/+26
| | | | | | add a trigger a give an id to each core tabsheets git-svn-id: http://piwigo.org/svn/trunk@16925 68402e56-0260-453c-a942-63ccdbb3a9ee
* bug:2698flop252012-07-181-7/+7
| | | | | | | at the bottom! git-svn-id: http://piwigo.org/svn/trunk@16829 68402e56-0260-453c-a942-63ccdbb3a9ee
* bug:2698flop252012-07-181-27/+28
| | | | | | | | | 2 id identical fieldset instead of a span moving up the field for autoorder hiding the link to set a autoorder if there is no album (clicking on it didn't do anything) git-svn-id: http://piwigo.org/svn/trunk@16827 68402e56-0260-453c-a942-63ccdbb3a9ee
* bug:2698flop252012-07-181-50/+51
| | | | | | moving the forms git-svn-id: http://piwigo.org/svn/trunk@16825 68402e56-0260-453c-a942-63ccdbb3a9ee
* code cleanupflop252012-07-091-2/+0
| | | | git-svn-id: http://piwigo.org/svn/trunk@16529 68402e56-0260-453c-a942-63ccdbb3a9ee
* feature:2424flop252012-07-092-2/+140
| | | | | | ability to duplicate tags git-svn-id: http://piwigo.org/svn/trunk@16526 68402e56-0260-453c-a942-63ccdbb3a9ee
* feature 2680: styles for jQuery UI slider mistic1002012-07-062-0/+8
| | | | | | still need to include "themes/default/js/ui/theme/jquery.ui.slider.css" git-svn-id: http://piwigo.org/svn/trunk@16390 68402e56-0260-453c-a942-63ccdbb3a9ee
* user_cache was not invalidated on photo deletionrvelices2012-07-031-0/+1
| | | | git-svn-id: http://piwigo.org/svn/trunk@16334 68402e56-0260-453c-a942-63ccdbb3a9ee
* merge r16281 from branch 2.4 to trunkplegall2012-07-021-31/+4
| | | | | | | | bug 2661 fixed: there is no more high_filesize in Piwigo 2.4. We have to remove it from history search. git-svn-id: http://piwigo.org/svn/trunk@16282 68402e56-0260-453c-a942-63ccdbb3a9ee
* merge r16277 from branch 2.4 to trunkplegall2012-07-021-3/+3
| | | | | | | | bug 2673 fixed: Batch Manager, single mode, a click on the thumbnail opens the L size and not the original. git-svn-id: http://piwigo.org/svn/trunk@16280 68402e56-0260-453c-a942-63ccdbb3a9ee
* bug 2672: invalid option sampling-factor for old versions of ImageMagick ↵rvelices2012-06-301-2/+10
| | | | | | (use it for new versions) git-svn-id: http://piwigo.org/svn/trunk@16230 68402e56-0260-453c-a942-63ccdbb3a9ee
* merge r16210 from branch 2.4 to trunkplegall2012-06-291-1/+7
| | | | | | | | bug 2672: deactivate sampling-factor (for now) git-svn-id: http://piwigo.org/svn/trunk@16211 68402e56-0260-453c-a942-63ccdbb3a9ee
* bug 2671: use get_branch_from_version() to find the real branch, however the ↵mistic1002012-06-294-13/+4
| | | | | | version looks like git-svn-id: http://piwigo.org/svn/trunk@16179 68402e56-0260-453c-a942-63ccdbb3a9ee
* incompatible plugins check doesn't work since 2.4, because version number ↵mistic1002012-06-291-1/+10
| | | | | | format has changed git-svn-id: http://piwigo.org/svn/trunk@16177 68402e56-0260-453c-a942-63ccdbb3a9ee
* bug 2668 - fix php warnings on glob functionrvelices2012-06-292-4/+10
| | | | git-svn-id: http://piwigo.org/svn/trunk@16167 68402e56-0260-453c-a942-63ccdbb3a9ee
* check if ilog() exists before using it, allowing the use the class outer i.phpmistic1002012-06-281-2/+2
| | | | git-svn-id: http://piwigo.org/svn/trunk@16146 68402e56-0260-453c-a942-63ccdbb3a9ee
* correctly log errors when external imagick failsrvelices2012-06-271-1/+3
| | | | git-svn-id: http://piwigo.org/svn/trunk@16076 68402e56-0260-453c-a942-63ccdbb3a9ee
* bug 2659: Possible misconfiguration of ORDER BY + missing language stringmistic1002012-06-221-14/+28
| | | | git-svn-id: http://piwigo.org/svn/trunk@15950 68402e56-0260-453c-a942-63ccdbb3a9ee
* feature 2632: add a test on upgrade.php, if a remote site is detected ↵plegall2012-06-141-4/+4
| | | | | | downgrade to 2.3.4 git-svn-id: http://piwigo.org/svn/trunk@15680 68402e56-0260-453c-a942-63ccdbb3a9ee
* feature 2632: do not deactivate smartpocket automatically during upgradeplegall2012-06-141-0/+1
| | | | git-svn-id: http://piwigo.org/svn/trunk@15678 68402e56-0260-453c-a942-63ccdbb3a9ee
* feature 2652: remote site removal, do not talk about "remote site" on the ↵plegall2012-06-131-7/+24
| | | | | | site manager git-svn-id: http://piwigo.org/svn/trunk@15659 68402e56-0260-453c-a942-63ccdbb3a9ee
* no longer use of images.tn_ext field any longerplegall2012-06-073-5/+3
| | | | git-svn-id: http://piwigo.org/svn/trunk@15598 68402e56-0260-453c-a942-63ccdbb3a9ee
* bug:2647patdenice2012-06-071-1/+1
| | | | | | Test 1and1 server with $_SERVER['SCRIPT_FILENAME'] git-svn-id: http://piwigo.org/svn/trunk@15583 68402e56-0260-453c-a942-63ccdbb3a9ee
* bug fixed: rounded corners with Firefox 13plegall2012-06-062-2/+2
| | | | git-svn-id: http://piwigo.org/svn/trunk@15577 68402e56-0260-453c-a942-63ccdbb3a9ee
* bug:2647patdenice2012-06-061-0/+5
| | | | | | External ImageMagick does not work anymore on 1and1 servers git-svn-id: http://piwigo.org/svn/trunk@15575 68402e56-0260-453c-a942-63ccdbb3a9ee
* multisize - avoid php warning for rotation_angle; better error logging; ↵rvelices2012-06-052-2/+4
| | | | | | javascript avoid navigation to empty # anchor git-svn-id: http://piwigo.org/svn/trunk@15551 68402e56-0260-453c-a942-63ccdbb3a9ee
* clean help files: no longer need thumbnail.html and site_manager.htmlplegall2012-06-041-1/+0
| | | | git-svn-id: http://piwigo.org/svn/trunk@15524 68402e56-0260-453c-a942-63ccdbb3a9ee
* application screenshots are cleanly stored on ↵plegall2012-05-211-9/+9
| | | | | | piwigo.org/screenshots/applications git-svn-id: http://piwigo.org/svn/trunk@15233 68402e56-0260-453c-a942-63ccdbb3a9ee
* feature 2606: remove original multiple size configuration screenplegall2012-05-213-492/+0
| | | | git-svn-id: http://piwigo.org/svn/trunk@15230 68402e56-0260-453c-a942-63ccdbb3a9ee
* feature:2530 display album numeric identifier on its administration page mistic1002012-05-151-0/+2
| | | | git-svn-id: http://piwigo.org/svn/trunk@14990 68402e56-0260-453c-a942-63ccdbb3a9ee
* change languages keys to differentiate if "%d physical" is plural or ↵mistic1002012-05-141-2/+2
| | | | | | | | singular, same for "and %d virtual" + missing ja_JP php open tag git-svn-id: http://piwigo.org/svn/trunk@14977 68402e56-0260-453c-a942-63ccdbb3a9ee
* bug fixed: use the existing language keyplegall2012-05-081-1/+1
| | | | git-svn-id: http://piwigo.org/svn/trunk@14870 68402e56-0260-453c-a942-63ccdbb3a9ee
* [trunk] - cat modify forgotten 'Refresh';ddtddt2012-05-081-1/+1
| | | | git-svn-id: http://piwigo.org/svn/trunk@14851 68402e56-0260-453c-a942-63ccdbb3a9ee
* multisize: remove obsolete function file_path_for_typeplegall2012-05-071-26/+0
| | | | git-svn-id: http://piwigo.org/svn/trunk@14829 68402e56-0260-453c-a942-63ccdbb3a9ee
* multi size external imagemagick use 4:2:2 chroma subsampling as imagick ↵rvelices2012-05-031-0/+2
| | | | | | extension (reduce file size by 20-30% with "almost" no human perception) git-svn-id: http://piwigo.org/svn/trunk@14723 68402e56-0260-453c-a942-63ccdbb3a9ee
* batch manager - all/level filters sorts images using config order byrvelices2012-05-021-10/+5
| | | | git-svn-id: http://piwigo.org/svn/trunk@14689 68402e56-0260-453c-a942-63ccdbb3a9ee
* feature 2601: Allow searching by ip in admin history rvelices2012-05-023-25/+30
| | | | | | also remove php warnings when tags zere deleted after visits git-svn-id: http://piwigo.org/svn/trunk@14688 68402e56-0260-453c-a942-63ccdbb3a9ee
* multi size:rvelices2012-05-024-31/+51
| | | | | | | | | - fix external imagick issues when rotation was required - fix: derivative were generated continuosly until a first save performed in the admin screen - added sharpen param in the new config screen - increased the sharpen range (10% is less than before) git-svn-id: http://piwigo.org/svn/trunk@14649 68402e56-0260-453c-a942-63ccdbb3a9ee
* bug fixed: use the "Title" and not "Name" for the photoplegall2012-05-011-1/+1
| | | | git-svn-id: http://piwigo.org/svn/trunk@14647 68402e56-0260-453c-a942-63ccdbb3a9ee
* simplify code to save derivatives settingsplegall2012-04-301-4/+2
| | | | git-svn-id: http://piwigo.org/svn/trunk@14584 68402e56-0260-453c-a942-63ccdbb3a9ee
* feature 2626: fix watermark form submission (with the help of rvelices)plegall2012-04-301-47/+13
| | | | git-svn-id: http://piwigo.org/svn/trunk@14580 68402e56-0260-453c-a942-63ccdbb3a9ee
* feature 2626: explicit error message for PNG files + info message when ↵plegall2012-04-301-1/+9
| | | | | | settings saved git-svn-id: http://piwigo.org/svn/trunk@14549 68402e56-0260-453c-a942-63ccdbb3a9ee
* feature 2626: another test of ergonomy for cancelling the add watermark formplegall2012-04-301-2/+1
| | | | git-svn-id: http://piwigo.org/svn/trunk@14548 68402e56-0260-453c-a942-63ccdbb3a9ee
* feature 2626: testing a Cancel buttonplegall2012-04-301-2/+3
| | | | git-svn-id: http://piwigo.org/svn/trunk@14547 68402e56-0260-453c-a942-63ccdbb3a9ee