From 3178dcf9145feacf61b4771d624405b300f1012c Mon Sep 17 00:00:00 2001 From: Ludovic Marcotte Date: Fri, 3 Sep 2010 18:00:05 +0000 Subject: [PATCH 1/4] Increased the c_cycleinfo column size Monotone-Parent: 105b4d78ea10a9821986149f8e9f4e646deacb5b Monotone-Revision: 8cb90e9b9131045b60db27358a0651385c689a42 Monotone-Author: ludovic@Sophos.ca Monotone-Date: 2010-09-03T18:00:05 Monotone-Branch: ca.inverse.sogo --- OGoContentStore/appointment-oracle.ocs | 2 +- OGoContentStore/appointment.ocs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/OGoContentStore/appointment-oracle.ocs b/OGoContentStore/appointment-oracle.ocs index 1c7f51655..ae5ad88ad 100644 --- a/OGoContentStore/appointment-oracle.ocs +++ b/OGoContentStore/appointment-oracle.ocs @@ -52,7 +52,7 @@ }, { columnName = c_cycleinfo; - sqlType = "VARCHAR2(1000)"; + sqlType = "CLOB"; allowsNull = YES; }, { diff --git a/OGoContentStore/appointment.ocs b/OGoContentStore/appointment.ocs index d13fedad4..3ad87705a 100644 --- a/OGoContentStore/appointment.ocs +++ b/OGoContentStore/appointment.ocs @@ -52,7 +52,7 @@ }, { columnName = c_cycleinfo; - sqlType = "VARCHAR(1000)"; + sqlType = "VARCHAR(1000000)"; allowsNull = YES; }, { From 45c653d990dfe9a204531c7b618af368a311f68f Mon Sep 17 00:00:00 2001 From: Ludovic Marcotte Date: Fri, 3 Sep 2010 19:20:02 +0000 Subject: [PATCH 2/4] Removed the browser limitation for Opera. We don't do any version check numbers - use at your own risk\! Monotone-Parent: 8cb90e9b9131045b60db27358a0651385c689a42 Monotone-Revision: 1a442265f5943bf4d60fcf33caf909bbff76bd38 Monotone-Author: ludovic@Sophos.ca Monotone-Date: 2010-09-03T19:20:02 Monotone-Branch: ca.inverse.sogo --- UI/Common/UIxPageFrame.m | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/UI/Common/UIxPageFrame.m b/UI/Common/UIxPageFrame.m index ab9ac4947..e6476a6b9 100644 --- a/UI/Common/UIxPageFrame.m +++ b/UI/Common/UIxPageFrame.m @@ -546,7 +546,7 @@ cc = [[context request] clientCapabilities]; //NSLog(@"Browser = %@", [cc description]); -// NSLog(@"User agent = %@", [cc userAgent]); + //NSLog(@"User agent = %@", [cc userAgent]); //NSLog(@"Browser major version = %i", [cc majorVersion]); return (([[cc userAgentType] isEqualToString: @"IE"] @@ -557,6 +557,7 @@ && [cc majorVersion] >= 3) || ([[cc userAgentType] isEqualToString: @"Konqueror"] && [cc majorVersion] >= 4) + || [[cc userAgentType] isEqualToString: @"Opera"] ); } From 82cb84b54b4b654f04bfcf909c201596964d40bf Mon Sep 17 00:00:00 2001 From: Ludovic Marcotte Date: Wed, 8 Sep 2010 10:58:36 +0000 Subject: [PATCH 3/4] Updated NEWS file for upcoming release Monotone-Parent: 1a442265f5943bf4d60fcf33caf909bbff76bd38 Monotone-Revision: 9841e0fa0826700ff595b5aa219083559daf8db7 Monotone-Author: ludovic@Sophos.ca Monotone-Date: 2010-09-08T10:58:36 Monotone-Branch: ca.inverse.sogo --- NEWS | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/NEWS b/NEWS index 472404c65..655d1117f 100644 --- a/NEWS +++ b/NEWS @@ -4,6 +4,13 @@ - added support for Ctrl-C/Ctrl-V (copy/paste) in the calendar web module - now builds properly with gnustep-make >= 2.2 and gnustep-base >= 1.20 - added return receipts support in the webmail interface +- added CardDAV support (Apple AddressBook and iPhone) +- added support for multiple, external IMAP accounts +- added SSL/TLS support for IMAP accounts (system and external) +- improved and standardized alerts in all web modules +- added differentiation of public, private and confidential events +- added display of unread messages count for all mailboxes +- added support for email event reminders 1.3-20100819 (1.3.1) -------------------- From 6981ac8ab3e97bec59b315b12887a10a19c2830f Mon Sep 17 00:00:00 2001 From: Francis Lachapelle Date: Wed, 8 Sep 2010 16:27:52 +0000 Subject: [PATCH 4/4] CSS fix for IE in the contact editor window. Monotone-Parent: 9841e0fa0826700ff595b5aa219083559daf8db7 Monotone-Revision: 9ab8bbc4744bc53399410cafa678f8b27923e5fb Monotone-Author: flachapelle@inverse.ca Monotone-Date: 2010-09-08T16:27:52 Monotone-Branch: ca.inverse.sogo --- UI/WebServerResources/UIxContactEditor.css | 7 +------ UI/WebServerResources/iefixes.css | 5 +++++ 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/UI/WebServerResources/UIxContactEditor.css b/UI/WebServerResources/UIxContactEditor.css index b75634313..8d3989a86 100644 --- a/UI/WebServerResources/UIxContactEditor.css +++ b/UI/WebServerResources/UIxContactEditor.css @@ -29,12 +29,7 @@ DIV#editorTabs DIV.tab TD.titleCell { text-align: left; font-weight: bold; } -/* DIV#contactInfos INPUT.textField, -DIV#contactInfos TABLE -{ width: 100%; } - */ - -DIV#contactInfos INPUT.textField +INPUT.textField { width: 60%; } TD#htmlMailFormat diff --git a/UI/WebServerResources/iefixes.css b/UI/WebServerResources/iefixes.css index 8514f122a..003fbd8f1 100644 --- a/UI/WebServerResources/iefixes.css +++ b/UI/WebServerResources/iefixes.css @@ -57,6 +57,11 @@ TABLE.messageList TR._selected TD /*DIV#contactFoldersList SPAN.toolbarButton { padding: 2px; } */ +/* UIxContactEditor */ + +DIV#editorTabs TABLE.frame INPUT.textField +{ margin: 0px; } + /* SchedulerUI */ DIV.event > DIV.eventInside