Age | Commit message (Collapse) | Author |
|
default value (#1488300)
|
|
|
|
|
|
|
|
|
|
PHP5.3 it's possible
to set session.hash_function to any hash algorithm that would produce strings
up to 128 characters long (#1488196)
|
|
|
|
|
|
- Fixed message ID updates in cache
- Changed message flags handling + some fixes (e.g. fixed messages listing after delete)
|
|
Indexes are stored in a separate table, so there's no need to store all messages in a folder
Added threads data caching
Flags are stored separately, so flag change doesn't cause DELETE+INSERT, just UPDATE
- Partial QRESYNC support
- Improved FETCH response handling
- Improvements in response tokenization method
|
|
|
|
|
|
- Added spellchecker exceptions dictionary (shared or per-user)
- Added possibility to ignore words containing caps, numbers, symbols (spellcheck_ignore_* options)
|
|
|
|
|
|
(#1487725)
- Fix handling of folders that doesn't belong to any namespace (#1487637)
|
|
|
|
installer with new features and styles
|
|
Improves performance and fixes problem with contactgroupmembers table creation on MySQL 4.x
|
|
|
|
|
|
- Added email format checks when saving contacts data
|
|
|
|
|
|
|
|
|
|
|
|
|
|
cleanup script
|
|
|
|
|
|
|
|
|
|
|
|
|
|
(#1486474)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
session_gc
- trust DB server's time when "touching" cache and messages tables
|
|
- Fix session timeout when DB server got clock skew (#1485490)
|
|
|
|
|
|
|
|
|
|
|