summaryrefslogtreecommitdiffstats
path: root/tests/codeigniter
AgeCommit message (Expand)AuthorFilesLines
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
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
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
2016-07-25Merge pull request #4725 from tianhe1986/develop_url_encode_case_insensitiveAndrey Andreev1-0/+12
2016-07-22Replace url_encoded invisible characters case-insensitively.tianhe19861-0/+12
2016-07-19Fix #4679Andrey Andreev1-0/+6
2016-05-25Fix #4639Andrey Andreev1-2/+13
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
2016-03-07Fix #4475Andrey Andreev1-2/+4
2016-02-11Skip CI_Log tests on PHP 5.2Andrey Andreev1-1/+10
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
2016-02-09Add CI_Log test casesAndrey Andreev1-0/+64
2016-02-05Fix another regression caused by 805eddaefd9503b5dbbd924bd6da66e29c4768f3Andrey Andreev1-0/+20
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 feature/h...Andrey Andreev1-1/+5
2016-01-11Merge branch '3.0-stable' into developAndrey Andreev1-1/+1
2016-01-11Alter a valid URL testAndrey Andreev1-1/+1
2015-12-14Adjust test case for changes from 85bc9fc53e4c3e46b2f4e1b1eac7e2828d4869e6Andrey Andreev1-2/+0
2015-12-01Modified as asked after pull request:Sébastien Adam1-1/+5
2015-11-09Merge pull request #4225 from zhanghongyi/loader-testAndrey Andreev1-4/+25
2015-11-09Merge pull request #4225 from zhanghongyi/loader-testAndrey Andreev1-4/+25
2015-11-09modify and add test cases for Loader class to test more exceptionsHongyi Zhang1-4/+25
2015-10-31Prevent Host header injectionsAndrey Andreev1-30/+17