Commit Graph

1996 Commits

Author SHA1 Message Date
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
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
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
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
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
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
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
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
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
Aleksander Machniak
a54cff4c56 Fix error when spell-checking an empty text (#1489831) 2014-04-25 09:55:00 +02:00
Thomas Bruederli
31aa080609 Further refine cross-folder searching:
- Store incomplete search results in session and re-send search requests
  to the server if returned before complete (this should avoid hitting request timeouts).
- Display full folder path on mouseover in message list
- Remove pthreads implementation stuff as this wasn't really working
2014-04-23 13:21:51 +02:00
Aleksander Machniak
d2e3a22d24 Allow aborting of running search requests 2014-04-20 13:39:02 +02:00
Aleksander Machniak
2611ac9570 Unify use of local 'this' variable reference 2014-04-20 12:43:16 +02:00
Aleksander Machniak
eb7e452ecd CS fixes 2014-04-20 12:34:25 +02:00
Aleksander Machniak
97cf4d199b Remove IE7 hack that is not needed anymore 2014-04-20 12:02:55 +02:00
Aleksander Machniak
701905727c Add _mbox argument to headers action URL 2014-04-20 12:01:32 +02:00
Thomas Bruederli
26b5200322 Consider search scope (and changes) for filter searches + disable folder operation commands in multi-folder search mode (#1485234) 2014-04-18 16:39:41 +02:00
Aleksander Machniak
1db17abe7e Fix next message display after removing a message (#1489800) 2014-04-18 13:04:23 +02:00
Aleksander Machniak
fb162e7445 Fix redundant alert message on over-size uploads (#1489817) 2014-04-18 11:26:07 +02:00
Aleksander Machniak
e5a77d2634 Merge branch 'master' of github.com:roundcube/roundcubemail 2014-04-16 10:50:43 +02:00
Aleksander Machniak
398b7a9b0b Use (deprecated) event.returnValue on legacy browsers only 2014-04-16 10:50:06 +02:00
Aleksander Machniak
5be6dcf0e2 Remove useless debug_level=8 and javascripts's rcube_console 2014-04-15 19:19:56 +02:00
Aleksander Machniak
2e79d8d539 Move more IE<9 specific code to legacy_browser 2014-04-15 19:11:00 +02:00
Aleksander Machniak
a5f8c8307a Fix invalid and infinite redirect for unsupported browsers 2014-04-14 21:29:27 +02:00
Aleksander Machniak
7a5c3a3224 Fix regression where title attribute for long message subjects wasn't used on IE 2014-04-14 20:41:27 +02:00
Aleksander Machniak
eb0dec9613 Fix XSS issue in plain text spellchecker (#1489806) 2014-04-14 15:07:12 +02:00
Aleksander Machniak
a594999135 Use POST for refresh/check-recent request 2014-04-13 17:38:18 +02:00
Thomas Bruederli
14423c867c Avoid empty _action= parameters in URLs 2014-04-12 19:59:10 +02:00
Aleksander Machniak
361a919424 Remove last check for IE6 2014-04-12 15:26:08 +02:00
Aleksander Machniak
64542fc803 Drop support for IE6, move IE7/IE8 support to legacy_browser plugin, update to jQuery-2.1.0 2014-04-12 14:01:07 +02:00
Thomas Bruederli
467374ca12 Avoid unexpected redirects to inbox after auto-saving a draft (#1489789) 2014-04-10 16:57:42 +02:00
Thomas Bruederli
a2049621c7 Allow plugins to define custom attachment classes 2014-04-10 14:19:28 +02:00
Thomas Bruederli
45924a1a8a Foward locking parameter 2014-04-10 10:40:18 +02:00