1. 0adff1b Replace AND with && by Andrey Andreev · 13 years ago
  2. 46ac881 Fix issue #177 by Andrey Andreev · 13 years ago
  3. d09d650 Fix a comment and remove access description lines by Andrey Andreev · 13 years ago
  4. 0defe5d Updating copyright date to 2012 by Greg Aker · 13 years ago
  5. 5b8c605 Merge pull request #817 from narfbg/develop-form-validation by Phil Sturgeon · 13 years ago
  6. 03abee3 Fixing soft tabs in a few files. by Greg Aker · 13 years ago
  7. 8dc532d Improve the Form validation library by Andrey Andreev · 13 years ago
  8. cccde96 Fix for is_unique when you are not connected to a db. Refs: #724 by Eric Barnes · 13 years ago
  9. f4a4bd8 adding new license file (OSL 3.0) and updating readme to ReST by Derek Jones · 13 years ago
  10. 013c895 Update: modified return bool value on comment by Bo-Yi Wu · 13 years ago
  11. 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 · 14 years ago
  12. d01e4a6 hand merged remaining unresolved files following the backout of 648b42a75739, which was a NON-trivial whitespace commit by Derek Jones · 14 years ago
  13. 37f4b9c backed out 648b42a75739, which was a NON-trivial whitespace commit. It broke the Typography class's string replacements, for instance by Derek Jones · 14 years ago
  14. 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
  15. 114ab09 Fixed double-space typo. by Razican · 14 years ago
  16. 02404a1 Fix: codeigniter-reactor/127 Form_validation rule error logging by patwork · 14 years ago
  17. 6984aaf Removing security loading calls. by Pascal Kriete · 14 years ago
  18. 14287f3 Whitespace cleanup in libraries/ by Pascal Kriete · 14 years ago
  19. 8761ef5 Uppercasing some stray lowercase keywords for code consistency by Pascal Kriete · 14 years ago
  20. ef112c0 Added decimal, less_than and greater_than rules to the Form validation Class. by Phil Sturgeon · 14 years ago
  21. 3bb336c Automated merge with https://bitbucket.org/ellislab/codeigniter by Phil Sturgeon · 14 years ago
  22. c382871 Reverted regex validation while we re-think the implementation, and added ->input->is_cli_request(); by Phil Sturgeon · 14 years ago
  23. 0711dc8 Hey look, it's 2011 by Greg Aker · 14 years ago
  24. 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
  25. 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
  26. 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
  27. a926328 Changing all class constructors to __construct() by Greg Aker · 14 years ago
  28. 741de1c Updating PHP requirements in files 5.1.6 by Greg Aker · 14 years ago
  29. dd67197 Cleanup of stray spaces and tabs by Barry Mieny · 14 years ago
  30. 3084167 fixed errant syntax in changeset 53ace78c4b45, fixes #37 by Derek Jones · 15 years ago
  31. 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
  32. 7f3719f updated copyrights by Derek Jones · 15 years ago
  33. c189583 added translation of fields passed as validation rule parameters by Pascal Kriete · 15 years ago
  34. 4e5cf1c Fixed a bug in the Form Validation library where multiple callbacks weren't working (#6110) by Derek Allard · 16 years ago
  35. fc395a1 updated copyrights to 2009 by Derek Jones · 16 years ago
  36. 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
  37. 2067d1a Changing EOL style to LF by Derek Allard · 16 years ago
  38. 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
  39. dbd7d0c Fixed a typo by Rick Ellis · 16 years ago
  40. 3fb0a2a Fixed a bug in which the "isset" error message was being trigged by the "required" rule. by Rick Ellis · 16 years ago
  41. 29828ac Fixed an undefined variable. Bug #5311 by Rick Ellis · 16 years ago
  42. faa6d09 Cleaned up a comment by Rick Ellis · 16 years ago
  43. 9b8bc35 by Rick Ellis · 16 years ago
  44. 96fabe5 Fixed a boneheaded mistake I made... by Rick Ellis · 16 years ago
  45. 0669540 One more tweak... by Rick Ellis · 16 years ago
  46. 193743a Oops... fixed the fix I just fixed... by Rick Ellis · 16 years ago
  47. fe61d63 Fixed a language bug when setting errors manually by Rick Ellis · 16 years ago
  48. 53b70e1 Added the ability to use callbacks even when a field has no data by Rick Ellis · 16 years ago
  49. 32f84f1 Removed the strict param from in_array in some of the tests as this was causing problems by Rick Ellis · 16 years ago
  50. 277451a Added the ability to set translatable field names by Rick Ellis · 16 years ago
  51. d02b5bf by Rick Ellis · 16 years ago
  52. 9056b56 Allowed empty rules to be set, and fixed a bug that allows blank error messages to output the delimiters. by Rick Ellis · 16 years ago
  53. a5acb73 Fixed an empty string error by Rick Ellis · 16 years ago
  54. ec1b70f by Rick Ellis · 16 years ago