Aleksander Machniak
|
acc900cb63
|
Small code improvement
|
11 years ago |
Aleksander Machniak
|
75a5c3554a
|
Add possibility to overwrite a label/message in Roundcube's language package (#1489433)
|
11 years ago |
Aleksander Machniak
|
f59cfe8806
|
Make Reporting-UA header in MDN report optional, as User-Agent is
|
11 years ago |
Thomas Bruederli
|
f52efbd5cd
|
Save Larry skin UI settings in local storage instead of cookies
|
11 years ago |
Thomas Bruederli
|
0786798438
|
Make local storage functions work before rcmail.init() was called
|
11 years ago |
Aleksander Machniak
|
8c5f405587
|
Set real content-type for file downloads (#1489439)
|
11 years ago |
Aleksander Machniak
|
fac292a410
|
Refactored classic skin splitter code to fix it for IE<9
|
11 years ago |
Aleksander Machniak
|
7184b3a0e1
|
- Update TinyMCE to version 3.5.10 (#1489442)
|
11 years ago |
Aleksander Machniak
|
184a11b4fb
|
Fix keyboard navigation in autocompletion list on Opera browser
(use keydown event on all browsers)
|
11 years ago |
Aleksander Machniak
|
9e36fba547
|
Fix right margin in mail task interface to be precissely the same as in other tasks
|
11 years ago |
Aleksander Machniak
|
f4d0fb3955
|
Fix #messagestack position (again)
|
11 years ago |
Aleksander Machniak
|
571c109260
|
Make splitters more responsive (using timing events)
|
11 years ago |
Aleksander Machniak
|
3bcc065831
|
Add missing </div>
|
11 years ago |
Aleksander Machniak
|
f768a6eae8
|
Fix so contactnotfound message is of type error not info
|
11 years ago |
Aleksander Machniak
|
b82fccfc69
|
Display loading message when loading identity frame
|
11 years ago |
Aleksander Machniak
|
067d3dc44a
|
Fix redundant/missing closing div tags
|
11 years ago |
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 |