From c5380c2ae67f7098c0cb5c2cc9efcf2fd35e6cdf Mon Sep 17 00:00:00 2001 From: Francis Lachapelle Date: Mon, 30 Apr 2012 14:53:13 +0000 Subject: [PATCH 1/3] Monotone-Parent: c64050fc650935a4d7620ed869e3e3863b178c1e Monotone-Revision: 92367535790cc3bc3121df56f2ea4d87a7c11349 Monotone-Author: flachapelle@inverse.ca Monotone-Date: 2012-04-30T14:53:13 --- SoObjects/Appointments/SOGoAppointmentFolder.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. From 1e2e40dc6cbc5e9a2656f3efec5517160aa90670 Mon Sep 17 00:00:00 2001 From: Francis Lachapelle Date: Mon, 30 Apr 2012 14:53:27 +0000 Subject: [PATCH 2/3] Updated NEWS file. Monotone-Parent: 92367535790cc3bc3121df56f2ea4d87a7c11349 Monotone-Revision: 072677283f59903d1be242f3d96735460ef0985f Monotone-Author: flachapelle@inverse.ca Monotone-Date: 2012-04-30T14:53:27 --- NEWS | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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) ------------------- From 2dd99c4d21ceedb64eccf9c9edac8eb7b09826c0 Mon Sep 17 00:00:00 2001 From: Francis Lachapelle Date: Tue, 1 May 2012 13:41:33 +0000 Subject: [PATCH 3/3] Fixed CSS of SOGoTimePicker for Opera. Monotone-Parent: 672825b550345066a5eea3c60a50e21c47b5624f Monotone-Revision: a5e05418d31b07428c4bc802d353b27d6d34ecab Monotone-Author: flachapelle@inverse.ca Monotone-Date: 2012-05-01T13:41:33 --- UI/WebServerResources/UIxAttendeesEditor.css | 5 +++++ UI/WebServerResources/UIxComponentEditor.css | 5 +++++ 2 files changed, 10 insertions(+) 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; }