Age | Commit message (Expand) | Author | Files | Lines |
2012-01-02 | Updating copyright date to 2012 | Greg Aker | 1 | -1/+1 |
2011-11-22 | Merge master (2.1.0) and fixed conflicts. | Phil Sturgeon | 1 | -1/+0 |
2011-10-27 | get_magic_quotes_gpc() to be executed only if PHP version is 5.3 or lower | Andrey Andreev | 1 | -4/+7 |
2011-10-20 | adding new license file (OSL 3.0) and updating readme to ReST | Derek Jones | 1 | -4/+16 |
2011-10-20 | get_magic_quotes_gpc() to be executed only if PHP version is 5.3 or lower | Andrey Andreev | 1 | -2/+6 |
2011-09-24 | Suppress warnings generated by get_magic_quotes_gpc() (issue #467) | Andrey Andreev | 1 | -1/+1 |
2011-09-13 | Update: change _fetch_from_array form private to protected | Bo-Yi Wu | 1 | -3/+3 |
2011-09-12 | Update: modified return bool value on comment | Bo-Yi Wu | 1 | -1/+1 |
2011-09-12 | Update: check filter_var function exist | Bo-Yi Wu | 1 | -1/+1 |
2011-09-12 | Update: add public or private prefix. | Bo-Yi Wu | 1 | -13/+17 |
2011-09-12 | Update: if php version >= 5.2, use filter_var to check validate ip. | Bo-Yi Wu | 1 | -0/+6 |
2011-08-21 | Merge branch 'issue227' of https://github.com/johnbellone/CodeIgniter into de... | Phil Sturgeon | 1 | -4/+4 |
2011-08-21 | Changed order | John Bellone | 1 | -1/+1 |
2011-08-21 | Making changes to stop remote spoofing | John Bellone | 1 | -4/+4 |
2011-08-15 | Merge branch 'develop' of github.com:philsturgeon/codeigniter-reactor into de... | Phil Sturgeon | 1 | -13/+51 |
2011-08-14 | Added some docs to CI core files | David Behler | 1 | -0/+2 |
2011-08-14 | Added some docs to CI core files | David Behler | 1 | -13/+49 |
2011-08-13 | Fixed conflicts. | Phil Sturgeon | 1 | -1/+1 |
2011-08-13 | Get php_sapi_name() == 'cli' involved in the 'is this the command line?' deci... | Phil Sturgeon | 1 | -1/+1 |
2011-07-02 | backed out 648b42a75739, which was a NON-trivial whitespace commit. It broke... | Derek Jones | 1 | -12/+12 |
2011-07-02 | backed out 648b42a75739, which was a NON-trivial whitespace commit. It broke... | Derek Jones | 1 | -12/+12 |
2011-04-25 | Fixed double-space typo. | Razican | 1 | -12/+12 |
2011-04-05 | Moving security to core. | Pascal Kriete | 1 | -9/+7 |
2011-03-16 | Standardized newlines even more extensively in Input class. | Phil Sturgeon | 1 | -1/+1 |
2011-02-18 | Bugfix in foreach-loop ('name' must be last, as it also is the array's name);... | tobiasbg | 1 | -8/+7 |
2011-02-16 | Merged CodeIgniter Core changes and integrated rob1's secure cookie change in... | Phil Sturgeon | 1 | -27/+65 |
2011-02-16 | Secure cookies can now be made with the set_cookie() helper and Input Class m... | Phil Sturgeon | 1 | -3/+4 |
2011-02-15 | Input post() and get() will now return a full array if the first argument is ... | Phil Sturgeon | 1 | -21/+15 |
2011-02-15 | Automated merge with https://bitbucket.org/seandowney/codeigniter-reactor | Phil Sturgeon | 1 | -3/+3 |
2011-02-14 | Whitespace cleanup in core/ | Pascal Kriete | 1 | -3/+3 |
2011-02-13 | Updated the post method and added the new functionality to the get method also | vascopj | 1 | -1/+17 |
2011-02-11 | Adding config option to require 'secure' setting for all cookies- requires ht... | Robin Sowell | 1 | -1/+3 |
2011-02-06 | A change to pass all fields back if there are no fields passed into the "post... | vascopj | 1 | -0/+16 |
2011-01-27 | Automated merge with https://bitbucket.org/ellislab/codeigniter | Phil Sturgeon | 1 | -16/+23 |
2011-01-20 | Renaming the unicode class to utf8 so we don't run the risk of violating the ... | Pascal Kriete | 1 | -1/+1 |
2011-01-19 | Reverted regex validation while we re-think the implementation, and added ->i... | Phil Sturgeon | 1 | -2/+16 |
2011-01-05 | Hey look, it's 2011 | Greg Aker | 1 | -1/+1 |
2010-12-27 | Implemented GET string support from Dan Horrigan and modified it slightly. Al... | Phil Sturgeon | 1 | -13/+6 |
2010-12-15 | Added full Query String and $_GET array support. This is enabled by default.... | Dan Horrigan | 1 | -2/+2 |
2010-12-15 | Potential PHP 5.4 issue, get_magic_quotes_gpc() is being removed. This change... | Phil Sturgeon | 1 | -1/+1 |
2010-12-09 | Fix #260 - tightening up the is_ajax_request() method in the Input class. Th... | Greg Aker | 1 | -2/+1 |
2010-11-22 | Adding is_ajax_request() method to CI_Input | Greg Aker | 1 | -0/+15 |
2010-11-15 | Adding request_headers() and get_request_header() methods to the input class.... | Greg Aker | 1 | -2/+81 |
2010-11-10 | Changing all class constructors to __construct() | Greg Aker | 1 | -19/+17 |
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 | -4/+4 |
2010-03-19 | Changed a few strstr to strpos for consistency w performance guidelines and t... | Robin Sowell | 1 | -1/+1 |
2010-03-02 | significant rewrite to Input class | Derek Jones | 1 | -705/+192 |
2010-03-02 | fixed EOF code comment file locations | Derek Jones | 1 | -1/+1 |
2010-03-02 | moving core library files out of libraries into new core folder | Derek Jones | 1 | -0/+1067 |