Fabien Potencier
|
0cf8ad1946
Merge remote branch 'Chekote/firefox_put_fix'
|
hace 14 años |
Fabien Potencier
|
9687d1661b
Merge remote branch 'bschussek/form_validator'
|
hace 14 años |
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.
|
hace 14 años |
Victor Berchet
|
3b9c1e3fee
[Form] Optimization of PropertyPath
|
hace 14 años |
Bernhard Schussek
|
e0ff61949e
[Form] Renamed the value "text" of the "widget" option of the "date" type to "single-text"
|
hace 14 años |
Bernhard Schussek
|
7570e04589
[Form] Implemented getAllowedOptionValues() for core types
|
hace 14 años |
Bernhard Schussek
|
486a01bfe2
[Form] Removed unused option
|
hace 14 años |
Bernhard Schussek
|
da28f8e3b3
[Form] Added FormTypeInterface::getAllowedOptionValues() to better validate passed options
|
hace 14 años |
Fabien Potencier
|
2123006710
[Routing] fixed Route fluent interface
|
hace 14 años |
alexandresalome
|
5aaa78d9ca
[Routing] Fix the exception inheritance + Add the LICENCE block in new files
|
hace 14 años |
Bernhard Schussek
|
21013b930c
[Form] Improved test coverage of FormFactory and improved error handling
|
hace 14 años |
Fabien Potencier
|
48858cb95b
[Routing] added missing Route::setOption() method
|
hace 14 años |
alexandresalome
|
07b7dc0c86
[Routing] Change the Exception namespacing + base class for every exception + update PHPDoc
|
hace 14 años |
Bernhard Schussek
|
fdd18250b3
[Form] Added getType() to FormFactoryInterface
|
hace 14 años |
Bernhard Schussek
|
f801c398eb
Merge remote branch 'francisbesset/validators_date_datime' into francis_merge
|
hace 14 años |
alexandresalome
|
05d9e74293
[Routing] Add specific exceptions for the UrlGenerator
|
hace 14 años |
Miha Vrhovnik
|
cd7ab69a17
If there is no namespace in classname the 1st character was stripped off
|
hace 14 años |
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
|
hace 14 años |
Fabien Potencier
|
8dbccc7a8b
[WebProfilerBundle] re-introduced parameters in the DIC for better overridability
|
hace 14 años |
Fabien Potencier
|
4525eb9690
[AsseticBundle] re-introduced parameters in the DIC for better overridability
|
hace 14 años |
Fabien Potencier
|
f7aea2a830
[FrameworkBundle] re-introduced parameters in the DIC for better overridability
|
hace 14 años |
Fabien Potencier
|
05a946bf9d
[DoctrineBundle] re-introduced parameters in the DIC for better overridability
|
hace 14 años |
Fabien Potencier
|
0de8a55f02
[SecurityBundle] re-introduced parameters in the DIC for better overridability
|
hace 14 años |
Fabien Potencier
|
36d60a4a87
[HttpKernel] fixed previous commit
|
hace 14 años |
Fabien Potencier
|
07580335b0
[HttpKernel] changed ExceptionHandler to be more like ErrorHandler
|
hace 14 años |
Fabien Potencier
|
0b367b9489
[DependencyInjection] tweaked error messages
|
hace 14 años |
Christophe Coevoet
|
c2f074b7d5
[DependencyInjection] Fixed a property visibility in GraphvizDumper and removed a useless instanciation in the test
|
hace 14 años |
Victor Berchet
|
ae4bfbada4
[Form] fix calling closures
|
hace 14 años |
Victor Berchet
|
b2b3b190ef
[Form] Add a missing property delcaration in the ResizeFormListener
|
hace 14 años |
Victor Berchet
|
87a6fd0f99
[Form] phpDoc
|
hace 14 años |