-
Notifications
You must be signed in to change notification settings - Fork 279
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
34 changed files
with
540 additions
and
170 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,193 @@ | ||
commit 23789b48bcdcbac738039d214a92cd0bb5aff9e4 | ||
Author: Francis Lachapelle <[email protected]> | ||
Date: Fri Mar 7 13:59:51 2014 -0500 | ||
|
||
Update Dutch translation | ||
|
||
M NEWS | ||
M UI/MailPartViewers/Dutch.lproj/Localizable.strings | ||
M UI/PreferencesUI/Dutch.lproj/Localizable.strings | ||
M UI/Scheduler/Dutch.lproj/Localizable.strings | ||
|
||
commit 142296f71e0e22eae76572e7ff23a3b00a2c076f | ||
Author: Francis Lachapelle <[email protected]> | ||
Date: Fri Mar 7 10:53:17 2014 -0500 | ||
|
||
Preparation for release 2.2.1 | ||
|
||
M Documentation/SOGo Installation Guide.odt | ||
M Documentation/SOGo Mobile Devices Configuration.odt | ||
M Documentation/SOGo Mozilla Thunderbird Configuration.odt | ||
M Documentation/SOGo Native Microsoft Outlook Configuration.odt | ||
M NEWS | ||
M Version | ||
|
||
commit 3bae2387d4e0efcfe88fd56fa743c70deb638ee8 | ||
Author: Francis Lachapelle <[email protected]> | ||
Date: Thu Mar 6 22:13:17 2014 -0500 | ||
|
||
Fix contact autocompletion when UID is a digit | ||
|
||
M NEWS | ||
M UI/WebServerResources/SOGoAutoCompletion.js | ||
M UI/WebServerResources/generic.css | ||
|
||
commit 6cecca6c4f0ffb6edea41f3ade3b7f90f92cdf81 | ||
Author: Francis Lachapelle <[email protected]> | ||
Date: Thu Mar 6 21:32:36 2014 -0500 | ||
|
||
Fix CSS id for string prefixed with a digit | ||
|
||
When encoding a string as a CSS identifier, we must add an underscore if | ||
the strings starts with a digit. | ||
|
||
M NEWS | ||
M SoObjects/Mailer/SOGoMailAccounts.m | ||
M SoObjects/SOGo/NSString+Utilities.m | ||
M UI/WebServerResources/JavascriptAPIExtensions.js | ||
|
||
commit 28b1938bd972462be383ef612e38a93870ccff1b | ||
Author: Francis Lachapelle <[email protected]> | ||
Date: Thu Mar 6 21:25:48 2014 -0500 | ||
|
||
Show folder name in dialog when renaming folder | ||
|
||
M NEWS | ||
M UI/WebServerResources/MailerUI.js | ||
M UI/WebServerResources/generic.js | ||
|
||
commit 31ace947cbf1fbbfa93a92ed0f028e5a56b8b0d1 | ||
Author: Ludovic Marcotte <[email protected]> | ||
Date: Thu Mar 6 14:16:08 2014 -0500 | ||
|
||
Fixed race condition when syncing huge amount of deleted messages using AS | ||
|
||
M ActiveSync/SOGoActiveSyncDispatcher+Sync.m | ||
M NEWS | ||
M SoObjects/Mailer/SOGoMailFolder.m | ||
|
||
commit 0cea36df2eebdcda55098fa0ae9416976a39a332 | ||
Author: Ludovic Marcotte <[email protected]> | ||
Date: Thu Mar 6 14:10:47 2014 -0500 | ||
|
||
Updated NEWS regarding previous commit | ||
|
||
M NEWS | ||
|
||
commit afd745232331267499592e18e5d0b857454d3cbd | ||
Author: Ludovic Marcotte <[email protected]> | ||
Date: Thu Mar 6 14:05:59 2014 -0500 | ||
|
||
Fixed returned date format and fixing missing 'name part' in address | ||
|
||
M ActiveSync/SOGoMailObject+ActiveSync.m | ||
|
||
commit e4a21bcef5afb1245023d5561c0d60c183bfe623 | ||
Author: Francis Lachapelle <[email protected]> | ||
Date: Thu Mar 6 09:27:43 2014 -0500 | ||
|
||
Webmail: fix encoding of subfolder name | ||
|
||
Fixes #2637 | ||
|
||
M NEWS | ||
M SoObjects/Mailer/SOGoMailFolder.m | ||
M UI/MailerUI/UIxMailFolderActions.m | ||
|
||
commit 0c99323db3e5404301c249512b736d426bd41d09 | ||
Author: Francis Lachapelle <[email protected]> | ||
Date: Wed Mar 5 13:42:38 2014 -0500 | ||
|
||
Fix possible exception when retrieving reminder | ||
|
||
Fixes #2624 | ||
|
||
M NEWS | ||
M UI/PreferencesUI/UIxPreferences.m | ||
|
||
commit da208d5b4acd18aff399261cafc9d105c8f56e55 | ||
Author: Ludovic Marcotte <[email protected]> | ||
Date: Wed Mar 5 09:09:33 2014 -0500 | ||
|
||
Updated NEWS regarding previous commit | ||
|
||
M NEWS | ||
|
||
commit 158af711528027cd63a3c70708fab96eee41dd19 | ||
Author: Ludovic Marcotte <[email protected]> | ||
Date: Wed Mar 5 09:07:39 2014 -0500 | ||
|
||
Fix for bug #2609 | ||
|
||
M ActiveSync/NSDate+ActiveSync.m | ||
|
||
commit 163bce39b5ab7afc060a5af9dfd7dafa632f7b61 | ||
Author: Francis Lachapelle <[email protected]> | ||
Date: Tue Mar 4 22:03:28 2014 -0500 | ||
|
||
Fix list sorting of events by calendar name | ||
|
||
Fixes #2629 | ||
|
||
M NEWS | ||
M UI/Templates/SchedulerUI/UIxCalMainView.wox | ||
|
||
commit 02c72fee6ad0bf8850de88ab65a01191ff351ecc | ||
Author: Francis Lachapelle <[email protected]> | ||
Date: Tue Mar 4 21:32:57 2014 -0500 | ||
|
||
Fix unsubscription when renaming an IMAP folder | ||
|
||
Fixes #2630 | ||
|
||
M NEWS | ||
M SoObjects/Mailer/SOGoMailFolder.m | ||
|
||
commit 8bef84bded384cde99dd2ee7ebfe9ebbeeedf2e6 | ||
Author: Francis Lachapelle <[email protected]> | ||
Date: Tue Mar 4 09:22:00 2014 -0500 | ||
|
||
Update translations | ||
|
||
M NEWS | ||
M UI/PreferencesUI/Czech.lproj/Localizable.strings | ||
M UI/PreferencesUI/Finnish.lproj/Localizable.strings | ||
M UI/PreferencesUI/Hungarian.lproj/Localizable.strings | ||
|
||
commit 8db3b22eb9bde326d3892c88b5c1cb9bb0251170 | ||
Author: Francis Lachapelle <[email protected]> | ||
Date: Mon Mar 3 22:08:29 2014 -0500 | ||
|
||
Bump version to 2.2.0a | ||
|
||
M Version | ||
|
||
commit 1aabcf04b5d26471a62f97566bb3fd6911848f48 | ||
Author: Francis Lachapelle <[email protected]> | ||
Date: Mon Mar 3 22:07:24 2014 -0500 | ||
|
||
Fix sogo-tool operations on Sieve script | ||
|
||
Fixes #2617 | ||
|
||
M NEWS | ||
M SoObjects/Mailer/SOGoMailAccount.h | ||
M SoObjects/Mailer/SOGoMailAccount.m | ||
M SoObjects/SOGo/SOGoSieveManager.h | ||
M SoObjects/SOGo/SOGoSieveManager.m | ||
M Tools/GNUmakefile.preamble | ||
M Tools/SOGoToolExpireAutoReply.m | ||
M Tools/SOGoToolUserPreferences.m | ||
|
||
commit c6b227160c70db0fb892c2df1f5bb64caae45fc9 | ||
Author: Francis Lachapelle <[email protected]> | ||
Date: Mon Feb 24 16:53:46 2014 -0500 | ||
|
||
Update ChangeLog | ||
|
||
M ChangeLog | ||
M NEWS | ||
|
||
commit 5f2920db9b1c7fd89af8019d8a007bfddb20a742 | ||
Author: Francis Lachapelle <[email protected]> | ||
Date: Mon Feb 24 16:47:41 2014 -0500 | ||
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file modified
BIN
-23 Bytes
(100%)
Documentation/SOGo Native Microsoft Outlook Configuration.odt
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.