Thomas Bruederli
|
586ed69aa8
|
Add method to make a treelist widget become a jQuery UI droppable with support for auto-scrolling and auto-expanding
|
12 years ago |
Thomas Bruederli
|
809f9d11bd
|
Merge branch 'master' of github.com:roundcube/roundcubemail
|
12 years ago |
Aleksander Machniak
|
a62cc30cb4
|
Small code improvements
|
12 years ago |
Aleksander Machniak
|
2441264d00
|
Improved folders sorting by name - use Intl.Collator if supported
|
12 years ago |
Aleksander Machniak
|
20ef295ba8
|
Fix UTF7-IMAP encoding detection (fixes folders list sorting)
|
12 years ago |
Aleksander Machniak
|
8d7f42389c
|
Support csv contacts import in German localization (#1489920)
|
12 years ago |
Thomas Bruederli
|
17acd5ccda
|
Use public property instead of setter method to improve compatibility
|
12 years ago |
Aleksander Machniak
|
5bf83d551e
|
Fix unintentional line-height style modification in HTML messages (#1489917)
|
12 years ago |
Aleksander Machniak
|
a3e01c0517
|
Plugin API: Add folder and uid arguments to message_headers_output hook
|
12 years ago |
Aleksander Machniak
|
49dad5f669
|
Fix broken normalize_string(), add support for ISO-8859-2
|
12 years ago |
Aleksander Machniak
|
a7dad44267
|
Skip setting button state (css classes, etc.) if the state didn't change
- this fixes disappearing listmode selection after clicking search reset button
|
12 years ago |
Aleksander Machniak
|
ccf5a4f18d
|
Silence PHP Warning: strtolower() expects parameter 1 to be string
|
12 years ago |
Aleksander Machniak
|
010a942025
|
Silence possible PHP Warning: file_exists(): open_basedir restriction in effect.
|
12 years ago |
Aleksander Machniak
|
10a3972313
|
CS fixes
|
12 years ago |
Aleksander Machniak
|
081f3b7d52
|
Bring back forcing of string type for folders list items (removed unintentionally by last commit)
|
12 years ago |
Aleksander Machniak
|
693612d396
|
Improve performance of sort_folder_list() method.
Now sorting 25k folders takes around 3 seconds.
|
12 years ago |
Thomas Bruederli
|
b38f83bb27
|
Merge branch 'master' of github.com:roundcube/roundcubemail
|
12 years ago |
Thomas Bruederli
|
14291c79db
|
Add option to suppress session data writes to DB
|
12 years ago |
Thomas Bruederli
|
1a5d981a44
|
Fix debug output
|
12 years ago |
Aleksander Machniak
|
899e070f8e
|
Fix message un-selection on the list (#1489906)
|
12 years ago |
Aleksander Machniak
|
079be2c2fb
|
If search string cannot be converted to ASCII (result is an empty string) use the original string (#1489911)
|
12 years ago |
Thomas Bruederli
|
939380da27
|
Don't list empty (nil) metadata entries to save memory anc caching space
|
12 years ago |
Thomas Bruederli
|
5793309478
|
Limit cache data size to avoid database errors
|
12 years ago |
Aleksander Machniak
|
bb57fca320
|
Fix so current page is reset on list-mode change (#1489907)
|
12 years ago |
Aleksander Machniak
|
8833432c61
|
Fix wrong set-listmode command (button) status set by getunread request
|
12 years ago |
Aleksander Machniak
|
82ed256f6e
|
Fix incorrect handling of HTML comments in messages sanitization code (#1489904)
|
12 years ago |
Aleksander Machniak
|
59b765d839
|
Don't remove links when html signature is converted to text (#1489621)
Fix so when switching editor mode original version of signature is used (#1488849)
|
12 years ago |
Aleksander Machniak
|
efc470f0ac
|
Merge branch 'dev-text2html'
Conflicts:
program/js/app.js
Fix handling magic_quotes in rcube_text2html and rcube_html2text - move
stripslashes from these classes to action files
|
12 years ago |
Aleksander Machniak
|
f1aaca6807
|
Improve variables scope: rcmail -> ref
|
12 years ago |
Aleksander Machniak
|
001d337b37
|
Fix handling unicode characters in links (#1489898)
|
12 years ago |
Thomas Bruederli
|
eb62a816fb
|
Merge branch 'master' of github.com:roundcube/roundcubemail
|
12 years ago |
Thomas Bruederli
|
072f1aa97b
|
Minor fixes for teelist searching
|
12 years ago |
Aleksander Machniak
|
47a7833aca
|
CS fixes
|
12 years ago |
Aleksander Machniak
|
963499a17e
|
Plugin API: added imap_search_before hook
|
12 years ago |
Aleksander Machniak
|
c0a5aa5f5f
|
Improved handling of new-lines in quoted paragraphs on text2html conversion
|
12 years ago |
Thomas Bruederli
|
b08986f375
|
Small improvements to make treelist work in search-mode
|
12 years ago |
Aleksander Machniak
|
b5c6086eea
|
Fix malformed References: header in send/saved mail (#1489891) - update Mail_mime to 1.8.9 version
|
12 years ago |
Aleksander Machniak
|
f0992426d9
|
Bring back the old behaviour where text messages without format=flowed are auto-wrapped.
Make it the default in text2html class.
|
12 years ago |
Thomas Bruederli
|
1ee5d134f9
|
Fix invalid var pointer
|
12 years ago |
Thomas Bruederli
|
e3f84735d7
|
Extend treelist.js with search function and saving collapse/expand states in localStorage
|
12 years ago |
Aleksander Machniak
|
b3db98dd1e
|
Fix some typos and skip some function calls irrelevant in multi-folder mode
|
12 years ago |
Aleksander Machniak
|
1053ae5e72
|
Merge branch 'dev-text2html' of github.com:roundcube/roundcubemail into dev-text2html
|
12 years ago |
Aleksander Machniak
|
e2b4760e84
|
Fix invalid closing tag
|
12 years ago |
Aleksander Machniak
|
7d3d62e5ed
|
Fix unintentional draft autosave request if autosave is disabled (#1489882)
|
12 years ago |
Thomas Bruederli
|
b693dcf4e3
|
Merge branch 'master' of github.com:roundcube/roundcubemail
|
12 years ago |
Thomas Bruederli
|
5983ba959d
|
Create treetoggle icons if necessary
|
12 years ago |
Aleksander Machniak
|
ffc74814c1
|
Optimize "empty" framed pages size (#1489792)
|
12 years ago |
Aleksander Machniak
|
3d36e83806
|
Performance fix: don't send vcard/photo data to the browser after contact update
|
12 years ago |
Aleksander Machniak
|
2b72ec46a7
|
Bypass cache when counting EXISTS messages
|
12 years ago |
Aleksander Machniak
|
8f57ce136b
|
Code improvements
|
12 years ago |