aboutsummaryrefslogtreecommitdiffstats
path: root/admin/include (follow)
Commit message (Collapse)AuthorAgeFilesLines
* bug 2705 (related to): if rotate function is called with a 0 (zero) angle,plegall2012-07-251-0/+5
| | | | | | | | 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/branches/2.4@17003 68402e56-0260-453c-a942-63ccdbb3a9ee
* bug 2627 fixed: photos added with the web form or pwg.images.addSimple now haveplegall2012-07-251-0/+25
| | | | | | | a correct image_category.rank. git-svn-id: http://piwigo.org/svn/branches/2.4@17001 68402e56-0260-453c-a942-63ccdbb3a9ee
* bug 2705 fixed: if the rotation is "0", no rotation is needed, we skip theplegall2012-07-231-1/+1
| | | | | | | rotate function which behaves badly (in ExtIM) with a zero degree rotation. git-svn-id: http://piwigo.org/svn/branches/2.4@16934 68402e56-0260-453c-a942-63ccdbb3a9ee
* Merged revision(s) 16928 from trunk:mistic1002012-07-234-9/+153
| | | | | | | | feature 2703: make it easy for plugins to add tabs in admin screens centralize all core tabs in one file git-svn-id: http://piwigo.org/svn/branches/2.4@16929 68402e56-0260-453c-a942-63ccdbb3a9ee
* Merged revision(s) 16925 from trunk:mistic1002012-07-233-0/+10
| | | | | | | feature 2703: make it easy for plugins to add tabs in admin screens add a trigger a give an id to each core tabsheets git-svn-id: http://piwigo.org/svn/branches/2.4@16926 68402e56-0260-453c-a942-63ccdbb3a9ee
* bug 2672: invalid option sampling-factor for old versions of ImageMagick ↵rvelices2012-07-011-2/+10
| | | | | | (use it for new versions) merge from trunk to branch 2.4 git-svn-id: http://piwigo.org/svn/branches/2.4@16242 68402e56-0260-453c-a942-63ccdbb3a9ee
* bug 2672: deactivate sampling-factor (for now)plegall2012-06-291-1/+7
| | | | git-svn-id: http://piwigo.org/svn/branches/2.4@16210 68402e56-0260-453c-a942-63ccdbb3a9ee
* merge r16179 from trunkmistic1002012-06-294-13/+4
| | | | | | bug 2671: use get_branch_from_version() to find the real branch, however the version looks like git-svn-id: http://piwigo.org/svn/branches/2.4@16180 68402e56-0260-453c-a942-63ccdbb3a9ee
* merge r16177 from trunkmistic1002012-06-291-1/+10
| | | | | | incompatible plugins check doesn't work since 2.4, because version number format has changed git-svn-id: http://piwigo.org/svn/branches/2.4@16178 68402e56-0260-453c-a942-63ccdbb3a9ee
* bug 2668 - fix php warnings on glob function (merge from trunk to 2.4)rvelices2012-06-291-2/+5
| | | | git-svn-id: http://piwigo.org/svn/branches/2.4@16168 68402e56-0260-453c-a942-63ccdbb3a9ee
* merge r16146 from trunkmistic1002012-06-281-2/+2
| | | | | | check if ilog() exists before using it, allowing the use the class outer i.php git-svn-id: http://piwigo.org/svn/branches/2.4@16147 68402e56-0260-453c-a942-63ccdbb3a9ee
* correctly log errors when external imagick fails (merge from trunk)rvelices2012-06-271-1/+3
| | | | git-svn-id: http://piwigo.org/svn/branches/2.4@16077 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
* no longer use of images.tn_ext field any longerplegall2012-06-072-4/+2
| | | | 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: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-051-2/+2
| | | | | | javascript avoid navigation to empty # anchor git-svn-id: http://piwigo.org/svn/trunk@15551 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
* feature 2601: Allow searching by ip in admin history rvelices2012-05-021-0/+5
| | | | | | 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-022-22/+42
| | | | | | | | | - 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
* 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: ability to upload a new watermarkplegall2012-04-291-0/+24
| | | | git-svn-id: http://piwigo.org/svn/trunk@14546 68402e56-0260-453c-a942-63ccdbb3a9ee
* feature 2626: manage inline errors on form submissionplegall2012-04-291-1/+1
| | | | 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-291-0/+172
| | | | | | | | | "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
* feature 2606: second step on multiple size configuration screen redesign.plegall2012-04-192-1/+268
| | | | | | | | | | | 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
* 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
* - 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
* multisize: remove 2 php warnings, delete custom derivatives (batch man + ↵rvelices2012-03-201-1/+2
| | | | | | maintenance), watermark applied to custom derivatives git-svn-id: http://piwigo.org/svn/trunk@13651 68402e56-0260-453c-a942-63ccdbb3a9ee
* feature 2587: set theme "elegant" as default themeplegall2012-03-023-3/+4
| | | | git-svn-id: http://piwigo.org/svn/trunk@13467 68402e56-0260-453c-a942-63ccdbb3a9ee
* feature 2577: avoid errors if mobile theme was manually removedplegall2012-03-021-1/+4
| | | | git-svn-id: http://piwigo.org/svn/trunk@13460 68402e56-0260-453c-a942-63ccdbb3a9ee
* - derivative fix floating point rounding errors for certain sizesrvelices2012-02-281-0/+2
| | | | | | | | | - increase derivative size for which metadata is kept - imagick use 4:2:2 chroma subsampling (reduce file size by 20-30% with "almost" no human perception) - dont show mobile theme links if there is no mobile theme installed - mobile theme favicon removed because 404 git-svn-id: http://piwigo.org/svn/trunk@13426 68402e56-0260-453c-a942-63ccdbb3a9ee
* feature 2581: new design on albums list management.plegall2012-02-201-0/+35
| | | | | | | | | | | | | | | | | | | | icons removed, replaced by text links visible on :hover better ergonomy for automatic order: the "save manual order" submit button only appears when a change is detected in the album ordering. The "automatic sort order" becomes a dedicated fieldset, hidden by default, displayed "on user demand". new virtual album form displayed only "on user demand" cat_list, cat_move and permalinks are 3 tabs for the "Albums > Manage" link in the menubar. permalinks admin page slightly redesign: fieldsets instead of centered h3, "on user demand" form to add/modify permalinks. git-svn-id: http://piwigo.org/svn/trunk@13282 68402e56-0260-453c-a942-63ccdbb3a9ee
* feature:2577patdenice2012-02-181-1/+1
| | | | | | | Automaticaly install smartpocket during install or upgrade. hide mobile theme from themes list on user side. git-svn-id: http://piwigo.org/svn/trunk@13242 68402e56-0260-453c-a942-63ccdbb3a9ee
* feature:2577patdenice2012-02-151-1/+24
| | | | | | Add functionnality in core files. git-svn-id: http://piwigo.org/svn/trunk@13172 68402e56-0260-453c-a942-63ccdbb3a9ee
* improvement of picture title on picture page, drop boxes on index page ...rvelices2012-02-121-2/+2
| | | | | | sharpening uses a zider scale range git-svn-id: http://piwigo.org/svn/trunk@13115 68402e56-0260-453c-a942-63ccdbb3a9ee
* merge r13105 from branch 2.3 to trunkplegall2012-02-111-2/+2
| | | | | | | | | | bug 2551 fixed: force the use of $conf['gallery_url'] (thanks to the get_gallery_home_url function) to build subscribe/unsubscribe links in NBM emails. git-svn-id: http://piwigo.org/svn/trunk@13106 68402e56-0260-453c-a942-63ccdbb3a9ee
* feature 2567: in IMAGES_TABLE the field "name" is prefilled with the filename mistic1002012-02-101-1/+3
| | | | git-svn-id: http://piwigo.org/svn/trunk@13082 68402e56-0260-453c-a942-63ccdbb3a9ee
* merge r13080 from branch 2.3 to trunkplegall2012-02-101-0/+1
| | | | | | | | | bug 559 fixed: avoid duplicate insert on tags when synchronizing metadata if the IPTC keywords contains repeated separators like "tag1,,tag2". git-svn-id: http://piwigo.org/svn/trunk@13081 68402e56-0260-453c-a942-63ccdbb3a9ee
* feature 2564: redesign on photo administration screen.plegall2012-02-102-4/+33
| | | | | | | | | | | | * one screen with several tabs (for now: properties + coi) * double select boxes for album associations and representation have been converted to simple multiple select boxes with jQuery Chosen * more details about the photo in an introduction text git-svn-id: http://piwigo.org/svn/trunk@13077 68402e56-0260-453c-a942-63ccdbb3a9ee
* upgrade jquery to 1.7.1rvelices2012-02-071-15/+23
| | | | | | | mouseout on index drop down bozes improved multisize center of interest git-svn-id: http://piwigo.org/svn/trunk@13052 68402e56-0260-453c-a942-63ccdbb3a9ee
* multisize rvelices2012-02-051-0/+5
| | | | | | | | - watermarks loaded also from local dir - fix/simplify algo for cropping - imagick use scaleImage (fast) before resizeImage (slow) if the original is a lot bigger than the requested size git-svn-id: http://piwigo.org/svn/trunk@13035 68402e56-0260-453c-a942-63ccdbb3a9ee
* feature 2562 added: pre-cache thumbnail at upload timeplegall2012-02-051-0/+18
| | | | git-svn-id: http://piwigo.org/svn/trunk@13030 68402e56-0260-453c-a942-63ccdbb3a9ee
* feature 2561: fix links on album administration screensplegall2012-02-031-2/+0
| | | | git-svn-id: http://piwigo.org/svn/trunk@13025 68402e56-0260-453c-a942-63ccdbb3a9ee
* feature 2548 multisize - custom sizes restricted to those requested by ↵rvelices2012-02-021-9/+12
| | | | | | | | theme/plugin code refacto git-svn-id: http://piwigo.org/svn/trunk@13021 68402e56-0260-453c-a942-63ccdbb3a9ee