summaryrefslogtreecommitdiffstats
path: root/system/libraries/Form_validation.php
AgeCommit message (Expand)AuthorFilesLines
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-07Fix issue #501Andrey Andreev1-11/+9
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-02updated error_array #565Michiel Vugteveen1-0/+14
2012-02-28Replace AND with &&Andrey Andreev1-1/+1
2012-02-28Fix issue #177Andrey Andreev1-28/+14
2012-02-07Renaming equal_to_greater_than to greater_than_equal_to, equal_to_less_than t...Nick Busey1-2/+2
2012-02-02Adding equal to greater than, equal to less than form validators.Nick Busey1-1/+37
2012-01-03Fix a comment and remove access description linesAndrey Andreev1-42/+4
2012-01-02Updating copyright date to 2012Greg Aker1-1/+1
2011-12-26Merge pull request #817 from narfbg/develop-form-validationPhil Sturgeon1-118/+49
2011-12-25Fixing soft tabs in a few files.Greg Aker1-2/+2
2011-12-24Improve the Form validation libraryAndrey Andreev1-119/+50
2011-12-04Fix for is_unique when you are not connected to a db. Refs: #724Eric Barnes1-7/+10
2011-10-20adding new license file (OSL 3.0) and updating readme to ReSTDerek Jones1-4/+16
2011-09-12Update: modified return bool value on commentBo-Yi Wu1-1/+1
2011-07-16enable use of param in a callback rule; it's a sugestion of solution, another...Marcos Coelho1-2/+2
2011-07-02hand merged remaining unresolved files following the backout of 648b42a75739,...Derek Jones1-51/+68
2011-07-02backed out 648b42a75739, which was a NON-trivial whitespace commit. It broke...Derek Jones1-16/+16
2011-05-09Added 'is_unique' which is a brilliant feature I came up with all by myself. ...Phil Sturgeon1-51/+68
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 ->i...Phil Sturgeon1-10/+4
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
2010-12-15Added the regex_match Form Validation rule. Had to change how the rules are ...Dan Horrigan1-2/+28
2010-11-10Altered Form_Validation library to allow for method chaining on set_rules(), ...Greg Aker1-3/+9
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 li...Derek Jones1-1/+6
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 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