Age | Commit message (Expand) | Author | Files | Lines |
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-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 |
2011-04-19 | Removing internal references to the EXT constant. Additionally, marked the c... | Greg Aker | 1 | -4/+4 |
2011-04-06 | Made Environment Support optional. Comment out or delete the constant to stop... | Phil Sturgeon | 1 | -6/+0 |
2011-04-06 | Made Environment Support optional. Comment out or delete the constant to stop... | Phil Sturgeon | 1 | -1/+1 |
2011-04-05 | Removing security loading calls. | Pascal Kriete | 1 | -6/+0 |
2011-03-22 | Fixed logic and removed the error supressing | Eric Barnes | 1 | -8/+9 |
2011-03-18 | Fixed coding to match standards from previous releases | Eric Barnes | 1 | -3/+3 |
2011-03-17 | load config files from environment specific locations in core classes, helper... | bubbafoley | 1 | -1/+10 |
2011-03-15 | Fixed upload issue reported by Valhallen and fixed by bubbafoley. | Phil Sturgeon | 1 | -1/+1 |
2011-02-16 | Merged CodeIgniter Core changes and integrated rob1's secure cookie change in... | Phil Sturgeon | 1 | -1/+12 |
2011-02-14 | Whitespace cleanup in libraries/ | Pascal Kriete | 1 | -1/+1 |
2011-01-30 | Filemanger stuff and nuked a persisting flash cookie on login. | Robin Sowell | 1 | -1/+2 |
2011-01-27 | Automated merge with https://bitbucket.org/ellislab/codeigniter | Phil Sturgeon | 1 | -1/+12 |
2011-01-05 | Hey look, it's 2011 | Greg Aker | 1 | -1/+1 |
2010-12-15 | Upload library file_name can now be set without an extension, the extension w... | Phil Sturgeon | 1 | -1/+12 |
2010-11-10 | setting var/function visibility in the UPload class | Greg Aker | 1 | -80/+54 |
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 | -149/+149 |
2010-08-11 | undoing mistaken changes in rev 8c54b3b0402f | Derek Jones | 1 | -3/+0 |
2010-08-11 | removed redundant upload lang file, after lang name changs, it was blocking t... | Derek Jones | 1 | -0/+3 |
2010-07-22 | Fixed a bug in the Upload class where a PHP error could occur when wildcards ... | Greg Aker | 1 | -2/+2 |
2010-07-12 | 201007 file upload bug fix | Derek Jones | 1 | -85/+109 |
2010-06-09 | Fixed an undefined variable PHP error in the do_xss_clean() method of the Upl... | Greg Aker | 1 | -7/+7 |
2010-04-26 | fixed errant syntax in changeset 53ace78c4b45, fixes #37 | Derek Jones | 1 | -1/+1 |
2010-04-26 | fixed errant syntax in changeset 53ace78c4b45, fixes #37 | Derek Jones | 1 | -1/+1 |
2010-04-23 | ensured the security lib was loaded in a few calls to xss_clean() in other li... | Derek Jones | 1 | -1/+6 |
2010-04-22 | reapplied strtolower() to ->file_type from philsturgeon's changeset 5fe3b04bd... | Derek Jones | 1 | -1/+1 |
2010-04-22 | Some mime types are wrapped with " which breaks file type checking. This will... | Phil Sturgeon | 1 | -1/+1 |
2010-04-22 | tiny modification to whitespace from philsturgeon's bugfix to match CI style ... | Derek Jones | 1 | -1/+1 |