Aleksander Machniak
0b36d15157
Add method to display operation (uploading) progress in UI message
2014-11-20 06:03:22 -05:00
Aleksander Machniak
d876c6bd52
Merge pull request #249 from JohnDoh/patch-1
...
Check to see if the content frame exists before loading a contact
2014-11-17 09:49:09 +01:00
Aleksander Machniak
3d8745bd0b
Fix drag-n-drop to folders expanded while dragging ( #1490157 )
2014-11-17 09:36:01 +01:00
JohnDoh
0a909fb722
check to see if the content frame exists before loading a contact
2014-11-13 09:14:12 +00:00
Aleksander Machniak
0b96b1cd81
Fix reply scrolling issue with text mode and start message below the quote ( #1490114 )
2014-10-29 10:33:13 +01:00
Aleksander Machniak
45bfde71d2
Fix so draft auto-save does not turn spellchecker off ( #1490120 )
2014-10-28 11:21:18 +01:00
Aleksander Machniak
421ed1e545
Fix compose body area size, so scrollbars aren't truncated, unify padding
2014-10-27 17:51:28 +01:00
Thomas B.
8aee31cf55
Merge pull request #232 from JohnDoh/patch-1
...
better events for get_single_uid/cid
2014-10-26 13:21:05 +01:00
Aleksander Machniak
3350458b87
Catch only left-button clicks on the list widget's mouseup handler
2014-10-25 17:53:54 +02:00
JohnDoh
9d693a4b55
better events for get_single_uid/cid
2014-10-16 08:05:07 +01:00
Thomas Bruederli
e0496fc01d
Enable/disable siganture commands before exiting the function in new compose window ( #1490074 )
2014-09-27 00:07:52 +02:00
Thomas Bruederli
7d3be1f3c8
Fix restoring draft messages from localStorage if editor mode differs ( #1490016 )
2014-09-26 23:41:17 +02:00
Thomas Bruederli
1cb23c9368
Access list body through abstract property
2014-09-16 21:10:26 +02:00
Thomas Bruederli
7acda7a6f4
Also remove cloned search item from treelist
2014-09-11 12:48:13 +02:00
Thomas B.
ae69e6a81e
Merge pull request #218 from JohnDoh/patch-1
...
pass click event to general hide_menu call
2014-09-09 08:46:08 +02:00
JohnDoh
a35c9fa428
pass click event to hide_menu call
2014-09-08 22:09:20 +01:00
JohnDoh
3ef97f8de3
add missing event arg
2014-09-08 19:12:51 +01:00
Thomas Bruederli
4a25b69828
Small tweaks for treelist interactions
2014-09-08 18:04:37 +02:00
Aleksander Machniak
588d1948ca
Don't cancel event on parent focus
2014-09-02 09:16:33 +02:00
Thomas Bruederli
3fb36a11fe
Add option to focus a treelist widget on clicks to the container ( #1489997 )
2014-08-20 09:03:19 +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
e833e8601f
Show icons (person, group) in autocomplete popup
2014-08-18 18:03:54 +02:00
Thomas Bruederli
96f084e9cf
Don't expand recipient groups if they have an email address
2014-08-18 14:17:16 +02:00
Aleksander Machniak
e66a77e560
Fix contacts list update after adding/deleting/moving a contact ( #1490028 , #1490033 )
2014-08-17 09:11:56 +02:00
Thomas Bruederli
48e340a829
Allow focussing treelist item checkboxes with tab and normal list navigation with cursor keys ( #1489648 )
2014-08-13 18:25:09 +02:00
Victor Benincasa
8158049884
Allow browsers internal spellchecker to work
...
Fix a regression introduced at 731d190 that prevents in-browser spellchecker from working.
The new TinyMCE4 option is "browser_spellcheck", before it was "gecko_spellcheck".
Related ticket: http://trac.roundcube.net/ticket/1485060
2014-08-12 00:34:30 -03:00
Aleksander Machniak
e9ecd49f74
Added namespace filter in Folder Manager
2014-08-11 13:11:10 +02:00
Aleksander Machniak
765a0b0706
Fix errors when adding/updating contacts in active search ( #1490015 )
2014-08-10 10:39:25 +02:00
Aleksander Machniak
ef4c478760
Reset search after folder creation/remove/rename
2014-08-08 13:36:33 +02:00
Aleksander Machniak
66233b76c8
Added folder searching in Folder Manager
2014-08-08 12:52:26 +02:00
Thomas Bruederli
00dd283999
Getter to detect if treelist widget is in search mode
2014-08-07 18:00:31 +02:00
Aleksander Machniak
e32da281bb
Make possible to skip some elements from subject cell when creating text for drag layer
2014-08-05 07:45:20 -04:00
Aleksander Machniak
9e9dcc34bc
Fix frame check and strange "parent is undefined" issue
2014-08-04 11:07:27 +02:00
Aleksander Machniak
44cfef0927
Modify is_framed() so it returns boolean value
2014-08-04 11:05:58 +02:00
Aleksander Machniak
a8f4d84736
Update to TinyMCE 4.1.3 + small code improvements
2014-08-01 14:24:05 +02:00
Aleksander Machniak
31b0236265
Fixed variable name
2014-07-30 04:19:02 -04: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
1957769817
Handle clicks on list parent element from the list widget
2014-07-26 10:16:02 +02:00
Aleksander Machniak
6c5c22b877
Create/rename groups in UI dialogs ( #1489951 )
2014-07-26 09:54:11 +02:00
Aleksander Machniak
2c0d3e1dd0
Fix drag-n-drop after folder move/create ( #1489648 )
2014-07-25 17:40:37 +02:00
Aleksander Machniak
b0b9cf00d2
Fix errors when using localStorage in Safari's private browsing mode ( #1489996 )
2014-07-23 18:24:49 +02:00
Aleksander Machniak
be6a095f83
Use jQuery.each instead of "for (i in Array)" ( #1489988 )
2014-07-21 11:26:01 +02:00
Thomas Bruederli
b54731d869
Iterate over all drafts saved in localStorage when asking for restoring. Delege/Ignore buttons will display the next item, if any
2014-07-20 13:58:46 +02:00
Aleksander Machniak
3cb61e7528
Collapsible (and iconized) folders tree in folder manager ( #1489648 )
2014-07-16 11:08:11 +02:00
Thomas Bruederli
7e7e451b66
Warn for unsent/unsaved message when closing compose window; remove localStorage copy if page was left intentionally but not on session errors ( #1489818 )
2014-07-09 10:55:25 +02:00
Aleksander Machniak
1f164e4526
Revert "Fix bug where compose storage wasn't cleared on page unload ( #1489818 )"
...
This reverts commit d81539af31 .
2014-07-09 08:45:05 +02:00
Aleksander Machniak
d81539af31
Fix bug where compose storage wasn't cleared on page unload ( #1489818 )
2014-07-08 18:22:40 +02:00
Aleksander Machniak
aa13b46714
Pass event object as 3rd argument to external command handlers
2014-07-07 10:38:28 +02:00
Aleksander Machniak
911d4e69f4
- Fix Delete button state after deleting identity/response ( #1489972 )
2014-07-05 12:43:05 +02:00
Aleksander Machniak
ca01e25772
Fix security issue in delete-response action - allow only ajax request.
...
Unify code for identities and responses deletion.
2014-07-05 12:33:03 +02:00