Code

Updated changelog
authorhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Wed, 25 Oct 2006 04:42:53 +0000 (04:42 +0000)
committerhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Wed, 25 Oct 2006 04:42:53 +0000 (04:42 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/branches/2.5@4930 594d385d-05f5-0310-b6e9-bd551577e9d8

Changelog
include/class_divlist.inc

index d4dea3fa091b4e64bdd1211b124c7b201b797b86..df6e5cd802dd4c9d48684f7d8d035edfe691d766 100644 (file)
--- a/Changelog
+++ b/Changelog
@@ -1,6 +1,11 @@
 GOsa2 changelog
 ===============
 * gosa 2.5.5
+  - Added remove method for shared folder in kolab mode.
+  - Added checkbox to decide if the shared folder should be deleted from imap too, 
+    if the mail extension is removed from group mail account.
+  - Updated request method for mail folders.
+  - Fixed hang up while writing sieve filter.
   - Added subsearch checkbox to ogroup->add filter
   - Fixed missing ppd configuration error, for newly created printer.
   - Fixed object group saving, the base was sometimes broken.
index ea7e65872ec5842edbbbb8884ba9e235f03ef7e2..1a4161432e7bfdf91ab23e6debac827c05053aec 100644 (file)
@@ -23,7 +23,7 @@ class divlist {
 
                $this->i_currentPage    = 0;
                $this->i_entriesPerPage = 10;
-    $this->s_height         = "450";
+    $this->s_height         = "650";
     $this->s_width          = "600";
                $this->s_summary        = "";
                $this->a_entries        = array();