Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2018-06-22 | Adding unit test. | tianhe1986 | 1 | -0/+34 | |
Signed-off-by: tianhe1986 <w1s2j3229@163.com> | |||||
2018-05-18 | http:// to https:// | Mehdi Bounya | 3 | -5/+5 | |
2018-04-24 | Merge branch '3.1-stable' into develop | Andrey Andreev | 1 | -1/+1 | |
2018-04-24 | Fix test_like_set_side() unit test (dataProvider wasn't working) | Andrey Andreev | 1 | -2/+2 | |
2018-04-14 | Merge pull request #5464 from ytetsuro/fix/#5462/like-before-bug | Andrey Andreev | 1 | -0/+23 | |
Fixed issue #5462 Query Builder LIKE BEFORE doesnt work | |||||
2018-04-14 | fix: change to the old array() notation | ytetsuro | 1 | -6/+6 | |
2018-04-03 | feat: add test code | ytetsuro | 1 | -0/+23 | |
2017-12-27 | Merge pull request #5367 from carusogabriel/clean-elses | Andrey Andreev | 1 | -4/+2 | |
Clean elses | |||||
2017-12-27 | Merge pull request #5367 from carusogabriel/clean-elses | Andrey Andreev | 1 | -4/+2 | |
Clean elses | |||||
2017-12-20 | Merge pull request #5354 from carusogabriel/refactoring-tests | Andrey Andreev | 23 | -76/+75 | |
Refactoring tests Conflicts resolved: tests/codeigniter/core/Utf8_test.php tests/codeigniter/database/query_builder/group_test.php tests/codeigniter/libraries/Form_validation_test.php | |||||
2017-12-20 | Clean elses | Gabriel Caruso | 1 | -4/+2 | |
2017-12-20 | Refactoring tests | Gabriel Caruso | 23 | -78/+78 | |
2017-11-15 | Merge branch '3.1-stable' into develop | Andrey Andreev | 1 | -0/+9 | |
Note: This intentionally reverts ee8324368f2844aae0d558f1d194419a2181c281 | |||||
2017-11-10 | Fix #5331 | Andrey Andreev | 1 | -0/+9 | |
2017-10-16 | Merge branch '3.1-stable' into develop | Andrey Andreev | 1 | -1/+2 | |
2017-10-12 | Merge pull request #5289 from zploskey/cleanup_form_validation_tests | Andrey Andreev | 1 | -19/+21 | |
Clean up form validation tests | |||||
2017-10-11 | Clean up form validation tests | Zach Ploskey | 1 | -21/+21 | |
Remove a number unnecessary calls to reset_validation(). A new form_validation object is already initialized for every test in set_up(), so these lines do nothing unless multiple validations are done in the same test. Explicitly empty the $_POST array after each test that modifies it. Signed-off-by: Zach Ploskey <zach@ploskey.com> | |||||
2017-10-06 | Fix issue 5202 | Zach Ploskey | 1 | -0/+14 | |
Fix attempting to access data_ref before it is defined when validating an array input with multiple explicitly specified keys. Adds a test for the issue. Signed-off-by: Zach Ploskey <zach@ploskey.com> | |||||
2017-09-29 | Add testcase and changelog entry for #5278 | Andrey Andreev | 1 | -2/+3 | |
2017-09-25 | Merge branch '3.1-stable' into develop | Andrey Andreev | 1 | -1/+1 | |
2017-06-28 | #5164 fix for stock libraries | Andrey Andreev | 1 | -1/+1 | |
2017-06-22 | Implement #2436 (access to FV processed data) | Andrey Andreev | 1 | -0/+18 | |
2017-06-21 | Implement #193: Validating entire arrays in a single function call | Andrey Andreev | 1 | -1/+7 | |
2017-06-21 | Add unit test. | tianhe1986 | 1 | -1/+20 | |
Signed-off-by: tianhe1986 <w1s2j3229@163.com> | |||||
2017-06-19 | Merge branch '3.1-stable' into develop | Andrey Andreev | 1 | -0/+1 | |
Conflicts resolved: system/core/CodeIgniter.php tests/codeigniter/libraries/Form_validation_test.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 | |||||
2017-06-19 | [ci skip] Fix a bug in FV valid_email() | Andrey Andreev | 1 | -1/+1 | |
2017-06-15 | Merge pull request #5155 from tianhe1986/develop_count_ignore_limit | Andrey Andreev | 1 | -0/+10 | |
Fix CI_DB_query_builder::count_all_results() returning wrong count with LIMIT/OFFSET | |||||
2017-06-15 | Getting right num of rows with LIMIT usage. | tianhe1986 | 1 | -1/+1 | |
Signed-off-by: tianhe1986 <w1s2j3229@163.com> | |||||
2017-06-15 | Adding unit test. | tianhe1986 | 1 | -0/+10 | |
Signed-off-by: tianhe1986 <w1s2j3229@163.com> | |||||
2017-03-24 | Merge branch '3.1-stable' into develop | Andrey Andreev | 4 | -12/+36 | |
Conflicts resolved: system/core/CodeIgniter.php system/core/Common.php system/core/Input.php system/helpers/cookie_helper.php tests/codeigniter/helpers/html_helper_test.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/input.rst | |||||
2017-03-06 | Fix #5044; add unit tests for img() HTML helper | Andrey Andreev | 2 | -5/+19 | |
2017-02-21 | [ci skip] Reduce excessive indentation in QB group_by(), having() tests | Andrey Andreev | 1 | -33/+32 | |
2017-02-21 | Use less indentation. | tianhe1986 | 1 | -22/+22 | |
Signed-off-by: tianhe1986 <w1s2j3229@163.com> | |||||
2017-02-13 | Add unit test. | tianhe1986 | 1 | -0/+70 | |
Signed-off-by: tianhe1986 <w1s2j3229@163.com> | |||||
2017-01-19 | Fix byte-safety issues & actually test for them | Andrey Andreev | 2 | -8/+18 | |
2017-01-17 | [ci skip] Merge pull request #4986 from ka7/feature/spelling | Andrey Andreev | 1 | -1/+1 | |
Spelling fixes in comment blocks and docs | |||||
2017-01-16 | spelling fixes | klemens | 1 | -1/+1 | |
2017-01-10 | Merge branch '3.1-stable' into develop | Andrey Andreev | 2 | -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-10 | Add a testcase and changelog entry for #4975 | Andrey Andreev | 1 | -2/+4 | |
2017-01-06 | Add valid_mac() FV rule | Andrey Andreev | 1 | -2/+13 | |
Close #3992 | |||||
2017-01-04 | Fix an XSS vulnerability | Andrey Andreev | 1 | -0/+5 | |
2016-12-14 | Move csrf_verify() call out of CI_Input | Andrey Andreev | 8 | -58/+34 | |
2016-12-14 | Isolate CI_Security instantiation from CI_Input; improve tests | Andrey Andreev | 10 | -72/+69 | |
2016-12-14 | Drop all PHP 5.3-related code | Andrey Andreev | 1 | -32/+0 | |
2016-12-14 | Finally drop CI_Input::_sanitize_globals() | Andrey Andreev | 1 | -18/+1 | |
Close #4101 | |||||
2016-12-12 | Remove previously deprecated Cart Library | Andrey Andreev | 1 | -1/+0 | |
2016-12-08 | Merge pull request #4932 from rhynodesigns/patch-1 | Andrey Andreev | 1 | -2/+2 | |
[ci skip] Fix a comment typo in unit tests | |||||
2016-12-08 | Spelling: convinient -> convenient | Ryan McAllen | 1 | -2/+2 | |
2016-12-01 | Remove previously deprecated FV Library method/rule prep_for_form() | Andrey Andreev | 1 | -14/+0 | |
2016-12-01 | Remove previously deprecated Form Helper function form_prep() | Andrey Andreev | 1 | -16/+0 | |