Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2022-03-03 | Merge branch '3.1-stable' into develop | Andrey Andreev | 1 | -1/+2 | |
2022-03-02 | [ci skip] Update copyright notices | Andrey Andreev | 1 | -1/+2 | |
2022-01-05 | Drop more deprecated functionality | Andrey Andreev | 1 | -5/+0 | |
2022-01-05 | Merge branch '3.1-stable' into develop | Andrey Andreev | 1 | -1/+1 | |
2022-01-05 | Fix some minor PHP 8.1 deprecation warnings | Andrey Andreev | 1 | -1/+1 | |
2020-07-09 | [ci skip] Merge pull request #5970 from sapics/fix/user-guide-url | Andrey Andreev | 1 | -1/+1 | |
Fix user guide url | |||||
2020-06-24 | Fix user guide url | sapics | 1 | -1/+1 | |
Replace from https://codeigniter.com/user_guide/* to https://codeigniter.com/userguide3/* | |||||
2019-09-19 | Merge branch '3.1-stable' into develop | Andrey Andreev | 1 | -0/+7 | |
Conflicts resolved: system/core/CodeIgniter.php system/libraries/Cache/drivers/Cache_redis.php system/libraries/Session/drivers/Session_redis_driver.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 | |||||
2019-05-10 | [ci skip] Fix #5755 | Andrey Andreev | 1 | -0/+7 | |
2019-01-04 | Merge pull request #5659 from aanbar/validation_reset_data | Andrey Andreev | 1 | -1/+1 | |
Fix #5605 | |||||
2019-01-04 | Merge pull request #5659 from aanbar/validation_reset_data | Andrey Andreev | 1 | -1/+1 | |
Fix #5605 | |||||
2019-01-02 | Merge pull request #5662 from jim-parry/copyright2019 | Instructor, BCIT | 1 | -3/+3 | |
Update copyright date to 2019 | |||||
2018-12-27 | Update copyright date to 2019 | Jim Parry | 1 | -2/+2 | |
2018-12-24 | if we are not validating an array & the post data contains an array then ↵ | Ahmad Anbar | 1 | -1/+1 | |
nullify the post data for the field | |||||
2018-08-22 | [ci skip] Drop a dead return statement | Andrey Andreev | 1 | -1/+0 | |
2018-08-22 | [ci skip] Add exceptions for 2 error cases in FV set_rules() | Andrey Andreev | 1 | -1/+2 | |
2018-06-12 | Merge pull request #5510 from johndekroon/develop | Andrey Andreev | 1 | -1/+5 | |
Only use the output of idn_to_ascii() if it worked properly | |||||
2018-06-12 | Merge pull request #5510 from johndekroon/develop | Andrey Andreev | 1 | -1/+5 | |
Only use the output of idn_to_ascii() if it worked properly | |||||
2018-06-11 | Fixing codestyle | John de Kroon | 1 | -1/+1 | |
2018-05-25 | Only use the output of idn_to_ascii() if it worked properly | John de Kroon | 1 | -1/+5 | |
2018-05-18 | http:// to https:// | Mehdi Bounya | 1 | -2/+2 | |
2018-01-22 | Merge branch '3.1-stable' into develop | Andrey Andreev | 1 | -1/+4 | |
Conflicts resolved: system/libraries/Email.php system/libraries/Form_validation.php | |||||
2018-01-22 | Fix a bug where INTL_IDNA_VARIANT_UTS46 was used while undeclared | Andrey Andreev | 1 | -1/+1 | |
The constant was introduced in PHP 5.4, and is documented that way, but it actually depends on PHP being linked to ICU 4.6+, while the minimum requirement for compilation is 4.0 ... When this happens on PHP 7.2, an E_DEPRECATED notice will be emitted; there's currently a discussion on php-internals to resolve that issue. | |||||
2018-01-09 | [ci skip] Merge pull request #5376 from jim-parry/copyright-update | Andrey Andreev | 1 | -2/+2 | |
Annual copyright update Conflicts resolved: system/libraries/Cache/drivers/Cache_apcu.php | |||||
2018-01-09 | Annual copyright update | Master Yoda | 1 | -2/+2 | |
2017-11-09 | More on #5003 | Andrey Andreev | 1 | -2/+4 | |
2017-11-09 | Merge branch '3.1-stable' into develop | Andrey Andreev | 1 | -1/+1 | |
2017-11-09 | [ci skip] Fix patch for #5300 | Andrey Andreev | 1 | -1/+1 | |
2017-10-16 | Merge branch '3.1-stable' into develop | Andrey Andreev | 1 | -1/+1 | |
2017-10-16 | [ci skip] Use INTL_IDNA_VARIANT_UCS46 to convert non-ASCII domain names in ↵ | Andrey Andreev | 1 | -1/+2 | |
emails Close #5300 | |||||
2017-10-06 | Fix issue 5202 | Zach Ploskey | 1 | -0/+2 | |
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-06-22 | Implement #2436 (access to FV processed data) | Andrey Andreev | 1 | -29/+25 | |
2017-06-21 | Implement #193: Validating entire arrays in a single function call | Andrey Andreev | 1 | -8/+12 | |
2017-06-19 | Merge branch '3.1-stable' into develop | Andrey Andreev | 1 | -2/+2 | |
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 | -2/+2 | |
2017-01-06 | Fix FV's valid_mac() on PHP 5.4 | Andrey Andreev | 1 | -1/+1 | |
2017-01-06 | Add valid_mac() FV rule | Andrey Andreev | 1 | -0/+25 | |
Close #3992 | |||||
2017-01-03 | Update copyright data to 2017 | Master Yoda | 1 | -2/+2 | |
2016-12-31 | Update copyright data to 2017 | Master Yoda | 1 | -2/+2 | |
2016-12-01 | Remove previously deprecated FV Library method/rule prep_for_form() | Andrey Andreev | 1 | -32/+0 | |
2016-10-28 | Merge branch '3.1-stable' into develop | Andrey Andreev | 1 | -2/+2 | |
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 | -1/+5 | |
2016-08-29 | Fix #4787 | Andrey Andreev | 1 | -2/+2 | |
2016-08-11 | Removed useless checks | Vivek Dinesh | 1 | -6/+1 | |
Based on GitHub discussion. Signed-off-by: Vivek Dinesh <vivekdinesh5@gmail.com> | |||||
2016-08-11 | URI schemes are not case-sensitive | Vivek Dinesh | 1 | -2/+2 | |
Signed-off-by: Vivek Dinesh <vivekdinesh5@gmail.com> | |||||
2016-08-10 | Merge pull request #4758 from butane/uri_scheme_case | Andrey Andreev | 1 | -1/+1 | |
URI schemes are not case-sensitive | |||||
2016-07-28 | Remove dead code written for PHP 5.2 | Andrey Andreev | 1 | -12/+1 | |
2016-05-25 | Fix #4639 | Andrey Andreev | 1 | -0/+11 | |
Really fix #4633 | |||||
2016-05-17 | Fix #4633 | Andrey Andreev | 1 | -71/+61 | |
2016-03-16 | Fix a Form_validation bug that unnecessarily modifes $_POST | Andrey Andreev | 1 | -1/+1 | |