summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: ac2054f)
raw | patch | inline | side by side (parent: ac2054f)
author | cajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Fri, 29 Jul 2005 14:58:29 +0000 (14:58 +0000) | ||
committer | cajus <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
index 05d74a0e505aba487729d709b31f7ddfcefc0e0d..22a0745cff28651d27c96bb9bd50a6bf30838af2 100644 (file)
--- a/TODO
+++ b/TODO
* Minimize "reload" calls during post of depselect in all plugins
+* Check renaming of servers
+
Target for 2.5:
===============
index 836e290197faccf0e0e1069c18df43d6c6927323..4c77b2f77b76242d097f7cfa3c94d8c17b57d87b 100644 (file)
{
/* Workaround for the php imap extension */
if ($gosaMailQuota == ""){
- $gosaMailQuota= "0";
+ $gosaMailQuota= "-1";
}
/* Write mail quota */
diff --git a/plugins/admin/groups/class_groupManagement.inc b/plugins/admin/groups/class_groupManagement.inc
index 17115474d0a5f7c5b517aeea710a8a59d5a190d4..a3fde2f34d85a6d546ae4534c1fc7b03c372a99b 100644 (file)
}
}
- /* NEW LIST MANAGMENT
+ /*
* We also need to search for the departments
* So we are able to navigate like in konquerer
*/
}
}
- /* END NEW LIST MANAGMENT
- */
-
-
-
-
-
/* Generate grouplist */
if ($filter != ""){
$filter= "(&(cn=$regex)(objectClass=posixGroup)(|$filter))";
diff --git a/plugins/admin/systems/class_servService.inc b/plugins/admin/systems/class_servService.inc
index 4bf89bf30ba32c2fe86ed097cea784045484dd91..176316384f03c099ec88fbfbfcfb2b632a031b7e 100644 (file)
{
$message= array();
-
-
if((isset($_POST['goTerminalServer']))&&(empty($this->goFontPath))){
$message[]=_("Terminal server, must have fontpath specified.");
}
/* 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();