Code

Updated TODO list
authorcajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8>
Fri, 29 Jul 2005 14:58:29 +0000 (14:58 +0000)
committercajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8>
Fri, 29 Jul 2005 14:58:29 +0000 (14:58 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@1034 594d385d-05f5-0310-b6e9-bd551577e9d8

TODO
include/class_mail-methods-cyrus.inc
plugins/admin/groups/class_groupManagement.inc
plugins/admin/systems/class_servService.inc

diff --git a/TODO b/TODO
index 05d74a0e505aba487729d709b31f7ddfcefc0e0d..22a0745cff28651d27c96bb9bd50a6bf30838af2 100644 (file)
--- a/TODO
+++ b/TODO
@@ -29,6 +29,8 @@ Things to fix before 2.4:
 
 * Minimize "reload" calls during post of depselect in all plugins
 
+* Check renaming of servers
+
 
 Target for 2.5:
 ===============
index 836e290197faccf0e0e1069c18df43d6c6927323..4c77b2f77b76242d097f7cfa3c94d8c17b57d87b 100644 (file)
@@ -123,7 +123,7 @@ class mailMethodCyrus extends mailMethod
   {
     /* Workaround for the php imap extension */
     if ($gosaMailQuota == ""){
-      $gosaMailQuota= "0";
+      $gosaMailQuota= "-1";
     }
 
     /* Write mail quota */
index 17115474d0a5f7c5b517aeea710a8a59d5a190d4..a3fde2f34d85a6d546ae4534c1fc7b03c372a99b 100644 (file)
@@ -532,7 +532,7 @@ class groupManagement extends plugin
       }
     }
 
-    /* NEW LIST MANAGMENT
+    /*
      * We also need to search for the departments
      * So we are able to navigate like in konquerer
      */
@@ -555,13 +555,6 @@ class groupManagement extends plugin
       }
     }
 
-    /* END NEW LIST MANAGMENT
-     */
-
-
-
-
-
     /* Generate grouplist */
     if ($filter != ""){
       $filter= "(&(cn=$regex)(objectClass=posixGroup)(|$filter))";
index 4bf89bf30ba32c2fe86ed097cea784045484dd91..176316384f03c099ec88fbfbfcfb2b632a031b7e 100644 (file)
@@ -173,8 +173,6 @@ class servservice extends plugin
   {
     $message= array();
   
-    
-  
     if((isset($_POST['goTerminalServer']))&&(empty($this->goFontPath))){
       $message[]=_("Terminal server, must have fontpath specified.");
     }
@@ -186,13 +184,6 @@ class servservice extends plugin
   /* Save to LDAP */
   function save()
   {
-    /* Normalize lazy objectclass arrays */
-    $objectclasses= array();
-    foreach($this->objectclasses as $oc){
-      $objectclasses[]= $oc;
-    }
-    $this->objectclasses= $objectclasses;
-
     plugin::save();
 
     $tmp= array();