From: Gunnar Wrobel Date: Mon, 13 Dec 2010 09:52:38 +0000 (+0100) Subject: Update todos. X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=38fe3f0d391d05752b93fb39ba8686be515faa67;p=horde.git Update todos. --- diff --git a/framework/Kolab_Format/TODO b/framework/Kolab_Format/TODO index 8715c6b6e..904dd8533 100644 --- a/framework/Kolab_Format/TODO +++ b/framework/Kolab_Format/TODO @@ -2,31 +2,12 @@ Kolab_Format Development TODO List ==================================== - - Remove the automatic handling of Horde preferences within this - package. This is a task that belongs into the application NOT into - this package. - - - Remove dependency on the Horde_Nls and Horde_String language - settings. I currently assume we should only return UTF-8 from this - library. - - - Remove the charset conversion. It is perfectly fine to have a - package that expects all data in utf-8 format. Let the applications - handle the rest. - - - Ultimately no required dependency should remain. - - - Find a decent way of handling tags within Horde 4 - - - Probably: Pull the Format_Xml_* classes into Format_Mapper_Xml_* - classes. - - - Add log decorators. - - Remove the use of the Horde_Date class from testing. It should be no problem to get the same code coverage without using the external class. + - Do not overwrite anything from other clients. + - Think about storing the data in iCal format. - Check how we deal with malformed XML data