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 |
Aleksander Machniak
|
83f1f6b12f
|
Improve compose_search_name() to not return "email@address <email@address>" entries
which may happen for contacts without name(s)
|
10 years ago |
Aleksander Machniak
|
8f485469c7
|
Add possibility to configure max_allowed_packet value for all database engines (#1490283)
|
10 years ago |
Aleksander Machniak
|
62b847bea3
|
Fix "PHP Fatal error: Call to a member function getMessage() on a non-object"
|
10 years ago |
Aleksander Machniak
|
75e8a7d313
|
Really make sure plugins aren't initialized twice
|
10 years ago |
Aleksander Machniak
|
4d90e6596d
|
Use also Organization field as a fallback if contact has no name(s) specified
|
10 years ago |
Aleksander Machniak
|
6c8cbe3ee5
|
Fix regression where require_plugin() wasn't initializing the plugin
|
10 years ago |
Aleksander Machniak
|
f070da7c27
|
Fix fatal errors on systems without mbstring extension or mb_regex_encoding() function (#1490280)
|
10 years ago |
Aleksander Machniak
|
bd82526e41
|
Fix missing or not up-to-date CATEGORIES entry in vCard export (#1490277)
|
10 years ago |
Aleksander Machniak
|
c7b77b9179
|
Fix performance of rcube_db_mysql::get_variable()
As currently we're using this to find only max_allowed_packet value,
it is better to use "SHOW VARIABLES LIKE ?" instead of asking for all variables.
|
10 years ago |
Aleksander Machniak
|
13e0a6556f
|
Fix handling of some improper constructs in format=flowed text as per the RFC3676[4.5] (#1490284)
|
10 years ago |
corbosman
|
4df4ab5007
|
session refactor and add redis driver
|
10 years ago |
Aleksander Machniak
|
50b04366ee
|
Merge branch 'master' of github.com:roundcube/roundcubemail
Conflicts:
CHANGELOG
|
10 years ago |
Aleksander Machniak
|
81d4ff214e
|
Fix setting max packet size for DB caches and check packet size also in shared cache
|
10 years ago |
Aleksander Machniak
|
3665d1e8ec
|
Merge pull request #259 from corbosman/plugin_preload
Plugin preload
|
10 years ago |
Aleksander Machniak
|
3779b67a9c
|
Set version number to 1.2-git
|
10 years ago |
Thomas B.
|
38b42e96af
|
Merge pull request #265 from kanarip/master
Allow the timeout and retry interval for memcached to be configured
|
10 years ago |
Jeroen van Meeuwen (Kolab Systems)
|
c3e441044d
|
Allow the timeout and retry interval for memcached servers to be configured
|
10 years ago |
Thomas Bruederli
|
2f8b1036da
|
Bump version and copyright year
|
10 years ago |