summaryrefslogtreecommitdiffstats
path: root/system/core/Input.php
AgeCommit message (Expand)AuthorFilesLines
2011-02-14Whitespace cleanup in core/Pascal Kriete1-3/+3
2011-02-13Updated the post method and added the new functionality to the get method alsovascopj1-1/+17
2011-02-11Adding config option to require 'secure' setting for all cookies- requires ht...Robin Sowell1-1/+3
2011-02-06A change to pass all fields back if there are no fields passed into the "post...vascopj1-0/+16
2011-01-27Automated merge with https://bitbucket.org/ellislab/codeigniterPhil Sturgeon1-16/+23
2011-01-20Renaming the unicode class to utf8 so we don't run the risk of violating the ...Pascal Kriete1-1/+1
2011-01-19Reverted regex validation while we re-think the implementation, and added ->i...Phil Sturgeon1-2/+16
2011-01-05Hey look, it's 2011Greg Aker1-1/+1
2010-12-27Implemented GET string support from Dan Horrigan and modified it slightly. Al...Phil Sturgeon1-13/+6
2010-12-15Added full Query String and $_GET array support. This is enabled by default....Dan Horrigan1-2/+2
2010-12-15Potential PHP 5.4 issue, get_magic_quotes_gpc() is being removed. This change...Phil Sturgeon1-1/+1
2010-12-09Fix #260 - tightening up the is_ajax_request() method in the Input class. Th...Greg Aker1-2/+1
2010-11-22Adding is_ajax_request() method to CI_InputGreg Aker1-0/+15
2010-11-15Adding request_headers() and get_request_header() methods to the input class....Greg Aker1-2/+81
2010-11-10Changing all class constructors to __construct()Greg Aker1-19/+17
2010-11-10Updating PHP requirements in files 5.1.6Greg Aker1-1/+1
2010-10-04Cleanup of stray spaces and tabsBarry Mieny1-4/+4
2010-03-19Changed a few strstr to strpos for consistency w performance guidelines and t...Robin Sowell1-1/+1
2010-03-02significant rewrite to Input classDerek Jones1-705/+192
2010-03-02fixed EOF code comment file locationsDerek Jones1-1/+1
2010-03-02moving core library files out of libraries into new core folderDerek Jones1-0/+1067