Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
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 | |
2016-03-16 | Simplify a bit of internal code in CI_Form_validation | Andrey Andreev | 1 | -18/+2 | |
2016-03-12 | [ci skip] Deprecate prep_for_form() in Form_validation | Andrey Andreev | 1 | -3/+4 | |
2016-03-12 | A small memory optimization to CI_Form_validation | Andrey Andreev | 1 | -3/+3 | |
2016-03-12 | Fix #4516 | Andrey Andreev | 1 | -1/+4 | |
2016-02-09 | Rename back a variable changed by the last PR merge | Andrey Andreev | 1 | -4/+4 | |
Because. | |||||
2016-02-09 | Merge pull request #4342 from jspreddy/sai/form_validation_refactor | Andrey Andreev | 1 | -30/+36 | |
Abstract error message fetching in Form_validation | |||||
2016-01-30 | Fix #4415 and add unit tests for https://bugs.php.net/bug.php?id=51192 | Andrey Andreev | 1 | -0/+8 | |
2016-01-11 | [ci skip] Update ellislab.com links to https too | Andrey Andreev | 1 | -1/+1 | |
2016-01-11 | [ci skip] Update codeigniter.com links to https | Andrey Andreev | 1 | -2/+2 | |
2016-01-11 | [ci skip] Bump year to 2016 | Andrey Andreev | 1 | -2/+2 | |
2015-12-14 | Fix #4312 | Andrey Andreev | 1 | -6/+3 | |
2015-09-29 | Merge pull request #4126 from zoaked/patch-1 | Andrey Andreev | 1 | -1/+0 | |
Persist config file rules when using FV reset_validation() | |||||
2015-09-10 | Change form validation library to allow the pipe character within square ↵ | rich | 1 | -1/+1 | |
brackets | |||||
2015-06-15 | Fix #3908 | Andrey Andreev | 1 | -1/+1 | |
2015-06-11 | Fix #3904 | Andrey Andreev | 1 | -0/+6 | |
2015-06-10 | Fix #3903 | Andrey Andreev | 1 | -3/+2 | |
2015-04-29 | Fix #3816 | Andrey Andreev | 1 | -1/+1 | |
2015-04-14 | Fix #3771 | Andrey Andreev | 1 | -10/+4 | |
2015-04-06 | Disallow empty FV rules ... for consistency | Andrey Andreev | 1 | -7/+5 | |
Related: #3736 | |||||
2015-03-13 | Close #3663 | Andrey Andreev | 1 | -1/+1 | |
2015-03-09 | Reduce once MB_ENABLED checking | bjjay | 1 | -9/+3 | |
The checking is done in the compat file system/core/compat/mbstring.php | |||||
2015-01-28 | [ci skip] Correct a docblock following PR #3521 | Andrey Andreev | 1 | -1/+1 | |
2015-01-28 | change in to in_list | Lance Vincent | 1 | -1/+1 | |
2015-01-28 | Form Validation - In Method | Lance Vincent | 1 | -0/+14 | |
2015-01-28 | Form Validation - In Method | Lance Vincent | 1 | -0/+16 | |
Returns true if a given value matches any of the specified list | |||||
2015-01-21 | Remove closing blocks at end of PHP files | vlakoff | 1 | -3/+0 | |
2015-01-20 | [ci skip] Change some log messages' level | Andrey Andreev | 1 | -1/+1 | |
'Class Loaded' type of messages flood log files when log_threshold is set to 2 (debug). They're now logged as 'info' level. This is manually applying PR #1528, which was created to do the same thing, but became outdated. | |||||
2015-01-12 | Updated to use the language file | Ahmad Anbar | 1 | -1/+1 | |
2015-01-11 | Show the name of the field that doesn't have error message set. | Ahmad Anbar | 1 | -1/+1 | |
2015-01-09 | Bulk (mostly documentation) update | Andrey Andreev | 1 | -3/+3 | |
- Remove PHP version from license notices - Bump year number in copyright notices - Recommend PHP 5.4 or newer to be used - Tell Travis-CI to test on PHP 5.3.0 instead of the latest 5.3 version Related: #3450 | |||||
2015-01-05 | Remove CI_Form_validation::xss_clean() | Andrey Andreev | 1 | -13/+0 | |
More details in the commit diff itself, and here: https://github.com/benedmunds/CodeIgniter-Ion-Auth/issues/683#issuecomment-66598821 | |||||
2014-10-27 | [ci skip] Switch to MIT license; close #3293 | Andrey Andreev | 1 | -14/+25 | |
2014-09-08 | Add 'named callable' rules to Form validation library | Andrey Andreev | 1 | -4/+16 | |
Requested in issue #3183 Supersedes PR #3220 | |||||
2014-06-07 | Fix #3085 | Andrey Andreev | 1 | -17/+19 | |
2014-06-01 | Fix wrong variable name | Andrey Andreev | 1 | -2/+2 | |
2014-05-31 | Add support for non-ASCII domain names in FV & Email classes' valid_email() | Andrey Andreev | 1 | -0/+5 | |
Depends on the Intl extension | |||||
2014-05-20 | [ci skip] Fix error notices in FV when trying to lookup error msgs for closures | Andrey Andreev | 1 | -14/+18 | |
2014-04-09 | Minor changes in FV, Trackback | Andrey Andreev | 1 | -25/+8 | |
2014-03-10 | Fix #2928, #2929 | Andrey Andreev | 1 | -1/+2 | |
2014-03-10 | Add support for callable form validation rules | Andrey Andreev | 1 | -34/+67 | |
2014-02-11 | 2013 > 2014 | darwinel | 1 | -1/+1 | |
Update copyright notices from 2013 to 2014. And update one calendar example in user_guide from year 2013/2014 to 2014/2015. | |||||
2014-02-08 | Method chaining support for FV set_data(), reset_validation() | Andrey Andreev | 1 | -2/+5 | |
2014-01-09 | Fixed the comment and array alignment. | Ahmedul Haque Abid | 1 | -2/+2 | |