Add some todos (and use phpdoc rather than the TODO file).
authorGunnar Wrobel <p@rdus.de>
Thu, 26 Aug 2010 06:01:45 +0000 (08:01 +0200)
committerGunnar Wrobel <p@rdus.de>
Thu, 26 Aug 2010 06:01:45 +0000 (08:01 +0200)
framework/Itip/TODO [deleted file]
framework/Itip/lib/Horde/Itip/Event/Vevent.php
framework/Itip/lib/Horde/Itip/Resource/Identity.php
framework/Itip/package.xml

diff --git a/framework/Itip/TODO b/framework/Itip/TODO
deleted file mode 100644 (file)
index 4580e73..0000000
+++ /dev/null
@@ -1,3 +0,0 @@
- - Merge with Horde Imp (Changes [Horde]: Extended message body; improved From, Changes [Kolab]: Do not automatically set the sequence attribute to 0 if it does not exist -> http://bugs.horde.org/ticket/4863; use lower case mailto -> http://bugs.horde.org/ticket/4872; Missing UID in the vEvent causes failure;
- - Use parse_url
index 84b1e8d..ced204f 100644 (file)
  * @author   Gunnar Wrobel <wrobel@pardus.de>
  * @license  http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html LGPL
  * @link     http://pear.horde.org/index.php?package=Itip
+ *
+ * @todo Clean this class up. Accessing private methods for copying the object
+ * is not nice. Reconsider if an interface is really needed. See also PMD
+ * report.
  */
 class Horde_Itip_Event_Vevent
 implements Horde_Itip_Event
@@ -112,6 +116,8 @@ implements Horde_Itip_Event
      * Return the organizer of the iTip event.
      *
      * @return string The organizer of the event.
+     *
+     * @todo Parse mailto using parse_url
      */
     public function getOrganizer()
     {
index bd45a1a..b285574 100644 (file)
@@ -51,6 +51,7 @@ implements Horde_Itip_Resource
      * @param array              $attendees The attendees of the invitation.
      * @param string             $reply_to  The selected identity for sending the
      *                                      reply.
+     * @todo Parse mailto using parse_url
      */
     public function __construct($identity, $attendees, $reply_to)
     {
index c1f3430..c805b77 100644 (file)
@@ -98,7 +98,6 @@
     </dir> <!-- /test/Horde -->
    </dir> <!-- /test -->
    <file name="COPYING" role="doc" />
-   <file name="TODO" role="doc" />
   </dir> <!-- / -->
  </contents>
  <dependencies>