This week, Symfony 2.0.5 was released, fixing tens of minor bugs and introducing some tweaks (view changelog). Meanwhile, in the last weekly IRC meeting, it was announced a big push for Symfony2 components, including a revamped documentation.
Development mailing list
Symfony2 development highlights
- cbd0c3c: [Config] implemented Serializable on resources
- d7a5351, fc97472: updated composer.json files to contain information about autoloading and target dirs
- 05a4e9d: [Validators] added support for ctype_* functions + tests
- 149bdb9: enhanced error messages with regard to form type properties
- c9d05d7: let NumberFormatter handle integer type casting
- 89cd64a: set error code when number cannot be parsed
- c5e2def: fixed ternary operator usage in RequestMatcher::checkIpv6()
- af6f0d5: [Form] removed some incomplete unit tests, added some new ones
- dbba796: [Yaml] fixed dumper for floats when the locale separator is not a dot
Repository summary: 3,312 watchers (#1 in PHP, #24 overall) and 848 forks (#1 in PHP, #12 overall).
New plugins
- lapeGravatar: helpers to gravatar service and behavior for doctrine ORM.
- lapeQRCode: (no description)
- sfBeSocial: adds Facebook and Twitter connect to your project.
- cpCurrencyDoctrine: provides a model for worldwide currencies to use in your application.
- sfFlexbox: a symfony 1.4 simple widget for jquery flexbox plugin.
Updated plugins
-
dcReloadedFormExtra:
- added new widgets for everybody
-
sfGuardSecure:
- clear attributes holder on logout
-
sfTools:
- added the sfFileTools class + unit tests
- lowercase iconv result for eur symbol
- added the sfArrayPager class
-
pmPropelGenerator:
- added selectable max_per_page
-
cpTcpdf:
- fixed TCPDFX
-
apostrophe:
- refactored linkToRemote, extracting loadRemote, which loads a URL and updates a container with it immediately, setting loading and loaded classes etc. in the way we've come to rely on
- turned off some apostrophe.log called that happen every page load that we don't need to hear from
- apostrophe's stylesheets and javascripts triggered by loading the aHelper now load first
- the standardArea component's list of standard slots and the standard set of options for those slots, as well as the options for the area itself, can now be overridden via app.yml
- the video slot template files are now overrideable
- refactored the actual header in _uploadMultiple to a separate partial so it can be overridden easily without copying a lot of scary code
- added aString::implodeWithAnd() which uses commas and 'and' as appropriate
- made the array of Office extensions and mime types public for convenience elsewhere
- added 'ESC' to close menuToggles. You can now use the ESC key to close page settings, add content, etc.
- files that should not be minified now load after files that are
-
apostropheBlog:
- no longer show a "google maps" button next to the address (simply show the first line of the address as a link to google maps)
- blog/event excerpt length shortened to 50 words
- fixed a bug with the event admin popular tags listing
They talked about us
- symfony dynamic max_per_page
- Symfony Day Cologne and CMF hackday
- Why Mockery is better than PHPUnit Mock Builder and how to integrate it with Symfony2
- Отзыв о Symfony Camp UA 2011
- Jornadas sobre Symfony2 en Galicia
- D-Day is coming to Finland
- Symfony2: define your bundle’s configuration values using the TreeBuilder
- Resumen de la reunión de desarrolladores (3-11-2011)
- Please Welcome the D-Day Conference in Finland
- Silex Starter Stubs
- How to use Symfony2 validator component without forms (Entities and data arrays)
- Email jako login w Symfony 2
- symfony 1.4 : Fatal error: Class ‘sfGuardUserFormFilter’ not found
- Routing (RUS)
- Symfony Developer Meetup in Stockholm
- The state of Symfony2 support in IDEs
- « Первый трениг по Symfony2 на Украинских просторах – Я иду!
- Symfony Conf 2011 в Киеве – небольшой отчет
- Définir la hauteur d’une iframe selon son contenu au chargement de la page
- Modificando el sistema de login de Symfony2
- Twig Extensions in Symfony 2
- Symfony Madrid en El Site
- Starten mit Symfony 2 – Teil 2: Hello World!
- Отзыв о Symfony Camp UA 2011
- Which framework is best?
- Symfony - Download file bị thừa ký tự xuống dòng
- Symfony 1.0 開発版(dev) アクセス制限
- Symfony – Standard API for Logging Using __callStatic
- Personnalisation avancé des pages d’erreurs, Symfony 2
- Débugger un projet Symfony 2 avec Xdebug et Netbeans
- Symfony Camp UA 2011
- Symfony2: how to redirect user to a previous page correctly (without using HTTP_REFERER)
- 10分ぐらいで学べるSymfony2 ~データベース接続設定編~