Jordi Boggiano
|
6a7d6843ae
[Form] Removed unnecessary code
|
před 14 roky |
hhamon
|
d076ee4f3a
[DoctrineMongoDBBundle] use namespace in MongoDB data fixtures command
|
před 14 roky |
hhamon
|
56dc1281d0
[DoctrineBundle] use namespace and fix double variable declaration
|
před 14 roky |
Sven Paulus
|
5d87d83a10
optimize duplication of Request objects
|
před 14 roky |
Tim Nagel
|
06e2c01e76
[CssSelector] PHPDoc additions
|
před 14 roky |
Tim Nagel
|
76e9b6ec97
[Console] PHPDoc fixes
|
před 14 roky |
Jeremy Mikola
|
9f77cabd2f
[TwigBundle] Cast non-array resources argument to array in form_field() twig function
|
před 14 roky |
Fabien Potencier
|
fae8a557f9
[Console] fixed typo
|
před 14 roky |
Fabien Potencier
|
7e0ed2759b
[HttpKernel] fixed phpdoc
|
před 14 roky |
Fabien Potencier
|
f35f1e1f3c
[FrameworkBundle] fixed init:bundle command
|
před 14 roky |
Marc Weistroff
|
9f52333bf6
[HttpKernel] Fixed DataCollector Request attributes when attributes have objects
|
před 14 roky |
Bernhard Schussek
|
f51dafca3f
[Form] Fixed: "data_constructor" option is used even if "data_class" option is not set
|
před 14 roky |
Bernhard Schussek
|
5b95805340
[Form] Added option "data_constructor" to Form. When a Form is initialized with NULL, an object is automatically created using this constructor. If no constructor is given but the option "data_class" is set, an object of that class is created with the default constructor instead.
|
před 14 roky |
Bernhard Schussek
|
09a50c3c55
[Form] Fixed: "by_reference" option is ignored if reading from/writing to an array
|
před 14 roky |
Bernhard Schussek
|
59bf50bf41
[Form] Disabled by reference handling for arrays
|
před 14 roky |
Kris Wallsmith
|
ef43b22546
[HttpFoundation] fixed test cleanup
|
před 14 roky |
Bulat Shakirzyanov
|
97679e5bda
[DoctrineAbstractBundle] added test for new Loader
|
před 14 roky |
Bulat Shakirzyanov
|
d447d22809
[DoctrineBundle, DoctrineAbstractBundle, DoctrineMongoDBBundle] added container aware fixture loader
|
před 14 roky |
Bulat Shakirzyanov
|
734be8107c
[DoctrineMongoDBBundle] fixed UniqueValidatorTest to mark skipped if Doctrine\ODM classes not found
|
před 14 roky |
Xavier Perez
|
2f9b9f5521
[Templating] Added some missing PHPDoc
|
před 14 roky |
Xavier Perez
|
4c65161953
[Yaml] Added PHPDoc on getTimestampRegex()
|
před 14 roky |
Fabien Potencier
|
9f30e42c16
added --debug/-d and --env/-d to console
|
před 14 roky |
pborreli
|
41bf849a63
[HttpFoundation] Request coverage
|
před 14 roky |
Tim Nagel
|
f3b6e1a30c
PHPDoc for Console
|
před 14 roky |
ornicar
|
4252680ccf
[HttpKernel] Catch exception when SQLite profiler storage fails to cleanup
|
před 14 roky |
Marc Weistroff
|
ea4ab77b6d
[HttpKernel] HttpCache now sends maxage=0 cache-control directive in case of Esi presence.
|
před 14 roky |
Marc Weistroff
|
bebdcb242d
[HttpKernel] Added response cache-control modification if page is composed of ESIs.
|
před 14 roky |
ornicar
|
2201382fa1
[HttpKernel] Fix issue in SQLite profiler storage when PDO fails to prepare a statement
|
před 14 roky |
Tim Nagel
|
93fd935b70
PHPDoc style fix
|
před 14 roky |
ornicar
|
803cc91b8b
[FrameworkBundle] Fix TemplateNameParser template name exception message
|
před 14 roky |