summaryrefslogtreecommitdiffstats
path: root/system/core/Input.php
AgeCommit message (Expand)AuthorFilesLines
2020-06-24Fix user guide urlsapics1-1/+1
2018-12-27Update copyright date to 2019Jim Parry1-2/+2
2018-06-26Using `isset`.tianhe19861-2/+2
2018-06-22Using null comparison instead of isset().tianhe19861-6/+4
2018-05-18http:// to https://Mehdi Bounya1-2/+2
2018-01-09Annual copyright updateMaster Yoda1-2/+2
2017-03-24Merge branch '3.1-stable' into developAndrey Andreev1-9/+7
2017-02-01Fix a CI_Input::set_cookie() bugAndrey Andreev1-9/+7
2017-01-05[ci skip] || -> ORAndrey Andreev1-1/+1
2017-01-04Close #4904Andrey Andreev1-3/+3
2017-01-03Update copyright data to 2017Master Yoda1-2/+2
2016-12-31Update copyright data to 2017Master Yoda1-2/+2
2016-12-14Move csrf_verify() call out of CI_InputAndrey Andreev1-19/+1
2016-12-14Isolate CI_Security instantiation from CI_Input; improve testsAndrey Andreev1-4/+3
2016-12-14Finally drop CI_Input::_sanitize_globals()Andrey Andreev1-160/+8
2016-12-14Remove 'global_xss_filtering' config settingAndrey Andreev1-23/+9
2016-12-14Remove 'allow_get_array', 'standardize_newlines' config settingsAndrey Andreev1-22/+1
2016-12-14Move 'standardize_newlines' proc out of CI_Input::_clean_input_data()Andrey Andreev1-17/+7
2016-12-01Remove previously deprecated CI_Input::is_cli_request()Andrey Andreev1-15/+0
2016-12-01Merge branch '3.1-stable' into developAndrey Andreev1-1/+1
2016-11-03Fix #4679, for realAndrey Andreev1-1/+1
2016-07-26Merge branch '3.1-stable' into developAndrey Andreev1-14/+16
2016-07-19Fix #4679Andrey Andreev1-2/+2
2016-04-04Fix #4563Andrey Andreev1-12/+14
2016-02-27Downgraded log level for some pesky messages to INFOsprakash41-1/+1
2016-01-11[ci skip] Update ellislab.com links to https tooAndrey Andreev1-1/+1
2016-01-11[ci skip] Update codeigniter.com links to httpsAndrey Andreev1-2/+2
2016-01-11[ci skip] Bump year to 2016Andrey Andreev1-2/+2
2015-09-07Remove unnecessary count() calls from _sanitize_globals()Andrey Andreev1-3/+3
2015-09-07Move csrf_verify() call out of _sanitize_globals()Andrey Andreev1-6/+6
2015-08-15Fix #4056Andrey Andreev1-1/+1
2015-08-03[ci skip] Normalize tabs/spacesAndrey Andreev1-2/+2
2015-06-08Fix #3890Andrey Andreev1-5/+13
2015-03-18Updated CI_Input unit test and fixed error "undefined offset" caused by using...Heesung Ahn1-2/+2
2015-02-27Make CI_Input:: read-only as wellAndrey Andreev1-1/+5
2015-02-27Fix #3633Andrey Andreev1-0/+1
2015-02-27Eh ... really fix that notice (#3604)Andrey Andreev1-0/+2
2015-02-27Fix an E_NOTICE caused by #3604Andrey Andreev1-13/+30
2015-02-26Merge pull request #3604 from Ignasimg/patch-1Andrey Andreev1-1/+15
2015-02-26Update Input.phpIgnasimg1-3/+3
2015-02-26funny tabs & spaces added and removed.Ignasimg1-18/+20
2015-02-20Added support for raw_input_stream property.Ignasimg1-53/+28
2015-02-19documentation changesIgnasimg1-8/+8
2015-02-06a tiny changeİrfan Evrens1-1/+1
2015-02-06Update Input.phpIgnasimg1-9/+46
2015-01-21Remove closing blocks at end of PHP filesvlakoff1-3/+0
2015-01-20[ci skip] Change some log messages' levelAndrey Andreev1-2/+2
2015-01-09Bulk (mostly documentation) updateAndrey Andreev1-3/+3
2014-12-02Fix an error from the previous commitAndrey Andreev1-1/+1
2014-12-02Some optimizations & polishing following PR #3381Andrey Andreev1-14/+5