summaryrefslogtreecommitdiffstats
path: root/tests/codeigniter
AgeCommit message (Collapse)AuthorFilesLines
2017-01-10Merge branch '3.1-stable' into developAndrey Andreev2-2/+9
Conflicts resolved: system/core/CodeIgniter.php system/database/drivers/sqlite/sqlite_driver.php system/database/drivers/sqlite/sqlite_forge.php system/database/drivers/sqlite/sqlite_result.php system/database/drivers/sqlite/sqlite_utility.php system/helpers/email_helper.php system/helpers/smiley_helper.php system/libraries/Cart.php system/libraries/Email.php system/libraries/Image_lib.php system/libraries/Javascript.php system/libraries/Javascript/Jquery.php system/libraries/Session/SessionHandlerInterface.php user_guide_src/source/changelog.rst user_guide_src/source/installation/downloads.rst user_guide_src/source/installation/upgrading.rst
2017-01-10Add a testcase and changelog entry for #4975Andrey Andreev1-2/+4
2017-01-06Add valid_mac() FV ruleAndrey Andreev1-2/+13
Close #3992
2017-01-04Fix an XSS vulnerabilityAndrey Andreev1-0/+5
2016-12-14Move csrf_verify() call out of CI_InputAndrey Andreev7-28/+34
2016-12-14Isolate CI_Security instantiation from CI_Input; improve testsAndrey Andreev7-46/+64
2016-12-14Drop all PHP 5.3-related codeAndrey Andreev1-32/+0
2016-12-01Remove previously deprecated FV Library method/rule prep_for_form()Andrey Andreev1-14/+0
2016-12-01Remove previously deprecated Form Helper function form_prep()Andrey Andreev1-16/+0
2016-12-01Remove previously deprecated File Helper function read_file()Andrey Andreev1-14/+1
2016-12-01Remove previously deprecates String Helper functions trim_slashes(), repeater()Andrey Andreev1-31/+1
2016-12-01Remove previously deprecated HTML helper functions br(), nbs()Andrey Andreev1-15/+1
2016-12-01Remove previously deprecated Security Helper function do_hash()Andrey Andreev1-25/+1
2016-12-01Remove previously deprecated Date Helper function standard_date()Andrey Andreev1-100/+0
2016-12-01Remove tests broken by the func removals from last few commitsAndrey Andreev2-32/+1
2016-12-01Merge branch '3.1-stable' into developAndrey Andreev1-0/+8
2016-11-23Fix #4917Andrey Andreev1-0/+8
2016-11-01small typoGeorge PETCULESCU1-1/+1
2016-11-01added tests for ordinal_format() helper function (Inflector helper)George PETCULESCU1-0/+19
2016-10-28Merge branch '3.1-stable' into developAndrey Andreev1-0/+6
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-20FV: throw BadMethodCallException when set_rules() called withoutAndrey Andreev1-0/+6
2016-09-27Fix entity_decode() issueAndrey Andreev1-0/+6
2016-08-22Merge branch '3.1-stable' into developAndrey Andreev2-2/+14
2016-08-22Skip mcrypt-related testcases on PHP 7.1Andrey Andreev2-2/+14
ext/mcrypt is deprecated and the test cases in question trigger E_DEPRECATED messages as a result.
2016-08-10Merge branch '3.1-stable' into developAndrey Andreev11-242/+24
2016-08-10Add changelog entry and a test case for #4758Andrey Andreev1-0/+3
2016-08-10Use getMockBuilder() in PHPUnit instead of the deprecated getMock()Andrey Andreev8-17/+17
2016-07-28Remove dead code written for PHP 5.2Andrey Andreev4-225/+4
2016-07-26Merge branch '3.1-stable' into developAndrey Andreev3-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-25Merge pull request #4725 from tianhe1986/develop_url_encode_case_insensitiveAndrey Andreev1-0/+12
Fix remove_invisible_characters() for URL-encoded characters in upper case
2016-07-22Replace url_encoded invisible characters case-insensitively.tianhe19861-0/+12
Signed-off-by: tianhe1986 <w1s2j3229@163.com>
2016-07-19Fix #4679Andrey Andreev1-0/+6
2016-05-25Fix #4639Andrey Andreev1-2/+13
Really fix #4633
2016-05-17Fix #4633Andrey Andreev1-1/+1
2016-04-28Fix #4605Andrey Andreev1-0/+2
2016-03-12Merge branch '3.0-stable' into developAndrey Andreev1-0/+10
2016-03-12Fix #4516Andrey Andreev1-0/+10
2016-03-11Merge branch '3.0-stable' into developAndrey Andreev3-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-07Fix #4475Andrey Andreev1-2/+4
2016-02-11Skip CI_Log tests on PHP 5.2Andrey Andreev1-1/+10
We still run those (with failures enabled) and that test breaks them
2016-02-11Fix #4449Andrey Andreev1-2/+25
2016-02-09[ci skip] WhitespaceAndrey Andreev1-1/+1
2016-02-09[ci skip] WhitespaceAndrey Andreev1-1/+1
2016-02-09Merge branch '3.0-stable' into developAndrey Andreev3-0/+91
Fixed conflicts: user_guide_src/source/overview/at_a_glance.rst
2016-02-09Add CI_Log test casesAndrey Andreev1-0/+64
2016-02-05Fix another regression caused by 805eddaefd9503b5dbbd924bd6da66e29c4768f3Andrey Andreev1-0/+20
Also added a unit test for #4431
2016-01-30Fix #4415 and add unit tests for https://bugs.php.net/bug.php?id=51192Andrey Andreev1-0/+7
2016-01-11Polish changes from PR #4269Andrey Andreev1-12/+20
2016-01-11Merge branch 'develop' of github.com:sebastienadam/CodeIgniter into ↵Andrey Andreev1-1/+5
feature/html_meta
2016-01-11Merge branch '3.0-stable' into developAndrey Andreev1-1/+1