From 22555f22b83557cece6e87154338a4c28ffd81c1 Mon Sep 17 00:00:00 2001 From: Leho Kraav Date: Sun, 26 Dec 2010 19:50:19 +0200 Subject: [PATCH] issues: wrap-up for overnight activity on rss branch --- issues/c_0a7fac52.cil | 11 +++++++++++ issues/i_54a5f811.cil | 3 ++- 2 files changed, 13 insertions(+), 1 deletion(-) create mode 100644 issues/c_0a7fac52.cil diff --git a/issues/c_0a7fac52.cil b/issues/c_0a7fac52.cil new file mode 100644 index 00000000..a2f586b8 --- /dev/null +++ b/issues/c_0a7fac52.cil @@ -0,0 +1,11 @@ +Issue: 54a5f811 +CreatedBy: Leho Kraav +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 <> 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 diff --git a/issues/i_54a5f811.cil b/issues/i_54a5f811.cil index 7b7bab91..e633b9d9 100644 --- a/issues/i_54a5f811.cil +++ b/issues/i_54a5f811.cil @@ -3,7 +3,8 @@ Status: New CreatedBy: leho 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.