See ChangeLog

Monotone-Parent: fbe3cd1ce788185ea42f3ac4b3238f48a16821ad
Monotone-Revision: 5475eac0e45624fa60269bb388e23e6e2dc89bd8

Monotone-Author: ludovic@Sophos.ca
Monotone-Date: 2009-12-23T22:09:18
Monotone-Branch: ca.inverse.sogo
maint-2.0.2
Ludovic Marcotte 2009-12-23 22:09:18 +00:00
parent b080e012ae
commit 3b3d4e68c0
2 changed files with 7 additions and 1 deletions

View File

@ -15,8 +15,13 @@
* SoObjects/SOGo/NSDictionary+Utilities.m (-userRecordAsLDIFEntry)
We skip the "isGroup" attribute from the list of attributes
to include during LDIF generation
to include during LDIF generation. This fixes:
http://www.scalableogo.org/bugs/view.php?id=221
* UI/WebServerResources/SchedulerUI.js - we also invoke
refreshTasks() in onCalendarReload(). This fixes:
http://www.scalableogo.org/bugs/view.php?id=250
2009-12-22 Ludovic Marcotte <lmarcotte@inverse.ca>
* Removed all the Kolab-related stuff (more specifically,

View File

@ -890,6 +890,7 @@ function onMonthOverview() {
}
function onCalendarReload() {
refreshTasks();
reloadWebCalendars ();
return false;
}