Symfony 1.1.0 RC2

Sortie en grande pompe de la deuxième Release Candidate de 1.1, dont vous trouverez une liste des améliorations/corrections ci-dessous :

  • Added the ability to merge forms
  • Secured non-production controllers by default by inserting an IP check for 127.0.0.1 into those controllers.
  • Refactored renderPartial() and renderComponent() in sfAction (code has been splitted to create a getPartial() and a getComponent() method)
  • Fixed sfForm cannot handle sfValidatorFile in embed form
  • Fixed internal URI when a route has some default parameters not present in the pattern
  • Fixed cloning unbound sfForm triggers unnecessary validation
  • Fixed I18n forms saving twice the i18n objects, once with empty default objects and once with bound objects
  • Fixed sfWidgetFormSchema rendering when there are only hidden fields
  • Fixed yml validator file can be overriden by a remote attacker
  • Propel schema inheritance is now supported by Yaml schema syntax
  • Syck extension support has been removed
  • Better phpdoc for the whole code

Pour télécharger et suivre les instructions d’installation ou de mise à jour depuis la branche 1.0 ou 1.1, vous pouvez visiter la page officielle de Symfony 1.1. A noter que ceci est la dernière RC pour 1.1, la prochaine version sera donc finale/stable.


About