Update todos.
authorGunnar Wrobel <p@rdus.de>
Mon, 13 Dec 2010 09:52:38 +0000 (10:52 +0100)
committerGunnar Wrobel <p@rdus.de>
Mon, 13 Dec 2010 10:17:35 +0000 (11:17 +0100)
framework/Kolab_Format/TODO

index 8715c6b..904dd85 100644 (file)
@@ -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