From 1918939a8c3fb8d453e9fdfe4be99d996cf2053e Mon Sep 17 00:00:00 2001 From: Wolfgang Sourdeau Date: Fri, 9 Dec 2011 14:53:09 +0000 Subject: [PATCH] Monotone-Parent: 7032e083cacc1fa5cf4ee9c191a47cb9be17f0f4 Monotone-Revision: 8641791497cbe0e199fc4b68731683dd533ce48e Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2011-12-09T14:53:09 --- ChangeLog | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/ChangeLog b/ChangeLog index f549cd2db..f51218421 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,14 @@ 2011-12-09 Wolfgang Sourdeau + * UI/SOGoUI/UIxComponent.m (-isCalendarEnabled) + (-isContactsEnabled, -isMailEnabled, -isPreferencesEnabled): new + accessors. + (-userHasCalendarAccess, -userHasMailAccess): moved from UIxPageFrame. + + * UI/Common/UIxToolbar.m (-cssClasses): new accessor that + generates the CSS classes dynamically depending on the button + state and it descriptor's cssClass. + * UI/WebServerResources/generic.js (parent$): handle the case where window.opener is null.