From 69ea02dddc44a84954910be898366b48ba70dd56 Mon Sep 17 00:00:00 2001 From: hickert Date: Tue, 25 Oct 2011 10:56:20 +0000 Subject: [PATCH] Updated changelog git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@21013 594d385d-05f5-0310-b6e9-bd551577e9d8 --- gosa-core/Changelog | 10 +++++++++- gosa-core/include/class_configRegistry.inc | 1 + 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/gosa-core/Changelog b/gosa-core/Changelog index a1a89124e..2b05e633a 100644 --- a/gosa-core/Changelog +++ b/gosa-core/Changelog @@ -2,7 +2,15 @@ GOsa2 changelog =============== * gosa 2.7.2 - - Updated bundeled smarty to 3.0.8 + - Updated bundeled smarty to 3.0.8 + - Introduced sortable listing to ACL and posix dialogs + - Fixed problem with mail-method parameters read from ldap + - Added flag to allow modification of generated uid proposals + - Improved dyngroup to not write dynamic values back to the ldap + - Hardening: Replaced in_array calls with a method that uses a strict matching + - Updated samba password hashing and its error handling + - Updated Kolab tab, to use a sortable list for mynetworks entries + - Updated cleansing of FAI object in ldap, thanks to psc * gosa 2.7.1 - Updated passwordHook behaviour diff --git a/gosa-core/include/class_configRegistry.inc b/gosa-core/include/class_configRegistry.inc index ca23f4b00..b84fe08aa 100644 --- a/gosa-core/include/class_configRegistry.inc +++ b/gosa-core/include/class_configRegistry.inc @@ -225,6 +225,7 @@ class configRegistry{ */ function getDisabledPlugins() { + return(array()); return($this->pluginsDeactivated); } -- 2.30.2