Bernhard Schussek
|
1bbdb5ec07
[Form][FrameworkBundle][TwigBundle] Refactored the PHP and Twig templating layer
|
vor 14 Jahren |
Fabien Potencier
|
23d7967f81
[FrameworkBundle] fixed phpunit when ran from the app directory directly without -c
|
vor 14 Jahren |
Bernhard Schussek
|
3127312139
[Form] Added option 'value_transformer' and 'normalization_transformer' to Field class
|
vor 14 Jahren |
Bernhard Schussek
|
ece9691d5a
[Form] Fixed documentation typo
|
vor 14 Jahren |
Jordi Boggiano
|
c6dbbb857a
[Form] Removed dead code
|
vor 14 Jahren |
Jordi Boggiano
|
fbc29f061c
[Form] Coding style fixes
|
vor 14 Jahren |
Jordi Boggiano
|
b8987e1bde
[DoctrineBundle] Form transformers shouldn't explode if they're passed null as a value
|
vor 14 Jahren |
Jordi Boggiano
|
0bdb271608
[Form] Added parent calls to all configure() methods of Fields and Transformers
|
vor 14 Jahren |
GordonsLondon
|
23ac47e011
[Form] Added support for __get and __set in PropertyPath
|
vor 14 Jahren |
Benjamin Eberlei
|
5aeb358721
[Validator] Made the namespace prefix for annotations configurable
|
vor 14 Jahren |
Fabien Potencier
|
0131ff21c5
[Translation] removed unneeded assignement
|
vor 14 Jahren |
Jordi Boggiano
|
3cbc99c180
[Translation] Added flatten method on ArrayLoader
|
vor 14 Jahren |
Fabien Potencier
|
4e5c99dab0
[EventDispatcher] removed the possibility to remove one listener for an event
|
vor 14 Jahren |
Jordi Boggiano
|
d9295058b1
[FrameworkBundle] Make the security context optional
|
vor 14 Jahren |
Jordi Boggiano
|
aa1b2efb15
[TwigBundle] Base form templates now using div instead of tables
|
vor 14 Jahren |
Jordi Boggiano
|
d45954af07
[Form][TwigBundle] Making sure all field types are rendered with the proper template
|
vor 14 Jahren |
Fabien Potencier
|
f21c58c56b
[FrameworkBundle] finished code migration after the removal of the ArrayAccess interface for the Container
|
vor 14 Jahren |
Fabien Potencier
|
f6cc63c99c
removed ArrayAccess interface for Container and Controller
|
vor 14 Jahren |
Fabien Potencier
|
53dd4e39c7
[DependencyInjection] changed the YAML notation for optional services from @@ to @?
|
vor 14 Jahren |
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)
|
vor 14 Jahren |
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
|
vor 14 Jahren |
Ryan Weaver
|
58a240baba
[HttpFoundation] Allow the SERVER_PORT key of the server ParameterBag in Request to be a string value without confusing Request::getHttpHost().
|
vor 14 Jahren |
Kris Wallsmith
|
6428544cd8
[DoctrineMongoDBBundle] added a phpdoc block
|
vor 14 Jahren |
Kris Wallsmith
|
b932441ac9
[DoctrineMongoDBBundle] added ability to register global listeners and subscribers via the DIC
|
vor 14 Jahren |
Kris Wallsmith
|
da188734d8
[DoctrineMongoDBBundle] added support for multiple event managers to the DIC extension
|
vor 14 Jahren |
Kris Wallsmith
|
9ab33e4ae4
[DoctrineMongoDBBundle] added registration of event listeners and subscribers via service container tags
|
vor 14 Jahren |
Fabien Potencier
|
519cc09488
[Translation] added some unit tests for the new YAML loader
|
vor 14 Jahren |
Jordi Boggiano
|
3813eecf17
[Translation] Added YamlFileLoader
|
vor 14 Jahren |
Jordi Boggiano
|
f2107e4b3a
[Translation] Explicitly mark methods as public
|
vor 14 Jahren |
Ryan Weaver
|
81272b22fa
[HttpFoundation] Adding PHPDoc to the Request class and removing two unused variables.
|
vor 14 Jahren |