Skip to content

Commit

Permalink
Updates phpThumb (thumbnailer library to v1.7.14 (prerelease) to impr…
Browse files Browse the repository at this point in the history
…ove efficiency; removes output of phpThumb error message image if error reporting is turned on since this feature was deprecated years ago. [#1713 state:resolved]
  • Loading branch information
dleffler committed Apr 25, 2015
1 parent 34c4012 commit 59a4849
Show file tree
Hide file tree
Showing 11 changed files with 544 additions and 310 deletions.
4 changes: 2 additions & 2 deletions external/ExtPrograms.csv
Expand Up @@ -3,7 +3,7 @@ Swift,5.4.0,swiftmailer.org,5.4.0,we add eDebugLogger plugin
ups-php,0.2,code.google.com/p/ups-php,0.2,
fedex-php,16.0.0,https://www.fedex.com/wpor/web/jsp/drclinks.jsp?links=wss/getstarted.html,16.0.0,copy/edit RateAvailableServicesWebClient.php into fedexshippingcalculator->getRates()
Smarty,3.1.21,smarty.net,3.1.21,
phpthumb,1.7.11,https://github.com/JamesHeinrich/phpThumb,1.7.13,"phpThumb.config.php - we set the cache folder, also several local bug fixes, reinstitued 'err' param & allow &amp in parsing"
phpthumb,1.7.11,https://github.com/JamesHeinrich/phpThumb,1.7.14-201503301816,phpThumb.config.php - we set the cache folder and allow &amp in parsing
minify,2.2.1,github.com/mrclay/minify,2.2.1,modify config.php
YUI2,2.9.0,developer.yahoo.com/yui/2,2.9.0,
YUI3,3.18.1,https://github.com/yui/yui3/releases,3.18.1,
Expand Down Expand Up @@ -58,7 +58,7 @@ multiselect,2,http://mind2soft.com/labs/jquery/multiselect/,2,
excoloSlider,1.1.0,http://excolo.github.io/Excolo-Slider/,1.1.0,
colorbox,1.6.0,http://www.jacklmoore.com/colorbox,1.6.0,using style #5 renamed to jquery.colorbox.css
Searcher,0.2.0,https://github.com/lloiser/jquery-searcher/,0.2.0,
DateTimePicker,2.4.1exp,http://xdsoft.net/jqplugins/datetimepicker/,2.4.1,added additional 'update' method and click update if inline
DateTimePicker,2.4.3exp,http://xdsoft.net/jqplugins/datetimepicker/,2.4.3,added additional 'update' method and click update if inline
pwstrength-bootstrap,1.2.5,https://github.com/ablanco/jquery.pwstrength.bootstrap,1.2.5,
Sortable,1.2.0,https://github.com/RubaXa/Sortable,1.2.0,
jstree,3.0.10,https://github.com/vakata/jstree,3.0.10,added nav menu icons to stylesheet
Expand Down
12 changes: 12 additions & 0 deletions external/phpThumb/README.md
@@ -0,0 +1,12 @@
phpThumb
========

phpThumb() - The PHP thumbnail generator

phpThumb() uses the GD library and/or ImageMagick to create thumbnails from images (GIF, PNG or JPEG) on the fly.
The output size is configurable (can be larger or smaller than the source), and the source may be the entire
image or only a portion of the original image. True color and resampling is used if GD v2.0+ is available,
otherwise low-color and simple resizing is used. Source image can be a physical file on the server or can be
retrieved from a database. GIFs are supported on all versions of GD even if GD does not have native GIF support
thanks to the GIFutil class by Fabien Ezber. AntiHotlinking feature prevents other people from using your server
to resize their thumbnails, or link to your images from another server. The cache feature reduces server load.
131 changes: 68 additions & 63 deletions external/phpThumb/phpThumb.config.php

Large diffs are not rendered by default.

154 changes: 87 additions & 67 deletions external/phpThumb/phpThumb.php

Large diffs are not rendered by default.

0 comments on commit 59a4849

Please sign in to comment.