summaryrefslogtreecommitdiff
path: root/program
AgeCommit message (Collapse)Author
2014-05-20Fix incorrect handling of HTML comments in messages sanitization code (#1489904)Aleksander 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-16Fix handling unicode characters in links (#1489898)Aleksander 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-15Plugin API: added imap_search_before hookAleksander Machniak
2014-05-15Improved handling of new-lines in quoted paragraphs on text2html conversionAleksander Machniak
2014-05-14Small improvements to make treelist work in search-modeThomas Bruederli
2014-05-14Fix malformed References: header in send/saved mail (#1489891) - update ↵Aleksander Machniak
Mail_mime to 1.8.9 version
2014-05-13Bring back the old behaviour where text messages without format=flowed are ↵Aleksander Machniak
auto-wrapped. Make it the default in text2html class.
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-13Fix some typos and skip some function calls irrelevant in multi-folder modeAleksander Machniak
2014-05-12Merge branch 'dev-text2html' of github.com:roundcube/roundcubemail into ↵Aleksander Machniak
dev-text2html
2014-05-12Fix invalid closing tagAleksander Machniak
2014-05-12Fix unintentional draft autosave request if autosave is disabled (#1489882)Aleksander Machniak
2014-05-12Merge branch 'master' of github.com:roundcube/roundcubemailThomas Bruederli
2014-05-12Create treetoggle icons if necessaryThomas Bruederli
2014-05-12Optimize "empty" framed pages size (#1489792)Aleksander Machniak
2014-05-12Performance fix: don't send vcard/photo data to the browser after contact updateAleksander Machniak
2014-05-12Bypass cache when counting EXISTS messagesAleksander Machniak
2014-05-12Code improvementsAleksander Machniak
2014-05-12Add configurable LDAP_OPT_DEREF option (#1489864) - patch from Stuart C. NaifehAleksander Machniak
2014-05-12Disable wrapping non-flowed lines on dash characterAleksander Machniak
2014-05-12Fix flowed lines recognitionAleksander Machniak
2014-05-12Add session ID (first 8 chars) to the logAleksander Machniak
2014-05-12Improve _convert_line() performanceAleksander Machniak
2014-05-11Rephrase editor warning to better match both ways text2html and html2textAleksander Machniak
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-08Allow data-* attributes (#1489860)Aleksander Machniak
2014-05-08Add 'performance_stats' option, so perf. stats can be logged with disabled ↵Aleksander Machniak
devel_mode
2014-05-08Don't use $HTTP_RAW_POST_DATA deprecated in PHP 5.6Aleksander Machniak
2014-05-07Reset search when swicthing folders to meet common expecationsThomas Bruederli
2014-05-06Support image operations with Imagick extension (#1489734)Aleksander Machniak
2014-05-05Merge pull request #179 from corbosman/masterThomas B.
add preferences_section_header hook
2014-05-04Support upload progress with session.upload_progress and PECL uploadprogress ↵Aleksander Machniak
module (#1488702)
2014-05-03add preferences_section_header hookcorbosman
2014-05-02Ignore words containing only <> charsAleksander Machniak
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-05-01Make skin meta/hierarchy information accessible for plugins (#1488831)Thomas Bruederli
2014-04-30Support 'error' and 'body_file' return attribs in 'message_before_send' hook ↵Aleksander Machniak
(#1489595)