See ChangeLog

Monotone-Parent: dc272097703f10ee6c465fdca0d4d40682d7ce55
Monotone-Revision: aaedd91765af6a097de0bc56f29320d2bff91b79

Monotone-Author: flachapelle@inverse.ca
Monotone-Date: 2011-03-18T03:13:56
Monotone-Branch: ca.inverse.sogo
This commit is contained in:
Francis Lachapelle
2011-03-18 03:13:56 +00:00
parent 8cebdc7033
commit 2cbe4e8fc1
2 changed files with 11 additions and 3 deletions

View File

@@ -1,4 +1,12 @@
2011-03-17 francis <flachapelle@inverse.ca>
2011-03-18 Francis Lachapelle <flachapelle@inverse.ca>
* UI/WebServerResources/SchedulerUI.js (initCalendars): we must
set "showCompletedTasks" earlier in order to properly fetch the
tasks upon the first refresh.
2011-03-17 Francis Lachapelle <flachapelle@inverse.ca>
* SoObjects/Appointments/iCalEvent+SOGo.m (-quickRecord):
* UI/MailerUI/UIxMailAccountActions.m (-listMailboxesAction):
moved code that fetches the inbox quota to [SOGoMailAccount getInboxQuota].
@@ -16,7 +24,7 @@
extracted from updateMailboxTreeInPage. It is called when a folder
operation returns the inbox quota.
2011-03-15 francis <flachapelle@inverse.ca>
2011-03-15 Francis Lachapelle <flachapelle@inverse.ca>
* UI/MailerUI/UIxMailListActions.m (-getMailAction): removed this
method that is no longer used since live-loading.

View File

@@ -2917,10 +2917,10 @@ function initCalendars() {
var controller = new SOGoTabsController();
controller.attachToTabsContainer(tabsContainer);
showCompletedTasks = parseInt(UserSettings['ShowCompletedTasks']);
initDateSelectorEvents();
initCalendarSelector();
configureSearchField();
showCompletedTasks = parseInt(UserSettings['ShowCompletedTasks']);
configureLists();
$("calendarList").attachMenu("calendarsMenu");
$(document.body).observe("click", onBodyClickHandler);