summaryrefslogtreecommitdiff
path: root/program/js
AgeCommit message (Collapse)Author
2014-05-26Skip setting button state (css classes, etc.) if the state didn't changeAleksander Machniak
- this fixes disappearing listmode selection after clicking search reset button
2014-05-23CS fixesAleksander Machniak
2014-05-22Fix message un-selection on the list (#1489906)Aleksander Machniak
2014-05-21Fix wrong set-listmode command (button) status set by getunread requestAleksander Machniak
2014-05-18Don't remove links when html signature is converted to text (#1489621)Aleksander Machniak
Fix so when switching editor mode original version of signature is used (#1488849)
2014-05-17Merge branch 'dev-text2html'Aleksander Machniak
Conflicts: program/js/app.js Fix handling magic_quotes in rcube_text2html and rcube_html2text - move stripslashes from these classes to action files
2014-05-16Improve variables scope: rcmail -> refAleksander Machniak
2014-05-15Merge branch 'master' of github.com:roundcube/roundcubemailThomas Bruederli
2014-05-15Minor fixes for teelist searchingThomas Bruederli
2014-05-15CS fixesAleksander Machniak
2014-05-14Small improvements to make treelist work in search-modeThomas Bruederli
2014-05-13Fix invalid var pointerThomas Bruederli
2014-05-13Extend treelist.js with search function and saving collapse/expand states in ↵Thomas Bruederli
localStorage
2014-05-12Fix unintentional draft autosave request if autosave is disabled (#1489882)Aleksander Machniak
2014-05-12Create treetoggle icons if necessaryThomas Bruederli
2014-05-11Improved display of plain text messages and text to HTML conversion (#1488937)Aleksander Machniak
Now instead of <pre> we use <div class="pre"> styled with monospace font. We replace whitespace characters with non-breaking spaces where needed. I.e. plain text is always unwrappable, until it uses format=flowed, in such a case only flowed paragraphs are wrappable. Also conversion of text to HTML in compose editor was modified in the same way.
2014-05-09Fix searching in addressbook broken with multi-folder search implementation ↵Aleksander Machniak
(#1489869)
2014-05-08Remove unused 'foldertray' containerAleksander Machniak
2014-05-07Reset search when swicthing folders to meet common expecationsThomas Bruederli
2014-05-02jQuery-2.1.1Aleksander Machniak
2014-05-02Improve rcube_find_object() performance by prefering getElementById() as ↵Aleksander Machniak
this is the most common case
2014-05-02Small code improvementsAleksander Machniak
2014-05-02MOve more IE<9 code to legacy_browserAleksander Machniak
2014-05-02Replace setSelectionRange() call with universal rcmail.set_caret_pos()Aleksander Machniak
2014-04-30Small code improvementsAleksander Machniak
2014-04-30Fix broken threads structure (#1489845)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".
2014-04-28Revert unintentional changeAleksander Machniak
2014-04-28Make identity name field optional (#1489510)Aleksander Machniak
Get rid of unhelpful error message.
2014-04-27Specify licenses in all javascript files and blocks to please LibreJSThomas Bruederli
2014-04-25Fix error when spell-checking an empty text (#1489831)Aleksander Machniak
2014-04-23Further refine cross-folder searching:Thomas Bruederli
- Store incomplete search results in session and re-send search requests to the server if returned before complete (this should avoid hitting request timeouts). - Display full folder path on mouseover in message list - Remove pthreads implementation stuff as this wasn't really working
2014-04-20Allow aborting of running search requestsAleksander Machniak
2014-04-20Unify use of local 'this' variable referenceAleksander Machniak
2014-04-20CS fixesAleksander Machniak
2014-04-20Remove IE7 hack that is not needed anymoreAleksander Machniak
2014-04-20Add _mbox argument to headers action URLAleksander Machniak
2014-04-18Consider search scope (and changes) for filter searches + disable folder ↵Thomas Bruederli
operation commands in multi-folder search mode (#1485234)
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-16Merge branch 'master' of github.com:roundcube/roundcubemailAleksander Machniak
2014-04-16Use (deprecated) event.returnValue on legacy browsers onlyAleksander Machniak
2014-04-15Remove useless debug_level=8 and javascripts's rcube_consoleAleksander Machniak
2014-04-15Move more IE<9 specific code to legacy_browserAleksander Machniak
2014-04-14Fix invalid and infinite redirect for unsupported browsersAleksander Machniak
2014-04-14Fix regression where title attribute for long message subjects wasn't used on IEAleksander Machniak
2014-04-14Fix XSS issue in plain text spellchecker (#1489806)Aleksander Machniak
2014-04-13Use POST for refresh/check-recent requestAleksander Machniak
2014-04-12Avoid empty _action= parameters in URLsThomas Bruederli
2014-04-12Remove last check for IE6Aleksander Machniak