summaryrefslogtreecommitdiffstats
path: root/user_guide_src/source/libraries/input.rst
AgeCommit message (Collapse)AuthorFilesLines
2021-04-02Improves input.rst (set cookie)George Petculescu1-9/+9
2021-03-14Dropping the possibility that samesite cookie attribute won't be sent; ↵George Petculescu1-2/+2
defaults to Lax; all samesite values are ucfirst'ed; log for SameSite=None non-secure cookies
2021-02-28Initial implementation of samesite for CI_Input::set_cookieGeorge Petculescu1-9/+12
2018-05-18http:// to https://Mehdi Bounya1-1/+1
2017-07-20Fix some mistakes in the user guideMaster Yoda1-1/+1
2017-03-24Merge branch '3.1-stable' into developAndrey Andreev1-3/+3
Conflicts resolved: system/core/CodeIgniter.php system/core/Common.php system/core/Input.php system/helpers/cookie_helper.php tests/codeigniter/helpers/html_helper_test.php user_guide_src/source/changelog.rst user_guide_src/source/conf.py user_guide_src/source/installation/downloads.rst user_guide_src/source/installation/upgrading.rst user_guide_src/source/libraries/input.rst
2017-02-01Fix a CI_Input::set_cookie() bugAndrey Andreev1-3/+3
Found on StackOverflow: https://stackoverflow.com/questions/41925028/codeigniter-config-overrides-set-cookie-parameters
2017-01-17[ci skip] Merge pull request #4986 from ka7/feature/spellingAndrey Andreev1-2/+2
Spelling fixes in comment blocks and docs
2017-01-16spelling fixesklemens1-2/+2
2017-01-04Close #4904Andrey Andreev1-4/+4
2016-12-14Finally drop CI_Input::_sanitize_globals()Andrey Andreev1-23/+5
Close #4101
2016-12-14Remove 'global_xss_filtering' config settingAndrey Andreev1-29/+8
2016-12-14Remove 'allow_get_array', 'standardize_newlines' config settingsAndrey Andreev1-4/+0
2016-12-01Remove previously deprecated CI_Input::is_cli_request()Andrey Andreev1-19/+0
2015-02-28[ci skip] Formally deprecate 'global_xss_filtering'Andrey Andreev1-0/+4
2015-02-26Update input.rstIgnasimg1-3/+9
2015-02-20Added support for raw_input_stream property.Ignasimg1-2/+8
2015-02-02[ci skip] Fix #3515Andrey Andreev1-18/+18
2015-01-29[ci skip] Clarify get_cookie(), CI_Input::cookie() docsAndrey Andreev1-0/+4
Close #3527 Close #3528
2014-12-20User Guide TuningJames L Parry1-0/+8
Adjust the heading levels in the writeups for the input, loader, security and unit testing libraries, to match the other library writeups. Specifically, the class reference section in each of these was appearing as a sub-level in the toctree, when it should be at the same level. Signed-off-by:James L Parry <jim_parry@bcit.ca>
2014-12-12fixed indentation/linkref errorsDavid Wosnitza1-7/+13
Signed-off-by: David Wosnitza <david@druul.in>
2014-12-02Some optimizations & polishing following PR #3381Andrey Andreev1-3/+3
2014-12-02Added changelog entryAhmad Anbar1-5/+35
updated documentation Fixed code style.
2014-02-27Add parameter to CI_Input::user_agent()Andrey Andreev1-1/+2
2014-02-08CI_Input tweaksAndrey Andreev1-10/+10
- Make get_post(), post_get() and server()'s parameter mandatory. - Change default value of parameter to NULL for cookie(), input_stream() and _fetch_from_array() (for consistency with get(), post()). - Delegate Array-vs-single and parameter detection to _fetch_from_array() to overall simplify the code.
2014-02-08[ci skip] Add return types to library docsAndrey Andreev1-50/+65
2014-01-20Merge branch 'develop' into feature/user-guide-cleanupAndrey Andreev1-4/+22
2014-01-11cleanup warningsConnor Tumbleson1-4/+2
Signed-off-by: Connor Tumbleson <connor.tumbleson@gmail.com>
2014-01-08Make newline standardization configurableAndrey Andreev1-1/+2
Added ['standardize_newlines'] Also altered the Session cookie driver, which experienced issues with this feature due to it's HMAC verification failing after the Input class alters newlines in non-encrypted session cookies. Supersedes PR #2470
2014-01-08[ci skip] Update the Input library and Cookie helper docsAndrey Andreev1-9/+10
default value is now NULL
2014-01-06[ci skip] Update the Input library and Cookie helper docsAndrey Andreev1-169/+227
2013-11-12Deprecate CI_Input::is_cli_request() and add common function is_cli() to ↵Andrey Andreev1-0/+3
replace it Calls to this function are often needed before the Input library is available
2013-08-11Input class: change behavior of get_post() method, add post_get() methodvlakoff1-4/+12
followup to PR #2522
2012-11-06Added CI_Input::input_stream()Andrey Andreev1-32/+61
Helps in reading php://input stream data by caching it when accessed for the first time. (supersedes PR #1684)
2012-06-13Another input library docs fixAndrey Andreev1-1/+2
2012-06-13Fix docs for Input library (issue #1465)Andrey Andreev1-27/+10
2012-06-10Merge branch 2.1-stable into developAndrey Andreev1-0/+3
2012-05-23Input, Session and Cookie get's will return NULL.Phil Sturgeon1-12/+5
Read more about this change here: http://codeigniter.com/forums/viewthread/215833
2012-03-07userguide fixMichiel Vugteveen1-1/+1
2012-03-07removed is_methodMichiel Vugteveen1-19/+4
2012-03-07added method() and is_method()Michiel Vugteveen1-3/+28
2011-10-05fixed code block spacing on Input lib docsDerek Jones1-5/+32
2011-10-05replacing the old HTML user guide with a Sphinx-managed user guideDerek Jones1-0/+273