summaryrefslogtreecommitdiffstats
path: root/system/libraries/Validation.php
AgeCommit message (Collapse)AuthorFilesLines
2008-10-17Added support for mb_strlen, as per bug report #4778Rick Ellis1-2/+23
2008-09-13(no commit message)Rick Ellis1-1/+1
2008-08-21whitespace fixesDerek Allard1-11/+11
a minor re-ordering of the changelog
2008-08-21Fixed a bug in is_natural_no_zeroRick Ellis1-1/+11
2008-08-21(no commit message)Rick Ellis1-30/+30
2008-08-21Added two new functions: is_natural and is_natural_no_zeroRick Ellis1-1/+29
2008-06-16correcting some docblock commentsDerek Allard1-0/+4
2008-05-13Some sweeping syntax changes for consistency:Derek Jones1-25/+25
(! foo) changed to ( ! foo) || changed to OR changed newline standardization code in various places from preg_replace to str_replace
2008-05-12fixed a bug that would lead to a PHP notice error of array to string ↵Derek Jones1-2/+4
conversion in prep_for_form() http://codeigniter.com/bug_tracker/bug/4425/
2008-05-11Removed closing PHP tags, replaced with a comment block identifying the end ↵Derek Jones1-1/+3
of the file
2008-05-11Undoing change committed in r1115Derek Jones1-0/+1
2008-05-11removed closing PHP tag from all framework filesDerek Jones1-1/+0
2008-05-08Fixed a bug where $data was not being converted to an array properly in ↵Derek Jones1-1/+1
set_rules() http://codeigniter.com/bug_tracker/bug/4220/
2008-05-05Added get_dir_file_info(), get_file_info(), and get_mime_by_extension() to ↵Derek Allard1-24/+24
the File Helper. Changed ( ! condition) into (! condition) within the code
2008-04-29Added a valid_emails rule to the Validation class.Derek Allard1-0/+27
2008-02-10adding is_numeric back into validation libraryDerek Allard1-0/+14
2008-01-29fixed a syntax bug in strip_imge_tagsDerek Allard1-1/+1
2008-01-28* Added valid_base64() to the Validation classDerek Jones1-0/+17
* Tightened up validation of the supplied string given to the decode() method of the Encryption class (#3320)
2008-01-23fixing www.codeigniter.com to codeigniter.comDerek Allard1-3/+3
2008-01-22changed a code comment param int to param stringDerek Allard1-1/+1
2008-01-22modifications to numeric and integer validationDerek Allard1-2/+3
2008-01-22Changed "numeric" to use is_numeric() and added an "integer" rule into the ↵Derek Allard1-7/+7
Validation library.
2008-01-21replaced www.codeigniter.com with codeigniter.comDerek Jones1-3/+3
2008-01-18modified prep_for_form() to accept an array so POST arrays can be validated ↵Derek Jones1-6/+14
with the Validation class via callback functions and have fields properly assigned
2008-01-18ExpressionEngine Dev Team in creditDerek Allard1-2/+2
2007-12-31Fixed a bug in Validation where individual error messages for checkboxes ↵Derek Allard1-2/+8
wasn't supported.
2007-10-16Changed the behaviour of custom callbacks so that they no longer trigger the ↵Derek Allard1-2/+2
"required" rule.
2007-10-04Fixed a typo in the docblock comments that had CodeIgniter spelled CodeIgnitor.Derek Allard1-1/+1
2007-09-18Fixed a bug in Validation where valid_ip() wasn't called properlyDerek Allard1-1/+1
2007-08-14fixed an extraneous ;Derek Allard1-1/+1
2007-06-14(no commit message)Rick Ellis1-3/+3
2007-06-11(no commit message)Rick Ellis1-1/+1
2007-06-11(no commit message)Rick Ellis1-1/+1
2007-06-11(no commit message)Rick Ellis1-1/+1
2007-04-27(no commit message)Rick Ellis1-1/+1
2007-04-15update pMachine to EllisLabDerek Allard1-734/+734
update copyright year update Code Igniter to CodeIgniter
2006-10-21(no commit message)admin1-26/+26
2006-10-08(no commit message)admin1-0/+14
2006-10-07(no commit message)admin1-8/+9
2006-10-06(no commit message)admin1-10/+17
2006-09-28(no commit message)admin1-3/+3
2006-09-28(no commit message)admin1-5/+0
2006-09-26(no commit message)admin1-1/+1
2006-09-26(no commit message)admin1-0/+5
2006-09-25(no commit message)admin1-1/+15
2006-09-24(no commit message)admin1-1/+1
2006-09-21(no commit message)admin1-1/+1
2006-09-20(no commit message)admin1-8/+10
2006-09-18(no commit message)admin1-1/+6
2006-09-17(no commit message)admin1-1/+1