summaryrefslogtreecommitdiff
path: root/program/js
AgeCommit message (Collapse)Author
2015-01-16Fix javascript error in "IE 8.0/Tablet PC" browser (#1490210)Aleksander Machniak
2015-01-15Fix bug where search was reset after returning from compose opened by reply ↵Aleksander Machniak
button(s) Conflicts: program/js/app.js
2015-01-13Fix bug where Drafts list wasn't updated on draft-save action in new window ↵Aleksander Machniak
(#1490225) That if the window was opened using "Edit" button, not double-click on a message. Conflicts: CHANGELOG
2015-01-10Fix checks based on window.ActiveXObject in IE > 10Aleksander Machniak
Conflicts: CHANGELOG
2014-12-25Add _mbox parameter to the 'mark' request sent after opening a messageAleksander Machniak
2014-12-15Fix bugs where CSRF attacks were still possible on some requestsAleksander Machniak
2014-11-11Fix bug where cancelling switch from HTML to plain text didn't set editor ↵Aleksander Machniak
type selector properly (#1490141)
2014-10-29Fix reply scrolling issue with text mode and start message below the quote ↵Aleksander Machniak
(#1490114) Conflicts: program/js/app.js
2014-10-28Disable TinyMCE contextmenu plugin as there are more cons than pros in using ↵Aleksander Machniak
it (#1490118)
2014-09-27Enable/disable siganture commands before exiting the function in new compose ↵Thomas Bruederli
window (#1490074)
2014-09-26Initialize TinyMCE editor in rcmail.init() instead of a separate call after. ↵Thomas Bruederli
This makes the edior ready when restoring a HTML message from localStorage (#1490016)
2014-09-16Access list body through abstract propertyThomas Bruederli
2014-08-17Fix contacts list update after adding/deleting/moving a contact (#1490028, ↵Aleksander Machniak
#1490033)
2014-08-10Fix errors when adding/updating contacts in active search (#1490015)Aleksander Machniak
2014-07-28Set 'compose_extwin' env property on every step; accept a list of URL ↵Thomas Bruederli
parameters for the 'compose' command
2014-07-23Fix errors when using localStorage in Safari's private browsing mode (#1489996)Aleksander Machniak
Conflicts: program/js/app.js
2014-07-23Enable contextmenu plugin for TinyMCE editor (#1487014)Aleksander Machniak
2014-07-21Use jQuery.each instead of "for (i in Array)" (#1489988)Aleksander Machniak
Conflicts: program/js/app.js
2014-07-20Iterate over all drafts saved in localStorage when asking for restoring. ↵Thomas Bruederli
Delege/Ignore buttons will display the next item, if any
2014-07-20Warn for unsent/unsaved message when closing compose window; remove ↵Thomas Bruederli
localStorage copy if page was left intentionally but not on session errors (#1489818)
2014-07-09Revert "Fix bug where compose storage wasn't cleared on page unload (#1489818)"Aleksander Machniak
This reverts commit 8437d76389773571ba61d1a50cecba6b72d701c6.
2014-07-08Fix bug where compose storage wasn't cleared on page unload (#1489818)Aleksander Machniak
2014-07-05- Fix Delete button state after deleting identity/response (#1489972)Aleksander Machniak
2014-07-05Fix security issue in delete-response action - allow only ajax request.Aleksander Machniak
Unify code for identities and responses deletion. Conflicts: program/steps/settings/func.inc
2014-06-17Fix redundant horizontal scrollbar in HTML editor (#1489950)Aleksander Machniak
2014-06-15Fix list reload after sending message in another window (#1489931) - use ↵Aleksander Machniak
checkmail instead of list command
2014-06-03Fix so message list and counters are updated when a message is opened in new ↵Aleksander Machniak
window (#1489919)
2014-05-25Use POST for refresh/check-recent requestAleksander Machniak
Conflicts: program/steps/mail/check_recent.inc
2014-05-12Fix unintentional draft autosave request if autosave is disabled (#1489882)Aleksander Machniak
Conflicts: CHANGELOG
2014-05-02Replace setSelectionRange() call with universal rcmail.set_caret_pos()Aleksander Machniak
2014-04-29Fix redundant warning when switching from html to text in empty editor ↵Aleksander Machniak
(#1489819) We also skip ajax request in such a case. We assume "empty" here means "with no text excluding whitespace". Conflicts: program/js/app.js
2014-04-25Fix error when spell-checking an empty text (#1489831)Aleksander Machniak
2014-04-20Add _mbox argument to headers action URLAleksander Machniak
2014-04-18Fix next message display after removing a message (#1489800)Aleksander Machniak
2014-04-18Fix redundant alert message on over-size uploads (#1489817)Aleksander Machniak
2014-04-14Fix invalid and infinite redirect for unsupported browsersAleksander Machniak
Conflicts: program/js/app.js
2014-04-14Fix regression where title attribute for long message subjects wasn't used on IEAleksander Machniak
Conflicts: program/js/app.js
2014-04-14Fix XSS issue in plain text spellchecker (#1489806)Aleksander Machniak
2014-04-10Avoid unexpected redirects to inbox after auto-saving a draft (#1489789)Thomas Bruederli
2014-04-10Foward locking parameterThomas Bruederli
2014-04-04Improve error message on failed http connectionAleksander Machniak
2014-04-03Don't trigger 'select' event twice when selecting a list itemThomas Bruederli
2014-03-21Disable link registering mailto: protocol handler if not supported by the ↵Thomas Bruederli
browser (#1489569)
2014-03-20Don't hide upload dialog if no file was selected. Display an alert message ↵Thomas Bruederli
for all empty file uploads (#1489685)
2014-03-13Fix message import dialog (#1489685):Thomas Bruederli
- Display alert if no file is chosen - Unlock the UI if form is not submitted - Avoid duplicate error messages - Fix javascript error due to missing attachments list widget
2014-03-09Fix input-button disabled state; add support for jquery UI buttons of type ↵Thomas Bruederli
'uibutton'
2014-03-06Revert "Support structured data for autocompletion results; map 'type' ↵Thomas Bruederli
attribute to CSS class for autocomplete list items" This reverts commit e3773d46cb4f06aaab2747db98765edd6d871524.
2014-03-06Support structured data for autocompletion results; map 'type' attribute to ↵Thomas Bruederli
CSS class for autocomplete list items
2014-03-02Fix opening compose screen in new window after saving as draft (#1489643)Thomas Bruederli
2014-02-22Suppress IE's default behavior of opening links in a new tab on ctrl-click ↵Thomas Bruederli
by wrapping the clickable content in <span> tag