Age | Commit message (Expand) | Author | Files | Lines |
2014-01-09 | Fixed the comment and array alignment. | Ahmedul Haque Abid | 1 | -2/+2 |
2014-01-09 | Added space after 'if' condition | Ahmedul Haque Abid | 1 | -1/+1 |
2014-01-09 | Changed the rest of 'error_msg' to 'errors' | Ahmedul Haque Abid | 1 | -6/+6 |
2014-01-09 | Added the missing "is" in the comment | Ahmedul Haque Abid | 1 | -1/+1 |
2014-01-09 | Updated comment messages. | Ahmedul Haque Abid | 1 | -2/+2 |
2014-01-09 | Removed extra space between closing parenthesis. | Ahmedul Haque Abid | 1 | -1/+1 |
2014-01-09 | Fixed a missed variable $errors in set_rules(). | Ahmedul Haque Abid | 1 | -1/+1 |
2014-01-09 | Changed $error_msg to $errors | Ahmedul Haque Abid | 1 | -4/+4 |
2014-01-08 | Added custom error messages functionality for individual fields. | Ahmedul Haque Abid | 1 | -4/+20 |
2014-01-07 | Fix #2143 | Andrey Andreev | 1 | -9/+6 |
2014-01-06 | [ci skip] Fix a docblock typo | Andrey Andreev | 1 | -1/+1 |
2014-01-06 | Make CI_Form_validation::error()'s first parameter mandatory and add a typehi... | Andrey Andreev | 1 | -6/+6 |
2013-10-23 | Fix issue #2695 | Andrey Andreev | 1 | -4/+18 |
2013-07-21 | change empty function to Identical comparison operator | Hashem Qolami | 1 | -2/+2 |
2013-07-21 | Fix Form Validation issue with text inputs which have array as name | Hashem Qolami | 1 | -2/+2 |
2013-06-28 | Fix #2498 | Andrey Andreev | 1 | -1/+1 |
2013-03-21 | Added array notation for keys in Input library | nisheeth-barthwal | 1 | -0/+15 |
2013-02-15 | Various cosmetic fixes | vlakoff | 1 | -1/+1 |
2013-02-08 | Fix issue #2230 | Andrey Andreev | 1 | -3/+3 |
2013-02-04 | Cleaned up for pull request. | Sajan Parikh | 1 | -3/+1 |
2013-02-02 | Added Form Validation rule for alphanum + spaces. | Sajan Parikh | 1 | -0/+15 |
2013-01-14 | Replace is_null() with === / !== NULL | vlakoff | 1 | -3/+3 |
2013-01-01 | [ci skip] Happy new year | Andrey Andreev | 1 | -1/+1 |
2012-12-17 | update for Issue #2064 (changed docblocks which return $this or only call a m... | Andrew Podner | 1 | -4/+4 |
2012-12-14 | Fix issue #539 | Andrey Andreev | 1 | -4/+10 |
2012-12-12 | Format tweaks | Eric Roberts | 1 | -2/+2 |
2012-12-12 | Merge branch 'refs/heads/develop' into feature/form_error_msgs | Eric Roberts | 1 | -90/+239 |
2012-12-03 | [ci skip] Cleaned some spaces | Andrey Andreev | 1 | -1/+1 |
2012-11-26 | Add 'valid_url' rule to Form Validation (issue #1966) | Andrey Andreev | 1 | -0/+42 |
2012-11-26 | Switch CI_Form_validation:: to public | Andrey Andreev | 1 | -1/+1 |
2012-11-23 | [ci skip] Remove a lone semicolon (rel 2d48b4f1a174473fa0539769a433ba78305c0faa) | Andrey Andreev | 1 | -1/+1 |
2012-11-23 | Fix #113 | Andrey Andreev | 1 | -1/+2 |
2012-11-15 | Revert a change from 7a7ad782b2f125622509a77c5a6f94ad4ae0f93c | Andrey Andreev | 1 | -1/+5 |
2012-11-12 | Some micro-optimizations | Andrey Andreev | 1 | -15/+5 |
2012-11-03 | Fix #1957 | Andrey Andreev | 1 | -3/+8 |
2012-11-01 | Manually apply PR #1594 (fixing phpdoc page-level generation/warnings) | Andrey Andreev | 1 | -1/+2 |
2012-11-01 | Fix issue #1953 (form values being escaped twice) | Andrey Andreev | 1 | -5/+5 |
2012-10-26 | Fix #1624 and clear-up the form validation docs (manually applying #1603) | Andrey Andreev | 1 | -5/+5 |
2012-10-11 | [ci skip] Minor changes following PR #1871 | Andrey Andreev | 1 | -0/+1 |
2012-10-11 | New form_validation rule: 'differs' | Raul Baldner Junior | 1 | -0/+13 |
2012-10-10 | mbstring related changes | Andrey Andreev | 1 | -6/+0 |
2012-07-08 | #1558 | Andrey Andreev | 1 | -0/+6 |
2012-06-27 | valid_email() to always return boolean | Andrey Andreev | 1 | -1/+1 |
2012-06-27 | Correct variable names | Timothy Warren | 1 | -1/+1 |
2012-06-27 | Update other email validation methods | Timothy Warren | 1 | -1/+1 |
2012-06-27 | Use ctype_* functions in Form_validation instead of PCRE when possible | Andrey Andreev | 1 | -4/+4 |
2012-06-26 | Correct solution to #1533 | Andrey Andreev | 1 | -1/+1 |
2012-06-26 | Fix issue #427 | Andrey Andreev | 1 | -1/+1 |
2012-06-26 | Fix issue #1533 | Andrey Andreev | 1 | -1/+1 |
2012-06-21 | Fix issue #79 | Andrey Andreev | 1 | -2/+1 |