aboutsummaryrefslogtreecommitdiffstats
path: root/admin (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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
* feature 2626: ability to upload a new watermarkplegall2012-04-293-6/+39
| | | | git-svn-id: http://piwigo.org/svn/trunk@14546 68402e56-0260-453c-a942-63ccdbb3a9ee
* feature 2626: add watermark preview (copied from original configuration screen)plegall2012-04-292-4/+17
| | | | git-svn-id: http://piwigo.org/svn/trunk@14514 68402e56-0260-453c-a942-63ccdbb3a9ee
* feature 2626: manage inline errors on form submissionplegall2012-04-294-54/+57
| | | | git-svn-id: http://piwigo.org/svn/trunk@14513 68402e56-0260-453c-a942-63ccdbb3a9ee
* feature 2626: new design for the watermark configuration screen (tab in the ↵plegall2012-04-294-2/+370
| | | | | | | | | "config > options") TODO: the detection of derivatives that need to be updated is not working. git-svn-id: http://piwigo.org/svn/trunk@14512 68402e56-0260-453c-a942-63ccdbb3a9ee
* redirect after changing album properties, in order to refresh displaymistic1002012-04-281-1/+9
| | | | git-svn-id: http://piwigo.org/svn/trunk@14506 68402e56-0260-453c-a942-63ccdbb3a9ee
* merge r14430 from branch 2.3 to trunkplegall2012-04-261-0/+1
| | | | | | | | feature 2625: ability to sort user list by email address git-svn-id: http://piwigo.org/svn/trunk@14431 68402e56-0260-453c-a942-63ccdbb3a9ee
* feature 2606: (multiple size config screen redesign) turn the "restore" buttonplegall2012-04-212-5/+12
| | | | | | | in a "reset to default values" link in the "Multiple size" fieldset. git-svn-id: http://piwigo.org/svn/trunk@14251 68402e56-0260-453c-a942-63ccdbb3a9ee
* added a button to restore multiple size default sizes ...rvelices2012-04-192-10/+16
| | | | git-svn-id: http://piwigo.org/svn/trunk@14228 68402e56-0260-453c-a942-63ccdbb3a9ee
* feature 2606: second step on multiple size configuration screen redesign.plegall2012-04-194-89/+354
| | | | | | | | | | | Configuration settings are saved on form submission. The old screen is still available for tests. Default resize quality set to 95 instead of 85. git-svn-id: http://piwigo.org/svn/trunk@14221 68402e56-0260-453c-a942-63ccdbb3a9ee
* feature:2482flop252012-04-171-0/+9
| | | | | | during upgrade, deactivate template-extensions : in practice put an empty array for the config param. extents_for_templates git-svn-id: http://piwigo.org/svn/trunk@14206 68402e56-0260-453c-a942-63ccdbb3a9ee
* feature:2388flop252012-04-172-39/+7
| | | | | | on element_set_ranks, no more clipping due to the use of the default square size git-svn-id: http://piwigo.org/svn/trunk@14205 68402e56-0260-453c-a942-63ccdbb3a9ee
* "Notice: Undefined index: rotation" for element_set_ranks.php : rotation ↵flop252012-04-171-1/+1
| | | | | | added to the db query git-svn-id: http://piwigo.org/svn/trunk@14198 68402e56-0260-453c-a942-63ccdbb3a9ee
* feature:2617 class .tiptip added for links of disable themesflop252012-04-171-4/+4
| | | | git-svn-id: http://piwigo.org/svn/trunk@14192 68402e56-0260-453c-a942-63ccdbb3a9ee
* bug 2615 php notice in calendar amd web servicervelices2012-04-141-1/+1
| | | | | | multisize improve handling of cases where the original is smaller than a requested derivative, but rotation/watermarking is required git-svn-id: http://piwigo.org/svn/trunk@14143 68402e56-0260-453c-a942-63ccdbb3a9ee
* merge r13961 from branch 2.3 to trunkplegall2012-04-073-4/+5
| | | | | | | | | bug 2612 fixed: sanitize $_GET['installstatus'] before display for themes/languages/plugins installation git-svn-id: http://piwigo.org/svn/trunk@13962 68402e56-0260-453c-a942-63ccdbb3a9ee
* merge r13959 from branch 2.3 to trunkplegall2012-04-071-0/+7
| | | | | | | | | bug 2613 fixed: on the theme configuration screen, make sure the $_GET['theme'] is a theme id already installed. git-svn-id: http://piwigo.org/svn/trunk@13960 68402e56-0260-453c-a942-63ccdbb3a9ee
* merge r13957 from branch 2.3 to trunkplegall2012-04-071-0/+3
| | | | | | | | bug 2611 fixed: check $_GET['section'] input parameter git-svn-id: http://piwigo.org/svn/trunk@13958 68402e56-0260-453c-a942-63ccdbb3a9ee
* feature 2608: explain what the Center of Interest isplegall2012-04-061-1/+7
| | | | git-svn-id: http://piwigo.org/svn/trunk@13940 68402e56-0260-453c-a942-63ccdbb3a9ee
* feature 2606: first step on multiple size configuration screen redesign.plegall2012-04-032-9/+181
| | | | | | | | | | | Multiple size configuration moved to [Administration > Configuration > Photo Sizes] Less details by default, less options also (sharpen had disappeared) TODO : save settings on form submission. The old screen is still available. git-svn-id: http://piwigo.org/svn/trunk@13883 68402e56-0260-453c-a942-63ccdbb3a9ee
* coding guidelines: indentation is made of spaces, not tabsplegall2012-04-031-11/+12
| | | | git-svn-id: http://piwigo.org/svn/trunk@13882 68402e56-0260-453c-a942-63ccdbb3a9ee
* feature 2604: support rotation on derivativesplegall2012-04-012-3/+36
| | | | git-svn-id: http://piwigo.org/svn/trunk@13843 68402e56-0260-453c-a942-63ccdbb3a9ee
* feature 2586: add capitals to sort labels on adminmistic1002012-03-311-15/+15
| | | | git-svn-id: http://piwigo.org/svn/trunk@13840 68402e56-0260-453c-a942-63ccdbb3a9ee
* prevent deleting all order criterias on main config pagemistic1002012-03-311-1/+4
| | | | git-svn-id: http://piwigo.org/svn/trunk@13838 68402e56-0260-453c-a942-63ccdbb3a9ee
* remove derivatives build pagervelices2012-03-273-183/+0
| | | | git-svn-id: http://piwigo.org/svn/trunk@13772 68402e56-0260-453c-a942-63ccdbb3a9ee
* - small js fixes on index/picturervelices2012-03-261-2/+2
| | | | | | | | - i.php does not use derivatives.dat file anymore (obsolete file) - better selection of derivatives in picture.php - larger sharpen real range in image.class.php git-svn-id: http://piwigo.org/svn/trunk@13736 68402e56-0260-453c-a942-63ccdbb3a9ee
* feature 2561: notification on album was moved to a dedicated tab on the ↵plegall2012-03-233-0/+243
| | | | | | "Edit album" screen. git-svn-id: http://piwigo.org/svn/trunk@13668 68402e56-0260-453c-a942-63ccdbb3a9ee
* feature 2594: remove the Permissions link on the list of albums, because it ↵plegall2012-03-231-3/+0
| | | | | | is a tab on the Edit Album screen git-svn-id: http://piwigo.org/svn/trunk@13667 68402e56-0260-453c-a942-63ccdbb3a9ee
* feature 2594: remove the Permissions link on the list of albums, because it ↵plegall2012-03-231-4/+0
| | | | | | is a tab on the Edit Album screen git-svn-id: http://piwigo.org/svn/trunk@13666 68402e56-0260-453c-a942-63ccdbb3a9ee
* multisize: remove 2 php warnings, delete custom derivatives (batch man + ↵rvelices2012-03-203-3/+7
| | | | | | maintenance), watermark applied to custom derivatives git-svn-id: http://piwigo.org/svn/trunk@13651 68402e56-0260-453c-a942-63ccdbb3a9ee