summaryrefslogtreecommitdiffstats
path: root/system/libraries/Form_validation.php
AgeCommit message (Collapse)AuthorFilesLines
2014-05-31Changelog messages, bump year in copyright noticesAndrey Andreev1-1/+1
2012-06-07Adding IPv6 support to the Input and Form_validation libraries.Pascal Kriete1-2/+3
2011-07-16enable use of param in a callback rule; it's a sugestion of solution, ↵Marcos Coelho1-2/+2
another way can be used, this feature seems forgotten;
2011-07-02hand merged remaining unresolved files following the backout of ↵Derek Jones1-51/+68
648b42a75739, which was a NON-trivial whitespace commit
2011-07-02backed out 648b42a75739, which was a NON-trivial whitespace commit. It ↵Derek Jones1-16/+16
broke the Typography class's string replacements, for instance
2011-05-09Added 'is_unique' which is a brilliant feature I came up with all by myself. ↵Phil Sturgeon1-51/+68
Not based on code and ideas from Michael Wales, Burak Guzel, Zack Kitzmiller or Dan Horrigan at all. If they say any differently they are lying.
2011-04-25Fixed double-space typo.Razican1-16/+16
2011-04-08Fix: codeigniter-reactor/127 Form_validation rule error loggingpatwork1-1/+5
2011-04-05Removing security loading calls.Pascal Kriete1-5/+0
2011-02-14Whitespace cleanup in libraries/Pascal Kriete1-1/+1
2011-02-14Uppercasing some stray lowercase keywords for code consistencyPascal Kriete1-2/+2
2011-02-07Added decimal, less_than and greater_than rules to the Form validation Class.Phil Sturgeon1-10/+60
2011-01-27Automated merge with https://bitbucket.org/ellislab/codeigniterPhil Sturgeon1-3/+30
2011-01-19Reverted regex validation while we re-think the implementation, and added ↵Phil Sturgeon1-10/+4
->input->is_cli_request();
2011-01-05Hey look, it's 2011Greg Aker1-1/+1
2011-01-05If the data is an array output them one at a time. E.g: form_input('name[]', ↵Phil Sturgeon1-0/+7
set_value('name[]');
2010-12-15Added the regex_match Form Validation rule. Had to change how the rules are ↵Dan Horrigan1-2/+28
split so that no regex breaks the rule splitting.
2010-11-10Altered Form_Validation library to allow for method chaining on set_rules(), ↵Greg Aker1-3/+9
set_message() and set_error_delimiters() functions.
2010-11-10Changing all class constructors to __construct()Greg Aker1-2/+1
2010-11-10Updating PHP requirements in files 5.1.6Greg Aker1-1/+1
2010-10-04Cleanup of stray spaces and tabsBarry Mieny1-218/+218
2010-04-26fixed errant syntax in changeset 53ace78c4b45, fixes #37Derek Jones1-3/+3
2010-04-23ensured the security lib was loaded in a few calls to xss_clean() in other ↵Derek Jones1-1/+6
libraries. Fixes #35
2010-01-05updated copyrightsDerek Jones1-1/+1
2009-10-13added translation of fields passed as validation rule parametersPascal Kriete1-1/+1
2009-07-06Fixed a bug in the Form Validation library where multiple callbacks weren't ↵Derek Allard1-1/+1
working (#6110)
2009-04-22updated copyrights to 2009Derek Jones1-1/+1
2009-02-10Changed the algorithm used in _reset_post_array() to no longer rely on ↵Derek Jones1-20/+11
eval(), plugging an arbitrary script execution hole http://codeigniter.com/bug_tracker/bug/6068/
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, ↵Rick Ellis1-1/+8
when "matching" one field to another.
2008-10-26Fixed a typoRick Ellis1-1/+1
2008-10-19Fixed a bug in which the "isset" error message was being trigged by the ↵Rick Ellis1-4/+7
"required" rule.
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 ↵Rick Ellis1-3/+3
causing problems
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 ↵Rick Ellis1-4/+7
messages to output the delimiters.
2008-08-27Fixed an empty string errorRick Ellis1-1/+1
2008-08-26(no commit message)Rick Ellis1-0/+1220