Commit Graph

5476 Commits

Author SHA1 Message Date
Aleksander Machniak
010a942025 Silence possible PHP Warning: file_exists(): open_basedir restriction in effect. 2014-05-25 11:13:31 +02:00
Aleksander Machniak
10a3972313 CS fixes 2014-05-23 10:38:57 +02:00
Aleksander Machniak
081f3b7d52 Bring back forcing of string type for folders list items (removed unintentionally by last commit) 2014-05-22 20:38:28 +02:00
Aleksander Machniak
693612d396 Improve performance of sort_folder_list() method.
Now sorting 25k folders takes around 3 seconds.
2014-05-22 20:21:15 +02:00
Thomas Bruederli
b38f83bb27 Merge branch 'master' of github.com:roundcube/roundcubemail 2014-05-22 18:02:13 +02:00
Thomas Bruederli
14291c79db Add option to suppress session data writes to DB 2014-05-22 18:02:02 +02:00
Thomas Bruederli
1a5d981a44 Fix debug output 2014-05-22 18:01:06 +02:00
Aleksander Machniak
899e070f8e Fix message un-selection on the list (#1489906) 2014-05-22 14:34:42 +02:00
Aleksander Machniak
079be2c2fb If search string cannot be converted to ASCII (result is an empty string) use the original string (#1489911) 2014-05-22 12:34:33 +02:00
Thomas Bruederli
939380da27 Don't list empty (nil) metadata entries to save memory anc caching space 2014-05-21 19:48:16 +02:00
Thomas Bruederli
5793309478 Limit cache data size to avoid database errors 2014-05-21 19:46:40 +02:00
Aleksander Machniak
bb57fca320 Fix so current page is reset on list-mode change (#1489907) 2014-05-21 19:11:49 +02:00
Aleksander Machniak
8833432c61 Fix wrong set-listmode command (button) status set by getunread request 2014-05-21 18:51:43 +02:00
Aleksander Machniak
82ed256f6e Fix incorrect handling of HTML comments in messages sanitization code (#1489904) 2014-05-20 19:25:45 +02:00
Aleksander Machniak
59b765d839 Don't remove links when html signature is converted to text (#1489621)
Fix so when switching editor mode original version of signature is used (#1488849)
2014-05-18 09:01:12 +02:00
Aleksander Machniak
efc470f0ac Merge branch 'dev-text2html'
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-17 09:27:17 +02:00
Aleksander Machniak
f1aaca6807 Improve variables scope: rcmail -> ref 2014-05-16 19:04:37 +02:00
Aleksander Machniak
001d337b37 Fix handling unicode characters in links (#1489898) 2014-05-16 16:00:33 +02:00
Thomas Bruederli
eb62a816fb Merge branch 'master' of github.com:roundcube/roundcubemail 2014-05-15 17:45:22 +02:00
Thomas Bruederli
072f1aa97b Minor fixes for teelist searching 2014-05-15 17:45:16 +02:00
Aleksander Machniak
47a7833aca CS fixes 2014-05-15 13:57:18 +02:00
Aleksander Machniak
963499a17e Plugin API: added imap_search_before hook 2014-05-15 13:54:45 +02:00
Aleksander Machniak
c0a5aa5f5f Improved handling of new-lines in quoted paragraphs on text2html conversion 2014-05-15 10:41:35 +02:00
Thomas Bruederli
b08986f375 Small improvements to make treelist work in search-mode 2014-05-14 20:35:16 +02:00
Aleksander Machniak
b5c6086eea Fix malformed References: header in send/saved mail (#1489891) - update Mail_mime to 1.8.9 version 2014-05-14 10:35:49 +02:00
Aleksander Machniak
f0992426d9 Bring back the old behaviour where text messages without format=flowed are auto-wrapped.
Make it the default in text2html class.
2014-05-13 19:40:00 +02:00
Thomas Bruederli
1ee5d134f9 Fix invalid var pointer 2014-05-13 19:27:38 +02:00
Thomas Bruederli
e3f84735d7 Extend treelist.js with search function and saving collapse/expand states in localStorage 2014-05-13 17:48:46 +02:00
Aleksander Machniak
b3db98dd1e Fix some typos and skip some function calls irrelevant in multi-folder mode 2014-05-13 15:30:14 +02:00
Aleksander Machniak
1053ae5e72 Merge branch 'dev-text2html' of github.com:roundcube/roundcubemail into dev-text2html 2014-05-12 20:22:10 +02:00
Aleksander Machniak
e2b4760e84 Fix invalid closing tag 2014-05-12 19:08:25 +02:00
Aleksander Machniak
7d3d62e5ed Fix unintentional draft autosave request if autosave is disabled (#1489882) 2014-05-12 17:56:07 +02:00
Thomas Bruederli
b693dcf4e3 Merge branch 'master' of github.com:roundcube/roundcubemail 2014-05-12 17:05:53 +02:00
Thomas Bruederli
5983ba959d Create treetoggle icons if necessary 2014-05-12 17:05:44 +02:00
Aleksander Machniak
ffc74814c1 Optimize "empty" framed pages size (#1489792) 2014-05-12 15:53:47 +02:00
Aleksander Machniak
3d36e83806 Performance fix: don't send vcard/photo data to the browser after contact update 2014-05-12 14:25:49 +02:00
Aleksander Machniak
2b72ec46a7 Bypass cache when counting EXISTS messages 2014-05-12 13:43:50 +02:00
Aleksander Machniak
8f57ce136b Code improvements 2014-05-12 13:32:40 +02:00
Aleksander Machniak
d519008498 Add configurable LDAP_OPT_DEREF option (#1489864) - patch from Stuart C. Naifeh 2014-05-12 12:13:24 +02:00
Aleksander Machniak
e0881f985d Disable wrapping non-flowed lines on dash character 2014-05-12 11:22:06 +02:00
Aleksander Machniak
d41367492d Fix flowed lines recognition 2014-05-12 11:19:27 +02:00
Aleksander Machniak
596d43be13 Add session ID (first 8 chars) to the log 2014-05-12 10:45:41 +02:00
Aleksander Machniak
d9d276ea70 Improve _convert_line() performance 2014-05-12 10:20:42 +02:00
Aleksander Machniak
b5bb6479bc Rephrase editor warning to better match both ways text2html and html2text 2014-05-11 14:22:01 +02:00
Aleksander Machniak
eda92ed4c0 Improved display of plain text messages and text to HTML conversion (#1488937)
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-11 11:03:45 +02:00
Aleksander Machniak
672621e389 Fix searching in addressbook broken with multi-folder search implementation (#1489869) 2014-05-09 10:19:42 +02:00
Aleksander Machniak
3cf97b112b Remove unused 'foldertray' container 2014-05-08 15:31:07 +02:00
Aleksander Machniak
7079110c61 Allow data-* attributes (#1489860) 2014-05-08 15:08:45 +02:00
Aleksander Machniak
48e92fcbba Add 'performance_stats' option, so perf. stats can be logged with disabled devel_mode 2014-05-08 10:30:45 +02:00
Aleksander Machniak
60a67f52ad Don't use $HTTP_RAW_POST_DATA deprecated in PHP 5.6 2014-05-08 09:44:03 +02:00