Aleksander Machniak
|
0c08b04778
|
Fix issues when using moduserprefs.sh without --user argument (#1490399)
|
10 years ago |
Aleksander Machniak
|
59d11dce33
|
Small code improvement
|
10 years ago |
Aleksander Machniak
|
c4ad7edd53
|
Fix font artifacts in text2html conversion (#1490353)
Use white-space:nowrap elements instead of unicode word-joiner character
|
10 years ago |
Aleksander Machniak
|
b120d42f5b
|
Improved cache index changes detection (again)
|
10 years ago |
Aleksander Machniak
|
044c1a0523
|
Simplified code + some CS fixes
|
10 years ago |
Aleksander Machniak
|
652e11f82e
|
Fix missing index update after write() call
|
10 years ago |
Aleksander Machniak
|
b1e35a685c
|
Performance: Improve changes detection, so we update index only if needed
|
10 years ago |
Aleksander Machniak
|
11d5e7c100
|
Implemented memcache_debug also for session operations
|
10 years ago |
Aleksander Machniak
|
9ed8584c3e
|
Count memcache/apc debug lines
|
10 years ago |
Aleksander Machniak
|
fff8e0f2ae
|
Fix possible memcache/apc cache data consistency issues (#1490390)
And removed unused code
|
10 years ago |
Aleksander Machniak
|
247b845a8e
|
Workaround possible issue where some keys were ignored when deleting cached entries
by key name prefix and keys index is in inconsistent state (does not contain all keys)
|
10 years ago |
Aleksander Machniak
|
44708ec647
|
Implemented memcache_debug and apc_debug options for cache operations tracking
|
10 years ago |
Aleksander Machniak
|
bb21913387
|
Fix mb_substitute_character() use
|
10 years ago |
Aleksander Machniak
|
966a9086a5
|
Fix rcube_charset::clean() for case when mbstring and iconv are not installed
|
10 years ago |
Aleksander Machniak
|
1422b0823e
|
Fix bug where messages count was not updated after message move/delete with skip_deleted=false (#1490372)
|
10 years ago |
Thomas Bruederli
|
0f63418b7e
|
Use Net_LDAP3::domain_root_dn() to resolve the domain DN for the %dc variable; replaces PR #268
|
10 years ago |
Aleksander Machniak
|
1d0ffdc2ac
|
Fix decoding array headers
|
10 years ago |
Aleksander Machniak
|
5b737d9f8d
|
Fix bug where some unrelated attachments in multipart/related message were not listed (#1490355)
|
10 years ago |
Aleksander Machniak
|
d86ff98339
|
Fix font artifact in Google Chrome on Windows (#1490353)
|
10 years ago |
Aleksander Machniak
|
53cbebf8ad
|
Fix handling spaces after <br> on html2text conversion
|
10 years ago |
Aleksander Machniak
|
d61d668b64
|
Remove useless code
|
10 years ago |
Aleksander Machniak
|
292292df32
|
Fix so unrecognized TNEF attachments are displayed on the list of attachments (#1490351)
|
10 years ago |
Aleksander Machniak
|
98e4614b0d
|
Fix so text/calendar parts are listed as attachments even if not marked as such (#1490325)
|
10 years ago |
Aleksander Machniak
|
48d01837a0
|
Fix tables listing routine on mysql and postgres so it skips system or other database tables and views (#1490337)
|
10 years ago |
Aleksander Machniak
|
5a4f3f8266
|
Remove Kolab's hack for Cyrus Murder bug in SETANNOTATION - it's not needed anymore
|
10 years ago |
Aleksander Machniak
|
3d6ce95009
|
Fix PHP warning: Non-static method PEAR::setErrorHandling() should not be called statically (#1490343)
|
10 years ago |
Aleksander Machniak
|
8eeb721bd6
|
Fix unintended DB session expiration - lost variable in refactoring (#1490316)
|
10 years ago |
Thomas Bruederli
|
e2fb340289
|
Remove obsolete mt_srand() calls
|
10 years ago |
Thomas Bruederli
|
a74d023903
|
Generate random hash for the per-user local storage prefix (#1490279); only unserialize user prefs once
|
10 years ago |
Aleksander Machniak
|
496972bf95
|
Fix backtick character handling in sql queries (#1490312)
|
10 years ago |
Thomas Bruederli
|
5def0d8e9e
|
Ignore plugin loading filter if force parameter is set
|
10 years ago |
Thomas Bruederli
|
87ff88d550
|
Fix session garbage collector handler registration after refactoring
|
10 years ago |
Thomas Bruederli
|
aafc050f55
|
Fix rcube_contacts::search() calls with empty search string but $required argument
|
10 years ago |
Aleksander Machniak
|
9af8e22b8e
|
Plugin API: added message_part_body hook, fixes around message structure handling by plugins
|
10 years ago |
Thomas B.
|
2755471f33
|
Merge pull request #257 from corbosman/session_refactor
Merging session refactor into master
|
10 years ago |
Aleksander Machniak
|
6cdffbf1b6
|
Fix "PHP Fatal error: Using $this when not in object context"
|
10 years ago |
corbosman
|
82058d7af2
|
minor fixes
|
10 years ago |
Thomas Bruederli
|
8e333bcb66
|
Only normalize search term when searching in 'words' column
|
10 years ago |
Thomas Bruederli
|
3bd0277261
|
Fix full-text searching in a given list of fields
|
10 years ago |
Thomas Bruederli
|
fd259bed69
|
Adapt fulltext search in local address book to ignore words order
|
10 years ago |
Thomas Bruederli
|
c32998084d
|
Add untility function to match strings ignoring word order
|
10 years ago |
Thomas Bruederli
|
36ee2c8427
|
Improve LDAP search by ignoring words order in fuzzy substring matching mode
|
10 years ago |
Thomas Bruederli
|
83eeec6c06
|
Add utility function to compose a full-text-like LDAP search filter
|
10 years ago |
corbosman
|
6e3d249655
|
remove commented out code
|
10 years ago |
corbosman
|
b4be89bdac
|
use factory
|
10 years ago |
Aleksander Machniak
|
a4ef49d6cf
|
Fix duplicate entry on timezones list in rcube_config::timezone_name_from_abbr() (#1490293)
|
10 years ago |
Aleksander Machniak
|
5aa1d2005b
|
Fix parsing ldap URI for cases where hostname is non-empty
|
10 years ago |
Aleksander Machniak
|
759566fe99
|
Fix parsing invalid HTML messages with BOM after <!DOCTYPE> (#1490291)
|
10 years ago |
Aleksander Machniak
|
b59b72cc30
|
Fix "Non-static method PEAR::isError() should not be called statically" errors (#1490281)
|
10 years ago |
Aleksander Machniak
|
2a31f6dbd7
|
Reset default db_max_allowed_packet, fix max packet size detection
|
10 years ago |