summaryrefslogtreecommitdiffstats
path: root/system/libraries/Form_validation.php
AgeCommit message (Expand)AuthorFilesLines
2009-07-06Fixed a bug in the Form Validation library where multiple callbacks weren't w...Derek Allard1-1/+1
2009-04-22updated copyrights to 2009Derek Jones1-1/+1
2009-02-10Changed the algorithm used in _reset_post_array() to no longer rely on eval()...Derek Jones1-20/+11
2008-11-13Changing EOL style to LFDerek Allard1-1286/+1286
2008-10-26Fixed bug #5702, in which the field label was not being fetched properly, whe...Rick Ellis1-1/+8
2008-10-26Fixed a typoRick Ellis1-1/+1
2008-10-19Fixed a bug in which the "isset" error message was being trigged by the "requ...Rick Ellis1-4/+7
2008-10-17Fixed an undefined variable. Bug #5311Rick Ellis1-2/+23
2008-09-23Cleaned up a commentRick Ellis1-7/+2
2008-09-23(no commit message)Rick Ellis1-10/+3
2008-09-23Fixed a boneheaded mistake I made...Rick Ellis1-5/+5
2008-09-22One more tweak...Rick Ellis1-2/+4
2008-09-22Oops... fixed the fix I just fixed...Rick Ellis1-1/+1
2008-09-22Fixed a language bug when setting errors manuallyRick Ellis1-3/+12
2008-09-20Added the ability to use callbacks even when a field has no dataRick Ellis1-4/+14
2008-09-20Removed the strict param from in_array in some of the tests as this was causi...Rick Ellis1-3/+3
2008-09-20Added the ability to set translatable field namesRick Ellis1-5/+29
2008-09-13(no commit message)Rick Ellis1-1/+1
2008-09-09Allowed empty rules to be set, and fixed a bug that allows blank error messag...Rick Ellis1-4/+7
2008-08-27Fixed an empty string errorRick Ellis1-1/+1
2008-08-26(no commit message)Rick Ellis1-0/+1220