This week, Symfony project focused on minor fixes and tweaks: reload session after regenerating its id, replace "extends" by "use" in the Bootstrap template, added a "default" color for the Console, etc. The only significant new feature was the addition of parameters to the translation profiler which will improve the translation workflow.
Symfony2 development highlights
- 9b0dfd4: [Security] allowed to use method in XML configs
- 0096266: [HttpFoundation] added a way to reset the MimeTypeGuesser singleton
- 4a72c44: [DependencyInjection] FrozenParameterBag now also freezes the remove() method
- 2aff566: [Finder] Command::addAtIndex() fails with Command instance argument
- 99b9c78: [HttpFoundation] reloaded the session after regenerating its id
- c4bf2e6: [Console] added 'default' color
- 15886b6: [Twig] replaced "extends" with "use" in bootstrap_3_horizontal_layout.html.twig
- 85ae760: [Translation] added parameters to DataCollectorTranslator
Newest issues and pull requests
- Use random_bytes() in Symfony
- [Console] No Nice Way to Add Custom Helpers to the Console Application
- [3.0] Final classes by default
- [DX][Translator] Annotation to mark translation domain for controller
- [Console] Allow regressions of the progress bar
- [Yaml] Invalid yaml does not always raise an exception
- [Security] Using 0 as username
Twig development highlights
- 4e58c48: Added a recipe about rendering a template stored in a string
Silex development highlights
- 5efdf83: changed closures to use as the first parameter
They talked about us
- Automated Deployment in 90 minutes with Docker, AWS and Codeship
- Translation workflow with Symfony2
- Introducing the SymfonyBundlePlugins package
- Using Symfony's Event Dispatcher in Fork CMS
- Deploying Symfony and API Platform apps on Heroku easily
- DPC – Dutch PHP Conference in Amsterdam
- CTO of Kaliop, Gilles Guirand, tells what eZ customers think of Symfony
- How to download remote files with Silex/Symfony
- Composer, Monolog and Symfony2 with Jordi Boggiano