This week, Symfony project completed most of its translations, as the result of a community initiative to improve Symfony internationalization. In addition, several improvements were proposed for Symfony 2.5, such as displaying DIC info on the web debug toolbar and integrating PsySH in dev environment.
Symfony2 development highlights
- d7a41f3: [Validator] completed Luxembourgish (lb) translation
- 6c05b1d: [Validator] completed Dutch (nl) translation
- 5957cc1: [Validator] completed Croatian (hr) translation
- 3f5397d: [Validator] completed Welsh (cy) translation
- 485c104: [Validator] completed Catalan (ca) translation
- 4db465d: [Validator] completed Swedish (sv) translation
- 1d84e7e: [Validator] completed Brazilian Portuguese (pt_BR) translation
- 12cb270: [Validator] completed Indonesian (id) translation
- 770a94d: [Validator] completed Arabic (ar) translation
- 905ae83: [Validator] completed Vietnamese (vi) translation
- d6a7dc9: [Validator] completed Bulgarian (bg) translation
- d82f830: [Validator] completed Romanian (ro) translation
- 064346a: [Validator] completed Chinese (zh_CN) translation
- 324ad4c: [Translation] updated pluralization rules
- 82f98c4: [Form] fixed allow render 0 and 0.0 numeric input values
- 247604c: [BrowserKit] added non-standard port to HTTP_HOST
- c3ff76a: [Twig Bridge] removed obsolete conditions on Twig versions
- b3f5fa9: [Security] fixed DI for SimpleFormAuthenticationListener
- 9f07b4d: [Process] clarify idle timeout
- 0a2bb7b: [Routing] fixed routes subcollection condition
- 38691da: [FrameworkBundle] merged multiple line input into one line to fix the tests
- 4d2f94a, 689e9bf: [TwigBridge] added support for json format in twig:lint command
- 774674e: [Routing] added createRoute method for AnnotationClassLoader
Newest issues and pull requests
- [Feature] Integrate PsySH in dev mode
- [Form] Labels' translation with pluralization
- [Routing] add method to get all matched routes
- [DependencyInjection] add DIC usage info to the web debug toolbar
- [DependencyInjection] Resolve environment variables at runtime
Twig development highlights
- 8958565: added a more clear example in the cycle() docs
Silex development highlights
- 2a7f3db: made Silex comaptible with Symfony 2.5
- 53b3a35: updated phpDoc for ControllerCollection
- 6690ff5, 68f9b2a: made Monolog event callables injectable with Pimple
They talked about us
- Authorization at the entity level with GuilroProtectionProxyBundle
- Supporting multiple environments with KunstmaanSentryBundle
- Profiling Silex controller actions in the Web Profiler timeline
- Symfony2: Configurar empty_data en formularios
- DDD Series: Domain vs Frameworks (Symfony2, Silex, Cilex, YOLO, et al)
- 10 Startups you didn’t know were founded by French Entrepreneurs
- GuilroProxyBundle with Ocramius ProxyManager
- Promotion system improvements
- Analizando en detalle los formularios Symfony
- FosUserBundle YAML Configuration
- Symfony2 routing: Permitir puntos en las URL
- Create PDF from HTML in Symfony2 - Snappy Bundle
- Symfony2 and “ContextErrorException: Warning: SessionHandler::read()” Exception
- Symfony 2 for PHP developers – Part 1
- Custom Symfony2 In Memory User Provider
- The Contribution Of Symfony Framework In Enterprise Application Development
- Symfony2 : Bien comprendre le coeur du Composant de sécurité
- Symfony2 + BCCResqueBundle でジョブキューでメールを送ってみる
- Symfony 2: Why You Should Move Your Logic into a Service
- Les commandes utiles pour développer avec Symfony 2
- UNIX_TIMESTAMP, ROUND и другие DQL запросы через queryBuilder в Symfony 2
- Symfony2「blogチュートリアル(6) テンプレートの作成」
I want to thank you guys for featuringy article (The Contribution Of Symfony Framework In Enterprise Application Development) in this list. any feedback would be more than welcome ! keep up the awesome work sensiolabs
PsySH issue looks promising.