summaryrefslogtreecommitdiffstats
path: root/system/libraries/Form_validation.php
AgeCommit message (Expand)AuthorFilesLines
2018-06-12Merge pull request #5510 from johndekroon/developAndrey Andreev1-1/+5
2018-01-22Fix a bug where INTL_IDNA_VARIANT_UTS46 was used while undeclaredAndrey Andreev1-1/+1
2018-01-09[ci skip] Merge pull request #5376 from jim-parry/copyright-updateAndrey Andreev1-2/+2
2017-11-09More on #5003Andrey Andreev1-2/+4
2017-11-09[ci skip] Fix patch for #5300Andrey Andreev1-1/+1
2017-10-16[ci skip] Use INTL_IDNA_VARIANT_UCS46 to convert non-ASCII domain names in em...Andrey Andreev1-1/+2
2017-06-19[ci skip] Fix a bug in FV valid_email()Andrey Andreev1-2/+2
2017-01-03Update copyright data to 2017Master Yoda1-2/+2
2016-08-29Fix #4787Andrey Andreev1-2/+2
2016-08-10Merge pull request #4758 from butane/uri_scheme_caseAndrey Andreev1-1/+1
2016-07-28Remove dead code written for PHP 5.2Andrey Andreev1-12/+1
2016-05-25Fix #4639Andrey Andreev1-0/+11
2016-05-17Fix #4633Andrey Andreev1-71/+61
2016-03-16Fix a Form_validation bug that unnecessarily modifes $_POSTAndrey Andreev1-1/+1
2016-03-16Simplify a bit of internal code in CI_Form_validationAndrey Andreev1-18/+2
2016-03-12[ci skip] Deprecate prep_for_form() in Form_validationAndrey Andreev1-3/+4
2016-03-12A small memory optimization to CI_Form_validationAndrey Andreev1-3/+3
2016-03-12Fix #4516Andrey Andreev1-1/+4
2016-02-09Rename back a variable changed by the last PR mergeAndrey Andreev1-4/+4
2016-02-09Merge pull request #4342 from jspreddy/sai/form_validation_refactorAndrey Andreev1-30/+36
2016-01-30Fix #4415 and add unit tests for https://bugs.php.net/bug.php?id=51192Andrey Andreev1-0/+8
2016-01-11[ci skip] Update ellislab.com links to https tooAndrey Andreev1-1/+1
2016-01-11[ci skip] Update codeigniter.com links to httpsAndrey Andreev1-2/+2
2016-01-11[ci skip] Bump year to 2016Andrey Andreev1-2/+2
2015-12-14Fix #4312Andrey Andreev1-6/+3
2015-09-29Merge pull request #4126 from zoaked/patch-1Andrey Andreev1-1/+0
2015-09-10Change form validation library to allow the pipe character within square brac...rich1-1/+1
2015-06-15Fix #3908Andrey Andreev1-1/+1
2015-06-11Fix #3904Andrey Andreev1-0/+6
2015-06-10Fix #3903Andrey Andreev1-3/+2
2015-04-29Fix #3816Andrey Andreev1-1/+1
2015-04-14Fix #3771Andrey Andreev1-10/+4
2015-04-06Disallow empty FV rules ... for consistencyAndrey Andreev1-7/+5
2015-03-13Close #3663Andrey Andreev1-1/+1
2015-03-09Reduce once MB_ENABLED checkingbjjay1-9/+3
2015-01-28[ci skip] Correct a docblock following PR #3521Andrey Andreev1-1/+1
2015-01-28change in to in_listLance Vincent1-1/+1
2015-01-28Form Validation - In MethodLance Vincent1-0/+14
2015-01-28Form Validation - In MethodLance Vincent1-0/+16
2015-01-21Remove closing blocks at end of PHP filesvlakoff1-3/+0
2015-01-20[ci skip] Change some log messages' levelAndrey Andreev1-1/+1
2015-01-12Updated to use the language fileAhmad Anbar1-1/+1
2015-01-11Show the name of the field that doesn't have error message set.Ahmad Anbar1-1/+1
2015-01-09Bulk (mostly documentation) updateAndrey Andreev1-3/+3
2015-01-05Remove CI_Form_validation::xss_clean()Andrey Andreev1-13/+0
2014-10-27[ci skip] Switch to MIT license; close #3293Andrey Andreev1-14/+25
2014-09-08Add 'named callable' rules to Form validation libraryAndrey Andreev1-4/+16
2014-06-07Fix #3085Andrey Andreev1-17/+19
2014-06-01Fix wrong variable nameAndrey Andreev1-2/+2
2014-05-31Add support for non-ASCII domain names in FV & Email classes' valid_email()Andrey Andreev1-0/+5