Fabien Potencier
|
b6799d0d80
[FoundationBundle] fixed bundles with sub-namespaces
|
15 年之前 |
Fabien Potencier
|
8d067bac51
[DepedencyInjection] amended previous commit
|
15 年之前 |
Benjamin Eberlei
|
ef91396618
[DependencyInjection] Add factory-class and factory-service concepts to DI Definition. A factory-class is a class-name for the static creation method of a service. A factory-service is the service object that has a factory method to construct a given service. Added tests. Changed Xml, Yaml Dumper and Loaders, PHP Dumper, aswell as the Runtime Builder Container. Graphviz changes missing!
|
15 年之前 |
Fabien Potencier
|
27458b653e
[DependencyInjection] removed @property annotations as services are not available as properties anymore
|
15 年之前 |
Fabien Potencier
|
659041a96c
[DependencyInjection] fixed Doctrine bundles
|
15 年之前 |
Fabien Potencier
|
4bbf2ae055
[DependencyInjection] renamed constructor to factory method (like in Spring)
|
15 年之前 |
Fabien Potencier
|
a9ad743006
[DependencyInjection] changed the main services.xsd to be more strict (the validation was basically disabled because of ##any)
|
15 年之前 |
Fabien Potencier
|
72254b9569
[Validator] fixed a typo
|
15 年之前 |
Bernhard Schussek
|
235bdc49e4
[Validator] Removed duplicate class DependencyInjectionValidatorFactory
|
15 年之前 |
avalanche123
|
f2c4f20e70
[Validator] added support for '0' as default constraint option value
|
15 年之前 |
Bernhard Schussek
|
8c9f9de086
[Validator] Added support for metadata caching
|
15 年之前 |
Bernhard Schussek
|
1c7b459776
[Form] Fields with the name '0' are now possible
|
15 年之前 |
Bernhard Schussek
|
34dd0ea25b
[Form] Fixed: Objects are stored in the form before calling configure()
|
15 年之前 |
Bernhard Schussek
|
fd3243a943
[Finder] Fixed Finder tests without explicit sorting across different operating systems
|
15 年之前 |
Bernhard Schussek
|
3b48e1dee0
[FoundationBundle] Fixed failing WebExtensionTest
|
15 年之前 |
Bernhard Schussek
|
6fb9aae4b9
[Validator] Fixed __toString() method in ConstraintViolationList
|
15 年之前 |
Bernhard Schussek
|
55c1efd144
[FoundationBundle] Fixed the configuration of the annotation driver for the validator
|
15 年之前 |
Bernhard Schussek
|
f6b9d9e046
[Validator] Made all metadata classes serializable
|
15 年之前 |
Bernhard Schussek
|
a747987625
[Validator] Custom built constraints can now be used in the loaders
|
15 年之前 |
Fabien Potencier
|
5701d6533c
fixed phpdoc
|
15 年之前 |
Fabien Potencier
|
13781b4441
[Console] fixed unit tests
|
15 年之前 |
Fabien Potencier
|
e40447427a
fixed phpdoc
|
15 年之前 |
Fabien Potencier
|
108e28429a
[Console] fixed phpdoc
|
15 年之前 |
Fabien Potencier
|
99952c6042
[Console] added a way to create console application with only 1 command
|
15 年之前 |
Fabien Potencier
|
aaa6aba60b
[Console] added a way to use style without defining a name (<fg=blue;bg=red>...</>)
|
15 年之前 |
Fabien Potencier
|
b31c3e0979
[Console] changed the --color/-c option to --ansi/-a to avoid conflict with --config/-c
|
15 年之前 |
Fabien Potencier
|
04a87053d1
[Console] changed the --color/-c option to --ansi/-a to avoid conflict with --config/-c
|
15 年之前 |
Fabien Potencier
|
ec7e228576
[HttpKernel] fixed phpdoc
|
15 年之前 |
Fabien Potencier
|
19d3e98675
[HttpKernel] fixed double-insertion problem for profiling data
|
15 年之前 |
Gordon Franke
|
4d3119e0fe
fix install_vendors.sh file to check if vendor folder exist
|
15 年之前 |