Aleksander Machniak
|
12f1190a62
|
Fix typos in sql queries of garbage collector (expired -> expires)
|
12 years ago |
Aleksander Machniak
|
603e048f73
|
Fix thread cache syncronization/validation (#1489028)
|
12 years ago |
Aleksander Machniak
|
918a6a6e0e
|
Fix default sorting of threaded list when THREAD=REFS isn't supported.
The result need to be re-sorted even if sort column is not set. This fixes
the issue when new messages aren't displayed on top of the list.
|
12 years ago |
Aleksander Machniak
|
9ac4006d64
|
Remove duplicated focus() after opening print window
|
12 years ago |
Aleksander Machniak
|
36adaf630d
|
Improved width of message list menu dialog
|
12 years ago |
Aleksander Machniak
|
22d48c2697
|
Use global show_real_foldername setting instead archive_localize_name
|
12 years ago |
Thomas B.
|
c6a173f7f7
|
Merge pull request #80 from weisslj/fix-http-authentication-plugin
Fix http_authentication_host usage after logout
|
12 years ago |
Aleksander Machniak
|
ec532341ce
|
Fix list mode switch to 'List' after saving list settings in Larry skin (#1489164)
|
12 years ago |
Aleksander Machniak
|
f3b55ee8e8
|
Do not reset messages count in set_folder()
|
12 years ago |
Aleksander Machniak
|
a1679cb650
|
Use list input field for custom headers list
|
12 years ago |
Aleksander Machniak
|
b41c1d9498
|
Small css fixes
|
12 years ago |
Aleksander Machniak
|
a201e0704c
|
Small css fix
|
12 years ago |
Aleksander Machniak
|
bba7814efe
|
Simplify list inputs (remove add button)
|
12 years ago |
Aleksander Machniak
|
c6f0755860
|
Support string list arguments in filter form (#1489018)
|
12 years ago |
Aleksander Machniak
|
ae80b5a309
|
Fix error when there's no writeable addressbook source (#1489162)
|
12 years ago |
Aleksander Machniak
|
c6406eb1a9
|
Improved main preferences page performance by skipping form generation
when sections list is being build, CS fixes
|
12 years ago |
Aleksander Machniak
|
85e65c3c76
|
Improvements to PR merge "add option show_real_foldernames"
|
12 years ago |
Aleksander Machniak
|
174327c25c
|
Merge pull request #77 from dpc22/realnames
Add show_real_foldernames preference and configuration option.
|
12 years ago |
Aleksander Machniak
|
545559307e
|
Make sure to use threads result cached in-memory for correct folder
|
12 years ago |
Aleksander Machniak
|
49224720be
|
Fix zipdownload plugin issue with filenames charset (#1489156)
|
12 years ago |
Johannes Weißl
|
d9a8d210f5
|
Fix http_authentication_host usage
Without this fix it is impossible to use a host different from config
option "http_authentication_host" after logout (fixup aec2869 ).
|
12 years ago |
Aleksander Machniak
|
60b6d7c389
|
Fix database cache expunge issues (#1489149) - added 'expires' column
|
12 years ago |
Aleksander Machniak
|
d186405c00
|
Simplified db connection initialisation code
|
12 years ago |
Aleksander Machniak
|
66407a75d1
|
Fix date format issues on MS SQL Server (#1488918)
|
12 years ago |
Aleksander Machniak
|
b68e2355d7
|
Fix so non-inline images aren't skipped on forward (#1489150)
|
12 years ago |
Aleksander Machniak
|
1cdcafc7fc
|
Added more error checking in rcube_image::resize()
|
12 years ago |
Aleksander Machniak
|
a58c335769
|
Merge pull request #79 from rterzi/patch-1
Turkish translation fix
|
12 years ago |
Ramazan Terzi
|
3bc84f9caf
|
Turkish translation fix
|
12 years ago |
Aleksander Machniak
|
8f9a8b6fce
|
Fix decorated select width in Firefox
|
12 years ago |
Aleksander Machniak
|
76f4f7970d
|
Fix resolving /this/ in file_callback()
|
12 years ago |
Aleksander Machniak
|
61ccdfcfbb
|
Add imap_cache_ttl option to configure TTL of imap_cache
|
12 years ago |
Aleksander Machniak
|
67ac6e354a
|
Rename message_cache_lifetime to messages_cache_ttl option for naming consistency
|
12 years ago |
Aleksander Machniak
|
b07426f0c5
|
Make LDAP cache engine configurable via ldap_cache and ldap_cache_ttl options
|
12 years ago |
Aleksander Machniak
|
f658907731
|
Fix legacy options handling
|
12 years ago |
Aleksander Machniak
|
aa44ce6e97
|
Add optional argument to now() for simple interval calculations on SQL-side
|
12 years ago |
Aleksander Machniak
|
14226fc845
|
Use built-in sqlite functions to "emulate" now() and unix_timestamp()
|
12 years ago |
Aleksander Machniak
|
be4b5c2fe5
|
Fix "duplicate entry" errors on inserts to imap cache tables (#1489146)
|
12 years ago |
Aleksander Machniak
|
4fee776e51
|
Small code improvement
|
12 years ago |
Aleksander Machniak
|
de15846c54
|
Make update_quota public
|
12 years ago |
Aleksander Machniak
|
ee73a723f9
|
Improvements in garbage collector: created gc() method to run all
gc-related cleanups in one place, added posibility to run gc in
environments without session
|
12 years ago |
Thomas Bruederli
|
42de33c7de
|
Add option to use PHP's native session save handlers
|
12 years ago |
Aleksander Machniak
|
9749da9fcc
|
Fix possible wrong null assignment to innerHTML on IE10 (#1489145)
|
12 years ago |
Aleksander Machniak
|
abe798d905
|
Fix rcube_clone_object()
|
12 years ago |
Aleksander Machniak
|
3d78d55b5a
|
Move rcube_layer class to classic skin, it was used only there
|
12 years ago |
Aleksander Machniak
|
ad2ba95dcd
|
Fix so bounces addresses in Sender headers are skipped on Reply-All (#1489011)
|
12 years ago |
Aleksander Machniak
|
5df4fe56d5
|
Fix backward copat. with cached values serialized but not base64-encoded (#1489142)
|
12 years ago |
Aleksander Machniak
|
a6b0ca60a4
|
Fix bug where serialized strings were truncated in PDO::quote() (#1489142)
|
12 years ago |
Aleksander Machniak
|
d77e08729b
|
Fix removing flags from serialized object before saving it in DB
|
12 years ago |
Aleksander Machniak
|
15482bcade
|
Improved handling of Reply-To/Bcc addresses of identity in compose form (#1489016)
|
12 years ago |
Aleksander Machniak
|
cb3e2fe0c2
|
Fix displaying messages with invalid self-closing HTML tags (#1489137)
|
12 years ago |