Aleksander Machniak
|
090d3ed38c
|
Fix compat. with PHP 5.2 (#1489500)
|
11 years ago |
Thomas Bruederli
|
72975e1497
|
Move folder/directory list auto-scrolling functionality to treelist widget (same as auto-expand) and make it work without list header/footer blocks
|
11 years ago |
Aleksander Machniak
|
81297785e1
|
Merge branch 'master' of github.com:roundcube/roundcubemail
|
11 years ago |
Aleksander Machniak
|
b23b3f2c35
|
Fix case-sensitivity of email addresses handling on compose (#1485499)
|
11 years ago |
Aleksander Machniak
|
7e0d2d9d13
|
Merge branch 'master' of github.com:roundcube/roundcubemail
|
11 years ago |
Aleksander Machniak
|
4e040e304f
|
Add Filters tab using plugin API hook
|
11 years ago |
Aleksander Machniak
|
4957530dec
|
Fix an obvious mistake in search_once() casing wrong result when called
with empty 2nd argument (which also is not what should happen, should we return error?)
|
11 years ago |
Aleksander Machniak
|
7a3c0c96c4
|
Use '0' instead of 0, to fix possible issue.
|
11 years ago |
Thomas B.
|
2957e77fbc
|
Merge pull request #159 from JohnDoh/group_delete
re-add lost group_delete js event
|
11 years ago |
Aleksander Machniak
|
172302e2cf
|
Small perf. improvement
|
11 years ago |
Aleksander Machniak
|
ee43f09724
|
Fix possible warning when advances_prefs setting is not an array
|
11 years ago |
Aleksander Machniak
|
0301d9347f
|
CS fixes
|
11 years ago |
Aleksander Machniak
|
d575e46067
|
CS fixes
|
11 years ago |
Aleksander Machniak
|
f5d2eef55c
|
More CS fixes, replace global $CONFIG usage with $RCMAIL->config->get()
|
11 years ago |
Aleksander Machniak
|
ddc161721c
|
Fix default priority selection broken in last CS fix
|
11 years ago |
Aleksander Machniak
|
5e30349639
|
CS fixes
|
11 years ago |
Aleksander Machniak
|
30ceb69eb5
|
Fix fatal error after last fix
|
11 years ago |
Aleksander Machniak
|
0f16a0353c
|
CS fixes
|
11 years ago |
JohnDoh
|
1fdb55a99e
|
re-add lost group_delete js event
|
11 years ago |
Aleksander Machniak
|
14ace838c1
|
Fix references to 'default' skin
|
11 years ago |
Aleksander Machniak
|
10936fef64
|
Don't alter Message-ID of a draft when sending (#1489409)
|
11 years ago |
Aleksander Machniak
|
c7250749ab
|
Fix issue where deprecated syntax for HTML lists was not handled properly (#1488768)
|
11 years ago |
Aleksander Machniak
|
e1bb65c6d7
|
Optimised image
|
11 years ago |
Aleksander Machniak
|
3e98f8be71
|
Add some code for S/MIME signatures verification, update Crypt_GPG package
|
11 years ago |
Aleksander Machniak
|
c97625e02a
|
CS fixes
|
11 years ago |
Aleksander Machniak
|
da5fa28d57
|
Display different icons when Trash folder is empty or full (#1485775)
|
11 years ago |
Aleksander Machniak
|
772bec6789
|
Make addEventListener() chainable for better performance and compact code
Replace deperecated row_init usage with addEventListener('initrow')
|
11 years ago |
Aleksander Machniak
|
7b39845b3a
|
Update changelog
|
11 years ago |
Aleksander Machniak
|
440ca6292f
|
Merge pull request #156 from JohnDoh/previewtoggle
remember preview headers collapse status
|
11 years ago |
Aleksander Machniak
|
b3c034ce30
|
Merge pull request #157 from JohnDoh/trigger-insertrow
trigger insertrow JS event from compose screen address book widget
|
11 years ago |
Aleksander Machniak
|
ac0fc383fd
|
Fix so message flags modified by another client are applied on the list on refresh (#1485186)
|
11 years ago |
Aleksander Machniak
|
6b2b2eca5f
|
Remove deprecated functions (these listed in bc.php file) usage
|
11 years ago |
Aleksander Machniak
|
54029ea959
|
Fix broken text/* attachments when forwarding/editing a message (#1489426)
|
11 years ago |
Aleksander Machniak
|
5224a6b394
|
Make possible to get contact ID from HTML id attribute (#1489414)
|
11 years ago |
Aleksander Machniak
|
f6d23a8dce
|
Fix PHP warning when 1st argument of parse_host() is not a string (#1489486)
|
11 years ago |
Aleksander Machniak
|
c562a31681
|
Improved minified files handling, added css minification (#1486988)
|
11 years ago |
Aleksander Machniak
|
538e64c572
|
Fix Closure-compiler warnings, small code improvements
|
11 years ago |
Aleksander Machniak
|
774f9dc835
|
Fix replacing group name with group members on autocompletion
(for some addressbook plugins where email field is not a flat array)
|
11 years ago |
Aleksander Machniak
|
a520f331c1
|
Fix handling of X-Forwarded-For header with multiple addresses (#1489481)
|
11 years ago |
Aleksander Machniak
|
7b1969ad60
|
Fix icon on archive folder (after changes in classic skin) and
fix icon on subfolders of archive folder
|
11 years ago |
Aleksander Machniak
|
fad5feae26
|
Fix (improve fix for) folders list icons (#1489473)
|
11 years ago |
Aleksander Machniak
|
0c8049f226
|
Fix position of messages list column dragging layer when the list is scrolled down
|
11 years ago |
Aleksander Machniak
|
5c83393788
|
Fix border issue on folders list in classic skin (#1489473)
|
11 years ago |
Aleksander Machniak
|
acfbe5ff4c
|
Merge branch 'master' of github.com:roundcube/roundcubemail
Conflicts:
CHANGELOG
|
11 years ago |
Aleksander Machniak
|
9a0153324e
|
Implemented menu actions to copy/move messages, added folder-selector widget (#1484086)
|
11 years ago |
Aleksander Machniak
|
2dade15d83
|
Fix security rules in .htaccess preventing access to base URL without the ending slash (#1489477)
|
11 years ago |
Aleksander Machniak
|
4187b3e26f
|
Merge branch 'master' of github.com:roundcube/roundcubemail
|
11 years ago |
Aleksander Machniak
|
d19c0f9f30
|
In normalize_string() replace 4-byte unicode characters with '?' character.
These are not supported in default utf-8 charset on mysql,
the chance we'd need them in searching is very low.
|
11 years ago |
Aleksander Machniak
|
48660a881c
|
Fix use of non-existing localization label (#1489474)
|
11 years ago |
Aleksander Machniak
|
f896370557
|
Improved drag-n-drop layer: - do not auto-select children of collapsed threads,
display subjects in real order (not is selection order), some code improvements
|
11 years ago |