Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2010-12-15 | Potential PHP 5.4 issue, get_magic_quotes_gpc() is being removed. This ↵ | Phil Sturgeon | 1 | -1/+1 | |
change will check the function exists before calling it in Input. | |||||
2010-12-09 | Fix #260 - tightening up the is_ajax_request() method in the Input class. ↵ | Greg Aker | 1 | -2/+1 | |
Thanks sophistry for the suggestion | |||||
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 ↵ | Greg Aker | 1 | -2/+81 | |
class. The request_headers() method is helpful in non-apache environments where apache_request_headers() isn't going to exist. | |||||
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 ↵ | Robin Sowell | 1 | -1/+1 | |
to mirror EE2. | |||||
2010-03-02 | significant rewrite to Input class | Derek Jones | 1 | -705/+192 | |
some items will be moved to Security class added set_cookie() added UTF-8 uniformity to input | |||||
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 | |