Commit Graph

1071 Commits

Author SHA1 Message Date
Aleksander Machniak
34a5ae7562 Fix issue where search result was reset after sending a message (#1489350) 2013-09-29 17:20:12 +02:00
Aleksander Machniak
85fece2c4d rcube_list_widget.rows is not an array - fixed checking if it's empty (#1489359) 2013-09-27 14:56:25 +02:00
Aleksander Machniak
f7b2bfba09 Bring back possibility to unset default font family and font size
Fix style attribute quoting when font-family contains double quotes
SOme code improvements
2013-09-21 11:24:16 +02:00
Thomas B.
0201298cd8 Merge pull request #118 from Dennis1993/patch-12
Added support for default font size and fix legacy code for default font
2013-09-16 10:47:24 -07:00
Aleksander Machniak
8deae975f0 Fixed issues in handling reply-to/bcc fields on identity change 2013-09-15 16:48:44 +02:00
Aleksander Machniak
2efe332b49 Display full attachment name using title attribute when name is too long to display (#1489320) 2013-09-15 13:43:13 +02:00
Aleksander Machniak
2e30b24dbf Fix XSS issue in addressbook group name field [CVE-2013-5646] (#1489333) 2013-09-14 09:44:58 +02:00
Aleksander Machniak
7c494b677f Fix expanded thread root message styling after refreshing messages list (#1489327)
Conflicts:

	CHANGELOG
2013-09-11 11:48:53 +02:00
Aleksander Machniak
66a549e133 After message is sent refresh messages list of replied message folder (#1489249) 2013-09-11 09:45:20 +02:00
Dennis1993
edc49ebfc2 Update editor.js 2013-09-02 12:55:55 +02:00
Thomas Bruederli
88b4231d98 Fix touch check when IE (7|8) doesn't specify the event object 2013-08-16 12:03:57 +02:00
Thomas Bruederli
4910b0666e Distinguish mobile/tablet/touch devices 2013-08-15 08:57:11 +02:00
Thomas Bruederli
dc84008266 Optimize list events for touch devices 2013-08-14 23:32:34 +02:00
Thomas Bruederli
5793e7f817 Make thread toggles work on touch devices 2013-08-14 22:32:35 +02:00
Aleksander Machniak
f477279035 Fix purge action in folder manager (#1489280) 2013-08-13 08:30:14 +02:00
Aleksander Machniak
8799df8ccd Fix redundant SQL query on contact photo request after photo upload.
The query was also invalid in case of uploading photo in contact create form.
Move contact photo handling from show.inc into a separate file.
2013-08-08 14:15:30 +02:00
Thomas Bruederli
f6777712dc Enable fixed list header in IE7, too. Seems to work after some testing 2013-07-12 10:00:55 +02:00
Thomas Bruederli
8efdd9caf7 Enable fixed message list header in classic skin 2013-07-10 08:47:10 +02:00
Thomas Bruederli
73ad4f1bfd Finally: make message list header stay on top when scrolling (#1295420) 2013-07-09 23:41:40 +02:00
Aleksander Machniak
d3d1e38d72 Fix identity selection when opening extwindow from compose window 2013-07-09 09:38:12 +02:00
Aleksander Machniak
3b944edb02 Fix bug where signature wasn't changed on identity selection when editing a draft (#1489229) 2013-07-08 10:53:06 +02:00
Thomas Bruederli
98884050cc Fix binary data upload with jQuery.ajax() 2013-07-03 10:02:20 +02:00
Aleksander Machniak
446dbedbf6 Fix so setting frame to blank page works also while frame is loading another page 2013-07-01 14:30:09 +02:00
Aleksander Machniak
a45f9b7bf5 Contacts drag-n-drop default action is to move contacts (#1488751)
Added possibility to choose to move or copy contacts from drag-n-drop menu (#1488751)
Use consistent naming: 'moveto' -> 'move'
2013-07-01 10:22:14 +02:00
Aleksander Machniak
d675abc571 Make identity signature field wider (#1489159) 2013-06-26 10:07:46 +02:00
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