Fabien Potencier
|
f6cc63c99c
removed ArrayAccess interface for Container and Controller
|
14 年之前 |
Fabien Potencier
|
53dd4e39c7
[DependencyInjection] changed the YAML notation for optional services from @@ to @?
|
14 年之前 |
Fabien Potencier
|
92f3d9e7ec
[DependencyInjection] removed the leading _ for anonymous service ids (the usage of strtr() in the conversion between ids and methods does not take leading _ into account like camelize() does)
|
14 年之前 |
Fabien Potencier
|
a45baed812
[HttpFoundation] removed optimization for setLocale() as it breaks when locale is not the default and the user wants to switch back to the default locale
|
14 年之前 |
Ryan Weaver
|
58a240baba
[HttpFoundation] Allow the SERVER_PORT key of the server ParameterBag in Request to be a string value without confusing Request::getHttpHost().
|
14 年之前 |
Kris Wallsmith
|
6428544cd8
[DoctrineMongoDBBundle] added a phpdoc block
|
14 年之前 |
Kris Wallsmith
|
b932441ac9
[DoctrineMongoDBBundle] added ability to register global listeners and subscribers via the DIC
|
14 年之前 |
Kris Wallsmith
|
da188734d8
[DoctrineMongoDBBundle] added support for multiple event managers to the DIC extension
|
14 年之前 |
Kris Wallsmith
|
9ab33e4ae4
[DoctrineMongoDBBundle] added registration of event listeners and subscribers via service container tags
|
14 年之前 |
Fabien Potencier
|
519cc09488
[Translation] added some unit tests for the new YAML loader
|
14 年之前 |
Jordi Boggiano
|
3813eecf17
[Translation] Added YamlFileLoader
|
14 年之前 |
Jordi Boggiano
|
f2107e4b3a
[Translation] Explicitly mark methods as public
|
14 年之前 |
Ryan Weaver
|
81272b22fa
[HttpFoundation] Adding PHPDoc to the Request class and removing two unused variables.
|
14 年之前 |
Jordi Boggiano
|
7bf77cb500
[FrameworkBundle] Add comment to clarify the request service issue
|
14 年之前 |
Francis Besset
|
35148c5ac3
[FrameworkBundle] added routing internationalization
|
14 年之前 |
Fabien Potencier
|
6f898a5008
[HttpKernel] made some tests more robust
|
14 年之前 |
Fabien Potencier
|
4aa5ef63f5
[HttpKernel] made some tests more robust
|
14 年之前 |
Fabien Potencier
|
98f3ac65f4
fixed configuration bugs
|
14 年之前 |
Fabien Potencier
|
7257571be4
[HttpFoundation] added missing code for last commit
|
14 年之前 |
Fabien Potencier
|
942104a5ff
[HttpFoundation] added a setCache() method to ease setting the HTTP cache headers in one simple call
|
14 年之前 |
Fabien Potencier
|
f669674293
[HttpFoundation] added a missing phpdoc
|
14 年之前 |
Fabien Potencier
|
f6ddeeb36b
[HttpFoundation] added Response::setPublic() and changed setPrivate() to not take any argument
|
14 年之前 |
Fabien Potencier
|
8b9e979118
[FrameworkBundle] changed configuration to always include the session service
|
14 年之前 |
jeff
|
69cd21d8be
[Validator] Fixed annotation loader to not add parent constraints twice
|
14 年之前 |
Bernhard Schussek
|
48b3e92504
[Form] Fixed: parent::configure() should always be called after adding options to overrule options in the parent class
|
14 年之前 |
Jordi Boggiano
|
d94c581f42
[TwigBundle] fixed instanceof check to include all FieldGroup like classes
|
14 年之前 |
Jordi Boggiano
|
a198bbcf43
[Form] throw an exception if session_id() is empty when a csrf token is generated
|
14 年之前 |
ever.zet
|
4c340c5cc9
[Form] fixed forms grouped validation
|
14 年之前 |
Bernhard Schussek
|
f5b451f5b9
[Form] Fixed MoneyToLocalizedStringTransformer and added tests
|
14 年之前 |
Fabien Potencier
|
5860bdd75a
[FrameworkBundle] re-added a fake request service so that you can rely on it when defining services with a dependency on it
|
14 年之前 |