See Changelog

Monotone-Parent: c4cf916deded766b0ec097265e36dfa44044cd71
Monotone-Revision: 5457dab94bc7224402eec992425d14381e88c381

Monotone-Author: flachapelle@inverse.ca
Monotone-Date: 2010-11-01T19:29:03
Monotone-Branch: ca.inverse.sogo
This commit is contained in:
Francis Lachapelle
2010-11-01 19:29:03 +00:00
parent c75d5e90ee
commit ff2b8ff548
5 changed files with 144 additions and 108 deletions
+14
View File
@@ -1,5 +1,19 @@
2010-11-01 Francis Lachapelle <flachapelle@inverse.ca>
* UI/WebServerResources/MailerUI.js (mailListToggleMessagesRead):
we now accepts an element as argument to directly set a message as
read or unread. Also fix the bug of marking multiple messages.
(mailListToggleMessagesFlagged): idem.
(messageListCallback): no more observers are registered on the
rows and cells. All events are delegated to the table.
(onMessageSelectionChange): implemented event delegation on the
table.
(configureMessageListEvents): idem.
* UI/WebServerResources/generic.js (onRowClick): we now accepts an
element as argument, bypassing the event's target element and the
event listener.
* UI/MailerUI/UIxMailListActions.m (-messageSubject): we now
escape HTML tags in the returned string.