Commit History

Author SHA1 Message Date
  Bernhard Schussek be5738564f [Form] Improved regular expression in AbstractType::getName() and added unit tests 14 years ago
  Bernhard Schussek 4905bfd285 Merge remote branch 'brikou/form' into form 14 years ago
  Lukas Kahwe Smith 874c4b6e07 added a DecodeInterface (and SerializerAwareInterface) to make it easier to identify if an Encoder also supports decoding 14 years ago
  Lukas Kahwe Smith c2ac8304b0 added text/html to default format mapping 14 years ago
  Lukas Kahwe Smith 4c3c6cdabf return "q" from splitHttpAcceptHeader() to enable more complex accept header negotiations 14 years ago
  Lukas Kahwe Smith 53c7bcf3aa added support for setting a custom default format in Request::getRequestFormat() 14 years ago
  Fabien Potencier 7a70236437 Merge remote branch 'schmittjoh/containerBaseClass' 14 years ago
  Fabien Potencier 62737c2495 Merge remote branch 'hidenorigoto/feature/add-server-param-method' 14 years ago
  Fabien Potencier 5861a1b962 Merge remote branch 'merk/security/phpdoc' 14 years ago
  Fabien Potencier 45a551e9d5 [DoctrineBundle] removed unused file 14 years ago
  Johannes M. Schmitt 30bac46e1b [DependencyInjection] make base class of generated container configurable 14 years ago
  hidenorigoto 43952b3175 [BrowserKit] added tests for setServerParameter/getServerParameter methods 14 years ago
  hidenorigoto 1d85a3dcb1 [BrowserKit] added getServerParameter method which makes setServerParameters/setServerParameter methods testable 14 years ago
  hidenorigoto 54c3d236c2 [BrowserKit] added the method to Client which enables to set single server parameter 14 years ago
  Fabien Potencier c6818d8bf7 [HttpKernel] added support for controllers as arrays and object with an __invoke method 14 years ago
  Tobias Naumann f6ce451e2c [Form] Made FormView implement Countable 14 years ago
  Tim Nagel ad86f9ff0d [Security] Added missing phpdoc 14 years ago
  Brikou CARRE e898445b94 removed empty lines/trailing spaces 14 years ago
  Brikou CARRE a83046f470 fixed regex (we don't need '?') 14 years ago
  Brikou CARRE 28121e4a57 [Form] AbstractType::getName() improvement 14 years ago
  Bernhard Schussek 7b1bf621e1 [Form] Removed obsolete code from div_layout.html.twig 14 years ago
  Bernhard Schussek 2ea68dfcd2 [Form] Improved test coverage of NumberToLocalizedStringTransformer 14 years ago
  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 years ago
  Bernhard Schussek a05575bba1 [Form] Removed obsolete code. Use the 'attr' var instead 14 years ago
  Bernhard Schussek 9582221862 [Form] ResizeFormListener::preBind() now handles empty strings. Fixes https://github.com/symfony/symfony/pull/40 14 years ago
  Bernhard Schussek d0c572716a Merge remote branch 'henrikbjorn/form' into henrik_merge 14 years ago
  Bernhard Schussek bc0efff28d [Form][FrameworkBundle] Fixed escaping of choice widgets 14 years ago
  Henrik Bjørnskov e687685f98 [Form] change FormView::setVar,getVar,getVars,hasVar to set,get,all,has 14 years ago
  Bernhard Schussek e787d5dc22 [Form] PropertyPath now can handle elements with special characters 14 years ago
  Bernhard Schussek 4f1ae660fa [Form] Fixed choice labels in expanded choice fields 14 years ago