Thomas Bruederli
3e09bcdef0
Generate random hash for the per-user local storage prefix ( #1490279 ); only unserialize user prefs once
11 years ago
Aleksander Machniak
8f74b23dd2
Fix backtick character handling in sql queries ( #1490312 )
11 years ago
Thomas Bruederli
50e1ca2814
Fix submission of _reload parameter when switching address books
11 years ago
Aleksander Machniak
b9f8bb3cab
Fix bug where TinyMCE area height was too small on slow network connection ( #1490310 )
11 years ago
Aleksander Machniak
6855623cf5
Fix bug where spellchecking in HTML editor do not work after switching editor type more than once ( #1490311 )
11 years ago
Aleksander Machniak
5c74c978f8
Update TinyMCE cache_suffix (forgot to do this after last update)
11 years ago
Aleksander Machniak
2d5b35eb5b
Upgrade TinymCE to version 4.1.9
11 years ago
Aleksander Machniak
ef09b2751b
Fix rows count when messages search fails ( #1490266 )
11 years ago
Aleksander Machniak
2ea55829be
(Properly) reset search filter on reset-search action
11 years ago
Aleksander Machniak
1e7c877a66
Reset search filter on folder selection and search reset
11 years ago
Aleksander Machniak
100fea325e
Unified request* event arguments handling, added support for _unlock and _action parameters
11 years ago
Aleksander Machniak
5bdd767a48
Fix so search filter, scope and fields are reset on folder change
11 years ago
Aleksander Machniak
c13dd984e1
Fix Opera browser detection in javascript ( #1490307 )
11 years ago
Aleksander Machniak
26c9930103
get_part_content() -> get_part_body()
11 years ago
Aleksander Machniak
d8efe06f4c
Update to TinyMCE 4.1.8
11 years ago
Aleksander Machniak
14f4633b0b
Remove redundant encoding of message subject with mb_encode_mimeheader() ( #1490295 )
11 years ago
Aleksander Machniak
d093e96ec2
Fix javascript error after creating a folder which is a subfolder of another one ( #1490297 )
11 years ago
Aleksander Machniak
199446c16d
Fix so localized folder name is displayed in multi-folder search result ( #1490243 )
11 years ago
Aleksander Machniak
df4243b80a
Fix duplicate entry on timezones list in rcube_config::timezone_name_from_abbr() ( #1490293 )
11 years ago
Aleksander Machniak
5bb2fe27a0
Fix parsing ldap URI for cases where hostname is non-empty
11 years ago
Aleksander Machniak
b7048d8d2d
Fix parsing invalid HTML messages with BOM after <!DOCTYPE> ( #1490291 )
11 years ago
Aleksander Machniak
2799f049bb
Fix "Non-static method PEAR::isError() should not be called statically" errors ( #1490281 )
11 years ago
Aleksander Machniak
ab84cc15e5
Reset default db_max_allowed_packet, fix max packet size detection
11 years ago
Aleksander Machniak
f985cbedc6
Fix duplicate entries supression in autocomplete result ( #1490290 )
11 years ago
Aleksander Machniak
f129972361
Improve compose_search_name() to not return "email@address <email@address>" entries
...
which may happen for contacts without name(s)
11 years ago
Aleksander Machniak
b56a3b00f0
Don't sent the message again in saveonly mode
11 years ago
Aleksander Machniak
16c326380d
Improved handling of storage errors after message is sent
...
After sending a message it is stored in Sent folder, this operation
may fail, e.g. because of "over quota" error. In such a case we'll
not close the compose window, but display the error and, if user clicks
Send/Save button, we'll display a dialog informing about the situation and
providing an option to try the save operation again.
11 years ago
Aleksander Machniak
bbbd02bd6a
Fix so "over quota" errors are displayed also in message compose page
...
This also fixes over quota responses on cyrus imap which uses "Over quota" string and no error identifier.
11 years ago
Thomas Bruederli
230ec1104f
Update internal reference to treelist node contents after insert. Fixes some strange behavior in FF 3.6
11 years ago
Aleksander Machniak
44f58b0bcb
Add possibility to configure max_allowed_packet value for all database engines ( #1490283 )
11 years ago
Aleksander Machniak
cd8bcf3801
Fix "PHP Fatal error: Call to a member function getMessage() on a non-object"
11 years ago
Aleksander Machniak
1cb0b1481d
Use also Organization field as a fallback if contact has no name(s) specified
11 years ago
Aleksander Machniak
ce08e08dad
Fix cursor position on reply below the quote in HTML mode ( #1490263 )
...
Also other cursor position inconsistency. Additionally fixed
invisible cursor in HTML editor in older Firefox browser versions.
11 years ago
Aleksander Machniak
9e147a36ad
Fix fatal errors on systems without mbstring extension or mb_regex_encoding() function ( #1490280 )
11 years ago
Aleksander Machniak
334eb48cfe
Merge branch 'release-1.1' of github.com:roundcube/roundcubemail into release-1.1
...
Conflicts:
CHANGELOG
11 years ago
Aleksander Machniak
99dafc41a3
Fix missing or not up-to-date CATEGORIES entry in vCard export ( #1490277 )
...
Conflicts:
CHANGELOG
11 years ago
Aleksander Machniak
c8468c2960
Really fix unwanted warning on BMP attachments ( #1490269 )
11 years ago
Aleksander Machniak
825b2b9ab9
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.
11 years ago
Aleksander Machniak
ca85a8e32c
Fix handling of some improper constructs in format=flowed text as per the RFC3676[4.5] ( #1490284 )
11 years ago
Aleksander Machniak
afd5e4f8a9
Fix needless security warning on BMP attachments display ( #1490282 )
11 years ago
Aleksander Machniak
dab95db19c
Fix setting max packet size for DB caches and check packet size also in shared cache
...
Conflicts:
CHANGELOG
11 years ago
Aleksander Machniak
cd51e611ff
Fix saving/sending emoticon images when assets_dir is set (Kolab #4608 )
11 years ago
Aleksander Machniak
9920097bfc
Add possibility to print contact information (of a single contact)
11 years ago
Aleksander Machniak
9ed3c429eb
Fix a regression where some contact data was missing in export and PHP warnings were logged (Kolab #4522 )
11 years ago
Aleksander Machniak
9ed6d46df7
Fix refreshing of drafts list when sending a message which was saved in meantime ( #1490238 )
11 years ago
Thomas B.
38b42e96af
Merge pull request #265 from kanarip/master
...
Allow the timeout and retry interval for memcached to be configured
11 years ago
Jeroen van Meeuwen (Kolab Systems)
c3e441044d
Allow the timeout and retry interval for memcached servers to be configured
11 years ago
Thomas Bruederli
2f8b1036da
Bump version and copyright year
11 years ago
Thomas Bruederli
36147bd6df
Update localizations from Transifex
11 years ago
Aleksander Machniak
56040b941c
Fix so JSON.parse() errors on localStorage items are ignored ( #1490249 )
11 years ago