issues
search
macder
/
wfv-validation
Input validation API for WordPress
https://macder.github.io/wfv/
BSD 3-Clause "New" or "Revised" License
0
stars
0
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Release/0.12.1 - loosens coupling with validation dep, improved docs
#152
macder
closed
6 years ago
0
Release/0.12.0 - adds has_errors and is_valid convenience methods
#151
macder
closed
6 years ago
0
Release/0.11.4 - verifies if custom error message in array is not empty
#150
macder
closed
6 years ago
0
move documentation site link to top - visibility
#149
macder
closed
6 years ago
0
Moved all validation logic from FormComposite into Validator
#148
macder
closed
7 years ago
0
Improved RuleFactory, validators are now called rules
#147
macder
closed
7 years ago
0
Fixes critical bug when a rule with parameters is optional
#146
macder
closed
7 years ago
0
Validator - 'callback' causes fatal error when optional
#145
macder
closed
7 years ago
0
Validator - 'between' never fails when optional
#144
macder
closed
7 years ago
0
Collectible - Finish the 'transform()' method
#143
macder
opened
7 years ago
0
Release/0.11.0 - Alpha baseline
#142
macder
closed
7 years ago
0
Develop - improved security - inspect agent now injected into input collection
#141
macder
closed
7 years ago
0
Revert to architecture with no proxy
#140
macder
closed
7 years ago
0
Feature/structure - proxy'ish pattern to prevent builder and factory bypass
#139
macder
closed
7 years ago
0
Develop - updated unit tests
#138
macder
closed
7 years ago
0
Create unit tests for ValidatorFactory
#137
macder
opened
7 years ago
0
Create unit tests for Validator
#136
macder
closed
7 years ago
0
Several new validators added, and collection tests
#135
macder
closed
7 years ago
0
Create validator for 'same' with unit tests
#134
macder
closed
7 years ago
0
Create validator for 'phone' with unit tests
#133
macder
closed
7 years ago
0
Create validator for 'url' with unit tests
#132
macder
closed
7 years ago
0
Feature/rules - new validators for 'equals', 'ip', 'numeric', 'max', 'min'
#131
macder
closed
7 years ago
0
Create validator for 'length_min' with unit tests
#130
macder
closed
7 years ago
0
Create validator for 'length_max' with unit tests
#129
macder
closed
7 years ago
0
Feature/validator - refactored validation to flyweight strategy
#128
macder
closed
7 years ago
0
Refactor validation to use a flyweight factory - to simplify passing validators
#127
macder
closed
7 years ago
0
added alpha_num and integer validators - and code simplification in Collectable abstract
#126
macder
closed
7 years ago
0
Unit tests for Validators - Generalize the tests and use data-providers - too much c/p
#125
macder
opened
7 years ago
0
Develop - minor code improvements and tests for RuleCollection
#124
macder
closed
7 years ago
0
Update unit tests for ErrorCollection
#123
macder
closed
7 years ago
0
Unit test for MessageCollection
#122
macder
closed
7 years ago
0
Update unit test for InputCollection
#121
macder
closed
7 years ago
0
Update unit test for RulesCollection
#120
macder
closed
7 years ago
1
Feature/validator - new abstract factory for creating validators
#119
macder
closed
7 years ago
0
Remove creation of rule strategies (Validators) from builder - Reduce complexity
#118
macder
closed
7 years ago
0
Add field labels from config array to error messages
#117
macder
closed
7 years ago
0
New unit tests for FormComposite
#116
macder
closed
7 years ago
0
Feature/validator - replaced Valitron with Respect\Validation - refactored to strategy pattern
#115
macder
closed
7 years ago
0
Add support for front end validation via WP REST API
#114
macder
opened
7 years ago
0
Create new validator class that receives a single validation strategy (ValidateInterface) for each field rule
#113
macder
closed
7 years ago
0
Rework form config array so that each field attr is an array with 'label', 'rules', 'messages'
#112
macder
closed
7 years ago
0
Feature/respect validator - replaced Valitron w. Respect, and strategy pattern for validation
#111
macder
closed
7 years ago
1
Add validation fail feedback messages
#110
macder
closed
7 years ago
1
Switch validation library from Valitron to Respect\Validation
#109
macder
closed
7 years ago
0
Create validator for 'optional' with unit tests
#108
macder
closed
7 years ago
0
Create validator for 'required_with' with unit tests
#107
macder
closed
7 years ago
0
Create validator for 'required_if' with unit tests
#106
macder
closed
7 years ago
0
Create validator for 'required' with unit tests
#105
macder
closed
7 years ago
0
Create validator for 'numeric' with unit tests
#104
macder
closed
7 years ago
0
Create validator for 'min' with unit tests
#103
macder
closed
7 years ago
0
Next