mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-05-01 17:52:32 +00:00
merge of '7d1f68d661b9fcfd676be1e6d3d6ce6c1fb09df9'
and 'a5e05418d31b07428c4bc802d353b27d6d34ecab' Monotone-Parent: 7d1f68d661b9fcfd676be1e6d3d6ce6c1fb09df9 Monotone-Parent: a5e05418d31b07428c4bc802d353b27d6d34ecab Monotone-Revision: ebefc72cf1f85cf9726bac12a387a3b5d92e0945 Monotone-Author: flachapelle@inverse.ca Monotone-Date: 2012-05-01T13:42:18
This commit is contained in:
@@ -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)
|
||||
-------------------
|
||||
|
||||
@@ -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.
|
||||
|
||||
|
||||
@@ -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; }
|
||||
|
||||
|
||||
@@ -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; }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user