Blog

Older Posts

Creative Commons License This work is licensed under a Creative Commons Attribution-Noncommercial-No Derivative Works 3.0 Unported License.
rss feed feed by email

symfony 1.0.16 is out

posted by Grégoire Hubert 2 days ago

symfony 1.0.16 is out and fixes an important security breach. This is the shortest changelog one may find between two releases: a one line file.

The issue is described in ticket #1617.

An attacker could bypass the validation process and get unsecure data through your actions. Your applications are only vulnerable is you use the :action placeholder in your routing rules. This is the case if you rely on the default symfony routing rule (/:module/:action/*).

If you use symfony 1.1, your applications are only vulnerable if you use the 1.0 compat layer.

Everybody is encouraged to upgrade as soon as possible.

For 1.0 : You can apply the patch directly from here http://trac.symfony-project.com/changeset/8922 or upgrade to 1.0.16 either by using the PEAR package (pear upgrade symfony/symfony-1.0.16) or by using the Debian package.

For 1.1 : You can apply the patch available here http://trac.symfony-project.com/changeset/8925. The patch will be part of the next 1.1 release candidate.

 


Read the 5 comments to this post

A week of symfony #71 (5->11 may 2008)

posted by Javier Eguiluz 5 days ago

Outstanding week for symfony with three new versions released: 1.0.14, 1.0.15 and 1.1.0 RC1. After its first release candidate, symfony 1.1 gets tons of fixes and enhancements. As usual, plugins continue breaking records with more than 22 updated plugins and 6 new plugins released during this week.

Development mailing list

Development highlights

Development digest: 140 changesets, 31 defects created, 49 defects closed, 6 enhancements created, 19 enhancements closed, 3 documentation defects created, 6 documentation defects closed and 11 documentation edits.

Book and documentation

Wiki

Plugins

Some new symfony powered websites

They talked about us


Be the first to comment this post

symfony 1.0.15 is out

posted by Grégoire Hubert 7 days ago

After the release of PHP 5.2.6 here is symfony 1.0.15. This revision fixes a regression in php5.2.6 and we do recommend you to upgrade if you plan to upgrade your PHP. Symfony 1.1 is not impacted by this problem.

 

I did not release the 1.0.14 debian package as I knew we would have to release a new version these days. The 1.0.15 package will come shortly.


Read the 7 comments to this post

Yahoo! Answers powered by symfony

posted by Dustin Whittle 9 days ago

Yahoo! AnswersYahoo! used symfony to redevelop another project. This time symfony was used as part of the foundation for Yahoo! Answers. Yahoo! Answers is the largest collection of human knowledge on the Web with more than 135 million users and 515 million answers worldwide. Yahoo! Answers is the 2nd ranked education & reference site on the web and is available in 26 markets and 12 languages.

Why did Yahoo! choose symfony for another large web application project?

Philosophy

Design

Configurability / Flexibility

Documentation / Support Community

Once again symfony fits the requirements of an enterprise web application. Dustin Whittle of Yahoo! presented a case study on redeveloping Y! Answers. The focus was how to work with open source tools to create a complete framework (PHP, JS, CSS) for the enterprise. He used his experience redeveloping Yahoo! Answers with symfony and Yahoo! User Interface libraries as a case study. Download the presentation from slideshare.

 


Read the 11 comments to this post

Symfony 1.1.0 RC1 is out

posted by Nicolas Perriault 9 days ago

As promised, we end today the beta releases cycle of symfony 1.1, with the publication of the first release candidate version (RC1). No new feature will be added from now, so you're encouraged to test it thoroughly and report any problem to help us fixing the remaining bugs before we publish the stable version.

What has been done between the beta4 and this brand new RC1?

To upgrade an existing project based on another 1.1 beta, you have to run the following commands:

$ php symfony propel:build-model 
$ php symfony propel:build-forms
$ php symfony cache:clear

To upgrade a project using symfony 1.0, you're invited to carrefully read the UPGRADE file.

So what's the next step? You can expect a RC2 and a stable release in the following weeks.


Read the 13 comments to this post