aboutsummaryrefslogtreecommitdiffstats
path: root/i.php (unfollow)
Commit message (Collapse)AuthorFilesLines
2016-03-10Fix #436 Call to undefined method Logger::warning in i.phpmistic1001-1/+1
Change log_lvl for release branch
2016-01-14happy new year 2016, all headers updatedplegall1-1/+1
2015-10-15fix #361 - Watermark Y repeatmodus751-8/+14
2015-07-28fix issue #328 a square that requires watermark should not be generated from ↵modus751-0/+2
a larger derivative with watermark, because if the watermark is not centered on the large image, it will be cropped test first git commit
2015-04-24feature 3221 Lazy log file open, clean codemistic1001-2/+2
git-svn-id: http://piwigo.org/svn/trunk@31103 68402e56-0260-453c-a942-63ccdbb3a9ee
2015-04-24feature 3221 Add Logger classmistic1001-36/+33
git-svn-id: http://piwigo.org/svn/trunk@31102 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-06-02feature 3010 : replace trigger_action/event by trigger_notify/changemistic1001-1/+1
git-svn-id: http://piwigo.org/svn/trunk@28587 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-04-16bug 2971: i.php should escape source locationrvelices1-1/+1
git-svn-id: http://piwigo.org/svn/trunk@28198 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-01-05Update headers to 2014. Happy new year!!mistic1001-1/+1
git-svn-id: http://piwigo.org/svn/trunk@26461 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-12-05fix 1 pixel rounding errors when generating multi size from another multi sizervelices1-15/+13
git-svn-id: http://piwigo.org/svn/trunk@25793 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-11-07i.php better check dir creationrvelices1-1/+1
git-svn-id: http://piwigo.org/svn/trunk@25385 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-06-24merge r23498 from branch 2.5 to trunkplegall1-1/+1
feature 2929: strip metadata on configurable threshold git-svn-id: http://piwigo.org/svn/trunk@23499 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-02-05removed an old debug log message in i.logrvelices1-1/+0
git-svn-id: http://piwigo.org/svn/trunk@20578 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-01-30feature:65 Add support for PHP mysqli extension, activated by default, ↵mistic1001-3/+3
remove returns of link_identifier git-svn-id: http://piwigo.org/svn/trunk@20462 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-01-01 update Piwigo headers to 2013 (the end of the world didn't occur as ↵plegall1-1/+1
expected on r12922) git-svn-id: http://piwigo.org/svn/trunk@19703 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-10-25code simplificationrvelices1-8/+1
git-svn-id: http://piwigo.org/svn/trunk@18746 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-10-13feature 2773: add pwg_db_close() methodmistic1001-1/+1
git-svn-id: http://piwigo.org/svn/trunk@18634 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-08-31bug 2686: multi size with diacritical file names not generatedrvelices1-0/+2
git-svn-id: http://piwigo.org/svn/trunk@17681 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-08-30bug 2725: Piwigo isn't compatible with suPHP + better handling of watermark ↵rvelices1-0/+1
upload errors git-svn-id: http://piwigo.org/svn/trunk@17675 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-08-02multi size works now with special chars (tested with space ()[]!,=)rvelices1-0/+1
git-svn-id: http://piwigo.org/svn/trunk@17315 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-07-30bug 2712: Custom sized derivatives are never sharpenedrvelices1-2/+12
git-svn-id: http://piwigo.org/svn/trunk@17230 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-07-30bug 2711: Watermark is sometimes applied while it should not bervelices1-4/+25
git-svn-id: http://piwigo.org/svn/trunk@17229 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-07-24bug 2682: Watermark sizing calculation is made on the requested size not on ↵rvelices1-4/+5
the final one git-svn-id: http://piwigo.org/svn/trunk@16989 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-06-27bug 2655 avoid php warning in safe_modervelices1-1/+1
git-svn-id: http://piwigo.org/svn/trunk@16072 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-06-05multisize - avoid php warning for rotation_angle; better error logging; ↵rvelices1-1/+6
javascript avoid navigation to empty # anchor git-svn-id: http://piwigo.org/svn/trunk@15551 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-05-02multi size:rvelices1-1/+1
- 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
2012-04-02feature 2604 multisize rotation - fix creation of derivatives for ↵rvelices1-9/+3
representatives of non image elements + avoid unnecessary sql update query git-svn-id: http://piwigo.org/svn/trunk@13864 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-04-02don't rotate several times derivativesrvelices1-1/+4
git-svn-id: http://piwigo.org/svn/trunk@13848 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-04-01feature 2604: support rotation on derivativesplegall1-4/+35
git-svn-id: http://piwigo.org/svn/trunk@13843 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-03-26- small js fixes on index/picturervelices1-6/+16
- 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
2012-03-20multisize: remove 2 php warnings, delete custom derivatives (batch man + ↵rvelices1-0/+1
maintenance), watermark applied to custom derivatives git-svn-id: http://piwigo.org/svn/trunk@13651 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-03-10feature 414 (yes, a 6 years old request): ability to define the list ofplegall1-1/+5
permitted characters in file/directory names for synchronization. git-svn-id: http://piwigo.org/svn/trunk@13527 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-02-29Multisizepatdenice1-0/+16
Load thumbnails with ajax. git-svn-id: http://piwigo.org/svn/trunk@13444 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-02-28- derivative fix floating point rounding errors for certain sizesrvelices1-1/+1
- 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
2012-02-15multisize: removed useless test in i.phppatdenice1-4/+0
git-svn-id: http://piwigo.org/svn/trunk@13171 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-02-06multisize - added the coi (still to affine the admin ui + language)rvelices1-9/+87
multisize - derivatives can be revuild from a larger derviative instead of the original git-svn-id: http://piwigo.org/svn/trunk@13038 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-02-02feature 2548 multisize - custom sizes restricted to those requested by ↵rvelices1-16/+65
theme/plugin code refacto git-svn-id: http://piwigo.org/svn/trunk@13021 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-01-26feature 2548 multisize - small fixesrvelices1-5/+9
git-svn-id: http://piwigo.org/svn/trunk@12958 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-01-17feature 2548 multisize - code cleanup + better usage in category_cats + ↵rvelices1-10/+4
i.php logs memory usage peak git-svn-id: http://piwigo.org/svn/trunk@12920 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-01-17feature 2548 multisize - ability to choose displayed size on index pagervelices1-3/+60
-added some logs on i.php (configurable) to measure the perf git-svn-id: http://piwigo.org/svn/trunk@12908 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-01-08feature 2548 multisize - added a page to build missing derivatives rvelices1-15/+32
- browser driven, chained ws calls to retrieve urls, visual feedback of progress through slideshow git-svn-id: http://piwigo.org/svn/trunk@12865 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-01-05feature 2548 multisize - sharpen + watermarks (partially implemented / no ↵rvelices1-3/+40
test with imagick extension) git-svn-id: http://piwigo.org/svn/trunk@12851 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-01-01feature 2541 multisizervelices1-21/+37
- admin GUI for choosing derivative parameters + persistence git-svn-id: http://piwigo.org/svn/trunk@12820 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-12-29fetaure 2542 replace $conf['local_data_dir'] with $conf['data_location'] and ↵rvelices1-1/+1
move combined files and image derivatives from local to _data git-svn-id: http://piwigo.org/svn/trunk@12802 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-12-27feature 2541: fix bug on PHPWG_ROOT_PATH and includesplegall1-1/+1
git-svn-id: http://piwigo.org/svn/trunk@12798 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-12-27feature 2541 multisizervelices1-3/+3
- nicer presentation on picture.php - added a maintenance purge derivatives action git-svn-id: http://piwigo.org/svn/trunk@12797 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-12-27feature 2541 multisizervelices1-0/+292
- core implementation + usage on most public/admin pages - still to do: sync process, upload, gui/persistence for size parameters, migration script, center of interest ... git-svn-id: http://piwigo.org/svn/trunk@12796 68402e56-0260-453c-a942-63ccdbb3a9ee