- 580388b valid_email() to always return boolean by Andrey Andreev · 12 years ago
- d37f0e9 Correct variable names by Timothy Warren · 12 years ago
- 384b342 Update other email validation methods by Timothy Warren · 12 years ago
- acb962e Use ctype_* functions in Form_validation instead of PCRE when possible by Andrey Andreev · 12 years ago
- e01db4b Correct solution to #1533 by Andrey Andreev · 12 years ago
- 1a24a9d Fix issue #427 by Andrey Andreev · 12 years ago
- 290f004 Fix issue #1533 by Andrey Andreev · 12 years ago
- 8d3099d Fix issue #79 by Andrey Andreev · 12 years ago
- 6ac5144 Fix issue #1328 by Andrey Andreev · 12 years ago
- e446ad3 Optimize encode_php_tags() by Andrey Andreev · 12 years ago
- ceaf887 some optimizations by Michiel Vugteveen · 12 years ago
- 64cfef0 fixed other functions by Michiel Vugteveen · 12 years ago
- a8221ad fix by Michiel Vugteveen · 12 years ago
- eccde13 exact length passed as string needs to be casted to int by Michiel Vugteveen · 12 years ago
- 6a56d50 Modified Form Validation class's set_rules() so it can now handle an array of rules, instead of just a string by Kevin Wood-Friend · 12 years ago
- 5a25718 Merge branch 2.1-stable into develop by Andrey Andreev · 12 years ago
- d261b1e Replaced `==` with `===` and `!=` with `!==` in /system/libraries by Alex Bilbie · 12 years ago
- 5645479 Clean up the libraries by Andrey Andreev · 13 years ago
- fff6c2a Improve the solution for issue #1342 by Andrey Andreev · 13 years ago
- cdcceec Fix issue #1342 by Andrey Andreev · 13 years ago
- 2d51c08 Fixing some typos. by George Petsagourakis · 13 years ago
- 0688ac9 Start comment cleanup of libraries by Timothy Warren · 13 years ago
- 8cefb3f Merge branch 'develop' of https://github.com/EllisLab/CodeIgniter into feature/form_error_msgs by Eric Roberts · 13 years ago
- d753afc Another form_validation fix by Andrey Andreev · 13 years ago
- cec2ba5 Fix some stuff broken during repo sync by Andrey Andreev · 13 years ago
- 320d37c Merge upstream branch by Andrey Andreev · 13 years ago
- 78f5577 Clean up the Form_validation library by Andrey Andreev · 13 years ago
- 31cf46e Merge upstream branch by Andrey Andreev · 13 years ago
- c2acb23 Fix comment typo in Form_validation.php by tiyowan · 13 years ago
- 5b9fd2d Replace function_exists() checks with MB_ENABLED constant by tiyowan · 13 years ago
- 6b4deae Merge pull request #1079 from mikedfunk/feature/form_val_config by Andrey Andreev · 13 years ago
- 8e2ca4e Merge branch 'develop' of github.com:EllisLab/CodeIgniter into develop by Phil Sturgeon · 13 years ago
- 07c1ac8 Bumped CodeIgniter's PHP requirement to 5.2.4. by Phil Sturgeon · 13 years ago
- b68e70b Merge upstream branch by Andrey Andreev · 13 years ago
- 98626f1 Merge branch 'develop' of https://github.com/EllisLab/CodeIgniter into feature/form_val_config by Mike Funk · 13 years ago
- 7f42d06 moved delimiter assigning to constructor, removed extra function. by Mike Funk · 13 years ago
- fd15423 Fixed bug with rules not being passed to _config_delimiters or back into $this->_config_rules. by Mike Funk · 13 years ago
- 3b2c508 Fix issue #501 by Andrey Andreev · 13 years ago
- 1909b5b merged from develop, fixed conflict in user guide. by Mike Funk · 13 years ago
- 883f80f Removed reset_validation() method from run() method by JonoB · 13 years ago
- 2baae20 Merge branch 'develop' of github.com:EllisLab/CodeIgniter into develop by John Crepezzi · 13 years ago
- c8da4fe Fix indentation for changes from pull #1121 by Andrey Andreev · 13 years ago
- 099c478 Allow users to specify an array for validation, instead of alway using the $_POST array by JonoB · 13 years ago
- 7a88598 Merge upstream branch by Andrey Andreev · 13 years ago
- 676a0dd updated error_array #565 by Michiel Vugteveen · 13 years ago
- a90b1f2 tab separator in _config_delimiters dockblock. by Mike Funk · 13 years ago
- 9af3337 fixed some mismatched brackets. by Mike Funk · 13 years ago
- 1ccdb9a changed _config_delimiters() to protected. by Mike Funk · 13 years ago
- 4f7ea70 Merge upstream branch by Andrey Andreev · 13 years ago
- 0adff1b Replace AND with && by Andrey Andreev · 13 years ago
- 46ac881 Fix issue #177 by Andrey Andreev · 13 years ago
- 326a5e7 added config process method checking for delimiter values, updated changelog and user guide. by Mike Funk · 13 years ago
- c193166 Renaming equal_to_greater_than to greater_than_equal_to, equal_to_less_than to less_than_equal_to by Nick Busey · 13 years ago
- c68905a Merge upstream branch by Andrey Andreev · 13 years ago
- 98c347d Adding equal to greater than, equal to less than form validators. by Nick Busey · 13 years ago
- b998f3e Revert a space in the license agreement :) by Andrey Andreev · 13 years ago
- 41cc090 Better support for using field names and rule parameters in error messages. by Eric Roberts · 13 years ago
- 6de924c Replace AND with && by Andrey Andreev · 13 years ago
- cde4368 Allow native PHP functions used as rules to accept an additional parameter by Andrey Andreev · 13 years ago
- 901573c Fix issue 863 by Andrey Andreev · 13 years ago
- d09d650 Fix a comment and remove access description lines by Andrey Andreev · 13 years ago
- 0defe5d Updating copyright date to 2012 by Greg Aker · 13 years ago
- 5b8c605 Merge pull request #817 from narfbg/develop-form-validation by Phil Sturgeon · 13 years ago
- 03abee3 Fixing soft tabs in a few files. by Greg Aker · 13 years ago
- 8dc532d Improve the Form validation library by Andrey Andreev · 13 years ago
- cccde96 Fix for is_unique when you are not connected to a db. Refs: #724 by Eric Barnes · 13 years ago
- f4a4bd8 adding new license file (OSL 3.0) and updating readme to ReST by Derek Jones · 13 years ago
- 013c895 Update: modified return bool value on comment by Bo-Yi Wu · 13 years ago
- c28b285 enable use of param in a callback rule; it's a sugestion of solution, another way can be used, this feature seems forgotten; by Marcos Coelho · 13 years ago
- d01e4a6 hand merged remaining unresolved files following the backout of 648b42a75739, which was a NON-trivial whitespace commit by Derek Jones · 13 years ago
- 37f4b9c backed out 648b42a75739, which was a NON-trivial whitespace commit. It broke the Typography class's string replacements, for instance by Derek Jones · 13 years ago
- 3837ae7 Added 'is_unique' which is a brilliant feature I came up with all by myself. 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. by Phil Sturgeon · 14 years ago
- 114ab09 Fixed double-space typo. by Razican · 14 years ago
- 02404a1 Fix: codeigniter-reactor/127 Form_validation rule error logging by patwork · 14 years ago
- 6984aaf Removing security loading calls. by Pascal Kriete · 14 years ago
- 14287f3 Whitespace cleanup in libraries/ by Pascal Kriete · 14 years ago
- 8761ef5 Uppercasing some stray lowercase keywords for code consistency by Pascal Kriete · 14 years ago
- ef112c0 Added decimal, less_than and greater_than rules to the Form validation Class. by Phil Sturgeon · 14 years ago
- 3bb336c Automated merge with https://bitbucket.org/ellislab/codeigniter by Phil Sturgeon · 14 years ago
- c382871 Reverted regex validation while we re-think the implementation, and added ->input->is_cli_request(); by Phil Sturgeon · 14 years ago
- 0711dc8 Hey look, it's 2011 by Greg Aker · 14 years ago
- 5c56180 If the data is an array output them one at a time. E.g: form_input('name[]', set_value('name[]'); by Phil Sturgeon · 14 years ago
- 2280e8e Added the regex_match Form Validation rule. Had to change how the rules are split so that no regex breaks the rule splitting. by Dan Horrigan · 14 years ago
- 9f9af60 Altered Form_Validation library to allow for method chaining on set_rules(), set_message() and set_error_delimiters() functions. by Greg Aker · 14 years ago
- a926328 Changing all class constructors to __construct() by Greg Aker · 14 years ago
- 741de1c Updating PHP requirements in files 5.1.6 by Greg Aker · 14 years ago
- dd67197 Cleanup of stray spaces and tabs by Barry Mieny · 14 years ago
- 3084167 fixed errant syntax in changeset 53ace78c4b45, fixes #37 by Derek Jones · 15 years ago
- 5640a71 ensured the security lib was loaded in a few calls to xss_clean() in other libraries. Fixes #35 by Derek Jones · 15 years ago
- 7f3719f updated copyrights by Derek Jones · 15 years ago
- c189583 added translation of fields passed as validation rule parameters by Pascal Kriete · 15 years ago
- 4e5cf1c Fixed a bug in the Form Validation library where multiple callbacks weren't working (#6110) by Derek Allard · 15 years ago
- fc395a1 updated copyrights to 2009 by Derek Jones · 16 years ago
- 63eeae3 Changed the algorithm used in _reset_post_array() to no longer rely on eval(), plugging an arbitrary script execution hole by Derek Jones · 16 years ago
- 2067d1a Changing EOL style to LF by Derek Allard · 16 years ago
- d0c870a Fixed bug #5702, in which the field label was not being fetched properly, when "matching" one field to another. by Rick Ellis · 16 years ago
- dbd7d0c Fixed a typo by Rick Ellis · 16 years ago
- 3fb0a2a Fixed a bug in which the "isset" error message was being trigged by the "required" rule. by Rick Ellis · 16 years ago
- 29828ac Fixed an undefined variable. Bug #5311 by Rick Ellis · 16 years ago
- faa6d09 Cleaned up a comment by Rick Ellis · 16 years ago