Aleksander Machniak
a79e43a483
Remove redundant folder name from mail preview url
2015-06-10 09:51:08 +02:00
Aleksander Machniak
04a6889246
Fix bug where some messages in multi-folder search couldn't be opened ( #1490426 )
2015-06-10 08:53:40 +02:00
Aleksander Machniak
42f8abac46
Fix "Importing..." message does not hide on error ( #1490422 )
2015-06-05 19:26:47 +02:00
Aleksander Machniak
9d49c820bd
Fix so pagejump selection list can be displayed again with click after it has been closed by Esc key
2015-04-29 10:31:03 +02:00
Aleksander Machniak
820be47e30
Reset pagejumper input to current page on ESC/TAB press
2015-04-29 10:00:58 +02:00
Aleksander Machniak
9a5d9a83ab
Implemented UI element to jump to specified page of the messages list ( #1485235 )
2015-04-29 08:24:03 +02:00
Aleksander Machniak
c095e6329c
Fix message highligh regression from last commit ( #1490363 )
2015-04-19 09:02:04 +02:00
Aleksander Machniak
28331d5ed2
Trigger 'listupdate' event also on response to check-recent request
2015-04-18 10:07:25 -04:00
Aleksander Machniak
09225a41ec
Add option to place signature at bottom of the quoted text even in top-posting mode [sig_below]
2015-04-16 10:55:32 +02:00
Aleksander Machniak
e8e88d347d
Fix bug where forced extwin page reload could exit from the extwin mode ( #1490350 )
...
With small improvements in rcube_webmail.url() method.
2015-04-10 09:46:21 +02:00
Thomas Bruederli
465ba8d11b
Avoid errors when message list doesn't have a header
2015-03-15 20:03:42 +01:00
Aleksander Machniak
65e735dec5
Fix javascripts errors in IE8 - lack of Event.which, focusing a hidden element ( #1490318 )
2015-03-12 20:48:19 +01:00
Thomas Bruederli
3c4d3dcc42
Fix submission of _reload parameter when switching address books
2015-03-11 19:00:10 +01:00
Aleksander Machniak
d12b999403
(Properly) reset search filter on reset-search action
2015-03-09 19:40:57 +01:00
Aleksander Machniak
da1816edd8
Reset search filter on folder selection and search reset
2015-03-09 17:35:51 +01:00
Aleksander Machniak
c2df5d4e13
Unified request* event arguments handling, added support for _unlock and _action parameters
2015-03-09 09:24:05 -04:00
Aleksander Machniak
1ec105c685
Fix so search filter, scope and fields are reset on folder change
2015-03-09 07:44:11 -04:00
Aleksander Machniak
9ad0fc489f
Fix javascript error after creating a folder which is a subfolder of another one ( #1490297 )
2015-03-02 13:51:51 +01:00
Aleksander Machniak
c5c8e73351
Improved handling of storage errors after message is sent
...
After sending a message it is stored in Sent folder, this operation
may fail, e.g. because of "over quota" error. In such a case we'll
not close the compose window, but display the error and, if user clicks
Send/Save button, we'll display a dialog informing about the situation and
providing an option to try the save operation again.
2015-02-25 08:07:11 -05:00
Aleksander Machniak
f7af22c780
Add possibility to print contact information (of a single contact)
2015-02-17 11:54:04 +01:00
Aleksander Machniak
56040b941c
Fix so JSON.parse() errors on localStorage items are ignored ( #1490249 )
2015-02-06 09:27:44 +01:00
Thomas Bruederli
b7c35d5bd9
Fix JS syntax for legacy browsers
2015-01-24 18:56:03 +01:00
Aleksander Machniak
686ff4b538
Fix keyboard navigation and css in datepicker widget across many Firefox versions
2015-01-23 09:49:47 +01:00
Aleksander Machniak
5d42a9353b
Fix bug where drafts list wasn't refreshed after draft message was sent from another window ( #1490238 )
2015-01-22 10:19:51 +01:00
Aleksander Machniak
b7e3b15a8a
Fix javascript error in "IE 8.0/Tablet PC" browser ( #1490210 )
2015-01-16 09:47:46 +01:00
Aleksander Machniak
de0bc662f9
Fix bug where search was reset after returning from compose opened by reply button(s)
2015-01-15 10:56:17 +01:00
Aleksander Machniak
a109d19a77
Fix error when dragging jquery dialog window in Folder Manager page
2015-01-13 06:58:25 -05:00
Aleksander Machniak
5a84736e53
Fix bug where Drafts list wasn't updated on draft-save action in new window ( #1490225 )
...
That if the window was opened using "Edit" button, not double-click on a message.
2015-01-13 10:45:23 +01:00
Aleksander Machniak
83b5834360
Skip .skip-on-drag elements when producing long subject title
2015-01-12 13:02:29 -05:00
Aleksander Machniak
b6b2858b01
Fix checks based on window.ActiveXObject in IE > 10
2015-01-10 14:20:12 +01:00
Aleksander Machniak
1187f60d12
Build proper quota text when quota 'percent' is undefined
2015-01-09 05:56:43 -05:00
Aleksander Machniak
9e26034801
Fix bug where max_group_members was ignored when adding a new contact ( #1490214 )
...
Also fix list refresh after new contact was added and any group is selected.
2015-01-09 09:06:01 +01:00
Aleksander Machniak
6ca090b341
Add _mbox parameter to the 'mark' request sent after opening a message
2014-12-25 10:03:51 +01:00
Aleksander Machniak
79e92da7ed
Fix js error when calling show_popup_dialog() without 'options' argument
2014-12-22 19:52:02 +01:00
Thomas Bruederli
ceee7eb110
Prevent folder selection changes if app is busy ( #1490158 )
2014-12-18 13:13:07 +01:00
Thomas Bruederli
da0d0aca2a
Avoid useless reloading list when resetting search with active filter ( #1490057 )
2014-12-18 13:03:37 +01:00
Aleksander Machniak
681ba6fc3c
Improve system security by using optional special URL with security token
...
Allows to define separate server/path for image/js/css files
Fix bugs where CSRF attacks were still possible on some requests
2014-12-16 13:28:48 +01:00
Aleksander Machniak
630d08fb49
Assign "mainaction" class to "default" buttons in dialogs
2014-12-10 06:43:15 -05:00
Aleksander Machniak
adc23f8b01
Fix label on "forwarded" icon
2014-12-08 19:21:15 +01:00
Aleksander Machniak
a3873bd93c
Enable menu-* actions when UI is locked
2014-12-08 10:00:42 +01:00
Aleksander Machniak
0b36d15157
Add method to display operation (uploading) progress in UI message
2014-11-20 06:03:22 -05: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
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 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