Age | Commit message (Expand) | Author | Files | Lines |
2012-06-16 | Add an option to disable MIME detection in the Upload library (issue #1494) | Andrey Andreev | 1 | -3/+13 |
2012-06-11 | fixes | Michiel Vugteveen | 1 | -1/+1 |
2012-06-11 | fixes | Michiel Vugteveen | 1 | -3/+3 |
2012-06-11 | tab fixes | Michiel Vugteveen | 1 | -9/+9 |
2012-06-11 | get upload data with index key | Michiel Vugteveen | 1 | -11/+19 |
2012-06-07 | Remove some unnecessary function_exists() checks and some minor improvements | Andrey Andreev | 1 | -13/+7 |
2012-06-05 | Added get_mimes() function to system/core/Commons.php.The MIMEs array from co... | Andrey Andreev | 1 | -19/+2 |
2012-06-04 | Direct return from mimes config, instead of using global $mimes; | Phil Sturgeon | 1 | -4/+2 |
2012-06-04 | Revert/optimize some changes from 773ccc318f2769c9b7579630569b5d8ba47b114b an... | Andrey Andreev | 1 | -2/+2 |
2012-06-02 | Replaced `==` with `===` and `!=` with `!==` in /system/libraries | Alex Bilbie | 1 | -14/+14 |
2012-05-24 | Fix issues #44 & #110 | Andrey Andreev | 1 | -0/+2 |
2012-05-17 | Clean up the libraries | Andrey Andreev | 1 | -2/+2 |
2012-05-11 | Fix issue #1349 | Andrey Andreev | 1 | -1/+1 |
2012-05-05 | Added a return false if an image doesn't pass XSS cleaning to prevent file_ge... | Wes Baker | 1 | -1/+5 |
2012-03-26 | Remove access description lines and cleanup the Upload library | Andrey Andreev | 1 | -182/+146 |
2012-03-09 | Bumped CodeIgniter's PHP requirement to 5.2.4. | Phil Sturgeon | 1 | -1/+1 |
2012-03-04 | Merge branch 'develop' of github.com:EllisLab/CodeIgniter into develop | Phil Sturgeon | 1 | -10/+8 |
2012-03-04 | Merged conflicts. | Phil Sturgeon | 1 | -1/+1 |
2012-03-03 | Fixed a bug - CI_Upload::_file_mime_type() could've failed if popen() is used... | tubalmartin | 1 | -1/+1 |
2012-03-01 | Fix issue #153 (E_NOTICE generated by getimagesize()) | Andrey Andreev | 1 | -9/+7 |
2012-02-29 | removed double slash | Michiel Vugteveen | 1 | -1/+1 |
2012-02-29 | Merged in 2.1-stable changes. | Phil Sturgeon | 1 | -23/+80 |
2012-01-02 | Updating copyright date to 2012 | Greg Aker | 1 | -1/+1 |
2011-12-27 | Revert "Abstracting the loading of files in the config directory depending on... | Greg Aker | 1 | -5/+10 |
2011-12-25 | Abstracting the loading of files in the config directory depending on environ... | Greg Aker | 1 | -10/+5 |
2011-12-21 | Also replace old-style 'var' with 'public' | Andrey Andreev | 1 | -2/+2 |
2011-12-19 | Add method visibility declarations and optimize display_errors() method in Im... | Andrey Andreev | 1 | -8/+2 |
2011-12-13 | Tweak MIME regular expression check again | Andrey Andreev | 1 | -1/+1 |
2011-12-11 | Fix regular expression for validating MIME type string | Andrey Andreev | 1 | -1/+1 |
2011-12-09 | Improve CI_Upload::_file_mime_type() | Andrey Andreev | 1 | -24/+78 |
2011-12-02 | Update a comment, just to be clearer | Andrey Andreev | 1 | -1/+1 |
2011-12-02 | Hotfix for a file type detection bug in the Upload library | Andrey Andreev | 1 | -2/+5 |
2011-11-23 | tmp_path does not exists, should be tmp_name | Michiel Vugteveen | 1 | -1/+1 |
2011-11-22 | Merge master (2.1.0) and fixed conflicts. | Phil Sturgeon | 1 | -2/+2 |
2011-10-27 | Change Windows OS detection approach | Andrey Andreev | 1 | -1/+1 |
2011-10-27 | Fix an erroneus variable name and a typo in comments | Andrey Andreev | 1 | -2/+2 |
2011-10-27 | Fix alignment with tabs instead of spaces | Andrey Andreev | 1 | -1/+1 |
2011-10-27 | Remove an unnecessary variable initialization | Andrey Andreev | 1 | -2/+0 |
2011-10-27 | Added _file_mime_type() method to system/libraries/Upload.php in order to fix... | Andrey Andreev | 1 | -2/+66 |
2011-10-20 | adding new license file (OSL 3.0) and updating readme to ReST | Derek Jones | 1 | -4/+16 |
2011-10-04 | Change Windows OS detection approach | Andrey Andreev | 1 | -1/+1 |
2011-09-26 | Use CI's is_php() instead of comparing against phpversion() | Andrey Andreev | 1 | -1/+1 |
2011-09-24 | Fix an erroneus variable name and a typo in comments | Andrey Andreev | 1 | -2/+2 |
2011-09-24 | Fix alignment with tabs instead of spaces | Andrey Andreev | 1 | -1/+1 |
2011-09-24 | Remove an unnecessary variable initialization | Andrey Andreev | 1 | -2/+0 |
2011-09-24 | Added _file_mime_type() method to system/libraries/Upload.php in order to fix... | Andrey Andreev | 1 | -2/+66 |
2011-08-21 | Fixed issue #26. Added max_filename_increment as a config setting. | Adam Jackett | 1 | -26/+28 |
2011-07-02 | backed out 648b42a75739, which was a NON-trivial whitespace commit. It broke... | Derek Jones | 1 | -14/+14 |
2011-07-02 | backed out 648b42a75739, which was a NON-trivial whitespace commit. It broke... | Derek Jones | 1 | -14/+14 |
2011-04-25 | Fixed double-space typo. | Razican | 1 | -14/+14 |