Blog

symfony 1.0.14 is out

Jobeet, learn symfony step by step, 24 days, 1 hour a day

« Back to the Blog

Categories

Feeds

feed Posts feed

comments feed Comments feed

Be trained by symfony experts
Jan 21: Paris (1.2 - Francais)
Feb 04: Montpellier (1.2 - Français)
Feb 18: Paris (1.2 - Francais)
Mar 11: Nantes (1.2 - Français)
Mar 18: Paris (1.2 - Français)
and more...

Archives

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

symfony 1.0.14 is out. As usual, this is a bug fix release. We might have called this version the «fillin filter release» as lot of tickets concerning this filter have been closed. A lot of thanks go to Fabian Lange for his remarkable work on this and more generally for his commitment in the symfony project.

Here is the changelog :

Debian Package will be available soon.

Comments comments feed

gravatar
#1 Sylvio said about 3 hours later

Thanks Fabian !

It seems it fix the character encoding bug while using ajax forms.

gravatar
#2 Ghassem said about 8 hours later

ٌplease let me know how can I download and upgrade debian packages of symfony?

gravatar
#3 halfer said about 23 hours later

Ghassem, Debian details are on the installation page. However they may not be available for 1.0.14 yet, as per Grégoire's post.

gravatar
#4 halfer said about 23 hours later

Grégoire, many thanks for this release. Don't forget to change the version number on the homepage :)

gravatar
#5 Hey, said 1 day later

Hi, i've upgrade with this version and it seems like an error with fix r8445 because, web debug toolbar does not work anymore... It's seem work on IE7 but not on firefox 2.0.0.14 Win/XP

gravatar
#6 Hey, said 1 day later

Sorry :p
I'have deactivate javascript on my browser. It's not bug.

gravatar
#7 grégoire said 1 day later

Halfer, thx for the feedback, I hadn't noticed this on the homepage :)

gravatar
#8 Malas said 1 day later

i have a problem with PEAR upgrade
it seems that pear does not download complete file and later on is unable to unpack it.

is it my local problem or is it smething wrong with your servers?

gravatar
#9 Yura said 1 day later

After 1.0.12 (1.0.11 was fine) I'm unable to upgrade

>pear upgrade symfony/symfony
Nothing to upgrade

gravatar
#10 Jamal Abdou-Karim Bengeloun said 1 day later

I get this error when doing a

pear list-upgrades

File http://pear.symfony-project.com:80/Chiara_PEAR_Server_REST/p/packages.xml not valid (received:
HTTP/1.1 404 Not Found
)

and when doing a

pear upgrade symfony/symfony

Error getting channel info from pear.symfony-project.com: File http://pear.symfony-project.com:80/Ch
iara_PEAR_Server_REST/p/packages.xml not valid (received: HTTP/1.1 404 Not Found
) Nothing to upgrade

Hope this helps.

gravatar
#11 JoeZ99 said 14 days later

There is this bizarre bug I haven't read anything about yet.

When fillin is enabled, all the closure html tags written inside javascript variables are removed.

so, by example:
<script>
var testVar = '<b>Hi</b>'
</script>

renders as:
<script>
var testVar = '<b>Hi'
</script>

I'm not able to find any help about this anywere in the web.