Archives


Master Symfony2 fundamentals

Be trained by SensioLabs experts (2 to 6 day sessions -- French or English).
trainings.sensiolabs.com

Symfony hosting done right

ServerGrove, outstanding support at the right price for your Symfony hosting needs.
servergrove.com

L'audit Qualité par SensioLabs

200 points de contrôle de votre applicatif web.
audit.sensiolabs.com

Fabien Potencier
symfony 1.0.2 is released
by Fabien Potencier – April 17, 2007 – 9 comments

I released symfony 1.0.2 yesterday. As for every 1.0.X release, there is no new feature, just some bug fixes.

Here are all bugs fixed in this release:

  • r3785: fixed getCookies() call in sfDebug when using sfConsoleResponse (#1666)
  • r3775: fixed _compute_public_path() when using a query string
  • r3754: updated Propel to 1.2.1 (http://propel.phpdb.org/trac/query?status=closed&milestone=1.2.1&resolution=fixed&order=priority)
  • r3746: fixed output escaping and _get_object_list() (#1593)
  • r3699: fixed highlight_text() doesn't work with / (#1621)
  • r3692: fixed i18n support for errors in sfRequest

Propel has been upgraded to 1.2.1. It fixes some small bugs in the Propel templates, so you have to rebuild your model:

symfony propel-build-model

As for every 1.0.X release, after upgrading to 1.0.2, don't forget to clear the cache of your projects.

Add a Comment

You must be connected to post a comment.

Comments RSS

  • gravatar
    #1 antonio lorusso said on the 2007/04/17 at 10:08
    Does pear upgrade work?

    #shell$ pear upgrade symfony/symfony
    Nothing to upgrade
    #shell$ symfony -V
    symfony version 1.0.1
  • gravatar
    #2 j0k said on the 2007/04/17 at 10:29
    And pear upgrade-all ?
    It works fine for me
  • gravatar
    #3 mdf said on the 2007/04/17 at 13:04
    very nice
    Thank you Fabien POTENCIER for such a great growth of symfony
  • gravatar
    #4 Piers said on the 2007/04/17 at 15:03
    Just upgraded on a fairly large project and all looks fine here.

    antonio, I upgraded using "pear upgrade ..." without issue. In the past though I have had some issues with something like that - I did a "pear uninstall ..." first, then installed Symfony again.
  • gravatar
    #5 Visa said on the 2007/04/17 at 17:19
    Antonio, I had the same problem. Upgrade-all didn't work either. Using "pear upgrade -f symfony/symfony" did the trick.
  • gravatar
    #6 ccors said on the 2007/04/18 at 07:41
    I must be missing something too...

    pear upgrade - nothing to update
    pear upgrade-all - nothing to update
    pear channel-update - up to date

    If I use -f it starts downloading 1.0.1.

    Used pear clear-cache and tried again - the same thing.

    Any ideas?
  • gravatar
    #7 Akinas said on the 2007/04/18 at 11:48
    @Visa
    @ccors

    In my experience the only thing to do is to wait.
  • gravatar
    #8 ccors said on the 2007/04/18 at 12:21
    Maybe a transparent caching proxy is the problem? Because pear remote-list displays 1.0.2.

    Well, I connected via another gateway trough which I haven't used pear. It still didn't want to upgrade via pear upgrade symfony/symfony, but -f did the job. This time 1.0.2 was downloaded.

    So, I think all these problems could be because of a transparent cache of some small response/file from pear's system.

    @Akinas

    :)
  • gravatar
    #9 torsten said on the 2007/04/23 at 12:58
    The Changelog for PEAR 1.5.3 tells
    Fix Bug #10771: upgrade-all/upgrade will not upgrade non-PEAR channels [cellog]