Symfony 1.4.14 was released this week, containing several enhancements and fixes proposed by community members. Meanwhile, the official Symfony2 repository surpassed the 3,000th watcher milestone.
Development mailing list
symfony 1 development highlights
- r33021: [1.4] fixed sfCacheSessionStorage does not serialize properly, also uses wrong option name for httponly
- r33022: [1.4] fixed auto_link_text() when an email address is already linked
- r33025: [1.4] fixed sfCacheSessionStorage does not always check whether HTTP_USER_AGENT is set
- r33026: [1.4] made sfCacheSessionStorage class code faster
- Milestone 1.4.14 completed
Symfony2 development highlights
- aecfd0a: [HttpFoundation] support user and password in url
- e6e5146: [Translation] now support ResourceBundle
- cfc202b, 27dcc18: bumped versions of Twig and Swiftmailer
- 73c8d2b: [Form] fixed error bubbling for Date and Time types when rendering as multiple choices
- 53b4cd8: [FrameworkBundle] made code more robust
- 400159d, fabec37: [FrameworkBundle] made DIC placeholders replacement in route defaults only when the parameter exists in the container
- f9ecdfe: [FrameworkBundle] added sc parameters replacement in route requirements
- c5e0c80: [HttpFoundation] made FileBinaryMimeTypeGuesser command configurable
- c985ffa: [Translation] fixed message selector when the message is empty
- c50a3a1: [Translation] fixed transchoice when used with a fallback
- 79710ed, 9ffd8ca: [Translation] added a MessageCatalogue::defines() method to check if a string has a translation (but without taking into account the fallback mechanism)
- 5526072: [Translation] added support for more than one fallback locale
- 9fb15c7: [Process] workaround a faulty implementation of is_executable on Windows
- 43b55ef: [Locale] added support for yy format in StubIntlDateFormatter
- bede420: [Config] fixed FileResource usage of is_file (we must use file_exists here as the resource can be a file or a directory)
- 046a125: [FrameworkBundle] set the file storage as default storage for Symfony2
- 0826d1c: [WebProfilerBundle] added a way to filter logs by priority
Repository summary: 3,021 watchers (#1 in PHP, #25 overall) and 773 forks (#1 in PHP, #13 overall).
New plugins
- DoctrineJSONColumnBehavior: provides a Doctrine behavior to ease the manipulation of columns that store values as JSON.
- cpAddressableDoctrine: defines an 'Addressable' behavior.
Updated plugins
-
sfSwiftMailerExtended:
- added extended logging
-
cpAws:
- updated video mime types
-
sfTaskLogger:
- fixed event dispatcher object in order to avoid core log messages
-
sfAssetsLibrary:
- fixed TinyMCE popup navigation issues
-
cpTcpdf:
- added support for 'fill' param in generateTable
- updated watermark printing
They talked about us
- Symfony2\SecurityBundle
- Adding a task/command in Symfony2
- Prezentacja o Symfony2 i oprogramowaniu dedykowanym na InternetBeta 2011 w Rzeszowie
- http://www.kamiladryjanek.com/2009/10/symfony-12-i-extjs-wyswietlanie-danych-w-gridzie/
- Countdown: Noch wenige Wochen bis zum Symfony Day Cologne
- [Symfony 2] Twig – Global Variables
- Первый трениг по Symfony2 на Украинских просторах – Я иду!
- Faire un formulaire de recherche avec Symfony2
- Propel 1.6.2 is Released
- 国外十大最流行PHP框架排名
- symfony: Błąd When using the attribute ATTR_AUTO_ACCESSOR_OVERRIDE you cannot use the field name
- Le helper format_date de symfony
- Mini Curso Symfony Tecsul 2011
- 让 symfony 的应用程序支持 i18n 国际化
- 【php】【symfony】【doctrine】各種マニュアルを読んでみる(6日目)
- KnpPaginatorBundle with JQuery partial postback
- CentOS: PHP PEAR and Symfony installation using source package
- Symfony2 translating validator messages
- Частичное сохранение многоязычных форм Symfony 1.4 в стиле python django-multilingual
- Symfony: Propel Custom Query
- Symfony 2.0: Embedded Forms for Collections
- 2.0 からはじめる MongoDB - 第0回 #mongodbjp
- Symfony2: от Новичка до Ниндзя
- Конференция Symfony Camp UA 2011
- Symfony2のススメ1.5 ~コンポーネントちょい話~
- Introducing the Los Angeles Symfony User Group
- Create a Symfony Super-Task that Runs Other Tasks
Qool the new 1.4.14 was released, but I'm wondering why this patch http://goo.gl/0tsqz was not included? I'm waiting for it for some time now :/ Greeatings!
@Bartosz K: This ticket has been opened and closed by the reporter the same day; so it has never been on the list of ticket to review. Anyway, the patch is wrong and cannot be applied.