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
Thomas Bruederli
782a86e497
Fix treelist keyboard navigation + assign aria-level attributes to treeitems
2014-05-12 10:42:34 +02:00
Thomas Bruederli
a2f8fa2361
Set aria-selected and aria-expanded state attributes
2014-05-12 10:32:45 +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
Thomas Bruederli
93cd38af7d
Avoid scrolling when list gets back focus (on invisible focus element)
2014-05-09 13:35:15 +02:00
Aleksander Machniak
672621e389
Fix searching in addressbook broken with multi-folder search implementation ( #1489869 )
2014-05-09 10:19:42 +02:00
Thomas Bruederli
6789bf1f4d
Moved popup-menu functions to Roundcube core for seamless integration of (stackable) skin and core menus
2014-05-08 18:19:20 +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
Thomas Bruederli
ea0866a1ad
Improve keyboard navigation on compose screen: define tabindex groups + enable keyboard controls of contacts list widget
2014-05-07 20:04:13 +02:00
Thomas Bruederli
b2992dd228
Further accessibility improvements regarding keyboard navigation and document structure
2014-05-07 17:34:28 +02:00
Thomas Bruederli
184ed2efe2
Declare content language for proper text-to-speech support
2014-05-07 17:27:05 +02:00
Thomas Bruederli
d2bf33b242
Forward keyboard event through 'menu-open' command to enable keyboard navigation
2014-05-07 12:44:10 +02:00
Thomas Bruederli
fd4436475c
Reset search when swicthing folders to meet common expecations
2014-05-07 10:01:58 +02:00
Aleksander Machniak
8968f9543f
Support image operations with Imagick extension ( #1489734 )
2014-05-06 16:18:36 +02:00
Aleksander Machniak
f41912e4cb
Allow <> characters in spellchecking text
2014-05-06 08:38:19 +02:00
Aleksander Machniak
4d02384dca
Fix Spell button with TinyMCE4
2014-05-05 15:46:29 +02:00
Aleksander Machniak
ccb41747d9
Make TinyMCE4 buttons smaller
2014-05-05 15:27:08 +02:00
Thomas B.
d004009ebb
Merge pull request #179 from corbosman/master
...
add preferences_section_header hook
2014-05-05 11:10:29 +02:00
Aleksander Machniak
93e12fa414
Support upload progress with session.upload_progress and PECL uploadprogress module ( #1488702 )
2014-05-04 09:40:24 +02:00
corbosman
dba1c6f083
add preferences_section_header hook
2014-05-03 20:38:21 +02:00
Aleksander Machniak
3e49064dcf
Ignore words containing only <> chars
2014-05-02 13:02:56 +02:00
Aleksander Machniak
c51ba01bf2
jQuery-2.1.1
2014-05-02 12:38:49 +02:00
Aleksander Machniak
c0037f1882
Improve rcube_find_object() performance by prefering getElementById() as this is the most common case
2014-05-02 11:40:10 +02:00
Aleksander Machniak
f923d4bac1
Small code improvements
2014-05-02 11:06:50 +02:00
Aleksander Machniak
378efddbbe
MOve more IE<9 code to legacy_browser
2014-05-02 11:01:18 +02:00
Aleksander Machniak
3dfb94fe45
Replace setSelectionRange() call with universal rcmail.set_caret_pos()
2014-05-02 09:57:17 +02:00
Thomas Bruederli
a539cebdaa
Improve mail view document structure with headings, roles, labels and aria-attributes
2014-05-01 16:13:58 +02:00
Aleksander Machniak
89d6ce6846
Update to TinyMCE 4.x
2014-05-01 11:48:29 +02:00
Thomas Bruederli
eb95518ef9
Enable keyboard navigation on treelist widgets with cursor keys
2014-05-01 10:54:45 +02:00
Thomas Bruederli
b0ce5c62af
Make skin meta/hierarchy information accessible for plugins ( #1488831 )
2014-05-01 09:05:29 +02:00
Thomas Bruederli
2ba491a0f9
Fix list focus in non-keyboard mode: restore old behavior
2014-05-01 09:00:55 +02:00
Aleksander Machniak
4a1cd8543a
TinyMCE 4.0.24
2014-04-30 18:28:03 +02:00
Thomas Bruederli
e8bcf08c72
1. Prepare core and Larry skin for improved accessibility
...
2. Implement full keyboard navigation in main mail view
2014-04-30 16:21:29 +02:00
Aleksander Machniak
efdbf4a7d9
Support 'error' and 'body_file' return attribs in 'message_before_send' hook ( #1489595 )
2014-04-30 14:27:49 +02:00
Aleksander Machniak
65070fcbf4
Small code improvements
2014-04-30 10:14:32 +02:00
Aleksander Machniak
c3ce9c9d16
Fix broken threads structure ( #1489845 )
2014-04-30 10:10:34 +02:00
Aleksander Machniak
204977598a
Fix invalid host validation on login ( #1489841 )
2014-04-30 09:07:29 +02:00
Aleksander Machniak
fb1203c07f
Fix redundant warning when switching from html to text in empty editor ( #1489819 )
...
We also skip ajax request in such a case. We assume "empty" here means "with no text excluding whitespace".
2014-04-29 19:21:19 +02:00
Aleksander Machniak
3ce4f0a839
Revert [ 78a58162], TABLE_SCHEMA column does not exist in mysql, also
...
tables in postgres can be in 'public' schema.
2014-04-29 12:29:11 +02:00
Aleksander Machniak
90f7aa9e39
Fix varius db_prefix issues ( #1489839 )
...
- Move DDL script execution code to rcube_db class(es).
- Improve prefix replacement code, so index names are also modified
2014-04-29 11:34:43 +02:00
Aleksander Machniak
9f3fad6e1f
Revert unintentional change
2014-04-28 09:46:45 +02:00
Aleksander Machniak
54185837c8
Make identity name field optional ( #1489510 )
...
Get rid of unhelpful error message.
2014-04-28 09:38:07 +02:00
Thomas Bruederli
b34d679075
Specify licenses in all javascript files and blocks to please LibreJS
2014-04-27 15:35:07 +02:00