Fabien Potencier
|
0cf8ad1946
Merge remote branch 'Chekote/firefox_put_fix'
|
14 年之前 |
Fabien Potencier
|
9687d1661b
Merge remote branch 'bschussek/form_validator'
|
14 年之前 |
Chekote
|
41ed194a98
Fixed content type for urlencoded forms being too specific. For example, this will now function will clients (such as Firefox) that append the charset to the content type header. Uses 0 === strpos() as per @kriswallsmith suggestion.
|
14 年之前 |
Bernhard Schussek
|
e0ff61949e
[Form] Renamed the value "text" of the "widget" option of the "date" type to "single-text"
|
14 年之前 |
Bernhard Schussek
|
7570e04589
[Form] Implemented getAllowedOptionValues() for core types
|
14 年之前 |
Bernhard Schussek
|
486a01bfe2
[Form] Removed unused option
|
14 年之前 |
Bernhard Schussek
|
da28f8e3b3
[Form] Added FormTypeInterface::getAllowedOptionValues() to better validate passed options
|
14 年之前 |
Fabien Potencier
|
2123006710
[Routing] fixed Route fluent interface
|
14 年之前 |
Bernhard Schussek
|
21013b930c
[Form] Improved test coverage of FormFactory and improved error handling
|
14 年之前 |
Fabien Potencier
|
48858cb95b
[Routing] added missing Route::setOption() method
|
14 年之前 |
Bernhard Schussek
|
fdd18250b3
[Form] Added getType() to FormFactoryInterface
|
14 年之前 |
Bernhard Schussek
|
f801c398eb
Merge remote branch 'francisbesset/validators_date_datime' into francis_merge
|
14 年之前 |
Fabien Potencier
|
faab5e4452
[HttpKernel] moved the creation of logs/ and cache/ ealier to be sure that directories exist when extensions want to write something into them
|
14 年之前 |
Fabien Potencier
|
8dbccc7a8b
[WebProfilerBundle] re-introduced parameters in the DIC for better overridability
|
14 年之前 |
Fabien Potencier
|
4525eb9690
[AsseticBundle] re-introduced parameters in the DIC for better overridability
|
14 年之前 |
Fabien Potencier
|
f7aea2a830
[FrameworkBundle] re-introduced parameters in the DIC for better overridability
|
14 年之前 |
Fabien Potencier
|
05a946bf9d
[DoctrineBundle] re-introduced parameters in the DIC for better overridability
|
14 年之前 |
Fabien Potencier
|
0de8a55f02
[SecurityBundle] re-introduced parameters in the DIC for better overridability
|
14 年之前 |
Fabien Potencier
|
36d60a4a87
[HttpKernel] fixed previous commit
|
14 年之前 |
Fabien Potencier
|
07580335b0
[HttpKernel] changed ExceptionHandler to be more like ErrorHandler
|
14 年之前 |
Fabien Potencier
|
0b367b9489
[DependencyInjection] tweaked error messages
|
14 年之前 |
Fabien Potencier
|
23235d8513
Merge remote branch 'jmikola/patch-1'
|
14 年之前 |
Chekote
|
88d94dd59f
Fixed reference to $this, when not in object context
|
14 年之前 |
Fabien Potencier
|
8f426c0c77
[HttpKernel] added an exception handler to be used during boot time
|
14 年之前 |
Fabien Potencier
|
4adb4e9dc0
merged schmittjoh/removeExits
|
14 年之前 |
Fabien Potencier
|
df67d6a3b1
Merge remote branch 'lenar/exception-logging'
|
14 年之前 |
lenar
|
2a09fe5e09
More information about exception when logging
|
14 年之前 |
Joseph Bielawski
|
d43894b42e
Remove invalid code-coverage annotions
|
14 年之前 |
Fabien Potencier
|
02a81de9d6
Merge remote branch 'fabpot/form-put'
|
14 年之前 |
Fabien Potencier
|
0848604ce1
[HttpFoundation] fixed typo
|
14 年之前 |