summaryrefslogtreecommitdiffstats
path: root/tests/codeigniter
AgeCommit message (Expand)AuthorFilesLines
2017-06-15Getting right num of rows with LIMIT usage.tianhe19861-1/+1
2017-06-15Adding unit test.tianhe19861-0/+10
2017-03-24Merge branch '3.1-stable' into developAndrey Andreev2-2/+28
2017-03-06Fix #5044; add unit tests for img() HTML helperAndrey Andreev1-1/+15
2017-02-21[ci skip] Reduce excessive indentation in QB group_by(), having() testsAndrey Andreev1-33/+32
2017-02-21Use less indentation.tianhe19861-22/+22
2017-02-13Add unit test.tianhe19861-0/+70
2017-01-19Fix byte-safety issues & actually test for themAndrey Andreev1-2/+14
2017-01-17[ci skip] Merge pull request #4986 from ka7/feature/spellingAndrey Andreev1-1/+1
2017-01-16spelling fixesklemens1-1/+1
2017-01-10Merge branch '3.1-stable' into developAndrey Andreev2-2/+9
2017-01-10Add a testcase and changelog entry for #4975Andrey Andreev1-2/+4
2017-01-06Add valid_mac() FV ruleAndrey Andreev1-2/+13
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
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