From d2689b5d8195ffd11b86ed58ebc8f6c5556d6521 Mon Sep 17 00:00:00 2001 From: Gunnar Wrobel
Date: Wed, 2 Dec 2009 22:41:46 +0100 Subject: [PATCH] TODO list for the package. --- framework/Kolab_Format/TODO | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) 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. -- 2.11.0