diff --git a/NEWS b/NEWS index 93d7ae346..bfb35868d 100644 --- a/NEWS +++ b/NEWS @@ -1,7 +1,7 @@ 1.3.15 (2012-04-DD) ------------------- New Features - - Sources address books are now exposed in Apple and iOS AddressBook app + - sources address books are now exposed in Apple and iOS AddressBook app using the "directory gateway" extension of CardDAV - sogo-tool: new "expire-sessions" command - the all-day events container is now resized progressively @@ -19,6 +19,8 @@ Enhancements Bug Fixes - fixed wrong date validation in preferences module affecting French users - fixed bugs in weekly recurrence calculator + - when saving a draft, force conversion of rfc822 content to quoted-printable, + since it would otherwise risk passing 8bit data via the "APPEND" command 1.3.14 (2012-03-23) ------------------- diff --git a/SoObjects/Appointments/SOGoAppointmentFolder.h b/SoObjects/Appointments/SOGoAppointmentFolder.h index 02f13630b..3e058fc0f 100644 --- a/SoObjects/Appointments/SOGoAppointmentFolder.h +++ b/SoObjects/Appointments/SOGoAppointmentFolder.h @@ -1,6 +1,6 @@ /* Copyright (C) 2004-2005 SKYRIX Software AG - Copyright (C) 2007-2009 Inverse inc. + Copyright (C) 2007-2012 Inverse inc. This file is part of OpenGroupware.org. diff --git a/UI/WebServerResources/UIxAttendeesEditor.css b/UI/WebServerResources/UIxAttendeesEditor.css index a56ca231e..218e6581a 100644 --- a/UI/WebServerResources/UIxAttendeesEditor.css +++ b/UI/WebServerResources/UIxAttendeesEditor.css @@ -302,6 +302,11 @@ DIV#freeBusyReplicas SPAN margin-top: 19px; padding: 5px; } +.SOGoTimePickerMenu .hours, +.SOGoTimePickerMenu .minutes, +.SOGoTimePickerMenu .button +{ clear: both; /* Opera fix */ } + .SOGoTimePickerMenu SPAN DIV { padding: 2px; } diff --git a/UI/WebServerResources/UIxComponentEditor.css b/UI/WebServerResources/UIxComponentEditor.css index 982c63cd4..b7df83dc5 100644 --- a/UI/WebServerResources/UIxComponentEditor.css +++ b/UI/WebServerResources/UIxComponentEditor.css @@ -152,6 +152,11 @@ SPAN.timeDateControl SPAN margin-top: 19px; padding: 5px; } +.SOGoTimePickerMenu .hours, +.SOGoTimePickerMenu .minutes, +.SOGoTimePickerMenu .button +{ clear: both; /* Opera fix */ } + .SOGoTimePickerMenu SPAN DIV { padding: 2px; }