Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2020-01-08 | Update Image_lib.php | Devesa Agustín | 1 | -9/+21 | |
2020-01-08 | Update Image_lib.php | Devesa Agustín | 1 | -19/+33 | |
2018-12-27 | Update copyright date to 2019 | Jim Parry | 1 | -2/+2 | |
2018-05-18 | http:// to https:// | Mehdi Bounya | 1 | -2/+2 | |
2018-03-08 | Update Image_lib to avoid setting file permissions when not needed | xims | 1 | -1/+4 | |
When processing an image, there is no need to set file permissions when using dynamic_output. In some cases, it floods the log file with errors ERROR --> Severity: Warning --> chmod(): Operation not permitted ...../CodeIgniter/libraries/Image_lib.php 838 | |||||
2018-02-14 | [ci skip] Apply #5394 (multibyte filename serving) to #5397 (Image_lib ↵ | Andrey Andreev | 1 | -1/+10 | |
dynamic_output filename) | |||||
2018-02-12 | Update Image_lib.php | Mehdi Bounya | 1 | -1/+1 | |
Fixed indentation | |||||
2018-02-07 | Changing file name in image lib dynamic output | Mehdi Bounya | 1 | -2/+1 | |
2018-01-31 | Update Image_lib.php | Mehdi Bounya | 1 | -1/+2 | |
I didn't understand #5394 that well, what I understood from your comment is that we should convert the charset to UTF-8. I tested with **マルチバイト** but it outputs nothing (empty string), but when I add a character **before** the string (e.g. xマルチバイト) it worked fine. | |||||
2018-01-31 | File name changing in dynamic output | Mehdi Bounya | 1 | -1/+1 | |
Allow changing file name (`Content-Disposition` header) when outputting the image by specifying the `new_name` config | |||||
2018-01-09 | Annual copyright update | Master Yoda | 1 | -2/+2 | |
2017-09-25 | Merge branch '3.1-stable' into develop | Andrey Andreev | 1 | -1/+1 | |
2017-07-17 | [ci skip] escapeshellarg on the image src path passed to NetPBM by Image_lib | Andrey Andreev | 1 | -1/+1 | |
2017-01-10 | Merge branch '3.1-stable' into develop | Andrey Andreev | 1 | -14/+25 | |
Conflicts resolved: system/core/CodeIgniter.php system/database/drivers/sqlite/sqlite_driver.php system/database/drivers/sqlite/sqlite_forge.php system/database/drivers/sqlite/sqlite_result.php system/database/drivers/sqlite/sqlite_utility.php system/helpers/email_helper.php system/helpers/smiley_helper.php system/libraries/Cart.php system/libraries/Email.php system/libraries/Image_lib.php system/libraries/Javascript.php system/libraries/Javascript/Jquery.php system/libraries/Session/SessionHandlerInterface.php user_guide_src/source/changelog.rst user_guide_src/source/installation/downloads.rst user_guide_src/source/installation/upgrading.rst | |||||
2017-01-10 | [ci skip] CI_Image_lib to set gd.jpeg_ignore_warning = 1 | Andrey Andreev | 1 | -0/+10 | |
See #4967 | |||||
2017-01-06 | [ci skip] Cosmetich changes to CI_Image_lib::get_image_properties() | Andrey Andreev | 1 | -14/+15 | |
2017-01-06 | Merge pull request #4457 from KN4CK3R/develop | Andrey Andreev | 1 | -0/+5 | |
Fix CI_Image_lib::get_image_properties() invalid image handling | |||||
2017-01-06 | Merge pull request #4457 from KN4CK3R/develop | Andrey Andreev | 1 | -0/+5 | |
Fix CI_Image_lib::get_image_properties() invalid image handling | |||||
2017-01-03 | Update copyright data to 2017 | Master Yoda | 1 | -2/+2 | |
2016-12-31 | Update copyright data to 2017 | Master Yoda | 1 | -2/+2 | |
2016-12-16 | [ci skip] Remove a function_exists() call from CI_Image_lib | Andrey Andreev | 1 | -1/+1 | |
We use this function elsewhere without checking for existence; nobody has complained | |||||
2016-12-12 | Really fix #4937 | Andrey Andreev | 1 | -6/+6 | |
2016-12-09 | [ci skip] Fix #4937 | Andrey Andreev | 1 | -13/+6 | |
2016-11-07 | Fix #4902 | Andrey Andreev | 1 | -1/+1 | |
2016-07-29 | [ci skip] Fix #4736 | Andrey Andreev | 1 | -1/+1 | |
2016-03-22 | [ci skip] Escape image paths passed as shell arguments to imagemagick | Andrey Andreev | 1 | -7/+8 | |
2016-03-22 | [ci skip] Validate width, height config values | Andrey Andreev | 1 | -1/+5 | |
2016-02-12 | return false when image isn't valid | KN4CK3R | 1 | -0/+5 | |
2016-01-11 | [ci skip] Update ellislab.com links to https too | Andrey Andreev | 1 | -1/+1 | |
2016-01-11 | [ci skip] Update codeigniter.com links to https | Andrey Andreev | 1 | -2/+2 | |
2016-01-11 | [ci skip] Bump year to 2016 | Andrey Andreev | 1 | -2/+2 | |
2015-08-03 | [ci skip] Normalize tabs/spaces | Andrey Andreev | 1 | -2/+2 | |
Partial changes from PR #4016 | |||||
2015-05-21 | [ci skip] Trim some whitespace from Image_lib | Andrey Andreev | 1 | -11/+11 | |
2015-05-11 | Fix an undefined variable error from fbde2798688ab99cfe3fdd22746d60f0877b2c27 | Andrey Andreev | 1 | -1/+1 | |
2015-05-11 | Fix #3846 | Andrey Andreev | 1 | -6/+12 | |
2015-01-31 | Fixed horizontal position of watermark text when using drop shadow | omar | 1 | -1/+1 | |
2015-01-31 | Fixed Watermark function to work without drop shadow | omar | 1 | -30/+46 | |
2015-01-21 | Remove closing blocks at end of PHP files | vlakoff | 1 | -3/+0 | |
2015-01-20 | [ci skip] Change some log messages' level | Andrey Andreev | 1 | -1/+1 | |
'Class Loaded' type of messages flood log files when log_threshold is set to 2 (debug). They're now logged as 'info' level. This is manually applying PR #1528, which was created to do the same thing, but became outdated. | |||||
2015-01-12 | [ci skip] Polish changes from PR #3278 | Andrey Andreev | 1 | -2/+2 | |
2015-01-12 | Merge pull request #3278 from b1tc0re/patch-1 | Andrey Andreev | 1 | -1/+8 | |
We can preserve transparency for PNG images | |||||
2015-01-09 | Bulk (mostly documentation) update | Andrey Andreev | 1 | -3/+3 | |
- Remove PHP version from license notices - Bump year number in copyright notices - Recommend PHP 5.4 or newer to be used - Tell Travis-CI to test on PHP 5.3.0 instead of the latest 5.3 version Related: #3450 | |||||
2014-10-27 | [ci skip] Switch to MIT license; close #3293 | Andrey Andreev | 1 | -14/+25 | |
2014-10-23 | Fix #3283 | Andrey Andreev | 1 | -1/+1 | |
2014-10-19 | We can preserve transparency for PNG images | Дмитрий | 1 | -1/+8 | |
2014-08-27 | Fix #2963 | Andrey Andreev | 1 | -10/+13 | |
Changed all file permissions settings throught the framework and the documentation. Also added configuration settings for CI_Log and CI_Image_lib | |||||
2014-03-13 | Image_lib - minor corrections on some comments. | Ivan Tcholakov | 1 | -3/+3 | |
2014-03-13 | Partially revert PR #2190 | Andrey Andreev | 1 | -6/+6 | |
The core shouldn't depend on constants that are not defined by itself | |||||
2014-02-26 | Don't use error suppression on realpath() + style adjustments | Andrey Andreev | 1 | -2/+2 | |
2014-02-11 | 2013 > 2014 | darwinel | 1 | -1/+1 | |
Update copyright notices from 2013 to 2014. And update one calendar example in user_guide from year 2013/2014 to 2014/2015. |