Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
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 |