Now returning a slightly informative error message.
[davical.git] / issues / c_0a7fac52.cil
bloba2f586b85e407c7738287863d11b35061f6c70c0
1 Issue: 54a5f811
2 CreatedBy: Leho Kraav <leho@kraav.com>
3 Inserted: 2010-12-26T17:43:10
4 Updated: 2010-12-26T17:43:10
6 i think feed.php is almost feature-complete and bug-free now. here's a list of stuff that happened while you were sleeping (wrap-up for irc monologue):
7  * fixed escaping special characters for xml content, my 761 item feed works now
8  * fixed escaping and hyperlinking content in correct order, so browser gets real <> instead of &lt;&gt; for tags
9  * fixed Time string concatenation ($p_time)
10  * added et_EE support to dba/supported_locales.sql, growled about rebuild script looking at .sql for language support info. why not iterate through ./po/?
11  * migrated to using strftime instead of DateTime->format, because strftime actually support locales