This week, symfony.com website enabled HTTPS support and the Symfony project started migrating URLs to https wherever is possible (documentation, component repositories, etc.) Meanwhile Symfony 2.7 continued polishing its new features and fixing bugs before its publication at the end of the month.
Symfony2 development highlights
- 3bfbf45: [DependencyInjection] removed extra strtolower calls
- 01b2d8e: [Validator] fixed Choice when an empty array is used in the "choices" option
- 7f24883: show a better error when the port is in use
- 79e005b: [SecurityBundle] check authenticated user by tokenClass instead of username
- 6038b75: [HttpFoundation] allow curly braces in trusted host patterns
- bf8a1ce, 5402035: link to https://symfony.com where possible
- 5dd52c3: [FrameworkBundle] added missing log in server:run command
- 7c53373: [DependencyInjection] resolved circular reference
- 4d2f044: [TwigBundle] fixed deprecated use of FlattenException
- 876b180: [WebProfiler] fixed html syntax for input types
- 13ae7fa: [Debug] added BaseException compatibility for PHP7
- 7632d27: [Finder] only use GLOB_BRACE when available
- d5cc056: do not override PHP constants, only use when available
- a1f7fb3: [Serializer] supported hassers and setters for groups annotation
- f85ba5d: [FrameworkBundle] skip translation cache warm up when cache is not used
- 454ef8c: [Serializer] fixed a bug when using groups together with a name converter
- 6970469: [FrameworkBundle] updated output for translation:debug command
- 501df8d: [Filesystem] deprecated chmod support in dumpFile()
- 3a404f8: [Yaml] matched signature of Yaml::parse() with Parser->parse()
- af54bda: [VarDumper] fixed a bug that prevented to open tree recursively on OSX
- f5f3bba: [WebProfilerBundle] determine the state of the Symfony version statically instead of making network connections
- 0e7fe79: [FrameworkBundle] added the --all option to the debug:translation command
- e90e9b2: removed deprecations in Serializer component
Newest issues and pull requests
- [Process] Consider allowing streamable input
- [RFC][DX] Framework exception Interface for rendering a template
- [Validator] Deprecate Date and Time constraints
- [Serializer] Groups skipping array values instead of throwing a circular reference error
- Error when using the same route name twice in XML or YAML file
Twig development highlights
- 2972309: reduced the name of the cache directories to just 1 character
Silex development highlights
- 988753a: [1.2] fixed return of renderView to string
- f8d6484: [1.3] made Controller::generateRouteName() always put the method first
They talked about us
- Run a Symfony application using Docker and docker-compose (English)
- Jackalope 1.2
- My favorite stack
- Symfony installer
- Divide & Conquer: Drupal 7, Symfony, Elasticsearch, and AngularJS - Part 2
- Symfony2 assetic with Ruby 2.1 (under Ubuntu 15.04)
- Drupal 8 Makes A Strong Case For Your Enterprise
- How Blackfire leverages Docker
- Minimale + Maximale Anzahl der selektierten Optionen in Choice-Felden validieren
- Agregando Bootstrap a un proyecto Symfony sin bundle
- Nuevo en Symfony 2.7: refactorización de ChoiceType
- Nuevo en Symfony 2.7: mejoras en la Inyección de Dependencias
- Resultados de la encuesta sobre el desarrollo de Symfony
- Встановлення і налаштування Symfony
- リファクタリング講座第1回まとめ-設計の視点