Commit graph

9 commits

Author SHA1 Message Date
Daniel Siepmann
5c927e9dda
BUGFIX: Only unset array key if it exists 2017-07-19 10:31:01 +02:00
Daniel Siepmann
3da68c2e49
TASK: Fix ValidationGroups
Fix handling of validation groups. Also added test to cover the feature.
2017-07-03 10:11:18 +02:00
eccc2b1bdd MERGE: Bringing the ValidationGroup feature back to work.
- ugly: they get extracted from options, as I do not see any other
  possibility
2017-06-29 21:34:20 +02:00
f0e31dcc11 Merge branch 'feature/newValidationYamlLayout' into feature/neos-flow4 2017-06-29 21:33:19 +02:00
Daniel Siepmann
e5b5f08153
FEATURE: Support validation groups as done by flow itself.
* Provide another option validationGroups.
* Allow each validation entry to be executed only for matching
  validation groups.
* Necessary for the same reason as documented in flow documentation. It
  should be possible to execute different validation rules for the same
  name or class, only at some points, e.g. at a specific action.
2017-06-21 11:26:13 +02:00
d83c009b28 TASK: taming complexity 2017-06-03 14:11:13 +02:00
4534099d3a TASK: Added code migration for Validation.yaml structure 2017-06-03 12:56:14 +02:00
9a055a2f77 TASK: Completely changing the layout of Validation.yaml 2017-06-02 23:14:05 +02:00
93fa97e817 TASK: Migrate to PSR-4 2017-06-02 21:18:27 +02:00
Renamed from Classes/DigiComp/SettingValidator/Validation/Validator/SettingsValidator.php (Browse further)