From 3daa7e55b74890a1c03a37290826759f5d0ec05a Mon Sep 17 00:00:00 2001 From: Francis Lachapelle Date: Mon, 4 Feb 2013 14:24:03 -0500 Subject: [PATCH] Update ChangeLog --- ChangeLog | 214 ++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 214 insertions(+) diff --git a/ChangeLog b/ChangeLog index 9145147ad..578da8c9d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,186 @@ +commit 6913502810ec21479889c4ecf0a393de5ede2635 +Author: Francis Lachapelle +Date: Mon Feb 4 14:22:37 2013 -0500 + + Bump version to 2.0.4b + +M NEWS +M Version + +commit 24971070f6f7e94629ff7bfc142d8194f7a19296 +Author: Jean Raby +Date: Mon Feb 4 14:03:28 2013 -0500 + + Updated NEWS + +M NEWS + +commit 3d90e3a5393ff45b4915a1c915edd4c24b21763c +Author: Jean Raby +Date: Mon Feb 4 13:55:53 2013 -0500 + + Bump userkey length from 64 to 160 bytes + + Allows for much longer username@domain:password strings. + Fixes #2212 + + To bump it further, the database schema will have to be updated + to allow a longer c_value (currently 255 chars) + +M SoObjects/SOGo/SOGoWebAuthenticator.m + +commit b5fdaa78cd5268aa9de49020e6fd2b71b8de7279 +Author: Francis Lachapelle +Date: Mon Feb 4 08:58:37 2013 -0500 + + Add missing strings to mail module + + The two columns names of the contacts pane were missing. They have + been copied from the contact module. + +M UI/MailerUI/BrazilianPortuguese.lproj/Localizable.strings +M UI/MailerUI/Catalan.lproj/Localizable.strings +M UI/MailerUI/Czech.lproj/Localizable.strings +M UI/MailerUI/Danish.lproj/Localizable.strings +M UI/MailerUI/Dutch.lproj/Localizable.strings +M UI/MailerUI/English.lproj/Localizable.strings +M UI/MailerUI/Finnish.lproj/Localizable.strings +M UI/MailerUI/French.lproj/Localizable.strings +M UI/MailerUI/German.lproj/Localizable.strings +M UI/MailerUI/Hungarian.lproj/Localizable.strings +M UI/MailerUI/Icelandic.lproj/Localizable.strings +M UI/MailerUI/Italian.lproj/Localizable.strings +M UI/MailerUI/NorwegianBokmal.lproj/Localizable.strings +M UI/MailerUI/NorwegianNynorsk.lproj/Localizable.strings +M UI/MailerUI/Polish.lproj/Localizable.strings +M UI/MailerUI/Russian.lproj/Localizable.strings +M UI/MailerUI/Slovak.lproj/Localizable.strings +M UI/MailerUI/SpanishArgentina.lproj/Localizable.strings +M UI/MailerUI/SpanishSpain.lproj/Localizable.strings +M UI/MailerUI/Swedish.lproj/Localizable.strings +M UI/MailerUI/Ukrainian.lproj/Localizable.strings +M UI/MailerUI/Welsh.lproj/Localizable.strings + +commit f94adb54736bdad858e85f5b87743f1d29b1e1e0 +Author: Francis Lachapelle +Date: Sun Feb 3 20:42:20 2013 -0500 + + Update NEWS file + +M NEWS + +commit e34ba5689cb2d816c6b353485ea274c95ba8983a +Author: Francis Lachapelle +Date: Sun Feb 3 20:40:06 2013 -0500 + + Fix saving prefs with disabled mail module + +M UI/WebServerResources/UIxPreferences.js + +commit a4bd966cc0c3429261747384dc746ec5f71423de +Author: Jean Raby +Date: Fri Feb 1 16:26:01 2013 -0500 + + Revisit option handling + + Really fix #2166 + The previous fix (46b53b3) was wrong since SOPE was able to override + the 'final' config with its defaults. + + This now uses a new approach using a volatile domain and a reordering + of the search list : + * NSArgumentDomain (command line arguments) + * sogodRuntimeDomain (config from all config files) + * GSPrimaryDomain + * NSGlobalDomain + * GSConfigDomain + * (languages) + * NSRegistrationDomain (SOPE loads its defaults in this one) + +M SoObjects/SOGo/SOGoSystemDefaults.m + +commit ecc36c9025b4b2717f5ce169b622648ccf02f410 +Author: Francis Lachapelle +Date: Fri Feb 1 14:47:37 2013 -0500 + + Fix classification menu in component editor + +M NEWS +M UI/WebServerResources/UIxComponentEditor.js +M UI/WebServerResources/generic.js + +commit 716daf027de29bc72ffb84368291c191c49fa1e2 +Author: Francis Lachapelle +Date: Fri Feb 1 14:46:05 2013 -0500 + + Fix link to ACL editor for any authenticated user + +M UI/WebServerResources/UIxAclEditor.js + +commit 0b7c32510bc8653cc2ec32758f5215b14125e849 +Author: Jean Raby +Date: Fri Feb 1 10:40:59 2013 -0500 + + news file update for 2.0.4b + +M NEWS + +commit 225a28258f1b33e594172b7ca61c8751f6c5e4f9 +Author: Jean Raby +Date: Thu Jan 31 16:44:14 2013 -0500 + + Read credential files using dataWithContentsOfFile + + Again, to cope with older gnusteps which don't have + stringWithContentsOfFile:encoding:error: + +M Tools/SOGoToolExpireAutoReply.m +M Tools/SOGoToolUserPreferences.m + +commit e01b190e5775fd98c5a7b0739c1eac0bc8a4c70f +Author: Jean Raby +Date: Thu Jan 31 15:42:48 2013 -0500 + + Fixup handling NSArgumentDomain arguments + + would fix #2216 + +M Tools/SOGoTool.m + +commit cd7d41026230e1a645f1153b3ebe134547b5b2d7 +Author: Francis Lachapelle +Date: Thu Jan 31 13:55:57 2013 -0500 + + Fix tooltips in contacts list + +M UI/Templates/ContactsUI/UIxContactFoldersView.wox +D UI/Templates/ContactsUI/UIxContactsListView.wox +M UI/WebServerResources/ContactsUI.js + +commit 4bcf90c693797985b2f36cd5986d0a821141c756 +Author: Francis Lachapelle +Date: Thu Jan 31 09:44:29 2013 -0500 + + Fix "Send Anyway" string wrt localizable strings + +M UI/WebServerResources/UIxMailEditor.js + +commit 0408415c61f572ab859c58f44c1d5a028b3fbef7 +Author: Francis Lachapelle +Date: Wed Jan 30 15:47:20 2013 -0500 + + Remove control characters before returning JSON + +M SoObjects/SOGo/NSString+Utilities.m + +commit 3ea94940c28e314a7904b98f171f95c5620b3382 +Author: Francis Lachapelle +Date: Wed Jan 30 08:52:32 2013 -0500 + + Update ChangeLog + +M ChangeLog + commit 321675ba99288b036677242ada3bfb0cb945970c Author: Francis Lachapelle Date: Wed Jan 30 08:51:10 2013 -0500 @@ -152,6 +335,37 @@ Date: Fri Jan 25 10:21:28 2013 -0500 M SoObjects/Appointments/SOGoAppointmentFolder.m +commit 46b53b31fd417e6349304609920e36fb9869f9e3 +Author: Jean Raby +Date: Thu Jan 24 22:43:38 2013 -0500 + + Fix order of precedence for options + + Fixes #2066 and #2166 + Enforce the following order of precedence for options, first match wins: + 1. Command line arguments + 2. .GNUstepDefaults + 3. /etc/sogo/{debconf,sogo}.conf + 4. SOGoDefaults.plist + +M SoObjects/SOGo/SOGoSystemDefaults.m + +commit 6093c4dd2e9095e0288992fe92ccb1b93fb9435a +Author: Jean Raby +Date: Thu Jan 24 20:37:30 2013 -0500 + + Axe handling of sogo 0.9 gnustep domain migration + +M SoObjects/SOGo/SOGoSystemDefaults.m + +commit 61ded01171806595da1c03b686a5bd1dc5cd45ed +Author: Jean Raby +Date: Thu Jan 24 20:35:03 2013 -0500 + + whitespace - tabkill + +M SoObjects/SOGo/SOGoSystemDefaults.m + commit 9ed53cbab3365d3d2e0a9d2c1dc8a6141d185f0f Author: Francis Lachapelle Date: Thu Jan 24 18:50:20 2013 -0500