Fabien Potencier
|
4bfd5bf079
[Form] tweaked Date time transformer to allow fields with 0 as hour/minute/...
|
14 anni fa |
Fabien Potencier
|
3e476e1c30
[Form] removed validation.xml file (not used anymore)
|
14 anni fa |
Fabien Potencier
|
f4aae27904
Merge remote branch 'lsmith77/add_decoder_interface'
|
14 anni fa |
Bernhard Schussek
|
be5738564f
[Form] Improved regular expression in AbstractType::getName() and added unit tests
|
14 anni fa |
Bernhard Schussek
|
4905bfd285
Merge remote branch 'brikou/form' into form
|
14 anni fa |
Lukas Kahwe Smith
|
874c4b6e07
added a DecodeInterface (and SerializerAwareInterface) to make it easier to identify if an Encoder also supports decoding
|
14 anni fa |
Lukas Kahwe Smith
|
c2ac8304b0
added text/html to default format mapping
|
14 anni fa |
Lukas Kahwe Smith
|
4c3c6cdabf
return "q" from splitHttpAcceptHeader() to enable more complex accept header negotiations
|
14 anni fa |
Lukas Kahwe Smith
|
53c7bcf3aa
added support for setting a custom default format in Request::getRequestFormat()
|
14 anni fa |
Fabien Potencier
|
7a70236437
Merge remote branch 'schmittjoh/containerBaseClass'
|
14 anni fa |
Fabien Potencier
|
62737c2495
Merge remote branch 'hidenorigoto/feature/add-server-param-method'
|
14 anni fa |
Fabien Potencier
|
5861a1b962
Merge remote branch 'merk/security/phpdoc'
|
14 anni fa |
Fabien Potencier
|
45a551e9d5
[DoctrineBundle] removed unused file
|
14 anni fa |
Johannes M. Schmitt
|
30bac46e1b
[DependencyInjection] make base class of generated container configurable
|
14 anni fa |
hidenorigoto
|
43952b3175
[BrowserKit] added tests for setServerParameter/getServerParameter methods
|
14 anni fa |
hidenorigoto
|
1d85a3dcb1
[BrowserKit] added getServerParameter method which makes setServerParameters/setServerParameter methods testable
|
14 anni fa |
hidenorigoto
|
54c3d236c2
[BrowserKit] added the method to Client which enables to set single server parameter
|
14 anni fa |
Fabien Potencier
|
c6818d8bf7
[HttpKernel] added support for controllers as arrays and object with an __invoke method
|
14 anni fa |
Tobias Naumann
|
f6ce451e2c
[Form] Made FormView implement Countable
|
14 anni fa |
Tim Nagel
|
ad86f9ff0d
[Security] Added missing phpdoc
|
14 anni fa |
Brikou CARRE
|
e898445b94
removed empty lines/trailing spaces
|
14 anni fa |
Brikou CARRE
|
a83046f470
fixed regex (we don't need '?')
|
14 anni fa |
Brikou CARRE
|
28121e4a57
[Form] AbstractType::getName() improvement
|
14 anni fa |
Bernhard Schussek
|
7b1bf621e1
[Form] Removed obsolete code from div_layout.html.twig
|
14 anni fa |
Bernhard Schussek
|
2ea68dfcd2
[Form] Improved test coverage of NumberToLocalizedStringTransformer
|
14 anni fa |
Bernhard Schussek
|
30922d9375
[Form] Fixed: Checkboxes in an expanded choice field never have the 'required' HTML5 attribute. Closes http://trac.symfony-project.org/ticket/9588
|
14 anni fa |
Bernhard Schussek
|
a05575bba1
[Form] Removed obsolete code. Use the 'attr' var instead
|
14 anni fa |
Bernhard Schussek
|
9582221862
[Form] ResizeFormListener::preBind() now handles empty strings. Fixes https://github.com/symfony/symfony/pull/40
|
14 anni fa |
Bernhard Schussek
|
d0c572716a
Merge remote branch 'henrikbjorn/form' into henrik_merge
|
14 anni fa |
Bernhard Schussek
|
bc0efff28d
[Form][FrameworkBundle] Fixed escaping of choice widgets
|
14 anni fa |