Age | Commit message (Expand) | Author | Files | Lines |
2011-12-04 | Fix for is_unique when you are not connected to a db. Refs: #724 | Eric Barnes | 1 | -7/+10 |
2011-10-20 | adding new license file (OSL 3.0) and updating readme to ReST | Derek Jones | 1 | -4/+16 |
2011-09-12 | Update: modified return bool value on comment | Bo-Yi Wu | 1 | -1/+1 |
2011-07-16 | enable use of param in a callback rule; it's a sugestion of solution, another... | Marcos Coelho | 1 | -2/+2 |
2011-07-02 | hand merged remaining unresolved files following the backout of 648b42a75739,... | Derek Jones | 1 | -51/+68 |
2011-07-02 | backed out 648b42a75739, which was a NON-trivial whitespace commit. It broke... | Derek Jones | 1 | -16/+16 |
2011-05-09 | Added 'is_unique' which is a brilliant feature I came up with all by myself. ... | Phil Sturgeon | 1 | -51/+68 |
2011-04-25 | Fixed double-space typo. | Razican | 1 | -16/+16 |
2011-04-08 | Fix: codeigniter-reactor/127 Form_validation rule error logging | patwork | 1 | -1/+5 |
2011-04-05 | Removing security loading calls. | Pascal Kriete | 1 | -5/+0 |
2011-02-14 | Whitespace cleanup in libraries/ | Pascal Kriete | 1 | -1/+1 |
2011-02-14 | Uppercasing some stray lowercase keywords for code consistency | Pascal Kriete | 1 | -2/+2 |
2011-02-07 | Added decimal, less_than and greater_than rules to the Form validation Class. | Phil Sturgeon | 1 | -10/+60 |
2011-01-27 | Automated merge with https://bitbucket.org/ellislab/codeigniter | Phil Sturgeon | 1 | -3/+30 |
2011-01-19 | Reverted regex validation while we re-think the implementation, and added ->i... | Phil Sturgeon | 1 | -10/+4 |
2011-01-05 | Hey look, it's 2011 | Greg Aker | 1 | -1/+1 |
2011-01-05 | If the data is an array output them one at a time. E.g: form_input('name[]', ... | Phil Sturgeon | 1 | -0/+7 |
2010-12-15 | Added the regex_match Form Validation rule. Had to change how the rules are ... | Dan Horrigan | 1 | -2/+28 |
2010-11-10 | Altered Form_Validation library to allow for method chaining on set_rules(), ... | Greg Aker | 1 | -3/+9 |
2010-11-10 | Changing all class constructors to __construct() | Greg Aker | 1 | -2/+1 |
2010-11-10 | Updating PHP requirements in files 5.1.6 | Greg Aker | 1 | -1/+1 |
2010-10-04 | Cleanup of stray spaces and tabs | Barry Mieny | 1 | -218/+218 |
2010-04-26 | fixed errant syntax in changeset 53ace78c4b45, fixes #37 | Derek Jones | 1 | -3/+3 |
2010-04-23 | ensured the security lib was loaded in a few calls to xss_clean() in other li... | Derek Jones | 1 | -1/+6 |
2010-01-05 | updated copyrights | Derek Jones | 1 | -1/+1 |
2009-10-13 | added translation of fields passed as validation rule parameters | Pascal Kriete | 1 | -1/+1 |
2009-07-06 | Fixed a bug in the Form Validation library where multiple callbacks weren't w... | Derek Allard | 1 | -1/+1 |
2009-04-22 | updated copyrights to 2009 | Derek Jones | 1 | -1/+1 |
2009-02-10 | Changed the algorithm used in _reset_post_array() to no longer rely on eval()... | Derek Jones | 1 | -20/+11 |
2008-11-13 | Changing EOL style to LF | Derek Allard | 1 | -1286/+1286 |
2008-10-26 | Fixed bug #5702, in which the field label was not being fetched properly, whe... | Rick Ellis | 1 | -1/+8 |
2008-10-26 | Fixed a typo | Rick Ellis | 1 | -1/+1 |
2008-10-19 | Fixed a bug in which the "isset" error message was being trigged by the "requ... | Rick Ellis | 1 | -4/+7 |
2008-10-17 | Fixed an undefined variable. Bug #5311 | Rick Ellis | 1 | -2/+23 |
2008-09-23 | Cleaned up a comment | Rick Ellis | 1 | -7/+2 |
2008-09-23 | (no commit message) | Rick Ellis | 1 | -10/+3 |
2008-09-23 | Fixed a boneheaded mistake I made... | Rick Ellis | 1 | -5/+5 |
2008-09-22 | One more tweak... | Rick Ellis | 1 | -2/+4 |
2008-09-22 | Oops... fixed the fix I just fixed... | Rick Ellis | 1 | -1/+1 |
2008-09-22 | Fixed a language bug when setting errors manually | Rick Ellis | 1 | -3/+12 |
2008-09-20 | Added the ability to use callbacks even when a field has no data | Rick Ellis | 1 | -4/+14 |
2008-09-20 | Removed the strict param from in_array in some of the tests as this was causi... | Rick Ellis | 1 | -3/+3 |
2008-09-20 | Added the ability to set translatable field names | Rick Ellis | 1 | -5/+29 |
2008-09-13 | (no commit message) | Rick Ellis | 1 | -1/+1 |
2008-09-09 | Allowed empty rules to be set, and fixed a bug that allows blank error messag... | Rick Ellis | 1 | -4/+7 |
2008-08-27 | Fixed an empty string error | Rick Ellis | 1 | -1/+1 |
2008-08-26 | (no commit message) | Rick Ellis | 1 | -0/+1220 |