Aleksander Machniak
|
6dac9f5da5
|
Small improvements to #messagestack style
|
11 years ago |
Thomas Bruederli
|
6d67255a5d
|
Remember compose-options collapse status and display them by default; Use abstracted functions to read and set UI settings. To be replaced with local storage...
|
11 years ago |
Thomas Bruederli
|
21f10c7ad1
|
Small adjustments to new status message display
|
11 years ago |
Thomas Bruederli
|
1670b3e1d3
|
More improvements to list focus styles:
- display focused row also when selected
- background-position-x doesn't work on Firefox, use full background-position properties
|
11 years ago |
Aleksander Machniak
|
72dc3c0faf
|
Fix typos
|
11 years ago |
Thomas Bruederli
|
a45c0fa0c4
|
Tweak borders and paddings of focused/selected list rows. Don't show focus indicator when selected
|
11 years ago |
Thomas Bruederli
|
8d3a9d3213
|
Merge branch 'master' of github.com:roundcube/roundcubemail
|
11 years ago |
Aleksander Machniak
|
b5117238db
|
Merge branch 'master' of github.com:roundcube/roundcubemail
|
11 years ago |
Thomas Bruederli
|
1900e14d75
|
Updated changelog
|
11 years ago |
Aleksander Machniak
|
aac4b452a3
|
Bump version to 7.1
|
11 years ago |
Aleksander Machniak
|
78ef00f12d
|
Fix a bug where deleted filter was not removed from the list
(because now list widget's 'rows' property is of type object not array)
|
11 years ago |
Thomas Bruederli
|
bf3018e7ed
|
Trigger event when opening new windows with a reference to the window object (#1489413)
|
11 years ago |
Thomas B.
|
ecb5bd7bd1
|
Merge pull request #153 from cmcnulty/row-focus
Indicator for row focus, resolves #1489392
|
11 years ago |
Aleksander Machniak
|
3ab616c742
|
Fix rowcount when list element contains bot only tr/li elements but also text nodes
|
11 years ago |
Thomas Bruederli
|
064ed1ffd2
|
Update changelog
|
11 years ago |
Thomas Bruederli
|
12e93ca2b0
|
Optimize and preload message icons
|
11 years ago |
Thomas Bruederli
|
34003c5fa5
|
Display status messages as pile of black bars overlaying the UI in order to improve visibility (#1488974)
|
11 years ago |
Aleksander Machniak
|
b7fb20af3a
|
Fix issue where subject input might get filled with "null" string (IE8)
|
11 years ago |
Aleksander Machniak
|
303e21fc63
|
Replace Array.indexOf() with jQuery.inArray() for older browsers (IE<9)
|
11 years ago |
Aleksander Machniak
|
5bd8712f71
|
Fix folders sorting procedure.
Fixes the issue where after creating a folder with name 'Abc abc'
it were added before existing subfolders of folder 'Abc' and after 'Abc'.
|
11 years ago |
Aleksander Machniak
|
75e52852dd
|
Added CVE number to changelog entry
|
11 years ago |
Aleksander Machniak
|
f13ae32aec
|
Merge branch 'master' of github.com:roundcube/roundcubemail
|
11 years ago |
Aleksander Machniak
|
978ff8794f
|
Make sort_folder_list() public
|
11 years ago |
Thomas Bruederli
|
aef6ed4702
|
Add hook to notify plugins about message sending errors
|
11 years ago |
Aleksander Machniak
|
3b8a7918fc
|
Merge branch 'master' of github.com:roundcube/roundcubemail
|
11 years ago |
Aleksander Machniak
|
4c8491275c
|
Small fixes: variable scope
|
11 years ago |
Aleksander Machniak
|
ba2d42f0be
|
Fix attachment menu link in IE8
|
11 years ago |
Aleksander Machniak
|
30a26c964d
|
Syntax fix for IE7
|
11 years ago |
Aleksander Machniak
|
37c3c55160
|
Bring back empty directories
|
11 years ago |
Aleksander Machniak
|
fdf79703e2
|
Merge branch 'master' of github.com:roundcube/roundcubemail
|
11 years ago |
Aleksander Machniak
|
3373e4ae10
|
Fix browser version detection and failing tests
|
11 years ago |
Aleksander Machniak
|
8328d0643e
|
Code improvements and some unification with browser detection code in javascript
|
11 years ago |
Aleksander Machniak
|
51fe045a04
|
Fix deprecated function usage
|
11 years ago |
Thomas Bruederli
|
fa635d8862
|
Make $force parameter only override the task check for required plugins (#1489437)
|
11 years ago |
Thomas Bruederli
|
f9c8e8285b
|
Move 'advanced' block to the end of the settings form
|
11 years ago |
Thomas Bruederli
|
f8101fff1e
|
Accept text/html parts inside multipart/mixed parts as HTML contents
|
11 years ago |
Thomas Bruederli
|
f9a8189423
|
Merge branch 'master' of github.com:roundcube/roundcubemail
|
11 years ago |
Thomas Bruederli
|
57def0d195
|
Use absolute paths in default config
|
11 years ago |
Aleksander Machniak
|
f03ed8d9bb
|
Fix (again) IE11 detection where document.all is not defined.
@TODO: review our document.all uses.
|
11 years ago |
Aleksander Machniak
|
5e4894a916
|
Fix bgcolor attribute handling
|
11 years ago |
Aleksander Machniak
|
741ddced5b
|
Fix Internet Explorer 11 detection (#1489434)
|
11 years ago |
Thomas Bruederli
|
596301c10b
|
Reset $part_orig_mimetype variable in for-loop. This avoids attachments along with message/rfc822 parts being listed twice
|
11 years ago |
Thomas Bruederli
|
2af3748596
|
Clean HTML message body from URL parameters after enabling HTML mode in commit e957bfec
|
11 years ago |
Thomas Bruederli
|
cf31954661
|
Make require_plugin() force loading of the required plugin
|
11 years ago |
Thomas Bruederli
|
e957bfecdf
|
Allow plugins to override message compose mode
|
11 years ago |
Thomas Bruederli
|
38c9df8e97
|
Add public_html directory to be used as document root or alias directory for Roundcube installations. This will only expose the required resources to public access
|
11 years ago |
cmcnulty
|
c07b7b7143
|
apply focused styles to address book and classic skin
|
11 years ago |
Aleksander Machniak
|
8d91770bcc
|
Do not start autocomplete request on arrow keys press
|
11 years ago |
Thomas Bruederli
|
ceb2a31b38
|
Compare draft message-ID when restoring local message contents
|
11 years ago |
Thomas Bruederli
|
7bfc02e122
|
Track typing activity in HTML editor
|
11 years ago |