summaryrefslogtreecommitdiffstats
path: root/system/libraries/Form_validation.php
AgeCommit message (Collapse)AuthorFilesLines
2012-12-03[ci skip] Cleaned some spacesAndrey Andreev1-1/+1
2012-11-26Add 'valid_url' rule to Form Validation (issue #1966)Andrey Andreev1-0/+42
2012-11-26Switch CI_Form_validation:: to publicAndrey Andreev1-1/+1
Makes it easier to access the data after validation (issue #1208)
2012-11-23[ci skip] Remove a lone semicolon (rel 2d48b4f1a174473fa0539769a433ba78305c0faa)Andrey Andreev1-1/+1
2012-11-23Fix #113Andrey Andreev1-1/+2
2012-11-15Revert a change from 7a7ad782b2f125622509a77c5a6f94ad4ae0f93cAndrey Andreev1-1/+5
sscanf() is lightning fast, but doesn't have such thing as greediness and this breaks rule parameters containing a closing square bracket.
2012-11-12Some micro-optimizationsAndrey Andreev1-15/+5
2012-11-03Fix #1957Andrey Andreev1-3/+8
2012-11-01Manually apply PR #1594 (fixing phpdoc page-level generation/warnings)Andrey Andreev1-1/+2
Also partially fixes issue #1295, fixes inconsistencies in some page-level docblocks and adds include checks in language files.
2012-11-01Fix issue #1953 (form values being escaped twice)Andrey Andreev1-5/+5
Re-instaing an improved form_prep() function, reverting most of the changes from 74ffd17ab06327ca62ddfe28a186cae7ba6bd459.
2012-10-26Fix #1624 and clear-up the form validation docs (manually applying #1603)Andrey Andreev1-5/+5
2012-10-11[ci skip] Minor changes following PR #1871Andrey Andreev1-0/+1
2012-10-11New form_validation rule: 'differs'Raul Baldner Junior1-0/+13
Added new validation rule 'differs'. It checks if the value of a field differs from the value of another field.
2012-10-10mbstring related changesAndrey Andreev1-6/+0
2012-07-08#1558Andrey Andreev1-0/+6
2012-06-27valid_email() to always return booleanAndrey Andreev1-1/+1
2012-06-27Correct variable namesTimothy Warren1-1/+1
2012-06-27Update other email validation methodsTimothy Warren1-1/+1
2012-06-27Use ctype_* functions in Form_validation instead of PCRE when possibleAndrey Andreev1-4/+4
2012-06-26Correct solution to #1533Andrey Andreev1-1/+1
2012-06-26Fix issue #427Andrey Andreev1-1/+1
2012-06-26Fix issue #1533Andrey Andreev1-1/+1
2012-06-21Fix issue #79Andrey Andreev1-2/+1
2012-06-18Fix issue #1328Andrey Andreev1-1/+6
2012-06-15Optimize encode_php_tags()Andrey Andreev1-1/+1
2012-06-15some optimizationsMichiel Vugteveen1-9/+21
2012-06-14fixed other functionsMichiel Vugteveen1-4/+4
2012-06-14fixMichiel Vugteveen1-6/+4
2012-06-14exact length passed as string needs to be casted to intMichiel Vugteveen1-1/+3
2012-06-12Modified Form Validation class's set_rules() so it can now handle an array ↵Kevin Wood-Friend1-0/+6
of rules, instead of just a string
2012-06-10Merge branch 2.1-stable into developAndrey Andreev1-2/+3
2012-06-02Replaced `==` with `===` and `!=` with `!==` in /system/librariesAlex Bilbie1-18/+18
2012-05-17Clean up the librariesAndrey Andreev1-33/+27
2012-05-13Improve the solution for issue #1342Andrey Andreev1-1/+1
2012-05-09Fix issue #1342Andrey Andreev1-1/+1
2012-05-02Fixing some typos.George Petsagourakis1-1/+1
2012-04-20Start comment cleanup of librariesTimothy Warren1-4/+79
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