summaryrefslogtreecommitdiffstats
path: root/system/libraries/Form_validation.php
AgeCommit message (Collapse)AuthorFilesLines
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
Feature/form val config error_prefix and error_suffix
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
Yes I know PHP 5.4 just came out, and yes I know PHP 5.3 has lovely features, but there are plenty of corporate systems running on CodeIgniter and PHP 5.3 still is not widely supported enough. CodeIgniter is great for distributed applications, and this is the highest we can reasonably go without breaking support. PHP 5.3 will most likely happen in another year or so. Fingers crossed on that one anyway...
2012-03-09Merge upstream branchAndrey Andreev1-8/+91
2012-03-08Merge branch 'develop' of https://github.com/EllisLab/CodeIgniter into ↵Mike Funk1-11/+9
feature/form_val_config
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 ↵Mike Funk1-3/+5
$this->_config_rules.
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
$_POST array
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
2012-02-28changed _config_delimiters() to protected.Mike Funk1-1/+1
2012-02-28Merge upstream branchAndrey Andreev1-4/+4
2012-02-28Replace AND with &&Andrey Andreev1-1/+1
2012-02-28Fix issue #177Andrey Andreev1-28/+14
2012-02-24added config process method checking for delimiter values, updated changelog ↵Mike Funk1-0/+24
and user guide.
2012-02-07Renaming equal_to_greater_than to greater_than_equal_to, equal_to_less_than ↵Nick Busey1-2/+2
to less_than_equal_to
2012-02-02Merge upstream branchAndrey Andreev1-1/+1
2012-02-02Adding equal to greater than, equal to less than form validators.Nick Busey1-1/+37
2012-01-24Revert a space in the license agreement :)Andrey Andreev1-1/+1
2012-01-20Replace AND with &&Andrey Andreev1-11/+11
2012-01-13Allow native PHP functions used as rules to accept an additional parameterAndrey Andreev1-1/+1
2012-01-11Fix issue 863Andrey Andreev1-84/+38
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
Improve the Form validation library
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
added notice of license to all source files. OSL to all except the few files we ship inside of the application folder, those are AFL. Updated license in user guide. incrementing next dev version to 3.0 due to licensing change
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, ↵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