merge of '625efb02980e7be9f62a6da3298d79adb34b78bd'

and '9ab8bbc4744bc53399410cafa678f8b27923e5fb'

Monotone-Parent: 625efb02980e7be9f62a6da3298d79adb34b78bd
Monotone-Parent: 9ab8bbc4744bc53399410cafa678f8b27923e5fb
Monotone-Revision: a3e6c76628a0d2f514619fb4c55d3768c57c848b

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2010-09-09T15:51:28
Monotone-Branch: ca.inverse.sogo
This commit is contained in:
Wolfgang Sourdeau 2010-09-09 15:51:28 +00:00
commit eac5a07e16
6 changed files with 17 additions and 9 deletions

7
NEWS
View file

@ -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)
--------------------

View file

@ -52,7 +52,7 @@
},
{
columnName = c_cycleinfo;
sqlType = "VARCHAR2(1000)";
sqlType = "CLOB";
allowsNull = YES;
},
{

View file

@ -52,7 +52,7 @@
},
{
columnName = c_cycleinfo;
sqlType = "VARCHAR(1000)";
sqlType = "VARCHAR(1000000)";
allowsNull = YES;
},
{

View file

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

View file

@ -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

View file

@ -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