Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
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 | |
Signed-off-by: Sajan Parikh <sajan@noppix.com> | |||||
2013-02-02 | Added Form Validation rule for alphanum + spaces. | Sajan Parikh | 1 | -0/+15 | |
Signed-off-by: Sajan Parikh <sajan@noppix.com> | |||||
2013-01-14 | Replace is_null() with === / !== NULL | vlakoff | 1 | -3/+3 | |
Exact same behavior, but faster. I also think it's more readable. | |||||
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 ↵ | Andrew Podner | 1 | -4/+4 | |
method that returns $this to @return CI_DB_class_name) | |||||
2012-12-14 | Fix issue #539 | Andrey Andreev | 1 | -4/+10 | |
Form validation language line keys were not prefixed. They are now prefixed with 'form_validation_' in order to avoid collisions. The old keys will still work if a prefixed match is not found, but are DEPRECATED and will be removed in the next major version. Also added upgrade notes and changelog entries for the new error message format from PR #961. | |||||
2012-12-12 | Format tweaks | Eric Roberts | 1 | -2/+2 | |
Signed-off-by: Eric Roberts <eric@cryode.com> | |||||
2012-12-12 | Merge branch 'refs/heads/develop' into feature/form_error_msgs | Eric Roberts | 1 | -90/+239 | |
Conflicts: system/language/english/form_validation_lang.php user_guide_src/source/libraries/form_validation.rst Signed-off-by: Eric Roberts <eric@cryode.com> | |||||
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 | |
Makes it easier to access the data after validation (issue #1208) | |||||
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 | |
sscanf() is lightning fast, but doesn't have such thing as greediness and this breaks rule parameters containing a closing square bracket. | |||||
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 | |
Also partially fixes issue #1295, fixes inconsistencies in some page-level docblocks and adds include checks in language files. | |||||
2012-11-01 | Fix issue #1953 (form values being escaped twice) | Andrey Andreev | 1 | -5/+5 | |
Re-instaing an improved form_prep() function, reverting most of the changes from 74ffd17ab06327ca62ddfe28a186cae7ba6bd459. | |||||
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 | |
Added new validation rule 'differs'. It checks if the value of a field differs from the value of another field. | |||||
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 | |
2012-06-18 | Fix issue #1328 | Andrey Andreev | 1 | -1/+6 | |
2012-06-15 | Optimize encode_php_tags() | Andrey Andreev | 1 | -1/+1 | |
2012-06-15 | some optimizations | Michiel Vugteveen | 1 | -9/+21 | |
2012-06-14 | fixed other functions | Michiel Vugteveen | 1 | -4/+4 | |
2012-06-14 | fix | Michiel Vugteveen | 1 | -6/+4 | |
2012-06-14 | exact length passed as string needs to be casted to int | Michiel Vugteveen | 1 | -1/+3 | |
2012-06-12 | Modified Form Validation class's set_rules() so it can now handle an array ↵ | Kevin Wood-Friend | 1 | -0/+6 | |
of rules, instead of just a string | |||||
2012-06-10 | Merge branch 2.1-stable into develop | Andrey Andreev | 1 | -2/+3 | |
2012-06-02 | Replaced `==` with `===` and `!=` with `!==` in /system/libraries | Alex Bilbie | 1 | -18/+18 | |
2012-05-17 | Clean up the libraries | Andrey Andreev | 1 | -33/+27 | |
2012-05-13 | Improve the solution for issue #1342 | Andrey Andreev | 1 | -1/+1 | |
2012-05-09 | Fix issue #1342 | Andrey Andreev | 1 | -1/+1 | |
2012-05-02 | Fixing some typos. | George Petsagourakis | 1 | -1/+1 | |
2012-04-20 | Start comment cleanup of libraries | Timothy Warren | 1 | -4/+79 | |
2012-04-15 | Merge branch 'develop' of https://github.com/EllisLab/CodeIgniter into ↵ | Eric Roberts | 1 | -178/+211 | |
feature/form_error_msgs Conflicts: system/language/english/form_validation_lang.php | |||||
2012-04-03 | Another form_validation fix | Andrey Andreev | 1 | -2/+0 | |
2012-04-03 | Fix some stuff broken during repo sync | Andrey Andreev | 1 | -3/+3 | |