Fabien Potencier
over 2 years ago
A week of symfony
7
Development highlights
- r1415: removed ?> from all php files
- r1412: getURI() now takes into account SSL requests (patch from Ian Ricketson)
- r1411: added a new getRawValue() method to sfOutputEscaper (patch from Mike Squire)
- r1404, r1410: updated Creole and Propel to their latest official releases
- r1400: added encoding option to sfFeed
You can now change the encoding of your feeds:
$feed->setEncoding('ISO-8859-1');
- r1399: added a new wrap_text() helper
Book and documentation
- r1395: documented scriptable configuration (ability to put PHP code in YAML files)
Some great Wiki documentation updated this week:
Some symfony powered websites
- OpenEats: Open Eats Project is an open source recipe/meal planner that can be accessed by anyone across the Internet much like other commercial sites. It's not even released, but it is built with symfony. Good example of a collaborative project. Check out their source.
They talked about us
Comments 
-
#1 xavier said 43 minutes later

"r1415: removed ?> from all php files" << why is this interesting ? Does it improve performance ?
-
#2 adrive said about 2 hours later

Fix URL to "How to initialize javascript" "Clay to schema"
-
#3 lynx said about 12 hours later

What does removing the closing ?> do?
-
#4 Markus said about 24 hours later

The URLs "How to initialize javascript with json" and "clay to schema" doesnt work!
-
#5 francois said 2 days later

adrive, Markus: thanks, it's done
-
#6 donharold said 2 days later

""r1415: removed ?> from all php files" << why is this interesting ? Does it improve performance ?"
Not closing PHP files avoids "headers already sent" errors caused by trailing whitespace in class files.
-
#7 jason rowe said 4 days later

god damn i love symfony! keep up the good work. sorry i havent been around much in the irc channel, will be back in there soon.
i find myself banging out tools in less than a day, simple to the point tools that work and are easy to maintain! woopa.



