Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-05-11 | Rephrase editor warning to better match both ways text2html and html2text | 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-08 | Allow data-* attributes (#1489860) | Aleksander Machniak | |
2014-05-08 | Add 'performance_stats' option, so perf. stats can be logged with disabled ↵ | Aleksander Machniak | |
devel_mode | |||
2014-05-08 | Don't use $HTTP_RAW_POST_DATA deprecated in PHP 5.6 | Aleksander Machniak | |
2014-05-07 | Reset search when swicthing folders to meet common expecations | Thomas Bruederli | |
2014-05-06 | Support image operations with Imagick extension (#1489734) | Aleksander Machniak | |
2014-05-05 | Merge pull request #179 from corbosman/master | Thomas B. | |
add preferences_section_header hook | |||
2014-05-04 | Support upload progress with session.upload_progress and PECL uploadprogress ↵ | Aleksander Machniak | |
module (#1488702) | |||
2014-05-03 | add preferences_section_header hook | corbosman | |
2014-05-02 | Ignore words containing only <> chars | Aleksander Machniak | |
2014-05-02 | jQuery-2.1.1 | Aleksander Machniak | |
2014-05-02 | Improve rcube_find_object() performance by prefering getElementById() as ↵ | Aleksander Machniak | |
this is the most common case | |||
2014-05-02 | Small code improvements | Aleksander Machniak | |
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-05-01 | Make skin meta/hierarchy information accessible for plugins (#1488831) | Thomas Bruederli | |
2014-04-30 | Support 'error' and 'body_file' return attribs in 'message_before_send' hook ↵ | Aleksander Machniak | |
(#1489595) | |||
2014-04-30 | Small code improvements | Aleksander Machniak | |
2014-04-30 | Fix broken threads structure (#1489845) | Aleksander Machniak | |
2014-04-30 | Fix invalid host validation on login (#1489841) | 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-29 | Revert [78a58162], TABLE_SCHEMA column does not exist in mysql, also | Aleksander Machniak | |
tables in postgres can be in 'public' schema. | |||
2014-04-29 | Fix varius db_prefix issues (#1489839) | Aleksander Machniak | |
- Move DDL script execution code to rcube_db class(es). - Improve prefix replacement code, so index names are also modified | |||
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-25 | Merge branch 'x-forwarded-whitelist' of github.com:tribut/roundcubemail into ↵ | Thomas Bruederli | |
tribut-x-forwarded-whitelist | |||
2014-04-25 | Fix error when spell-checking an empty text (#1489831) | Aleksander Machniak | |
2014-04-24 | Fix possibly wrong error message when contact with the same email exists on ↵ | Aleksander Machniak | |
move/copy | |||
2014-04-24 | Accept broken vcards from Outlook that only supply ORG but not the required ↵ | Thomas Bruederli | |
N or FN properties | |||
2014-04-23 | Merge branch 'master' of github.com:roundcube/roundcubemail | Thomas Bruederli | |
2014-04-23 | Set task variable to 'cli' when loading rcmail instance in shell scripts | Thomas Bruederli | |
2014-04-23 | Fix missing Mail-Followup-To header in sent mail (#1489829) | Aleksander Machniak | |
2014-04-23 | Fix saving of search settings in 'all folders' mode | Thomas Bruederli | |
2014-04-23 | Remove debug output | Thomas Bruederli | |
2014-04-23 | Only refresh the affected parts of a cross-folder search set after ↵ | Thomas Bruederli | |
moving/deleting/flagging | |||
2014-04-23 | Reduce duplicated code | 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-23 | Fix so browser capabilities check is done really only once a session | Aleksander Machniak | |
2014-04-21 | Move rcube_installer class to include/rcmail_installer in order to remain ↵ | Thomas Bruederli | |
accessible by the update script even if the installer directory was removed | |||
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 | Remove IE7 hack that is not needed anymore | Aleksander Machniak | |
2014-04-20 | Add _mbox argument to headers action URL | Aleksander Machniak | |
2014-04-19 | Plugin API: Added message_saved hook (#1489752) | 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) |