From: Gunnar Wrobel
Date: Wed, 2 Dec 2009 21:41:46 +0000 (+0100) Subject: TODO list for the package. X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=d2689b5d8195ffd11b86ed58ebc8f6c5556d6521;p=horde.git TODO list for the package. --- diff --git a/framework/Kolab_Format/TODO b/framework/Kolab_Format/TODO index 83b6e188b..cd8f65364 100644 --- a/framework/Kolab_Format/TODO +++ b/framework/Kolab_Format/TODO @@ -7,3 +7,19 @@ - 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 automatic handling of Horde preferences within this + package. This is a task that belongs into the application NOT into + this package. + + - 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. + + - 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. + + - Ultimately only the dependency on Horde_Exception should remain. + + - Think about storing the data in iCal format.