Age | Commit message (Collapse) | Author |
|
#1489403 - fixes scrolling issues when highlighted message is below header.
|
|
fix #1489396 - make home/end key behavior consistent
|
|
|
|
|
|
|
|
Makes the home/end keys behave like every other mechanism for selecting
records.
|
|
Make sure that the fixed header is never over a message
|
|
records (#1489393)
|
|
1489397 - fix shift-down arrow key over thread when going up
|
|
|
|
status icons.
Fixed regression in commit 4e4c2511bc00cfc0 where click on flag/status/expando
icons was selecting the message row.
|
|
Conflicts (resolved):
skins/classic/includes/settingstabs.html
skins/larry/includes/settingstabs.html
|
|
In alignment with desktop applications (windows & mac) using the arrow keys with the control key pressed should not select the messages. Changes code so that with_mouse will be passed as true when click event occurs, and row will only be toggled if it was a click event.
|
|
|
|
query parameters of http requests
|
|
|
|
|
|
|
|
|
|
where mouse right click would invoke action where it shouldn't
|
|
|
|
|
|
Fix style attribute quoting when font-family contains double quotes
SOme code improvements
|
|
|
|
Added support for default font size and fix legacy code for default font
|
|
|
|
display (#1489320)
|
|
|
|
(#1489327)
Conflicts:
CHANGELOG
|
|
|
|
|
|
|
|
|
|
HTML editors
|
|
composing messages
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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.
|
|
|
|
|
|
|
|
|
|
draft (#1489229)
|
|
|
|
page
|
|
Added possibility to choose to move or copy contacts from drag-n-drop menu (#1488751)
Use consistent naming: 'moveto' -> 'move'
|