issues: wrap-up for overnight activity on rss branch

This commit is contained in:
Leho Kraav 2010-12-26 19:50:19 +02:00 committed by Andrew McMillan
parent 2b19868bf3
commit 22555f22b8
2 changed files with 13 additions and 1 deletions

11
issues/c_0a7fac52.cil Normal file
View File

@ -0,0 +1,11 @@
Issue: 54a5f811
CreatedBy: Leho Kraav <leho@kraav.com>
Inserted: 2010-12-26T17:43:10
Updated: 2010-12-26T17:43:10
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):
* fixed escaping special characters for xml content, my 761 item feed works now
* fixed escaping and hyperlinking content in correct order, so browser gets real <> instead of &lt;&gt; for tags
* fixed Time string concatenation ($p_time)
* 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/?
* migrated to using strftime instead of DateTime->format, because strftime actually support locales

View File

@ -3,7 +3,8 @@ Status: New
CreatedBy: leho <leho@kraav.com>
AssignedTo:
DueDate:
Comment: 0a7fac52
Inserted: 2010-12-25T13:53:22
Updated: 2010-12-25T13:53:22
Updated: 2010-12-26T17:50:10
It is usually not possible to easily or reliably notice newly created events in multi-user multi-calendar scenarios, especially if some events are created further in future or past i.e. far out of current (monthly, multi-week) views. RSS/Atom feeds provide a solution to this.