Christian Krause
d16ca767c1
Merge branch 'release/2.1.0'
2019-11-12 12:35:21 +01:00
Christian Krause
40aaaa930b
Merge branch 'feature/flow-5.3' into develop
2019-11-12 12:35:03 +01:00
Robin Krahnen
6fa2343816
Merge branch 'develop' into feature/flow-5.3
2019-10-28 10:55:21 +01:00
Robin Krahnen
c721f78f08
added @deprecated to unused properties
2019-10-28 10:31:10 +01:00
Robin Krahnen
5e5c6bfb9d
Merge branch 'develop' into feature/flow-5.3
2019-10-02 14:34:07 +02:00
Robin Krahnen
14a6ebbd00
TASK: Apply migration Neos.Flow-20180415105700
...
Add scalar type hint to CacheAwareInterface implementations.
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.
2019-08-27 11:30:13 +02:00
Robin Krahnen
4dd8d9026b
Merge branch 'develop'
2019-08-20 15:13:50 +02:00
Robin Krahnen
3cac00f12a
remove unnecessary @Flow\Scope("prototype")
2019-07-30 11:02:25 +02:00
409efffe45
TASK: Allow Flow 5.3
2019-06-24 16:00:19 +02:00
Robin Krahnen
1d27166706
optimized spaces in readme
2019-06-07 09:02:40 +02:00
9c09eacaea
Merge tag '2.0.3' into develop
...
Tagging 2.0.3
2019-01-28 11:49:48 +01:00
0f9c5f4697
Merge branch 'release/2.0.3'
2019-01-28 11:49:44 +01:00
4a6d344ab6
FIX: Do not migrate already migrated validators
2019-01-28 11:37:18 +01:00
Robin Krahnen
4228053b3f
optimized Package.php
2019-01-28 11:19:02 +01:00
Robin Krahnen
daeace6a2e
added missing types for @param annotation
2018-11-08 15:41:53 +01:00
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