Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-05-18 | Don'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-17 | Merge 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-16 | Improve variables scope: rcmail -> ref | Aleksander Machniak | |
2014-05-15 | CS fixes | Aleksander Machniak | |
2014-05-12 | Fix unintentional draft autosave request if autosave is disabled (#1489882) | Aleksander Machniak | |
2014-05-11 | Improved 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-09 | Fix searching in addressbook broken with multi-folder search implementation ↵ | Aleksander Machniak | |
(#1489869) | |||
2014-05-08 | Remove unused 'foldertray' container | Aleksander Machniak | |
2014-05-07 | Reset search when swicthing folders to meet common expecations | Thomas Bruederli | |
2014-05-02 | MOve more IE<9 code to legacy_browser | Aleksander Machniak | |
2014-05-02 | Replace setSelectionRange() call with universal rcmail.set_caret_pos() | Aleksander Machniak | |
2014-04-30 | Small code improvements | Aleksander Machniak | |
2014-04-30 | Fix broken threads structure (#1489845) | Aleksander Machniak | |
2014-04-29 | Fix 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-28 | Revert unintentional change | Aleksander Machniak | |
2014-04-28 | Make identity name field optional (#1489510) | Aleksander Machniak | |
Get rid of unhelpful error message. | |||
2014-04-27 | Specify licenses in all javascript files and blocks to please LibreJS | Thomas Bruederli | |
2014-04-23 | Further 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-20 | Allow aborting of running search requests | Aleksander Machniak | |
2014-04-20 | Unify use of local 'this' variable reference | Aleksander Machniak | |
2014-04-20 | CS fixes | Aleksander Machniak | |
2014-04-20 | Add _mbox argument to headers action URL | Aleksander Machniak | |
2014-04-18 | Consider search scope (and changes) for filter searches + disable folder ↵ | Thomas Bruederli | |
operation commands in multi-folder search mode (#1485234) | |||
2014-04-18 | Fix redundant alert message on over-size uploads (#1489817) | Aleksander Machniak | |
2014-04-14 | Fix invalid and infinite redirect for unsupported browsers | Aleksander Machniak | |
2014-04-14 | Fix regression where title attribute for long message subjects wasn't used on IE | Aleksander Machniak | |
2014-04-13 | Use POST for refresh/check-recent request | Aleksander Machniak | |
2014-04-12 | Avoid empty _action= parameters in URLs | Thomas Bruederli | |
2014-04-12 | Remove last check for IE6 | Aleksander Machniak | |
2014-04-12 | Drop support for IE6, move IE7/IE8 support to legacy_browser plugin, update ↵ | Aleksander Machniak | |
to jQuery-2.1.0 | |||
2014-04-10 | Avoid unexpected redirects to inbox after auto-saving a draft (#1489789) | Thomas Bruederli | |
2014-04-10 | Allow plugins to define custom attachment classes | Thomas Bruederli | |
2014-04-10 | Foward locking parameter | Thomas Bruederli | |
2014-04-08 | Make multi-folder message identifiers work with folders containing commas | Thomas Bruederli | |
2014-04-08 | Enable listmode switch if listing is not multi-folder | Thomas Bruederli | |
2014-04-08 | Fix forwarding all ('*') messages of a search set | Thomas Bruederli | |
2014-04-08 | Don't remove messages from list when moving to another folder in ↵ | Thomas Bruederli | |
multi-folder search mode, just update the list | |||
2014-04-08 | Don't display error when moving a message to the same folder it already resides | Thomas Bruederli | |
2014-04-07 | Fix folder column display and message moving in multi-folder search mode | Thomas Bruederli | |
2014-04-07 | Fix page title and folder selection in search mode | Thomas Bruederli | |
2014-04-07 | Small refactoring of message list column configuration; fixes table column ↵ | Thomas Bruederli | |
resorting issues with hidden 'folder' column | |||
2014-04-07 | Merge branch 'dev-multi-folder-search' | Thomas Bruederli | |
2014-04-04 | Improve error message on failed http connection | Aleksander Machniak | |
2014-03-21 | Disable link registering mailto: protocol handler if not supported by the ↵ | Thomas Bruederli | |
browser (#1489569) | |||
2014-03-20 | Don't hide upload dialog if no file was selected. Display an alert message ↵ | Thomas Bruederli | |
for all empty file uploads (#1489685) | |||
2014-03-13 | Fix 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-09 | Fix input-button disabled state; add support for jquery UI buttons of type ↵ | Thomas Bruederli | |
'uibutton' | |||
2014-03-06 | Support structured data for autocompletion results; map 'type' attribute to ↵ | Thomas Bruederli | |
CSS class for autocomplete list items | |||
2014-03-02 | Fix opening compose screen in new window after saving as draft (#1489643) | Thomas Bruederli | |
2014-02-22 | Suppress IE's default behavior of opening links in a new tab on ctrl-click ↵ | Thomas Bruederli | |
by wrapping the clickable content in <span> tag |