summaryrefslogtreecommitdiffstats
path: root/system/libraries/Form_validation.php
AgeCommit message (Expand)AuthorFilesLines
2012-10-11New form_validation rule: 'differs'Raul Baldner Junior1-0/+13
2012-10-10mbstring related changesAndrey Andreev1-6/+0
2012-07-08#1558Andrey Andreev1-0/+6
2012-06-27valid_email() to always return booleanAndrey Andreev1-1/+1
2012-06-27Correct variable namesTimothy Warren1-1/+1
2012-06-27Update other email validation methodsTimothy Warren1-1/+1
2012-06-27Use ctype_* functions in Form_validation instead of PCRE when possibleAndrey Andreev1-4/+4
2012-06-26Correct solution to #1533Andrey Andreev1-1/+1
2012-06-26Fix issue #427Andrey Andreev1-1/+1
2012-06-26Fix issue #1533Andrey Andreev1-1/+1
2012-06-21Fix issue #79Andrey Andreev1-2/+1
2012-06-18Fix issue #1328Andrey Andreev1-1/+6
2012-06-15Optimize encode_php_tags()Andrey Andreev1-1/+1
2012-06-15some optimizationsMichiel Vugteveen1-9/+21
2012-06-14fixed other functionsMichiel Vugteveen1-4/+4
2012-06-14fixMichiel Vugteveen1-6/+4
2012-06-14exact length passed as string needs to be casted to intMichiel Vugteveen1-1/+3
2012-06-12Modified Form Validation class's set_rules() so it can now handle an array of...Kevin Wood-Friend1-0/+6
2012-06-10Merge branch 2.1-stable into developAndrey Andreev1-2/+3
2012-06-02Replaced `==` with `===` and `!=` with `!==` in /system/librariesAlex Bilbie1-18/+18
2012-05-17Clean up the librariesAndrey Andreev1-33/+27
2012-05-13Improve the solution for issue #1342Andrey Andreev1-1/+1
2012-05-09Fix issue #1342Andrey Andreev1-1/+1
2012-05-02Fixing some typos.George Petsagourakis1-1/+1
2012-04-20Start comment cleanup of librariesTimothy Warren1-4/+79
2012-04-15Merge branch 'develop' of https://github.com/EllisLab/CodeIgniter into featur...Eric Roberts1-178/+211
2012-04-03Another form_validation fixAndrey Andreev1-2/+0
2012-04-03Fix some stuff broken during repo syncAndrey Andreev1-3/+3
2012-04-03Merge upstream branchAndrey Andreev1-96/+68
2012-04-03Clean up the Form_validation libraryAndrey Andreev1-117/+86
2012-03-20Merge upstream branchAndrey Andreev1-7/+19
2012-03-14Fix comment typo in Form_validation.phptiyowan1-1/+1
2012-03-12Replace function_exists() checks with MB_ENABLED constanttiyowan1-4/+4
2012-03-12Merge pull request #1079 from mikedfunk/feature/form_val_configAndrey Andreev1-0/+12
2012-03-09Merge branch 'develop' of github.com:EllisLab/CodeIgniter into developPhil Sturgeon1-11/+9
2012-03-09Bumped CodeIgniter's PHP requirement to 5.2.4.Phil Sturgeon1-1/+1
2012-03-09Merge upstream branchAndrey Andreev1-8/+91
2012-03-08Merge branch 'develop' of https://github.com/EllisLab/CodeIgniter into featur...Mike Funk1-11/+9
2012-03-08moved delimiter assigning to constructor, removed extra function.Mike Funk1-24/+10
2012-03-08Fixed bug with rules not being passed to _config_delimiters or back into $thi...Mike Funk1-3/+5
2012-03-07Fix issue #501Andrey Andreev1-11/+9
2012-03-07merged from develop, fixed conflict in user guide.Mike Funk1-40/+119
2012-03-06Removed reset_validation() method from run() methodJonoB1-4/+5
2012-03-04Merge branch 'develop' of github.com:EllisLab/CodeIgniter into developJohn Crepezzi1-39/+81
2012-03-04Fix indentation for changes from pull #1121Andrey Andreev1-25/+24
2012-03-04Allow users to specify an array for validation, instead of alway using the $_...JonoB1-12/+55
2012-03-02Merge upstream branchAndrey Andreev1-0/+14
2012-03-02updated error_array #565Michiel Vugteveen1-0/+14
2012-02-28tab separator in _config_delimiters dockblock.Mike Funk1-1/+1
2012-02-28fixed some mismatched brackets.Mike Funk1-4/+4