From: hickert Date: Tue, 25 Oct 2011 10:56:20 +0000 (+0000) Subject: Updated changelog X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=69ea02dddc44a84954910be898366b48ba70dd56;p=gosa.git Updated changelog git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@21013 594d385d-05f5-0310-b6e9-bd551577e9d8 --- 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); }