Commit graph

121 commits

Author SHA1 Message Date
Robin Krahnen
6e3158e9d6 use '=' instead of ':' als delimiter between key and value in annotation options 2018-11-07 17:19:04 +01:00
Robin Krahnen
41df85d9b1 small code optimizations 2018-10-24 16:19:20 +02:00
Robin Krahnen
187c9e1c25 Merge branch 'release/2.0.2' 2018-08-06 16:24:59 +02:00
Robin Krahnen
404105eaa8 Merge tag '2.0.2' into develop
2.0.2
2018-08-06 16:24:59 +02:00
Robin Krahnen
8b9da3197e use empty() instead of count() 2018-05-30 17:15:06 +02:00
2ca4e6e6ae Merge tag '2.0.1' into develop
Tagging 2.0.1
2018-05-14 14:59:41 +02:00
5eca8b80fb Merge branch 'release/2.0.1' 2018-05-14 14:59:36 +02:00
Robin Krahnen
2443564272 remove unused imports 2018-04-05 10:28:15 +02:00
Robin Krahnen
ab79cc0e14 replaced doctype annotation in methods with comment 2018-04-05 09:02:15 +02:00
Robin Krahnen
6922dba2a9 add quotes around strings in YAML files 2018-04-03 17:53:57 +02:00
Robin Krahnen
aaeb2d5c7f just some annotation cleanup 2018-04-03 10:29:06 +02:00
f3dcab421c Merge tag '2.0.0' into develop
Tagging 2.0.0
2017-09-04 18:38:15 +02:00
ff343cd8a2 Merge branch 'master' of ssh://digital-competence.de/Packages/DigiComp.SettingValidator 2017-09-04 16:47:24 +02:00
26e996e2f7 Merge branch 'version/1.x' into develop 2017-09-04 16:46:17 +02:00
2b8e777c09 TASK: Fixing composer.json 2017-09-04 16:45:04 +02:00
Merten Koch
3ba6b33f0a Merge branch 'release/3.0.0' 2017-08-28 16:29:54 +02:00
Merten Koch
b0fe0be425 Merge branch 'feature/neos-flow4' into develop 2017-08-28 16:29:27 +02:00
Daniel Siepmann
a31595513f
TASK: Reformat to follow CGL 2017-07-19 12:55:31 +02:00
Daniel Siepmann
2b41d5f3db
BUGFIX: Fix broken recursion with validation groups
Provide current validation group for recursive SettingsValidator.
Adjust test.
Provide configuration to outline the issue.
2017-07-19 12:54:29 +02:00
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
40fc82e515 TASK: Add basic functional tests 2017-06-02 21:58:33 +02:00
93fa97e817 TASK: Migrate to PSR-4 2017-06-02 21:18:27 +02:00
Daniel Siepmann
8dfb72c230
TASK: Raise flow version constraint 2017-05-24 14:02:27 +02:00
5c2a5babdd TASK: Updating dependencies 2017-04-03 17:05:47 +02:00
Daniel Siepmann
30adb0f7cc TASK: Apply migration Neos.Flow-20170127183102
Migrate bootstep names.

Note: This migration did not produce any changes, so the commit simply
marks the migration as applied. This makes sure it will not be applied
again.
2017-03-15 09:06:45 +01:00
Daniel Siepmann
610a89bfaf TASK: Apply migration Neos.Flow-20170125103800
Migrate usages of the path [TYPO3][Flow][Security][Authentication] to
[Neos][Flow][Security][Authentication]

Note: This migration did not produce any changes, so the commit simply
marks the migration as applied. This makes sure it will not be applied
again.
2017-03-15 09:06:45 +01:00
Daniel Siepmann
55352da4d6 TASK: Apply migration Neos.Media-20161219094126
Migrate name for the media image size cache

Note: This migration did not produce any changes, so the commit simply
marks the migration as applied. This makes sure it will not be applied
again.
2017-03-15 09:06:45 +01:00
Daniel Siepmann
d24fefeda4 TASK: Apply migration TYPO3.FluidAdaptor-20161130112935
Adjusts code to package renaming from "TYPO3.Fluid" to
"Neos.FluidAdaptor".

Note: This migration did not produce any changes, so the commit simply
marks the migration as applied. This makes sure it will not be applied
again.
2017-03-15 09:06:45 +01:00
Daniel Siepmann
9e980e40e1 TASK: Apply migration Neos.SwiftMailer-20161130105617
Adjusts code to package renaming from "TYPO3.SwiftMailer" to
"Neos.SwiftMailer".

Note: This migration did not produce any changes, so the commit simply
marks the migration as applied. This makes sure it will not be applied
again.
2017-03-15 09:06:45 +01:00
Daniel Siepmann
6855634a80 TASK: Apply migration Neos.Flow-20161125124112
Adjusts code to Neos\Flow\Utility\Unicode adjustment

Note: This migration did not produce any changes, so the commit simply
marks the migration as applied. This makes sure it will not be applied
again.
2017-03-15 09:06:45 +01:00
Daniel Siepmann
5120239c12 TASK: Apply migration Neos.Media-20161124233100
Adjusts code to package renaming from "TYPO3.Media" to "Neos.Media"

Note: This migration did not produce any changes, so the commit simply
marks the migration as applied. This makes sure it will not be applied
again.
2017-03-15 09:06:45 +01:00
Daniel Siepmann
22e060163f TASK: Apply migration Neos.Imagine-20161124231742
Adjusts code to Imagine Renaming

Note: This migration did not produce any changes, so the commit simply
marks the migration as applied. This makes sure it will not be applied
again.
2017-03-15 09:06:45 +01:00
Daniel Siepmann
365ed39776 TASK: Apply migration Neos.Eel-20161124230101
Adjusts code to Eel Renaming

Note: This migration did not produce any changes, so the commit simply
marks the migration as applied. This makes sure it will not be applied
again.
2017-03-15 09:06:45 +01:00
Daniel Siepmann
2fc3edd6c0 TASK: Apply migration Neos.Flow-20161124224015
Adjusts code to cache extraction

Note: This migration did not produce any changes, so the commit simply
marks the migration as applied. This makes sure it will not be applied
again.
2017-03-15 09:06:45 +01:00
Daniel Siepmann
e36874e26d TASK: Apply migration Neos.Flow-20161124204701
Adjusts code to package renaming from "Neos.Flow.Utility.Files" to
"Neos.Utility.Files" and other extractions of the "Utility" packages.

Note: This migration did not produce any changes, so the commit simply
marks the migration as applied. This makes sure it will not be applied
again.
2017-03-15 09:06:45 +01:00
Daniel Siepmann
85174f7489 TASK: Apply migration Neos.Flow-20161124204700
Adjusts code to package renaming from "TYPO3.Flow" to "Neos.Flow"

Note: This migration did not produce any changes, so the commit simply
marks the migration as applied. This makes sure it will not be applied
again.
2017-03-15 09:06:45 +01:00
Daniel Siepmann
0e7d19b3cd TASK: Apply migration TYPO3.Flow-20161115140430
Adjust to the renaming of the Object namespace in Flow 4.0

Note: This migration did not produce any changes, so the commit simply
marks the migration as applied. This makes sure it will not be applied
again.
2017-03-15 09:06:45 +01:00
Daniel Siepmann
2b9b1febe9 TASK: Apply migration TYPO3.Flow-20161115140400
Adjust to the renaming of the Resource namespace and class in Flow 4.0

Note: This migration did not produce any changes, so the commit simply
marks the migration as applied. This makes sure it will not be applied
again.
2017-03-15 09:06:45 +01:00
Daniel Siepmann
5c44ad5579 TASK: Apply migration TYPO3.Flow-20151113161300
Adjust "Settings.yaml" to new "requestPattern" and "firewall" syntax
(see FLOW-412)

Note: This migration did not produce any changes, so the commit simply
marks the migration as applied. This makes sure it will not be applied
again.
2017-03-15 09:06:44 +01:00
Robin Krahnen
baa35e0926 update project; fit neos/flow 4 2017-03-13 17:00:13 +01:00
Robin Krahnen
9531b7af46 edit composer.json for feature/neos-flow4 2017-03-04 17:29:20 +01:00
d7de3a3659 TASK: Adding schema validation 2016-08-01 01:00:43 +02:00
cb418f5602 TASK: Only PSR-2 adherence 2016-08-01 01:00:29 +02:00