From 8d4b891c50d262da46c4ba6fa41120d505ff1130 Mon Sep 17 00:00:00 2001 From: Francis Lachapelle Date: Mon, 30 Jan 2012 19:43:38 +0000 Subject: [PATCH 1/4] Monotone-Parent: 78e0e48d54b37e3da54b0ecca3eb1ed2dd1b41f7 Monotone-Revision: b8c9ce707c4e40c22f88b0cd1c567d8c8254a887 Monotone-Author: flachapelle@inverse.ca Monotone-Date: 2012-01-30T19:43:38 --- SoObjects/Appointments/SOGoCalendarComponent.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SoObjects/Appointments/SOGoCalendarComponent.m b/SoObjects/Appointments/SOGoCalendarComponent.m index 917bf7cf9..3be18229c 100644 --- a/SoObjects/Appointments/SOGoCalendarComponent.m +++ b/SoObjects/Appointments/SOGoCalendarComponent.m @@ -1222,7 +1222,7 @@ static inline BOOL _occurenceHasID (iCalRepeatableEntityObject *occurence, folder = [[self container] ocsFolder]; if (!folder) { - [self errorWithFormat:@"(%s): missing folder for fetch!", + [self errorWithFormat:@"(%s): missing folder for update!", __PRETTY_FUNCTION__]; return; } From c3e1b585506e8bcdcbeb33dcb8b3abd2d2a3f44d Mon Sep 17 00:00:00 2001 From: Francis Lachapelle Date: Mon, 30 Jan 2012 19:43:55 +0000 Subject: [PATCH 2/4] Updated NEWS file. Monotone-Parent: b8c9ce707c4e40c22f88b0cd1c567d8c8254a887 Monotone-Revision: d4d75da556a634766f5532f5398f2f94ef2ba8df Monotone-Author: flachapelle@inverse.ca Monotone-Date: 2012-01-30T19:43:55 --- NEWS | 1 + 1 file changed, 1 insertion(+) diff --git a/NEWS b/NEWS index 538b59e98..281f441e2 100644 --- a/NEWS +++ b/NEWS @@ -10,6 +10,7 @@ Enhancements - now possible to use memcached over a UNIX socket - increase size of content columns - improved import of .ics files + - new cronjob template with commented out entries Bug Fixes - alarms for tasks now depend on the start date and instead of the due date From d9bae3cf975ccc9d2e896584358443ba5835660d Mon Sep 17 00:00:00 2001 From: Francis Lachapelle Date: Mon, 30 Jan 2012 19:51:38 +0000 Subject: [PATCH 3/4] Monotone-Parent: bfece4528b81534d630f73e8a0253a500274486d Monotone-Revision: 870459b5cd89f38f2c5d579fccb19dba58515f8b Monotone-Author: flachapelle@inverse.ca Monotone-Date: 2012-01-30T19:51:38 --- UI/WebServerResources/UIxPreferences.js | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/UI/WebServerResources/UIxPreferences.js b/UI/WebServerResources/UIxPreferences.js index fc2627bb6..8dd42e05a 100644 --- a/UI/WebServerResources/UIxPreferences.js +++ b/UI/WebServerResources/UIxPreferences.js @@ -86,9 +86,11 @@ function prototypeIfyFilters() { } } - newFilter.actions = $([]); - for (var j = 0; j < filter.actions.length; j++) { - newFilter.actions.push($(filter.actions[j])); + if (filter.actions) { + newFilter.actions = $([]); + for (var j = 0; j < filter.actions.length; j++) { + newFilter.actions.push($(filter.actions[j])); + } } newFilters.push(newFilter); } From 9f8c705eafeae4793d9785b014fa644edddef7ea Mon Sep 17 00:00:00 2001 From: Francis Lachapelle Date: Mon, 30 Jan 2012 19:59:05 +0000 Subject: [PATCH 4/4] See ChangeLog. Monotone-Parent: 870459b5cd89f38f2c5d579fccb19dba58515f8b Monotone-Revision: 4d8fb1ed0734fbcfd6dc4e68194b48101ac46567 Monotone-Author: flachapelle@inverse.ca Monotone-Date: 2012-01-30T19:59:05 --- ChangeLog | 17 +++++++ UI/Common/English.lproj/Localizable.strings | 5 +++ .../UIxContactsUserRightsEditor.wox | 2 +- .../MailerUI/UIxMailUserRightsEditor.wox | 2 +- .../SchedulerUI/UIxCalUserRightsEditor.wox | 2 +- UI/WebServerResources/SchedulerUI.js | 16 +++---- .../UIxCalUserRightsEditor.css | 7 +++ .../UIxCalUserRightsEditor.js | 45 +++++++++++++++++++ .../UIxContactsUserRightsEditor.css | 7 +++ .../UIxContactsUserRightsEditor.js | 35 ++++++++++++++- .../UIxMailUserRightsEditor.css | 7 +++ .../UIxMailUserRightsEditor.js | 34 +++++++++++++- UI/WebServerResources/generic.js | 15 +++---- UI/WebServerResources/iefixes.css | 8 +++- 14 files changed, 180 insertions(+), 22 deletions(-) diff --git a/ChangeLog b/ChangeLog index 6ff47bf57..36a280a0c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,20 @@ +2012-01-30 Francis Lachapelle + + * UI/WebServerResources/UIxCalUserRightsEditor.js (onUpdateACL): + ask confirmation when giving access to all authenticated users or + when giving public access. + + * UI/WebServerResources/UIxMailUserRightsEditor.js (onUpdateACL): idem. + + * UI/WebServerResources/UIxContactsUserRightsEditor.js (onUpdateACL): idem. + + * UI/WebServerResources/SchedulerUI.js (onViewEventCallback): + moved start/end time just under the event name. + + * UI/WebServerResources/generic.js (showConfirmDialog): this + function now accepts two additional arguments to change the + default "yes" and "no" buttons. + 2012-01-27 Ludovic Marcotte * SoObjects/Appointments/SOGoAppointmentFolder.m diff --git a/UI/Common/English.lproj/Localizable.strings b/UI/Common/English.lproj/Localizable.strings index 15cac4f48..d9b468202 100644 --- a/UI/Common/English.lproj/Localizable.strings +++ b/UI/Common/English.lproj/Localizable.strings @@ -37,6 +37,11 @@ "Sorry, the user rights can not be configured for that object." = "Sorry, the user rights can not be configured for that object."; +"Are you sure you want to give rights to all authenticated users?" = "Are you sure you want to give rights to all authenticated users?"; +"Are you sure you want to give rights to everybody?" = "Are you sure you want to give rights to everybody?"; +"Give Access" = "Give Access"; +"Keep Private" = "Keep Private"; + /* generic.js */ "Unable to subscribe to that folder!" = "Unable to subscribe to that folder!"; diff --git a/UI/Templates/ContactsUI/UIxContactsUserRightsEditor.wox b/UI/Templates/ContactsUI/UIxContactsUserRightsEditor.wox index 1993f0f3d..48bd817df 100644 --- a/UI/Templates/ContactsUI/UIxContactsUserRightsEditor.wox +++ b/UI/Templates/ContactsUI/UIxContactsUserRightsEditor.wox @@ -11,7 +11,7 @@ const:toolbar="none" const:popup="YES">
- +