This week, a new edition of the Symfony Live 2012 conference gathered hundreds of Symfony enthusiasts at San Francisco. During the conference, SensioLabs Desktop, a new application to ease the management of your PHP projects, was unveiled. Meanwhile, the new formal release process was made official and the first code changes were committed for the upcoming Symfony 2.2 version.
Symfony2 development highlights
- ad95364: [Console] hasColorSupport does not take an argument
- b3d06dd: [Security] fixed undefined variable
- 7444cb9: [HttpFoundation] supported the new Microsoft URL Rewrite Module for IIS 7.0
- c869a65: [Console] fixed return value for Command::run
- c812b9d: [Config] fixed preserving keys in associative arrays
- d7623ae: [DomCrawler] added test for supported encodings by mbstring
- ef288a2: [Form] fixed the testsuite for PHPUnit 3.6 as travis still uses it
- 4aecda3: [Translation] refactored MoFileLoader
- c120c4d: added Base64 encoding, decoding to MongoDBProfilerStorage
- 45bf523: optimized autoload prefix in composer.json (it reduces the number of stat calls and it prevents conflicts with similar namespaces)
- ef18e00: [HttpKernel] added a bit to convert incomplete objects in the error message
- 310c2f9: [WebProfilerBundle] added minimize option to Web Profiler panels
- 8bc9f75: [FrameworkBundle] make secret not be required
- 4b89aae: [Console] added ProgressHelper to display progress bar output
- 729e3bf: [Console] converted options to proper setters in ProgressHelper
Repository summary: 5,579 watchers (#1 in PHP, #34 overall) and 1,599 forks (#1 in PHP, #14 overall).
They talked about us
- Symfony2, KnpMenuBundle, Font Awesome & Twitter Bootstrap integration – navigation bar including icons and dropdown menus
- Symfony2 & MongoDB ODM: Creating Custom Types with Dependencies
- SensioLabs Desktop, la nueva forma de gestionar proyectos PHP
- Symfony 1.4 partial model rebuilds
- Find your Ability! for デベロッパ』第5弾 Symfony、CakePHP、Codeigniterと比較解説するWebアプリ開発の新星「FuelPHP」 10/25開催!
- Использование Data Transformers в Symfony2
- SensioLabs dévoile Symfony 2.1
- Bootstrapping Symfony2 bundle tests with Composer
- Symfony2 – Configurer Doctrine Sortable Behaviour
- Todas las presentaciones del Symfony Live 2012 en San Francisco
- Symfony 2.1 suit les requêtes pas à pas
- Migration Symfony : Allowed memory size exhausted (suite)
- Symfony2: Action in einem anderen Twig-Template ohne Layout rendern
- Kris Wallsmith - Symfony2 Security Voters
- symfony 2 логин в контроллере
- Do Not Save Null Values in Embedded Form in Symfony
- Instalando o Symfony
- Symfony2 and me – let’s be friends – Part 5
- Forkcms switcht naar symfony
- Symfony2: How to define Controllers as Services
- Instalar Symfony 2 en un servidor compartido
- Symfony2: kernel.request priority
Is SensioLabs Desktop open source?
#300... man you are awesome!
@Саша Стаменковић I wish... but actually I can't find anything about it. No tar for linux version either. Too bad for linux people who are not using "Fed-untu" ._.
@Lagneau Jean-Nicolas : There's no official tar for it, which is interesting, but I was able to get it working by just extracting the RPM version and placing the files in the right spots. It depends on lib32-qt (v4) or similar (depending on your distro of choice). Still a lot of kinks to work out in this application though...
added a bit to convert incomplete objects in the error message.
Bootstrapping Symfony2 bundle tests with Composer http://isitdownforjustme.com/
@Chad Sikorra Thanks for the info, couldn't manage to get it works at that time (I didn't have multilib qt).
Let's hope Sensio will give us a non-distro dependent release when it will be more mature.