Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2018-01-09 | [ci skip] Merge pull request #5376 from jim-parry/copyright-update | Andrey Andreev | 1 | -2/+2 | |
Annual copyright update Conflicts resolved: system/libraries/Cache/drivers/Cache_apcu.php | |||||
2017-11-29 | [ci skip] Fix allow_get_array defaulting to FALSE if it doesn't exist | Andrey Andreev | 1 | -1/+1 | |
2017-02-01 | Fix a CI_Input::set_cookie() bug | Andrey Andreev | 1 | -9/+7 | |
Found on StackOverflow: https://stackoverflow.com/questions/41925028/codeigniter-config-overrides-set-cookie-parameters | |||||
2017-01-03 | Update copyright data to 2017 | Master Yoda | 1 | -2/+2 | |
2016-11-03 | Fix #4679, for real | Andrey Andreev | 1 | -1/+1 | |
2016-07-19 | Fix #4679 | Andrey Andreev | 1 | -2/+2 | |
2016-04-04 | Fix #4563 | Andrey Andreev | 1 | -12/+14 | |
2016-01-11 | [ci skip] Update ellislab.com links to https too | Andrey Andreev | 1 | -1/+1 | |
2016-01-11 | [ci skip] Update codeigniter.com links to https | Andrey Andreev | 1 | -2/+2 | |
2016-01-11 | [ci skip] Bump year to 2016 | Andrey Andreev | 1 | -2/+2 | |
2015-09-07 | Remove unnecessary count() calls from _sanitize_globals() | Andrey Andreev | 1 | -3/+3 | |
foreach() just won't execute for an empty array, it does that check internally. | |||||
2015-09-07 | Move csrf_verify() call out of _sanitize_globals() | Andrey Andreev | 1 | -6/+6 | |
It doesn't belong in there. | |||||
2015-08-15 | Fix #4056 | Andrey Andreev | 1 | -1/+1 | |
2015-08-03 | [ci skip] Normalize tabs/spaces | Andrey Andreev | 1 | -2/+2 | |
Partial changes from PR #4016 | |||||
2015-06-08 | Fix #3890 | Andrey Andreev | 1 | -5/+13 | |
2015-03-18 | Updated CI_Input unit test and fixed error "undefined offset" caused by ↵ | Heesung Ahn | 1 | -2/+2 | |
using the same variable name, $i, twice for for loop inside for loop. Signed-off-by:Heesung Ahn <ahn.heesung@gmail.com> | |||||
2015-02-27 | Make CI_Input:: read-only as well | Andrey Andreev | 1 | -1/+5 | |
2015-02-27 | Fix #3633 | Andrey Andreev | 1 | -0/+1 | |
2015-02-27 | Eh ... really fix that notice (#3604) | Andrey Andreev | 1 | -0/+2 | |
2015-02-27 | Fix an E_NOTICE caused by #3604 | Andrey Andreev | 1 | -13/+30 | |
2015-02-26 | Merge pull request #3604 from Ignasimg/patch-1 | Andrey Andreev | 1 | -1/+15 | |
Add support for raw_input_stream | |||||
2015-02-26 | Update Input.php | Ignasimg | 1 | -3/+3 | |
2015-02-26 | funny tabs & spaces added and removed. | Ignasimg | 1 | -18/+20 | |
2015-02-20 | Added support for raw_input_stream property. | Ignasimg | 1 | -53/+28 | |
2015-02-19 | documentation changes | Ignasimg | 1 | -8/+8 | |
2015-02-06 | a tiny change | İrfan Evrens | 1 | -1/+1 | |
2015-02-06 | Update Input.php | Ignasimg | 1 | -9/+46 | |
Added support for json input stream. (Not tested) | |||||
2015-01-21 | Remove closing blocks at end of PHP files | vlakoff | 1 | -3/+0 | |
2015-01-20 | [ci skip] Change some log messages' level | Andrey Andreev | 1 | -2/+2 | |
'Class Loaded' type of messages flood log files when log_threshold is set to 2 (debug). They're now logged as 'info' level. This is manually applying PR #1528, which was created to do the same thing, but became outdated. | |||||
2015-01-09 | Bulk (mostly documentation) update | Andrey Andreev | 1 | -3/+3 | |
- Remove PHP version from license notices - Bump year number in copyright notices - Recommend PHP 5.4 or newer to be used - Tell Travis-CI to test on PHP 5.3.0 instead of the latest 5.3 version Related: #3450 | |||||
2014-12-02 | Fix an error from the previous commit | Andrey Andreev | 1 | -1/+1 | |
2014-12-02 | Some optimizations & polishing following PR #3381 | Andrey Andreev | 1 | -14/+5 | |
2014-12-02 | Added changelog entry | Ahmad Anbar | 1 | -6/+6 | |
updated documentation Fixed code style. | |||||
2014-12-02 | Allow pulling multiple get/post ...etc at once | Ahmad Anbar | 1 | -0/+12 | |
2014-10-27 | [ci skip] Switch to MIT license; close #3293 | Andrey Andreev | 1 | -14/+25 | |
2014-10-05 | config_item() to return NULL instead of FALSE for non-existing items | Andrey Andreev | 1 | -1/+1 | |
Close #3001 Close #3232 Related: #3244 | |||||
2014-10-03 | fix doc block get_request_header() | Adriano Rosa | 1 | -1/+1 | |
This method does not return FALSE as said in doc block, the correct return is STRING or NULL. | |||||
2014-05-08 | [ci skip] Update a comment for CI_Input::input_stream() | Andrey Andreev | 1 | -2/+2 | |
2014-04-15 | Fix #3004 | Andrey Andreev | 1 | -50/+1 | |
2014-04-15 | Follow-up to aeed15eb8556ab671507f17ef9a8cf28903999aa | Andrey Andreev | 1 | -1/+1 | |
2014-03-21 | remove eol | fabianozenatti | 1 | -1/+1 | |
2014-03-21 | Fix typo in CI_Input constructor | fabianozenatti | 1 | -2/+2 | |
2014-03-13 | Partially revert PR #2190 | Andrey Andreev | 1 | -1/+1 | |
The core shouldn't depend on constants that are not defined by itself | |||||
2014-02-27 | Add parameter to CI_Input::user_agent() | Andrey Andreev | 1 | -14/+2 | |
2014-02-24 | Don't use globals | Andrey Andreev | 1 | -4/+2 | |
- Use load_class() to get objects during bootstrap process. - Change load_class() to accept a class constructor parameter instead of previously unused class name prefix. - Change CI_Router::__construct() to accept as a parameter. | |||||
2014-02-11 | 2013 > 2014 | darwinel | 1 | -1/+1 | |
Update copyright notices from 2013 to 2014. And update one calendar example in user_guide from year 2013/2014 to 2014/2015. | |||||
2014-02-08 | CI_Input tweaks | Andrey Andreev | 1 | -65/+20 | |
- 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-01-08 | Make newline standardization configurable | Andrey Andreev | 1 | -4/+5 | |
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 | Fix #346 | Andrey Andreev | 1 | -14/+24 | |
When ['global_xss_filtering'] was turned on, the , , & superglobals were automatically overwritten. This resulted in one of the following problems: - xss_clean() being called twice - Inability to retrieve the original (not filtered) value XSS filtering is now only applied on demand by the Input class, and the default value for the parameter in CI_Input methods is changed to NULL. Unless a boolean value is passed to them, whether XSS filtering is applied depends on the ['global_xss_filtering'] value. | |||||
2014-01-08 | Fix #148 | Andrey Andreev | 1 | -4/+6 | |
CI_Input::_clean_input_data() assumed that all input data is URL-encoded while sanitizing it. However, PHP already performs URL-decoding on it, so this is either redudant or overly intrusive as it resulted in many, many reports of data containing '%' followed by 1 numeric characters being essentially destroyed. Supersedes PR #1229 |