summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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-12Merge branch 'dev-text2html' of github.com:roundcube/roundcubemail into ↵Aleksander Machniak
dev-text2html
2014-05-12Fix invalid closing tagAleksander Machniak
2014-05-12Disable wrapping non-flowed lines on dash characterAleksander Machniak
2014-05-12Fix flowed lines recognitionAleksander 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/remove tests related to data-* attributes handlingAleksander Machniak
2014-05-09Unify lists' records and headers height no matter it's td, li or spanAleksander Machniak
2014-05-09Fix searching in addressbook broken with multi-folder search implementation ↵Aleksander Machniak
(#1489869)
2014-05-08Merge pull request #188 from bbraybrook/1489868Aleksander Machniak
1489868 - additional_message_headers: correct example X-Originating-IP format
2014-05-081489868 - additional_message_headers: correct example X-Originating-IP formatbrendan braybrook
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-06Add comment about behavior with empty im_*_pathAleksander Machniak
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-02Fix IMAP connection test in installer so it is aware of imap_auth_type ↵Aleksander Machniak
(#1489746)
2014-05-02Improve spellcheck_engine hint about 'googie' optionAleksander Machniak
2014-05-02Support identities_level=4 in InstallerAleksander Machniak
2014-05-02Add all possible options in spellcheck_engine selectorAleksander Machniak
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-02Fix unwanted horizontal scrollbar in spellcheck languages list in Chrome browserAleksander Machniak
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)
2014-04-30Small code improvementsAleksander Machniak
2014-04-30Fix broken threads structure (#1489845)Aleksander Machniak
2014-04-30Fix invalid host validation on login (#1489841)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-29Add some unit tests for DB classesAleksander Machniak
2014-04-29Revert [78a58162], TABLE_SCHEMA column does not exist in mysql, alsoAleksander Machniak
tables in postgres can be in 'public' schema.
2014-04-29Fix too small length of users.preferences column data type on MySQLAleksander Machniak
2014-04-29Merge branch 'master' of github.com:roundcube/roundcubemailAleksander Machniak
2014-04-29Support sql_debug option hereAleksander Machniak
2014-04-29Fix 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-28Remove inadequate 'pagenav' class from button containersThomas Bruederli
2014-04-28Define globally available styles for UI buttons with iconsThomas Bruederli
2014-04-28CS fixesAleksander Machniak
2014-04-28Fix identities_level=4 handling in new_user_dialog plugin (#1489840)Aleksander Machniak