Update documentation.
authorGunnar Wrobel <p@rdus.de>
Wed, 18 Mar 2009 21:51:01 +0000 (21:51 +0000)
committerGunnar Wrobel <p@rdus.de>
Wed, 18 Mar 2009 21:51:01 +0000 (21:51 +0000)
framework/Kolab_Server/TODO
framework/Kolab_Server/doc/Horde/Kolab/Server/usage.txt
framework/Kolab_Server/examples/Horde/Kolab/Server/server.php
framework/Kolab_Server/package.xml

index 6342021..0eea0d9 100644 (file)
@@ -1,10 +1,6 @@
 
-- Generate real LDAP testing
-
 - Convert external Project modifications into Kolab_Server.
 
-- Check against current HEAD/FW3 that everything has been merged.
-
 - Implement currently missing scenarios.
 
 - Implement Kolab-webadmin functions
@@ -13,6 +9,6 @@
 
 - Implement external project requirements
 
-- Check with current HEAD libraries.
-
 - Check with current HEAD applications.
+
+- Implement server setup
index 6980b27..dd13bb0 100644 (file)
@@ -84,10 +84,10 @@ Depending on the sub class such an object presents different
 features. One primary method is common to all the objects though:
 Fetching attribute values with "get()".
 
- $attr = $object->get(KOLAB_ATTR_CN);
+ $attr = $object->get(Horde_Kolab_Server_Object::ATTRIBUTE_CN);
 
-"KOLAB_ATTR_CN" is being used to retrieve the "common name" of the
-object:
+"Horde_Kolab_Server_Object::ATTRIBUTE_CN" is being used to retrieve
+the "common name" of the object:
 
  var_dump($attr);
 
index da4fd8f..40c80a1 100644 (file)
@@ -31,4 +31,4 @@ $object = $server->fetch($dn);
 var_dump(get_class($object));
 
 /** Display object attributes */
-var_dump($object->get(KOLAB_ATTR_CN));
+var_dump($object->get(Horde_Kolab_Server_Object::ATTRIBUTE_CN));
index 91bc82b..4ff34f9 100644 (file)
@@ -179,6 +179,11 @@ http://pear.php.net/dtd/package-2.0.xsd">
     * Added fullname attribute as support for kolab/issue2546 (Horde
       should use name and email from ldap as defaults)
     * Fixed initialization of parameters retrieved from LDAP.
+    * Fixed addrsForIdOrMail to return only lowercased mail addresses
+      (kolab/issue3426,
+      https://www.intevation.de/roundup/kolab/issue3426)
+    * Fixed testing problems with the test IMAP driver.
+    * Fixed notices when retrieving LDAP attributes.
    </notes>
   </release>
   <release>