Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2016-12-14 | Finally drop CI_Input::_sanitize_globals() | Andrey Andreev | 1 | -160/+8 | |
Close #4101 | |||||
2016-12-14 | Remove 'global_xss_filtering' config setting | Andrey Andreev | 1 | -23/+9 | |
2016-12-14 | Remove 'allow_get_array', 'standardize_newlines' config settings | Andrey Andreev | 1 | -22/+1 | |
2016-12-14 | Merge branch '3.1-stable' into develop | Andrey Andreev | 1 | -1/+4 | |
2016-12-14 | Move 'standardize_newlines' proc out of CI_Input::_clean_input_data() | Andrey Andreev | 1 | -17/+7 | |
Preparation for CI_Input::_sanitize_globals() removal. Also, WTF?! I'm deprecating this functionality in 3.1.next. | |||||
2016-12-01 | [ci skip] Fix #4928 | Andrey Andreev | 1 | -1/+4 | |
2016-12-01 | Remove previously deprecated CI_Config::system_url() | Andrey Andreev | 1 | -14/+0 | |
2016-12-01 | Remove previously deprecated fetch_*() methods from CI_Router | Andrey Andreev | 1 | -43/+0 | |
2016-12-01 | Remove previously deprecated CI_Input::is_cli_request() | Andrey Andreev | 1 | -15/+0 | |
2016-12-01 | Merge branch '3.1-stable' into develop | Andrey Andreev | 3 | -36/+13 | |
2016-12-01 | Fix #4927 | Andrey Andreev | 1 | -3/+4 | |
2016-11-14 | Fix #4905 | Andrey Andreev | 1 | -32/+8 | |
2016-11-03 | Fix #4679, for real | Andrey Andreev | 1 | -1/+1 | |
2016-10-28 | Merge branch '3.1-stable' into develop | Andrey Andreev | 6 | -45/+196 | |
Resolved conflicts: system/core/CodeIgniter.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/form_validation.rst | |||||
2016-10-28 | [ci skip] Mark the start of 3.1.3-dev | Andrey Andreev | 1 | -1/+1 | |
2016-10-28 | [ci skip] Prepare for 3.1.2 release | Andrey Andreev | 1 | -1/+1 | |
2016-10-28 | [ci skip] xss_clean() hardening | Andrey Andreev | 1 | -10/+11 | |
- percent-sign tag (IE) - data: URI scheme inclinding whitespace (Chrome) | |||||
2016-10-28 | Improve byte-safety | Andrey Andreev | 2 | -9/+106 | |
2016-10-27 | Close #4875 | Andrey Andreev | 1 | -1/+20 | |
2016-10-27 | [ci skip] This is 3.1.2-dev | Andrey Andreev | 1 | -1/+1 | |
2016-10-26 | Fix #4877 | Andrey Andreev | 1 | -5/+29 | |
2016-10-22 | [ci skip] Prepare for 3.1.1 release | Andrey Andreev | 1 | -1/+1 | |
2016-10-22 | Merge branch 'security/entity_decode' into 3.1-stable | Andrey Andreev | 1 | -17/+22 | |
2016-10-21 | Fix #4865 | Andrey Andreev | 2 | -1/+1 | |
2016-10-11 | [ci skip] Add new HTTP status codes | Andrey Andreev | 1 | -1/+6 | |
https://tools.ietf.org/html/rfc2817 https://tools.ietf.org/html/rfc6585 Requested in #4835 | |||||
2016-09-27 | Fix entity_decode() issue | Andrey Andreev | 1 | -17/+22 | |
2016-08-29 | Merge pull request #4785 from guitarrist/develop | Andrey Andreev | 1 | -1/+1 | |
[ci skip] Fix a comment typo | |||||
2016-08-26 | fix typo | Antônio | 1 | -1/+1 | |
2016-08-23 | Merge pull request #4781 from tianhe1986/develop_hash_pbkdf2 | Andrey Andreev | 1 | -1/+1 | |
Hash: processing algorithm name case-insensitively in hash_pbkdf2() | |||||
2016-08-23 | Move strtolower() inside the is_array() check, | tianhe1986 | 1 | -2/+1 | |
Signed-off-by: tianhe1986 <w1s2j3229@163.com> | |||||
2016-08-23 | Hash: processing algorithm name case-insensitively in hash_pbkdf2(): | tianhe1986 | 1 | -0/+1 | |
Signed-off-by: tianhe1986 <w1s2j3229@163.com> | |||||
2016-08-22 | Merge pull request #4780 from tianhe1986/develop_standard_hex2bin | Andrey Andreev | 1 | -1/+1 | |
[ci skip] Trigger error for "resource" type in hex2bin() inputs | |||||
2016-08-22 | Standard: filtering "resource" type in hex2bin() | tianhe1986 | 1 | -1/+1 | |
Signed-off-by: tianhe1986 <w1s2j3229@163.com> | |||||
2016-08-19 | Merge pull request #4777 from tianhe1986/develop_error_handler | Andrey Andreev | 1 | -1/+1 | |
Add E_PARSE to errors detected by shutdown handler | |||||
2016-08-19 | Common: Adding E_PARSE in error judgment. | tianhe1986 | 1 | -1/+1 | |
Signed-off-by: tianhe1986 <w1s2j3229@163.com> | |||||
2016-08-10 | Merge branch '3.1-stable' into develop | Andrey Andreev | 4 | -219/+3 | |
2016-07-28 | [ci skip] Use const keyword to define CI_VERSION | Andrey Andreev | 1 | -1/+1 | |
Because. | |||||
2016-07-28 | Remove dead code written for PHP 5.2 | Andrey Andreev | 4 | -219/+3 | |
2016-07-26 | Merge branch '3.1-stable' into develop | Andrey Andreev | 4 | -25/+42 | |
Conflicts resolved: .travis.yml system/core/CodeIgniter.php system/database/drivers/oci8/oci8_forge.php system/database/drivers/pdo/subdrivers/pdo_oci_forge.php system/helpers/path_helper.php system/libraries/Email.php user_guide_src/source/changelog.rst user_guide_src/source/conf.py user_guide_src/source/contributing/index.rst user_guide_src/source/general/requirements.rst user_guide_src/source/general/styleguide.rst user_guide_src/source/installation/downloads.rst user_guide_src/source/installation/upgrade_310.rst user_guide_src/source/installation/upgrading.rst | |||||
2016-07-26 | [ci skip] Mark the start of 3.1.1 development | Andrey Andreev | 1 | -1/+1 | |
2016-07-26 | Prepare for 3.1.0 release | Claudio Galdiolo | 1 | -1/+1 | |
2016-07-25 | Merge pull request #4725 from tianhe1986/develop_url_encode_case_insensitive | Andrey Andreev | 1 | -2/+2 | |
Fix remove_invisible_characters() for URL-encoded characters in upper case | |||||
2016-07-25 | Merge pull request #4724 from tianhe1986/develop_is_https_strtolower | Andrey Andreev | 1 | -1/+1 | |
Compare X-Forwarded-Proto case-insensitively | |||||
2016-07-25 | Merge pull request #4725 from tianhe1986/develop_url_encode_case_insensitive | Andrey Andreev | 1 | -2/+2 | |
Fix remove_invisible_characters() for URL-encoded characters in upper case | |||||
2016-07-22 | Replace url_encoded invisible characters case-insensitively. | tianhe1986 | 1 | -2/+2 | |
Signed-off-by: tianhe1986 <w1s2j3229@163.com> | |||||
2016-07-22 | Call strtolower before comparing $_SERVER['HTTP_X_FORWARDED_PROTO']. | tianhe1986 | 1 | -1/+1 | |
Signed-off-by: tianhe1986 <w1s2j3229@163.com> | |||||
2016-07-19 | Fix #4679 | Andrey Andreev | 1 | -2/+2 | |
2016-05-20 | Merge pull request #4638 from kasimtan/phpdoc_fixes | Andrey Andreev | 4 | -4/+4 | |
[ci skip] Fixed PHPDoc parameter name and type discrepancies | |||||
2016-05-19 | Fixed PHPDoc parameter name and type discrepancies | Kasim Tan | 4 | -4/+4 | |
2016-04-28 | Fix #4605 | Andrey Andreev | 1 | -6/+3 | |