summaryrefslogtreecommitdiffstats
path: root/user_guide_src/source/libraries/form_validation.rst
AgeCommit message (Collapse)AuthorFilesLines
2020-01-25inserted required attribute in html tags in documentationFrancisco Javier Llanquipichun Garcia1-3/+3
Signed-off-by: Francisco Javier Llanquipichun Garcia <francisco.llanquipichun@gmail.com>
2019-03-16Punctuation error fixed (add apostrophe).kevin moore1-1/+1
2017-06-22Implement #2436 (access to FV processed data)Andrey Andreev1-1/+20
2017-01-10Merge branch '3.1-stable' into developAndrey Andreev1-1/+1
Conflicts resolved: system/core/CodeIgniter.php system/database/drivers/sqlite/sqlite_driver.php system/database/drivers/sqlite/sqlite_forge.php system/database/drivers/sqlite/sqlite_result.php system/database/drivers/sqlite/sqlite_utility.php system/helpers/email_helper.php system/helpers/smiley_helper.php system/libraries/Cart.php system/libraries/Email.php system/libraries/Image_lib.php system/libraries/Javascript.php system/libraries/Javascript/Jquery.php system/libraries/Session/SessionHandlerInterface.php user_guide_src/source/changelog.rst user_guide_src/source/installation/downloads.rst user_guide_src/source/installation/upgrading.rst
2017-01-06[ci skip] Correct FV docs on valid_ip accepting a paramAndrey Andreev1-1/+1
2017-01-06Add valid_mac() FV ruleAndrey Andreev1-0/+1
Close #3992
2016-12-01Remove previously deprecated FV Library method/rule prep_for_form()Andrey Andreev1-1/+0
2016-10-20FV: throw BadMethodCallException when set_rules() called withoutAndrey Andreev1-1/+2
2016-10-20[ci skip] Document FV set_rules() fourth parameterAndrey Andreev1-1/+2
2016-10-20[ci skip] Document FV set_rules() fourth parameterAndrey Andreev1-1/+2
2016-07-28Remove dead code written for PHP 5.2Andrey Andreev1-3/+2
2016-03-30[ci skip] Fix #4557Andrey Andreev1-1/+1
2016-03-12[ci skip] Deprecate prep_for_form() in Form_validationAndrey Andreev1-4/+4
2015-11-26Merge pull request #4273 from suhindra/developAndrey Andreev1-2/+2
[ci skip] Fix another file name in the docsaccording Similarly to PR #4271
2015-11-26Merge pull request #4271 from galdiolo/patch-12Andrey Andreev1-1/+1
[ci skip] Fix file name in documentation
2015-09-29Merge pull request #4126 from zoaked/patch-1Andrey Andreev1-1/+1
Persist config file rules when using FV reset_validation()
2015-09-02[ci skip] Improve FV language string instructionsAndrey Andreev1-1/+4
As suggested in #4095
2015-07-26[ci skip] Add a note about CI_Form_validation::set_data()Andrey Andreev1-2/+6
2015-05-18[ci skip] Remove example usage of MD5 for passwordsAndrey Andreev1-3/+3
2015-05-11Adding validation not documented.Rodolfo Silva1-0/+1
2015-02-02[ci skip] Fix #3515Andrey Andreev1-20/+20
2015-01-28change in to in_listLance Vincent1-1/+1
2015-01-28Form Validation - In MethodLance Vincent1-0/+1
2015-01-28Form Validation - In MethodLance Vincent1-0/+1
Returns true if a given value matches any of the specified list
2015-01-05Remove CI_Form_validation::xss_clean()Andrey Andreev1-5/+3
More details in the commit diff itself, and here: https://github.com/benedmunds/CodeIgniter-Ion-Auth/issues/683#issuecomment-66598821
2014-09-15removed extra quoteAhmad Anbar1-1/+1
2014-09-08Add 'named callable' rules to Form validation libraryAndrey Andreev1-1/+30
Requested in issue #3183 Supersedes PR #3220
2014-04-01fixes warningsConnor Tumbleson1-1/+1
2014-03-10Add support for callable form validation rulesAndrey Andreev1-1/+37
2014-02-08Method chaining support for FV set_data(), reset_validation()Andrey Andreev1-2/+4
2014-02-08[ci skip] Add return types to library docsAndrey Andreev1-25/+33
2014-01-20Merge branch 'develop' into feature/user-guide-cleanupAndrey Andreev1-7/+28
2014-01-09Fixed coding styles in form_validation.rstAhmedul Haque Abid1-3/+3
2014-01-09Changed the rest of 'error_msg' to 'errors'Ahmedul Haque Abid1-1/+1
2014-01-09Added spaces between parameters and fixed the arrays to be more readable.Ahmedul Haque Abid1-12/+16
2014-01-09Changed $error_msg to $errorsAhmedul Haque Abid1-2/+2
2014-01-08Added custom error messages functionality for individual fields.Ahmedul Haque Abid1-5/+22
2014-01-06[ci skip] Update the Form_validation library docsAndrey Andreev1-107/+61
2013-09-15Adding missing reference to min_length in rules referenceAdwinTrave1-0/+1
2013-08-28[ci skip] Fix a documentation errorAndrey Andreev1-1/+1
2013-07-21removing php: directive prefix from docs source as it is not necessaryDerek Jones1-28/+28
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>