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.