Jeremy Mikola
|
f0d2ce7f32
[TwigBundle] Refactored TwigExtension class and implemented configuration tree
|
14 лет назад |
Ryan Weaver
|
6d24d37b16
[Config] Moving the removal of the key attribute on ArrayNode onto the setKeyAttribute() method per Johannes.
|
14 лет назад |
Ryan Weaver
|
48459e9082
[Config] Renaming the key attribute removal property for consistency per Johannes' recommendation. Also fixing a PHPDoc typo per Stof.
|
14 лет назад |
Ryan Weaver
|
663dcbcb32
[SwiftmailerBundle] Removing unnecessary "enabled" key in a test.
|
14 лет назад |
Ryan Weaver
|
2d94f2d8d0
[FrameworkBundle] Removing the "namespace" key when it's defined in its own weird location in XML. This prevents that key, which we move in this same location, from looking like an invalid option during validation.
|
14 лет назад |
Ryan Weaver
|
d6617f6fba
[Config] Renaming NodeBuilder::nodeBuilder() to NodeBuilder::builder() due to the fact that PHP can get confused when you have a __construct() method *and* a method that has the same name as the class (looks like two constructors to PHP).
|
14 лет назад |
Ryan Weaver
|
ea768fe6fc
[Config] Making the option to remove a key attribute optional.
|
14 лет назад |
Ryan Weaver
|
554628cf5b
[Config] Renaming the NodeBuilder::addNodeBuilder() to simply NodeBuilder::nodeBuilder() to be consistent with the other names: node(), arrayNode().
|
14 лет назад |
Ryan Weaver
|
7a9243a220
[Config] Making changes per the recent movement of the Config builder into the Config component.
|
14 лет назад |
Ryan Weaver
|
e7c098e8a2
[DependencyInjection] Renaming allowUnnamedChildren to preventExtraKeys. Also moved the place where validation of extra configs occurs.
|
14 лет назад |
Ryan Weaver
|
fd5cdfc18f
[DependencyInjection] Being sure to remove XML-remapped singular options and key attribute options after processing.
|
14 лет назад |
Ryan Weaver
|
bd15ddda96
[DependencyInjection] Adding a NodeBuilder::addNodeBuilder() method that helps achieve a fluid interface when a pre-built NodeBuilder needs to be added.
|
14 лет назад |
Ryan Weaver
|
f5b1cb18e1
[DependencyInjection] Initial implementation of an allowUnnamedChildren method on NodeBuilder. Also added an "extra field" exception.
|
14 лет назад |
Miha Vrhovnik
|
9b602626eb
Added missing use statement
|
14 лет назад |
hhamon
|
f985da5a9c
[HttpFoundation] fix Cache-Control header when forcing the Response to have an Expires header field. The RFC2616 Bis indicates that if the Response has both max-age (or s-maxage) and Expires header field, the Cache-Control maxage wins over Expires. The previous code in ResponseHeaderBag always returned "private, max-age=0, must-revalidate" even if the Expires header field was forced.
|
14 лет назад |
Juan Ases García
|
2ba9ebfee9
Fixed typo in json error template
|
14 лет назад |
Jordi Boggiano
|
3fbe366df2
[Yaml] Fix warning
|
14 лет назад |
Fabien Potencier
|
75238c6817
added the LICENSE file for the YAML component
|
14 лет назад |
Clément Jobeili
|
e8d39d6d32
Fix description
|
14 лет назад |
Clément Jobeili
|
aef85dde27
Add an example using the options in the help message
|
14 лет назад |
Clément Jobeili
|
438ccbdf8a
Fix CS
|
14 лет назад |
Clément Jobeili
|
9b16f1a614
[SwiftMailer] Add the SendEmail Command (for the spool)
|
14 лет назад |
Christophe Coevoet
|
76262b2ccc
Fixed spool handling
|
14 лет назад |
Christophe Coevoet
|
b3460653bc
Revert "fix spooler handling"
|
14 лет назад |
Justin Hileman
|
b8c531e1fc
Add a namespace separator for console commands in `Command` sub-directories.
|
14 лет назад |
hhamon
|
b61e288e0b
[BrowserKit] fix phpdoc for Client::followRedirect()
|
14 лет назад |
hhamon
|
b687e52835
[DomCrawler] fix Form::getUri() when the form action attribute contains only a sharp (#) character.
|
14 лет назад |
Fabien Potencier
|
6b12c21261
moved DependencyInjection\Configuration to Config\Definition
|
14 лет назад |
Jordi Boggiano
|
38813c122e
[TwigBundle] Resolve some TODOs in form templates
|
14 лет назад |
Ryan Weaver
|
c5e4dfb5a6
[DependencyInjection] Adding to InvalidArgumentException messages to clarify when a service is given an invalid "tags" value.
|
14 лет назад |