Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
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-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 | |
2016-12-01 | Remove previously deprecated File Helper function read_file() | Andrey Andreev | 1 | -14/+1 | |
2016-12-01 | Remove previously deprecates String Helper functions trim_slashes(), repeater() | Andrey Andreev | 1 | -31/+1 | |
2016-12-01 | Remove previously deprecated HTML helper functions br(), nbs() | Andrey Andreev | 1 | -15/+1 | |
2016-12-01 | Remove previously deprecated Security Helper function do_hash() | Andrey Andreev | 1 | -25/+1 | |
2016-12-01 | Remove previously deprecated Date Helper function standard_date() | Andrey Andreev | 1 | -100/+0 | |
2016-12-01 | Remove tests broken by the func removals from last few commits | Andrey Andreev | 2 | -32/+1 | |
2016-12-01 | Merge branch '3.1-stable' into develop | Andrey Andreev | 1 | -0/+8 | |
2016-11-23 | Fix #4917 | Andrey Andreev | 1 | -0/+8 | |
2016-11-01 | small typo | George PETCULESCU | 1 | -1/+1 | |
2016-11-01 | added tests for ordinal_format() helper function (Inflector helper) | George PETCULESCU | 1 | -0/+19 | |
2016-10-28 | Merge branch '3.1-stable' into develop | Andrey Andreev | 1 | -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-20 | FV: throw BadMethodCallException when set_rules() called without | Andrey Andreev | 1 | -0/+6 | |
2016-09-27 | Fix entity_decode() issue | Andrey Andreev | 1 | -0/+6 | |
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 | 12 | -248/+24 | |
2016-08-10 | Add changelog entry and a test case for #4758 | Andrey Andreev | 1 | -0/+3 | |