Commit Graph

1310 Commits

Author SHA1 Message Date
Aleksander Machniak
02f7628314 Fix page title when using search filter (#1490023) 2014-09-03 13:01:38 +02:00
Aleksander Machniak
9cc5a522df Fix so rcube_text2html class does not depend on rcmail_string_replacer 2014-08-30 12:33:42 +02:00
Thomas Bruederli
44b47dfb35 Add config/preference option to disable saving messages in localStorage (#1489979) 2014-08-20 08:30:24 +02:00
Thomas Bruederli
96f084e9cf Don't expand recipient groups if they have an email address 2014-08-18 14:17:16 +02:00
Thomas Bruederli
6459944860 Don't read attachment contents from cache when downloading. Cache might have line endings converted 2014-08-14 15:22:05 +02:00
Aleksander Machniak
371f7ca443 Remove folder column after disabling multifolder scope (#1490022) 2014-08-06 19:29:53 +02:00
Aleksander Machniak
e1b8f44e3f Fix invalid Content-Type header when send_format_flowed=false (#1489992) 2014-08-05 13:07:53 +02:00
Aleksander Machniak
d01f9fc7f5 Add option (disabled_actions) to disable UI elements/actions (#1489638) 2014-08-04 19:03:27 +02:00
Aleksander Machniak
04638fb7e5 Add fileuploaderror label, fixing not resolved error label of failed import uploads 2014-08-04 18:47:25 +02:00
Aleksander Machniak
fcb7d4fc03 Fix various iCloud vCard issues, added fallback for external photos (#1489993) 2014-08-01 12:49:37 +02:00
Thomas Bruederli
d4783319a0 Set 'compose_extwin' env property on every step; accept a list of URL parameters for the 'compose' command 2014-07-28 09:39:43 +02:00
Aleksander Machniak
43e9fc9499 Skip redundant get_group() call for better performance of listing groups in compose addressbook 2014-07-05 14:01:36 +02:00
Aleksander Machniak
36d004e3d0 Added 'contact_search_name' option to define autocompletion entry format 2014-07-03 14:25:19 +02:00
Takika
4104233555 Typo fix
Missing $ added in get_uids call
2014-06-30 17:06:46 +02:00
Aleksander Machniak
b8bcca7033 Display quota information for current folder not INBOX only (#1487993) 2014-06-30 12:26:15 +02:00
Aleksander Machniak
3cc1afa1c2 Support images in HTML signatures (#1488676)
This enables image button and file browser in html editor for signatures
2014-06-29 16:35:18 +02:00
Aleksander Machniak
2c3c5884e3 Fix incorrect label translation in return receipt (#1489963) 2014-06-26 20:33:14 +02:00
Aleksander Machniak
cd01dc027b Add option to set default message list mode - default_list_mode (#1487312) 2014-06-21 15:41:40 +02:00
Aleksander Machniak
10bf6b58ce Fix so address format errors are ignored when saving a draft (#1489954) 2014-06-20 10:52:40 +02:00
Thomas Bruederli
9240c96339 Improve accessibility on attachments list: use custom tabindex attribute + add aria-label for meaningful voice output on delete icons 2014-06-18 14:35:48 +02:00
Thomas Bruederli
6eb08dff7c Use the right label for response dialog after renaming them 2014-06-17 10:09:50 +02:00
Aleksander Machniak
386e3ad424 Fix malformed recipient name when composing a message by clicking on mailto link (#1489942) 2014-06-13 15:05:12 +02:00
Aleksander Machniak
64f7d6758f Select/scroll to previously selected message when returning from message page (#1489023) 2014-06-05 15:54:25 +02:00
Thomas Bruederli
7fafb4d0d2 Remove leftover from merge; set alt text for contact photo 2014-06-05 09:23:13 +02:00
Thomas Bruederli
99cdca46b7 Merge branch 'dev-accessibility'
Conflicts:
	program/include/rcmail_output_html.php
	program/js/app.js
	program/js/treelist.js
	program/lib/Roundcube/html.php
	skins/larry/styles.css
	skins/larry/templates/compose.html
2014-06-05 09:18:07 +02:00
Aleksander Machniak
c5bfe69e21 Improved video support, all tinymce related resources moved to program/js/tinymce/roundcube dir 2014-06-04 18:42:57 +02:00
Thomas Bruederli
f25be2b863 Render localized texts for icon-style messagelist headers 2014-06-04 15:45:17 +02:00
Thomas Bruederli
72afe3153c Use <th> tags for table headers as suggested by the WCAG 2.0 Guidelines 2014-06-04 15:29:37 +02:00
Aleksander Machniak
d28daec918 Fix so message list and counters are updated when a message is opened in new window (#1489919) 2014-06-03 12:17:39 +02:00
Thomas Bruederli
d58c39126f Some more improvemements on content structure, text representation and keyboard navigation within the mail view 2014-06-02 16:35:12 +02:00
Aleksander Machniak
5c1bbffd72 CS fixes 2014-06-02 14:41:38 +02:00
Aleksander Machniak
646b64107a Implemented Text Editor widget that integrates all operations on
textareas including HTML editor and spellchecking
2014-05-30 08:32:06 +02:00
Aleksander Machniak
3dbfb53f2b Remove (was: ...) from message subject on reply (#1489375) 2014-05-29 08:39:24 +02:00
Thomas Bruederli
b4446aa7a9 Add message status labels to client 2014-05-28 17:35:08 +02:00
Aleksander Machniak
731d190fec Merge branch 'tinymce4'
Conflicts:
	program/js/app.js
	program/js/editor.js
	program/js/tiny_mce/tiny_mce.js
	program/steps/utils/spell_html.inc
2014-05-28 15:52:30 +02:00
Aleksander Machniak
f56e70bd04 TinyMCE4: Fix spellchecker resume 2014-05-28 15:19:49 +02:00
Aleksander Machniak
b21f8bd3ef Implemented image selector dialog for TinyMCE, css fixes in classic skin for TinyMCE4 2014-05-27 20:08:36 +02:00
Aleksander Machniak
a3e01c0517 Plugin API: Add folder and uid arguments to message_headers_output hook 2014-05-27 13:18:47 +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
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
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
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
2b72ec46a7 Bypass cache when counting EXISTS messages 2014-05-12 13:43:50 +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
Thomas Bruederli
b2992dd228 Further accessibility improvements regarding keyboard navigation and document structure 2014-05-07 17:34:28 +02:00
Aleksander Machniak
8968f9543f Support image operations with Imagick extension (#1489734) 2014-05-06 16:18:36 +02:00
Aleksander Machniak
89d6ce6846 Update to TinyMCE 4.x 2014-05-01 11:48:29 +02:00
Aleksander Machniak
65ac8302e4 Fix missing Mail-Followup-To header in sent mail (#1489829) 2014-04-23 20:00:04 +02:00
Thomas Bruederli
7d213af1bd Fix saving of search settings in 'all folders' mode 2014-04-23 17:00:11 +02:00