Commit Graph

1996 Commits

Author SHA1 Message Date
Thomas Bruederli
6ff6bedea4 Disable dragging/copying of contact groups 2013-06-26 09:38:33 +02:00
Aleksander Machniak
0494288999 Improved/unified attachment preview page
Implemented attachment print button
2013-06-24 19:05:27 +02:00
Aleksander Machniak
39a82a5d45 CS fixes 2013-06-21 15:08:47 +02:00
Thomas Bruederli
dd54725b21 Merge branch 'dev-advanced-ldap-groups':
- Refactoring: separated address book implementation from generic LDAP wrapper class
- Auto-detect and use VLV indices for all search operations
- Additional group configuration options for LDAP address books
- Allow address books to display a multi-level group hierarchy in the contacts list
2013-06-18 13:49:19 +02:00
Aleksander Machniak
5c74e86eee Fix messages list column dragging after changing column/sort settings 2013-06-16 18:55:02 +02:00
Thomas Bruederli
4f53ab347e Add feature to import messages to the currently selected folder 2013-06-14 01:13:13 +02:00
Aleksander Machniak
99e17f6131 Fix timeout issue on drag&drop uploads (#1489170) 2013-06-13 15:12:07 +02:00
Aleksander Machniak
9ac4006d64 Remove duplicated focus() after opening print window 2013-06-12 12:49:09 +02:00
Aleksander Machniak
9749da9fcc Fix possible wrong null assignment to innerHTML on IE10 (#1489145) 2013-06-04 09:08:30 +02:00
Aleksander Machniak
abe798d905 Fix rcube_clone_object() 2013-06-04 09:03:36 +02:00
Aleksander Machniak
3d78d55b5a Move rcube_layer class to classic skin, it was used only there 2013-06-04 09:02:43 +02:00
Aleksander Machniak
15482bcade Improved handling of Reply-To/Bcc addresses of identity in compose form (#1489016) 2013-06-01 15:19:14 +02:00
Aleksander Machniak
3863a9d2c5 Added user preference to open all popups as standard windows 2013-05-31 09:27:15 +02:00
Aleksander Machniak
99e27c581e Fix unintentional compose window resize (#1489114) 2013-05-30 15:19:05 +02:00
Aleksander Machniak
2f321c6600 Open attachments, print and source in popups for consistency - always use
open_window() instead of window.open(), so plugins/skins can override popup behaviour
2013-05-30 14:54:31 +02:00
Aleksander Machniak
ece3a522d8 Fixed popup windows size issues, unified sizes 2013-05-30 13:57:08 +02:00
Aleksander Machniak
ec0f74a5b2 Unify codestile 2013-05-24 19:22:34 +02:00
Aleksander Machniak
c0e364cb5a Align double-click time in list.js and app.js 2013-05-24 19:05:11 +02:00
Aleksander Machniak
1dfa85e0e6 Fix handling of comma when adding contact from contacts widget (#1489107) 2013-05-24 14:54:18 +02:00
Aleksander Machniak
ab845c0718 Fix bug where a message was opened in both preview pane and new window on double-click (#1489122) 2013-05-24 14:20:43 +02:00
Aleksander Machniak
1f19587f05 Fix browser warnings on PDF plugin detection (#1489118) 2013-05-23 15:43:58 +02:00
Aleksander Machniak
79543bec2a Update jsTimezoneDetect to version 1.0.5 2013-05-21 09:26:15 +02:00
Aleksander Machniak
2355045ded Change Reply-All button label/title when mailing list is detected (#1488938) 2013-05-20 10:32:52 +02:00
Aleksander Machniak
c8bc8c97f3 Improved attachment reminder dialog (#1489091)
Improved core show_popup_dialog() function
2013-05-20 09:35:02 +02:00
Aleksander Machniak
a522971cf8 Merge branch 'master' of github.com:roundcube/roundcubemail
Conflicts:
	program/js/list.js
2013-05-08 14:28:36 +02:00
Aleksander Machniak
ea6d6958e0 Allow row insertion at a specified position (not only on top of the list) 2013-05-08 14:25:41 +02:00
Aleksander Machniak
ef1d6525c2 Fix display issue on addressbooks/groups list (#1489039) 2013-05-06 15:05:27 +02:00
Aleksander Machniak
3db62ce101 Fix messages list focus issue in Opera and Webkit (#1489058) 2013-05-03 12:14:50 +02:00
Thomas Bruederli
517dae3e74 Experimental: refactored list.js and html_table class to render lists with different html structures (e.g. table, ul, div). This show provide more flexibility to skin designers and improve mobile device support 2013-05-03 11:38:52 +02:00
Aleksander Machniak
b099d12965 Revert fix for #1489058 because it opened another IE8 focus issue 2013-05-02 20:41:11 +02:00
Aleksander Machniak
93580fab12 Fix opened window size on small screens in browsers where height is an innerHeight (eg. Safari) 2013-05-02 09:53:47 +02:00
Aleksander Machniak
0826b2a896 Small code simplification 2013-04-30 15:17:06 +02:00
Thomas Bruederli
b620b1df08 Remove moveTo() call which causes problems in Chrome and has no real effect in other browsers (#1488931) 2013-04-29 11:52:20 +02:00
Aleksander Machniak
de6e22573e Fix PDF support detection for Firefox PDF.js (#1488972) 2013-04-28 10:58:21 +02:00
Aleksander Machniak
d0f616c6e0 Fix messages list focus issue in Internet Explorer (#1489058) 2013-04-28 10:09:19 +02:00
Aleksander Machniak
8ad2c98e9d Fix unintentional messages list jumps on click in Internet Explorer (#1489056) 2013-04-20 17:09:58 +02:00
Aleksander Machniak
50cc5b370f Fix selecting collapsed rows when using selection with Shift/Ctrl key 2013-04-05 14:59:13 +02:00
Aleksander Machniak
ad827b9117 Fix selecting collapsed rows on select-all (#1489036) 2013-04-05 13:36:38 +02:00
Aleksander Machniak
76a98da33e Pass event object as an argument of 'dragend' event handler 2013-04-04 13:56:08 +02:00
Aleksander Machniak
0c974b263d Fix keyboard events on list widgets in Internet Explorer (#1489025) - It was a regression in fix for #1489008 2013-03-28 20:13:39 +01:00
Aleksander Machniak
222c7de3e1 Fix errors in IE8 when opening compose page in new window 2013-03-26 20:34:12 +01:00
Aleksander Machniak
1d4c84f4d7 Remove sig_above configuration option, use reply_mode only (#1489001) 2013-03-26 19:36:47 +01:00
Aleksander Machniak
723f4e63aa Refresh current folder in opener window after draft save or message sent (#1488997) 2013-03-26 19:16:03 +01:00
Aleksander Machniak
3ca58cd22c Better fix for "saving draft just after entering compose window (#1489012)" 2013-03-26 19:06:11 +01:00
Aleksander Machniak
1f82e46502 Fix saving draft just after entering compose window (#1489012) 2013-03-25 19:48:01 +01:00
Aleksander Machniak
f38d15c700 Better fix for IE9 issue with document.activeElement error (#1489008) 2013-03-22 19:06:14 +01:00
Aleksander Machniak
39f40104f0 Fix javascript error in IE9 when loading form with placeholders into an iframe (#1489008) 2013-03-22 18:53:24 +01:00
Aleksander Machniak
6228e3784f Fix javascript error when window name (for window.open()) in IE8 contains a dot 2013-03-17 12:26:01 +01:00
Aleksander Machniak
a02c77c584 Add ability to toggle between view as HTML and text while viewing a message (#1486939) 2013-03-15 10:30:53 +01:00
Aleksander Machniak
daddbf2555 Better handling of session errors in ajax requests - do page reload
on 403 Forbidden response (#1488960)
2013-03-14 09:30:13 +01:00