mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-03-18 13:05:57 +00:00
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:
12
ChangeLog
12
ChangeLog
@@ -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.
|
||||
|
||||
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user