Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2012-04-30 | Reverted recent commit, cookie_prefix was breaking things. | Phil Sturgeon | 1 | -1/+0 | |
2012-04-27 | Update system/core/Input.php | ziv | 1 | -0/+1 | |
Fix a cookie get back problem. Cookie $index should start with a prefix. | |||||
2012-04-23 | Use tabs to separate class properties | Timothy Warren | 1 | -7/+7 | |
2012-04-19 | Fix syntax error | Timothy Warren | 1 | -1/+1 | |
2012-04-19 | Additional formatting fixes | Timothy Warren | 1 | -100/+121 | |
2012-03-18 | add support for httponly cookies | freewil | 1 | -4/+9 | |
2012-03-10 | Remove PHP 5.1.6-specific code | Andrey Andreev | 1 | -30/+1 | |
2012-03-09 | Merge branch 'develop' of github.com:EllisLab/CodeIgniter into develop | Phil Sturgeon | 1 | -0/+17 | |
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-07 | comment fix | Michiel Vugteveen | 1 | -1/+1 | |
2012-03-07 | oops | Michiel Vugteveen | 1 | -1/+1 | |
2012-03-07 | removed is_method | Michiel Vugteveen | 1 | -18/+6 | |
2012-03-07 | added method() and is_method() | Michiel Vugteveen | 1 | -0/+29 | |
2012-02-08 | Remove a few spaces | Andrey Andreev | 1 | -2/+2 | |
2012-02-08 | Fix CI_Input::is_ajax_request() | Andrey Andreev | 1 | -37/+29 | |
2012-02-05 | Adding in a few 503 status codes for common errors in response to this ↵ | Kevin Cupp | 1 | -0/+1 | |
ExpressionEngine bug about errors getting cached by reverse proxies who cache 200 responses: http://expressionengine.com/bug_tracker/bug/17420 | |||||
2012-01-08 | Switch private methods to protected | Andrey Andreev | 1 | -5/+5 | |
2012-01-08 | Switch some public properties to protected | Andrey Andreev | 1 | -6/+4 | |
2012-01-07 | Improve code Input & Model libraries | Andrey Andreev | 1 | -64/+33 | |
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 | |
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-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 ↵ | Phil Sturgeon | 1 | -4/+4 | |
develop | |||||
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 ↵ | Phil Sturgeon | 1 | -13/+51 | |
develop | |||||
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?' ↵ | Phil Sturgeon | 1 | -1/+1 | |
decision. | |||||
2011-07-02 | backed out 648b42a75739, which was a NON-trivial whitespace commit. It ↵ | Derek Jones | 1 | -12/+12 | |
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 | -12/+12 | |
broke the Typography class's string replacements, for instance | |||||
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 ↵ | tobiasbg | 1 | -8/+7 | |
name); consistent handling for 'cookie_secure' config item | |||||
2011-02-16 | Merged CodeIgniter Core changes and integrated rob1's secure cookie change ↵ | Phil Sturgeon | 1 | -27/+65 | |
into my secure cookie change. | |||||
2011-02-16 | Secure cookies can now be made with the set_cookie() helper and Input Class ↵ | Phil Sturgeon | 1 | -3/+4 | |
method. | |||||
2011-02-15 | Input post() and get() will now return a full array if the first argument is ↵ | Phil Sturgeon | 1 | -21/+15 | |
not provided. | |||||
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 | |
Updated the documentation |