Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2014-02-27 | Add parameter to CI_Input::user_agent() | Andrey Andreev | 1 | -1/+2 | |
2014-02-08 | CI_Input tweaks | Andrey Andreev | 1 | -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 docs | Andrey Andreev | 1 | -50/+65 | |
2014-01-20 | Merge branch 'develop' into feature/user-guide-cleanup | Andrey Andreev | 1 | -4/+22 | |
2014-01-11 | cleanup warnings | Connor Tumbleson | 1 | -4/+2 | |
Signed-off-by: Connor Tumbleson <connor.tumbleson@gmail.com> | |||||
2014-01-08 | Make newline standardization configurable | Andrey Andreev | 1 | -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 docs | Andrey Andreev | 1 | -9/+10 | |
default value is now NULL | |||||
2014-01-06 | [ci skip] Update the Input library and Cookie helper docs | Andrey Andreev | 1 | -169/+227 | |
2013-11-12 | Deprecate CI_Input::is_cli_request() and add common function is_cli() to ↵ | Andrey Andreev | 1 | -0/+3 | |
replace it Calls to this function are often needed before the Input library is available | |||||
2013-08-11 | Input class: change behavior of get_post() method, add post_get() method | vlakoff | 1 | -4/+12 | |
followup to PR #2522 | |||||
2012-11-06 | Added CI_Input::input_stream() | Andrey Andreev | 1 | -32/+61 | |
Helps in reading php://input stream data by caching it when accessed for the first time. (supersedes PR #1684) | |||||
2012-06-13 | Another input library docs fix | Andrey Andreev | 1 | -1/+2 | |
2012-06-13 | Fix docs for Input library (issue #1465) | Andrey Andreev | 1 | -27/+10 | |
2012-06-10 | Merge branch 2.1-stable into develop | Andrey Andreev | 1 | -0/+3 | |
2012-05-23 | Input, Session and Cookie get's will return NULL. | Phil Sturgeon | 1 | -12/+5 | |
Read more about this change here: http://codeigniter.com/forums/viewthread/215833 | |||||
2012-03-07 | userguide fix | Michiel Vugteveen | 1 | -1/+1 | |
2012-03-07 | removed is_method | Michiel Vugteveen | 1 | -19/+4 | |
2012-03-07 | added method() and is_method() | Michiel Vugteveen | 1 | -3/+28 | |
2011-10-05 | fixed code block spacing on Input lib docs | Derek Jones | 1 | -5/+32 | |
2011-10-05 | replacing the old HTML user guide with a Sphinx-managed user guide | Derek Jones | 1 | -0/+273 | |