summaryrefslogtreecommitdiffstats
path: root/system/core/Input.php
AgeCommit message (Collapse)AuthorFilesLines
2011-11-22Merge master (2.1.0) and fixed conflicts.Phil Sturgeon1-1/+0
2011-10-27get_magic_quotes_gpc() to be executed only if PHP version is 5.3 or lowerAndrey Andreev1-4/+7
2011-10-20adding new license file (OSL 3.0) and updating readme to ReSTDerek Jones1-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-20get_magic_quotes_gpc() to be executed only if PHP version is 5.3 or lowerAndrey Andreev1-2/+6
2011-09-24Suppress warnings generated by get_magic_quotes_gpc() (issue #467)Andrey Andreev1-1/+1
2011-09-13Update: change _fetch_from_array form private to protectedBo-Yi Wu1-3/+3
2011-09-12Update: modified return bool value on commentBo-Yi Wu1-1/+1
2011-09-12Update: check filter_var function existBo-Yi Wu1-1/+1
2011-09-12Update: add public or private prefix.Bo-Yi Wu1-13/+17
2011-09-12Update: if php version >= 5.2, use filter_var to check validate ip.Bo-Yi Wu1-0/+6
2011-08-21Merge branch 'issue227' of https://github.com/johnbellone/CodeIgniter into ↵Phil Sturgeon1-4/+4
develop
2011-08-21Changed orderJohn Bellone1-1/+1
2011-08-21Making changes to stop remote spoofingJohn Bellone1-4/+4
2011-08-15Merge branch 'develop' of github.com:philsturgeon/codeigniter-reactor into ↵Phil Sturgeon1-13/+51
develop
2011-08-14Added some docs to CI core filesDavid Behler1-0/+2
2011-08-14Added some docs to CI core filesDavid Behler1-13/+49
2011-08-13Fixed conflicts.Phil Sturgeon1-1/+1
2011-08-13Get php_sapi_name() == 'cli' involved in the 'is this the command line?' ↵Phil Sturgeon1-1/+1
decision.
2011-07-02backed out 648b42a75739, which was a NON-trivial whitespace commit. It ↵Derek Jones1-12/+12
broke the Typography class's string replacements, for instance
2011-07-02backed out 648b42a75739, which was a NON-trivial whitespace commit. It ↵Derek Jones1-12/+12
broke the Typography class's string replacements, for instance
2011-04-25Fixed double-space typo.Razican1-12/+12
2011-04-05Moving security to core.Pascal Kriete1-9/+7
2011-03-16Standardized newlines even more extensively in Input class.Phil Sturgeon1-1/+1
2011-02-18Bugfix in foreach-loop ('name' must be last, as it also is the array's ↵tobiasbg1-8/+7
name); consistent handling for 'cookie_secure' config item
2011-02-16Merged CodeIgniter Core changes and integrated rob1's secure cookie change ↵Phil Sturgeon1-27/+65
into my secure cookie change.
2011-02-16Secure cookies can now be made with the set_cookie() helper and Input Class ↵Phil Sturgeon1-3/+4
method.
2011-02-15Input post() and get() will now return a full array if the first argument is ↵Phil Sturgeon1-21/+15
not provided.
2011-02-15Automated merge with https://bitbucket.org/seandowney/codeigniter-reactorPhil Sturgeon1-3/+3
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
Updated the documentation
2011-02-11Adding config option to require 'secure' setting for all cookies- requires ↵Robin Sowell1-1/+3
https.
2011-02-06A change to pass all fields back if there are no fields passed into the ↵vascopj1-0/+16
"post" method. Based on comments here http://codeigniter.uservoice.com/forums/40508-codeigniter-reactor/suggestions/1346917-allow-this-input-post-to-return-array-of-eve
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
Unicode Consortium's trademark.
2011-01-19Reverted regex validation while we re-think the implementation, and added ↵Phil Sturgeon1-2/+16
->input->is_cli_request();
2011-01-05Hey look, it's 2011Greg Aker1-1/+1
2010-12-27Implemented GET string support from Dan Horrigan and modified it slightly. ↵Phil Sturgeon1-13/+6
Also tweaked his regex_match changes.
2010-12-15Added full Query String and $_GET array support. This is enabled by ↵Dan Horrigan1-2/+2
default. Added a seperate config option to enable/disable the $_GET array.
2010-12-15Potential PHP 5.4 issue, get_magic_quotes_gpc() is being removed. This ↵Phil Sturgeon1-1/+1
change will check the function exists before calling it in Input.
2010-12-09Fix #260 - tightening up the is_ajax_request() method in the Input class. ↵Greg Aker1-2/+1
Thanks sophistry for the suggestion
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 ↵Greg Aker1-2/+81
class. The request_headers() method is helpful in non-apache environments where apache_request_headers() isn't going to exist.
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 ↵Robin Sowell1-1/+1
to mirror EE2.
2010-03-02significant rewrite to Input classDerek Jones1-705/+192
some items will be moved to Security class added set_cookie() added UTF-8 uniformity to input
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