index
:
Filebin
dev
dev-2.x
dev-parallel-tests
dev-text-paste-preview
hash-collision
master
no-ouput-if-error
release/1.x
The software behind paste.xinu.at
Florian Pritz
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
system
/
libraries
/
Form_validation.php
Age
Commit message (
Expand
)
Author
Files
Lines
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