Commit Graph

1159 Commits

Author SHA1 Message Date
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
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
89d6ce6846 Update to TinyMCE 4.x 2014-05-01 11:48:29 +02:00
Aleksander Machniak
4a1cd8543a TinyMCE 4.0.24 2014-04-30 18:28:03 +02:00
Aleksander Machniak
6fa5b437a4 Update to TinyMCE 4.x 2014-01-20 18:46:28 +01:00
Aleksander Machniak
5f3c7e3920 Make sure unread_children count (and class) on thread root is always updated when read status of a child row is changed 2014-01-14 20:53:40 +01:00
Aleksander Machniak
8080554cf3 Remove expand/collapse with plus/minus keys (on numeric keypad) (#1489513) 2014-01-14 20:11:41 +01:00
Thomas Bruederli
7c28d45c8e Update class name in subscriptions folder list after saving folder properties 2014-01-14 18:19:16 +01:00
Aleksander Machniak
f67037ce57 Fix error when calling get_selection() after any (selected) row was removed 2014-01-07 13:22:13 +01:00
Thomas Bruederli
72975e1497 Move folder/directory list auto-scrolling functionality to treelist widget (same as auto-expand) and make it work without list header/footer blocks 2014-01-05 15:45:43 +01:00
JohnDoh
1fdb55a99e re-add lost group_delete js event 2013-12-29 12:07:14 +00:00
Aleksander Machniak
10936fef64 Don't alter Message-ID of a draft when sending (#1489409) 2013-12-29 11:57:39 +01:00
Aleksander Machniak
da5fa28d57 Display different icons when Trash folder is empty or full (#1485775) 2013-12-25 10:33:06 +01:00
Aleksander Machniak
772bec6789 Make addEventListener() chainable for better performance and compact code
Replace deperecated row_init usage with addEventListener('initrow')
2013-12-23 12:47:03 +01:00
Aleksander Machniak
b3c034ce30 Merge pull request #157 from JohnDoh/trigger-insertrow
trigger insertrow JS event from compose screen address book widget
2013-12-23 02:59:20 -08:00
Aleksander Machniak
ac0fc383fd Fix so message flags modified by another client are applied on the list on refresh (#1485186) 2013-12-23 11:33:41 +01:00
Aleksander Machniak
538e64c572 Fix Closure-compiler warnings, small code improvements 2013-12-18 20:57:35 +01:00
Aleksander Machniak
0c8049f226 Fix position of messages list column dragging layer when the list is scrolled down 2013-12-15 19:19:15 +01:00
Aleksander Machniak
9a0153324e Implemented menu actions to copy/move messages, added folder-selector widget (#1484086) 2013-12-15 10:01:38 +01:00
Aleksander Machniak
f896370557 Improved drag-n-drop layer: - do not auto-select children of collapsed threads,
display subjects in real order (not is selection order), some code improvements
2013-12-11 15:32:36 +01:00
Aleksander Machniak
302eb266de Fix regression where only first new folder was placed in correct place on the list (#1489472) 2013-12-11 09:31:19 +01:00
Aleksander Machniak
7eecf873da Fix issue where children of selected and collapsed thread were skipped on various actions (#1489457) 2013-12-09 19:16:14 +01:00
Aleksander Machniak
fd0c123e44 Fix fixed header issue after removing rows (1295420) 2013-12-08 10:57:44 +01:00
JohnDoh
9a8873270f trigger insertrow JS event from compose screen address book widget 2013-12-07 13:39:55 +00:00
Aleksander Machniak
acc900cb63 Small code improvement 2013-11-25 09:05:16 +01:00
Thomas Bruederli
0786798438 Make local storage functions work before rcmail.init() was called 2013-11-23 16:59:32 +01:00
Aleksander Machniak
7184b3a0e1 - Update TinyMCE to version 3.5.10 (#1489442) 2013-11-23 09:38:02 +01:00
Aleksander Machniak
184a11b4fb Fix keyboard navigation in autocompletion list on Opera browser
(use keydown event on all browsers)
2013-11-22 15:46:37 +01:00
Aleksander Machniak
b82fccfc69 Display loading message when loading identity frame 2013-11-22 12:40:53 +01:00
Thomas Bruederli
8d3a9d3213 Merge branch 'master' of github.com:roundcube/roundcubemail 2013-11-22 09:25:43 +01:00
Aleksander Machniak
b5117238db Merge branch 'master' of github.com:roundcube/roundcubemail 2013-11-22 09:24:32 +01:00
Thomas Bruederli
bf3018e7ed Trigger event when opening new windows with a reference to the window object (#1489413) 2013-11-22 09:21:27 +01:00
Aleksander Machniak
3ab616c742 Fix rowcount when list element contains bot only tr/li elements but also text nodes 2013-11-22 09:18:55 +01:00
Thomas Bruederli
34003c5fa5 Display status messages as pile of black bars overlaying the UI in order to improve visibility (#1488974) 2013-11-22 09:04:29 +01:00
Aleksander Machniak
b7fb20af3a Fix issue where subject input might get filled with "null" string (IE8) 2013-11-21 19:03:03 +01:00
Aleksander Machniak
303e21fc63 Replace Array.indexOf() with jQuery.inArray() for older browsers (IE<9) 2013-11-21 18:45:29 +01:00
Aleksander Machniak
5bd8712f71 Fix folders sorting procedure.
Fixes the issue where after creating a folder with name 'Abc abc'
it were added before existing subfolders of folder 'Abc' and after 'Abc'.
2013-11-21 13:10:25 +01:00
Aleksander Machniak
4c8491275c Small fixes: variable scope 2013-11-20 20:08:40 +01:00
Aleksander Machniak
f03ed8d9bb Fix (again) IE11 detection where document.all is not defined.
@TODO: review our document.all uses.
2013-11-15 15:41:27 +01:00
Aleksander Machniak
741ddced5b Fix Internet Explorer 11 detection (#1489434) 2013-11-15 10:45:44 +01:00
Aleksander Machniak
8d91770bcc Do not start autocomplete request on arrow keys press 2013-11-11 10:28:18 +01:00
Thomas Bruederli
ceb2a31b38 Compare draft message-ID when restoring local message contents 2013-11-10 18:50:17 +01:00
Thomas Bruederli
7bfc02e122 Track typing activity in HTML editor 2013-11-10 18:49:02 +01:00
Thomas Bruederli
87b513853c Better button text for message restore dialog 2013-11-10 18:22:48 +01:00
Thomas Bruederli
8c74925df1 Track typing in compose screen and only update local storage on activity 2013-11-10 18:16:52 +01:00
Thomas Bruederli
85e60ada15 First version of the local storage compose data saving feature; some behavioral improvements and encrytion are still to be added 2013-11-10 14:04:33 +01:00
Aleksander Machniak
5c7bbfcd59 Fix regression where child messages on collapsed thread weren't selected
on move/delete action (#1489415)
2013-11-05 19:07:49 +01:00
Aleksander Machniak
5e3e4fe0c6 Merge pull request #152 from cmcnulty/control-shift
Reset shift_start on control select
2013-11-04 23:58:40 -08:00
Aleksander Machniak
04fbc555b9 Code improvements 2013-11-04 21:34:17 +01:00