Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2016-08-22 | Merge branch '3.1-stable' into develop | Andrey Andreev | 2 | -2/+14 | |
2016-08-22 | Skip mcrypt-related testcases on PHP 7.1 | Andrey Andreev | 2 | -2/+14 | |
ext/mcrypt is deprecated and the test cases in question trigger E_DEPRECATED messages as a result. | |||||
2016-08-10 | Merge branch '3.1-stable' into develop | Andrey Andreev | 11 | -242/+24 | |
2016-08-10 | Add changelog entry and a test case for #4758 | Andrey Andreev | 1 | -0/+3 | |
2016-08-10 | Use getMockBuilder() in PHPUnit instead of the deprecated getMock() | Andrey Andreev | 8 | -17/+17 | |
2016-07-28 | Remove dead code written for PHP 5.2 | Andrey Andreev | 4 | -225/+4 | |
2016-07-26 | Merge branch '3.1-stable' into develop | Andrey Andreev | 3 | -3/+22 | |
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-25 | Merge pull request #4725 from tianhe1986/develop_url_encode_case_insensitive | Andrey Andreev | 1 | -0/+12 | |
Fix remove_invisible_characters() for URL-encoded characters in upper case | |||||
2016-07-22 | Replace url_encoded invisible characters case-insensitively. | tianhe1986 | 1 | -0/+12 | |
Signed-off-by: tianhe1986 <w1s2j3229@163.com> | |||||
2016-07-19 | Fix #4679 | Andrey Andreev | 1 | -0/+6 | |
2016-05-25 | Fix #4639 | Andrey Andreev | 1 | -2/+13 | |
Really fix #4633 | |||||
2016-05-17 | Fix #4633 | Andrey Andreev | 1 | -1/+1 | |
2016-04-28 | Fix #4605 | Andrey Andreev | 1 | -0/+2 | |
2016-03-12 | Merge branch '3.0-stable' into develop | Andrey Andreev | 1 | -0/+10 | |
2016-03-12 | Fix #4516 | Andrey Andreev | 1 | -0/+10 | |
2016-03-11 | Merge branch '3.0-stable' into develop | Andrey Andreev | 3 | -5/+39 | |
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 | |||||
2016-03-07 | Fix #4475 | Andrey Andreev | 1 | -2/+4 | |
2016-02-11 | Skip CI_Log tests on PHP 5.2 | Andrey Andreev | 1 | -1/+10 | |
We still run those (with failures enabled) and that test breaks them | |||||
2016-02-11 | Fix #4449 | Andrey Andreev | 1 | -2/+25 | |
2016-02-09 | [ci skip] Whitespace | Andrey Andreev | 1 | -1/+1 | |
2016-02-09 | [ci skip] Whitespace | Andrey Andreev | 1 | -1/+1 | |
2016-02-09 | Merge branch '3.0-stable' into develop | Andrey Andreev | 3 | -0/+91 | |
Fixed conflicts: user_guide_src/source/overview/at_a_glance.rst | |||||
2016-02-09 | Add CI_Log test cases | Andrey Andreev | 1 | -0/+64 | |
2016-02-05 | Fix another regression caused by 805eddaefd9503b5dbbd924bd6da66e29c4768f3 | Andrey Andreev | 1 | -0/+20 | |
Also added a unit test for #4431 | |||||
2016-01-30 | Fix #4415 and add unit tests for https://bugs.php.net/bug.php?id=51192 | Andrey Andreev | 1 | -0/+7 | |
2016-01-11 | Polish changes from PR #4269 | Andrey Andreev | 1 | -12/+20 | |
2016-01-11 | Merge branch 'develop' of github.com:sebastienadam/CodeIgniter into ↵ | Andrey Andreev | 1 | -1/+5 | |
feature/html_meta | |||||
2016-01-11 | Merge branch '3.0-stable' into develop | Andrey Andreev | 1 | -1/+1 | |
2016-01-11 | Alter a valid URL test | Andrey Andreev | 1 | -1/+1 | |
2015-12-14 | Adjust test case for changes from 85bc9fc53e4c3e46b2f4e1b1eac7e2828d4869e6 | Andrey Andreev | 1 | -2/+0 | |
2015-12-01 | Modified as asked after pull request: | Sébastien Adam | 1 | -1/+5 | |
* comment of meta fuction adapted * alignments in meta fuction adapted * using '===' comparator in meta function * changing back the example of the meta function help * changing back the default value of the doctype function Also changing test unit to reflect the modification of the meta function (original tests not modified). | |||||
2015-11-09 | Merge pull request #4225 from zhanghongyi/loader-test | Andrey Andreev | 1 | -4/+25 | |
Improve Loader test cases for libraries | |||||
2015-11-09 | Merge pull request #4225 from zhanghongyi/loader-test | Andrey Andreev | 1 | -4/+25 | |
Improve Loader test cases for libraries | |||||
2015-11-09 | modify and add test cases for Loader class to test more exceptions | Hongyi Zhang | 1 | -4/+25 | |
Signed-off-by: Hongyi Zhang <hongyi73.zhang@gmail.com> | |||||
2015-10-31 | Prevent Host header injections | Andrey Andreev | 1 | -30/+17 | |
2015-10-31 | Harden xss_clean() | Andrey Andreev | 1 | -15/+20 | |
2015-10-30 | Fix #3201 | Andrey Andreev | 1 | -0/+5 | |
2015-10-05 | Some more intrusive XSS cleaning | Andrey Andreev | 1 | -2/+7 | |
2015-10-02 | More XSS stuff | Andrey Andreev | 1 | -1/+6 | |
2015-09-28 | Merge pull request #4125 from jim-parry/fix/lang_test | Andrey Andreev | 1 | -5/+17 | |
Improve CI_Lang tests | |||||
2015-09-21 | More XSS stuff | Andrey Andreev | 1 | -0/+16 | |
2015-09-17 | Don't allow open-ended tags to pass through xss_clean() | Andrey Andreev | 1 | -0/+1 | |
This was a regression caused by the previous commit | |||||
2015-09-17 | Refactor 'evil attributes' sanitization logic | Andrey Andreev | 1 | -23/+34 | |
Turned out pretty much impossible to do remove 'evil attributes' with just one pattern - it either breaks something else, hits pcre.backtrack_limit or causes PHP to segfault. No benchmarks made, but there shouldn't be any performance regressions since we're now trying to strip attributes only after it is determined that they are inside a tag; up until now this was done seprately for _sanitize_naughty_html() and _remove_evil_attributes(). | |||||
2015-09-14 | Another addition to tag detection patterns in xss_clean() | Andrey Andreev | 1 | -0/+5 | |
2015-09-14 | Move _remove_evil_attributes() call | Andrey Andreev | 1 | -0/+14 | |
2015-09-11 | Harden xss_clean() more | Andrey Andreev | 1 | -2/+7 | |
This time eliminate false positives for the 'naughty html' logic. | |||||
2015-09-11 | Improve on previous commit | Andrey Andreev | 1 | -0/+5 | |
2015-09-11 | Replace the latest XSS patches | Andrey Andreev | 1 | -1/+6 | |
This one fixes yet another issue, is cleaner and faster. | |||||
2015-09-10 | Last commit didn't adjust a RE index | Andrey Andreev | 1 | -0/+5 | |
2015-09-10 | Fix & extend 700619cebf75c4e4fcda6a2d7bea1afb84a029e4 | Andrey Andreev | 1 | -4/+4 | |