summaryrefslogtreecommitdiffstats
path: root/user_guide_src/source/libraries/form_validation.rst
AgeCommit message (Collapse)AuthorFilesLines
2013-02-04Cleaned up for pull request.Sajan Parikh1-2/+2
Signed-off-by: Sajan Parikh <sajan@noppix.com>
2013-02-02Fixed documentation.Sajan Parikh1-2/+4
Signed-off-by: Sajan Parikh <sajan@noppix.com>
2013-01-09Syntax fixes in documentation sourcevlakoff1-2/+2
2013-01-03doc: fix table markup in previous commitAlan Jenkins1-3/+3
"These "border lines" need to have a length higher or equal to the longest line in the table that would be generated, so you'll have to update them as well." - narfbg
2012-12-16doc: xss_clean() method is in Security, not InputAlan Jenkins1-2/+2
The Input doc does talk about xss filtering, but they refer you to Security for details, which is where the function is actually defined. It gives more detail about what the function is supposed to do, and avoids some irrelevance. It's probably not a big deal; it just looks wrong. It _might_ have been responsible for [confusion](http://stackoverflow.com/questions/13570522/this-input-xss-cleandata-giving-fatal-error-with-codeigniter) sometimes.
2012-12-14Fix issue #539Andrey Andreev1-75/+77
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-13Remove slash!Eric Roberts1-1/+1
Signed-off-by: Eric Roberts <eric@cryode.com>
2012-12-12Format tweaksEric Roberts1-2/+2
Signed-off-by: Eric Roberts <eric@cryode.com>
2012-12-12Merge branch 'refs/heads/develop' into feature/form_error_msgsEric Roberts1-185/+185
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-11-26Add 'valid_url' rule to Form Validation (issue #1966)Andrey Andreev1-0/+1
2012-11-19Documentation: fix typos in name of application folderAlan Jenkins1-3/+3
The name is "application/", not "applications/". (This commit does not change managing_apps.rst, where "applications/" is used intentionally).
2012-11-03Fix #1957Andrey Andreev1-3/+0
2012-11-01[ci skip] Alter form validation examples including the *matches* ruleAndrey Andreev1-4/+4
2012-10-26Fix #1624 and clear-up the form validation docs (manually applying #1603)Andrey Andreev1-95/+95
2012-10-11New form_validation rule: 'differs'Raul Baldner Junior1-0/+1
Added new validation rule 'differs'. It checks if the value of a field differs from the value of another field.
2012-10-07Fix a typo [ci skip]Andrey Andreev1-1/+1
2012-10-05[ci skip] More doc fixesAndrey Andreev1-1/+1
2012-10-05Fix #1745Andrey Andreev1-1/+3
2012-10-05Merge pull request #1738 from RecoilUK/patch-1Andrey Andreev1-0/+9
Update user_guide_src/source/libraries/form_validation.rst
2012-10-05[ci skip] Add a note to the user guide regarding issue #1010Andrey Andreev1-2/+3
2012-09-03Fix #1741 is_unique duplicated in documentation for Form_validationpickupman1-1/+0
2012-08-23Update user_guide_src/source/libraries/form_validation.rstRecoilUK1-0/+9
2012-06-12Updated Form Validation's documentation for set_rules() now accepting an ↵Kevin Wood-Friend1-1/+5
array of rules
2012-06-10Merge branch 2.1-stable into developAndrey Andreev1-0/+1
2012-04-15Merge branch 'develop' of https://github.com/EllisLab/CodeIgniter into ↵Eric Roberts1-35/+97
feature/form_error_msgs Conflicts: system/language/english/form_validation_lang.php
2012-04-04Fixing user_guide compilation warningsM. Fauzilkamil Zainuddin1-2/+2
2012-04-03Merge upstream branchAndrey Andreev1-2/+2
2012-03-26Fix some examples in the user guideAndrey Andreev1-2/+2
2012-03-20Merge upstream branchAndrey Andreev1-1/+7
2012-03-12Merge pull request #1079 from mikedfunk/feature/form_val_configAndrey Andreev1-1/+7
Feature/form val config error_prefix and error_suffix
2012-03-09Merge upstream branchAndrey Andreev1-30/+76
2012-03-08Fix documentation entry for the decimal form validation rule (issue #1149)Andrey Andreev1-1/+1
2012-03-07merged from develop, fixed conflict in user guide.Mike Funk1-30/+85
2012-03-06Removed reset_validation() method from run() methodJonoB1-0/+11
2012-03-04Merge branch 'develop' of github.com:EllisLab/CodeIgniter into developJohn Crepezzi1-2/+40
2012-03-04Fix indentation for changes from pull #1121Andrey Andreev1-9/+9
2012-03-04Allow users to specify an array for validation, instead of alway using the ↵JonoB1-3/+32
$_POST array
2012-03-02Merge upstream branchAndrey Andreev1-0/+9
2012-03-02updated error_array #565Michiel Vugteveen1-0/+9
2012-02-24updated documentation to differentiate prefix and suffix more.Mike Funk1-2/+2
2012-02-24fixed suffix documentation.Mike Funk1-1/+1
2012-02-24added config process method checking for delimiter values, updated changelog ↵Mike Funk1-1/+7
and user guide.
2012-02-08Fix #1009 documentation fixedJohn Crepezzi1-4/+6
2012-02-07Renaming equal_to_greater_than to greater_than_equal_to, equal_to_less_than ↵Nick Busey1-2/+2
to less_than_equal_to
2012-02-02Adding equal to greater than, equal to less than form validators.Nick Busey1-28/+32
2012-01-24Better support for using field names and rule parameters in error messages.Eric Roberts1-8/+14
2012-01-13Allow native PHP functions used as rules to accept an additional parameterAndrey Andreev1-3/+4
2011-10-07Fix some user guide stylepurwandi1-1/+0
2011-10-07fixing internal links and adding method documentationJoseph Wensley1-23/+53
2011-10-07change hardcoded page docs to use generated onesJoseph Wensley1-26/+2
escape "http://" that was getting linked formatting some tables