Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2012-06-04 | Revert/optimize some changes from 773ccc318f2769c9b7579630569b5d8ba47b114b ↵ | Andrey Andreev | 1 | -3/+3 | |
and d261b1e89c3d4d5191036d5a5660ef6764e593a0 | |||||
2012-06-02 | Replaced `==` with `===` and `!=` with `!==` in /system/libraries | Alex Bilbie | 1 | -51/+51 | |
2012-05-17 | Clean up the libraries | Andrey Andreev | 1 | -125/+127 | |
2012-04-27 | Fix Cache, Image_lib and Log libraries | Timothy Warren | 1 | -1/+95 | |
2012-04-27 | Fix Config.php and partially fix Image_lib.php | Timothy Warren | 1 | -18/+205 | |
2012-04-03 | Minor cleanup and style fixes in the Unit_test and Image_lib libraries | Andrey Andreev | 1 | -2/+2 | |
2012-03-09 | Bumped CodeIgniter's PHP requirement to 5.2.4. | Phil Sturgeon | 1 | -1/+1 | |
Yes I know PHP 5.4 just came out, and yes I know PHP 5.3 has lovely features, but there are plenty of corporate systems running on CodeIgniter and PHP 5.3 still is not widely supported enough. CodeIgniter is great for distributed applications, and this is the highest we can reasonably go without breaking support. PHP 5.3 will most likely happen in another year or so. Fingers crossed on that one anyway... | |||||
2012-02-29 | Merged in 2.1-stable changes. | Phil Sturgeon | 1 | -1/+1 | |
2012-01-24 | Revert a space in the license agreement :) | Andrey Andreev | 1 | -1/+1 | |
2012-01-19 | Some more cleaning | Andrey Andreev | 1 | -146/+104 | |
2012-01-12 | Remove a quote | Andrey Andreev | 1 | -1/+1 | |
2012-01-12 | CI_Image_lib::image_reproportion() to work if only one of either width or ↵ | Andrey Andreev | 1 | -107/+88 | |
height are set | |||||
2012-01-12 | array keys should be 0, 1, and 2. key 3 results in error (invalid offset) | Ronald Beilsma | 1 | -1/+1 | |
2012-01-07 | Fix the same expression in crop() | Andrey Andreev | 1 | -1/+1 | |
2012-01-07 | Fixed a bug in CI_Image_lib::resize() | Andrey Andreev | 1 | -1/+1 | |
2012-01-02 | Updating copyright date to 2012 | Greg Aker | 1 | -1/+1 | |
2012-01-01 | Cut some comments | Andrey Andreev | 1 | -5/+1 | |
2011-12-31 | Fix a comment typo | Andrey Andreev | 1 | -1/+1 | |
2011-12-31 | Fix a bug and put some comments describing changes from pull #818 | Andrey Andreev | 1 | -4/+22 | |
2011-12-30 | Some alignment for readability | Andrey Andreev | 1 | -2/+3 | |
2011-12-30 | Another fix on a previous commit from this request | Andrey Andreev | 1 | -1/+2 | |
2011-12-30 | Remove a str_split() from the previous commit - we can access string ↵ | Andrey Andreev | 1 | -9/+1 | |
characters like we do in an indexed array anyways | |||||
2011-12-30 | Added support for 3-length hex color values format and a number of ↵ | Andrey Andreev | 1 | -38/+49 | |
validation improvements | |||||
2011-12-27 | Remove access lines from method descriptions | Andrey Andreev | 1 | -24/+0 | |
2011-12-24 | Improve the Image manipulation library | Andrey Andreev | 1 | -92/+58 | |
2011-12-21 | Also replace old-style 'var' with 'public' | Andrey Andreev | 1 | -45/+45 | |
2011-12-19 | Add method visibility declarations and optimize display_errors() method in ↵ | Andrey Andreev | 1 | -32/+26 | |
Image_lib, Trackback and Upload libraries | |||||
2011-12-11 | Fix for Issue #538. | Andrew Mackrodt | 1 | -1/+1 | |
2011-12-06 | Merge branch 'develop' of https://github.com/michaeljdennis/CodeIgniter into ↵ | Eric Barnes | 1 | -11/+30 | |
michaeljdennis-develop Conflicts: system/libraries/Image_lib.php user_guide/changelog.html | |||||
2011-10-23 | Fixed an issue with the Image_lib class not clearing width, height or ↵ | Seb Pollard | 1 | -1/+4 | |
create_thumb properties when calling the clear() method. | |||||
2011-10-20 | adding new license file (OSL 3.0) and updating readme to ReST | Derek Jones | 1 | -4/+16 | |
added notice of license to all source files. OSL to all except the few files we ship inside of the application folder, those are AFL. Updated license in user guide. incrementing next dev version to 3.0 due to licensing change | |||||
2011-08-29 | Merge remote-tracking branch 'upstream/develop' into develop | Michael Dennis | 1 | -1/+1 | |
2011-08-26 | Removed some error suppression, which would hide a Notice if the path cannot ↵ | Phil Sturgeon | 1 | -1/+1 | |
be read. I discovered this by foolishly passing the file_path, not the full_path but took forever for me to realise this as the error returned (thanks to this error suppression) was "GD is not installed" instead of "File cannot be read". Seeing that notice would have made much more sense. | |||||
2011-08-21 | Fix for the Image_lib clear() function so that it resets all variables to ↵ | Michael Dennis | 1 | -3/+25 | |
their default values. This should fix issues #157 and #174. https://github.com/EllisLab/CodeIgniter/issues/157 https://github.com/EllisLab/CodeIgniter/issues/174 | |||||
2011-07-02 | backed out 648b42a75739, which was a NON-trivial whitespace commit. It ↵ | Derek Jones | 1 | -59/+59 | |
broke the Typography class's string replacements, for instance | |||||
2011-04-25 | Fixed double-space typo. | Razican | 1 | -59/+59 | |
2011-02-14 | Uppercasing some stray lowercase keywords for code consistency | Pascal Kriete | 1 | -1/+1 | |
2011-01-05 | Hey look, it's 2011 | Greg Aker | 1 | -1/+1 | |
2010-11-10 | Changing all class constructors to __construct() | Greg Aker | 1 | -2/+1 | |
2010-11-10 | removing a few php 4 workarounds from the image lib. | Pascal Kriete | 1 | -13/+0 | |
2010-11-10 | Updating PHP requirements in files 5.1.6 | Greg Aker | 1 | -1/+1 | |
2010-10-04 | Cleanup of stray spaces and tabs | Barry Mieny | 1 | -21/+21 | |
2010-08-20 | Added ability in the Image Library to handle PNG transparency for resize ↵ | Derek Jones | 1 | -0/+7 | |
operations when using the GD lib. | |||||
2010-01-05 | updated copyrights | Derek Jones | 1 | -1/+1 | |
2009-10-13 | numerous changes from DIR_WRITE_MODE to FILE_WRITE_MODE | Derek Jones | 1 | -6/+6 | |
chmod operations on files were using the DIR_ constant permisisons | |||||
2009-04-22 | updated copyrights to 2009 | Derek Jones | 1 | -1/+1 | |
2009-03-11 | ereg eradication | Derek Jones | 1 | -4/+4 | |
2009-02-10 | "optimized" explode_name() | Derek Jones | 1 | -20/+4 | |
2008-12-09 | added some better error checking for saving files with GD | Derek Jones | 1 | -3/+15 | |
2008-12-01 | Removed a strict type check from the rotate() function of the Image ↵ | Derek Allard | 1 | -1/+1 | |
Manipulation Class. |