Monotone-Parent: 7f76103f70f06e2d9d23dda324c36f84d85eae1c

Monotone-Revision: 2b96d00aec89e2290a01e1ee04bdc8cee5487139

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2010-08-23T20:58:41
Monotone-Branch: ca.inverse.sogo
This commit is contained in:
Wolfgang Sourdeau
2010-08-23 20:58:41 +00:00
parent aa9312f278
commit a2b5a5b4bb
8 changed files with 126 additions and 53 deletions
+15
View File
@@ -1,5 +1,20 @@
2010-08-23 Wolfgang Sourdeau <wsourdeau@inverse.ca>
* UI/WebServerResources/UIxMailEditor.js: (clickEditorSend): make
use of the iframe hack for receiving the POST's response and
interpret it as JSON, with error handling.
* UI/WebServerResources/HTMLElement.js: (Element.allTextContent):
fetch the concatenated text content of the all the child nodes of
the element, recursively.
* UI/WebServerResources/MailerUI.js: (initMailer): use
"UserSettings" only if we are the main window.
* UI/MailerUI/UIxMailEditor.m (-sendAction): return a json
representation of the success of the operation, with a message if
an exception was returned.
* UI/WebServerResources/MailerUI.js: (mailListToggleMessagesRead):
new method, spun from "mailListMarkMessage", which is basically
replaces in a more generic way by acting on all selected messages