Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
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-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 ↵ | tubalmartin | 1 | -1/+1 | |
used for the detection. | |||||
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 ↵ | Greg Aker | 1 | -5/+10 | |
on environments." This reverts commit 5c1aa631c5f5ec2f6b75ba1158178418e50ba11a. | |||||
2011-12-25 | Abstracting the loading of files in the config directory depending on ↵ | Greg Aker | 1 | -10/+5 | |
environments. | |||||
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 ↵ | Andrey Andreev | 1 | -8/+2 | |
Image_lib, Trackback and Upload libraries | |||||
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 ↵ | Andrey Andreev | 1 | -2/+66 | |
fix a possible MIME-type injection (issue #60) | |||||
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-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 ↵ | Andrey Andreev | 1 | -2/+66 | |
fix a possible MIME-type injection (issue #60) | |||||
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 ↵ | Derek Jones | 1 | -14/+14 | |
broke the Typography class's string replacements, for instance | |||||
2011-07-02 | backed out 648b42a75739, which was a NON-trivial whitespace commit. It ↵ | Derek Jones | 1 | -14/+14 | |
broke the Typography class's string replacements, for instance | |||||
2011-04-25 | Fixed double-space typo. | Razican | 1 | -14/+14 | |
2011-04-19 | Removing internal references to the EXT constant. Additionally, marked the ↵ | Greg Aker | 1 | -4/+4 | |
constant as deprecated. Use ".php" instead. Also adding upgrade notes from 2.0.2 to 2.0.3. | |||||
2011-04-06 | Made Environment Support optional. Comment out or delete the constant to ↵ | Phil Sturgeon | 1 | -6/+0 | |
stop environment checks. | |||||
2011-04-06 | Made Environment Support optional. Comment out or delete the constant to ↵ | Phil Sturgeon | 1 | -1/+1 | |
stop environment checks. | |||||
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, ↵ | bubbafoley | 1 | -1/+10 | |
helpers and libraries | |||||
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 ↵ | Phil Sturgeon | 1 | -1/+12 | |
into my secure cookie change. | |||||
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 ↵ | Phil Sturgeon | 1 | -1/+12 | |
will be taken from the uploaded file instead of the given name. | |||||
2010-11-10 | setting var/function visibility in the UPload class | Greg Aker | 1 | -80/+54 | |