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) -------------------- 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; }, { 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"] ); } 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