Aleksander Machniak
|
571aa9b04e
|
Fix text wrapping issue with long unwrappable lines (#1489371)
Conflicts:
CHANGELOG
|
12 years ago |
Aleksander Machniak
|
57b44d2339
|
Fix typo: occured -> occurred (#1489366)
Conflicts:
CHANGELOG
installer/rcube_install.php
|
12 years ago |
Aleksander Machniak
|
bdc515d35c
|
Fixed issues where HTML comments inside style tag would hang Internet Explorer
Conflicts:
CHANGELOG
|
12 years ago |
Aleksander Machniak
|
6a76f22759
|
Fix error_reporting directive check (#1489323)
Conflicts:
CHANGELOG
program/lib/Roundcube/bootstrap.php
|
13 years ago |
Aleksander Machniak
|
262f485538
|
Fix issue where too big message data was stored in cache causing sql errors (#1489316)
Conflicts:
CHANGELOG
|
13 years ago |
Thomas Bruederli
|
183c7ffd32
|
Bump version and update Changelog
|
13 years ago |
Aleksander Machniak
|
74adada93c
|
Fix issue where legacy config was overriden by default config (#1489288)
Conflicts:
CHANGELOG
|
13 years ago |
Aleksander Machniak
|
c1a0b07242
|
Fix setting of Junk and NonJunk flags by markasjunk plugin (#1489285)
Added possibility to register flag mappings by a plugin.
Conflicts:
plugins/markasjunk/markasjunk.php
program/lib/Roundcube/rcube_imap_generic.php
|
13 years ago |
Aleksander Machniak
|
70eac89a5c
|
Fix so additional headers are added to all messages sent (#1489284)
Conflicts:
plugins/additional_message_headers/additional_message_headers.php
program/lib/Roundcube/rcube.php
|
13 years ago |
Aleksander Machniak
|
4db26a430b
|
Fix handling of non-default date formats (#1489294)
- remove ambiguous m/d/Y format from default config
Conflicts:
CHANGELOG
config/main.inc.php.dist
program/lib/Roundcube/rcube_utils.php
tests/Framework/Utils.php
|
13 years ago |
Aleksander Machniak
|
06efad1ac8
|
Fix last commit conflict
|
13 years ago |
Aleksander Machniak
|
e9c5b9f096
|
Fix unquoted path in PREG expression on Windows (#1489290)
Conflicts:
CHANGELOG
program/lib/Roundcube/bootstrap.php
|
13 years ago |
Thomas Bruederli
|
5a3eb6fdeb
|
Bump version for next release
|
13 years ago |
Thomas Bruederli
|
debd0f8515
|
Let the framework adjust the include_path if necessary
|
13 years ago |
Thomas Bruederli
|
c9192c1c73
|
Make session auth cookie name configurable
|
13 years ago |
Aleksander Machniak
|
216fdb891a
|
Fix base URL resolving on attribute values with no quotes (#1489275)
|
13 years ago |
Aleksander Machniak
|
17f11330f8
|
Fix wrong handling of links with '|' character (#1489276)
Conflicts:
CHANGELOG
tests/Framework/StringReplacer.php
|
13 years ago |
Aleksander Machniak
|
5591a63d70
|
Fix colorspace issue on image conversion using ImageMagick (#1489270) - s/RGB/sRGB/
|
13 years ago |
Aleksander Machniak
|
7adcd62f62
|
- Fix detecting Turkish language in ISO-8859-9 encoding (#1489252)
|
13 years ago |
Thomas Bruederli
|
8f14c5e1eb
|
Fix parsing of links with ... in URL (#1489192)
|
13 years ago |
Thomas Bruederli
|
8b31b0b6b4
|
Avoid session timeouts with memcache backend as proposed by D. Carter via users mailing list
|
13 years ago |
Aleksander Machniak
|
0cf43e310c
|
Fix IMAP SETMETADATA parameters quoting (#1489231)
Conflicts:
CHANGELOG
|
13 years ago |
Aleksander Machniak
|
00c2a90f69
|
Fix "could not load message" error on valid empty message body (#1489228)
Conflicts:
CHANGELOG
|
13 years ago |
Thomas Bruederli
|
e6a7be8b1f
|
Don't add filters for required fields which are already in search filter
|
13 years ago |
Aleksander Machniak
|
88e49b37f7
|
Fix parsing of square bracket characters in IMAP response strings (#1489223)
Conflicts:
program/lib/Roundcube/rcube_imap_generic.php
|
13 years ago |
Aleksander Machniak
|
6913c0ae86
|
Fix message list sort with THREADS=REFS and sort column other than "None" or "Sent date"
|
13 years ago |
Aleksander Machniak
|
d2fa254d90
|
Fix messages list sorting with THREAD=REFS
Conflicts:
CHANGELOG
|
13 years ago |
Aleksander Machniak
|
b96be346de
|
Canonize boolean ini_get() results (#1489189)
Conflicts:
CHANGELOG
program/lib/Roundcube/rcube.php
|
13 years ago |
Aleksander Machniak
|
dd12eec622
|
Fix so exported vCard specifies encoding in v3-compatible format (#1489183)
Conflicts:
CHANGELOG
|
13 years ago |
Thomas Bruederli
|
1f5557817f
|
Update changelog + bump version number
|
13 years ago |
Aleksander Machniak
|
35b0a75f72
|
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.
|
13 years ago |
Aleksander Machniak
|
55e60c6d85
|
Fix legacy options handling
Conflicts:
CHANGELOG
|
13 years ago |
Aleksander Machniak
|
ab05ee25c1
|
Fix backward copat. with cached values serialized but not base64-encoded (#1489142)
|
13 years ago |
Aleksander Machniak
|
72c8504b99
|
Fix bug where serialized strings were truncated in PDO::quote() (#1489142)
Conflicts:
CHANGELOG
program/lib/Roundcube/rcube_cache_shared.php
|
13 years ago |
Aleksander Machniak
|
6213c6a6e1
|
Fix removing flags from serialized object before saving it in DB
|
13 years ago |
Aleksander Machniak
|
1fe7d6ad75
|
Fix displaying messages with invalid self-closing HTML tags (#1489137)
|
13 years ago |
Aleksander Machniak
|
f031cb6c5e
|
Fix performance regression in text wrapping function (#1489133) - don't use iconv here
|
13 years ago |
Aleksander Machniak
|
983308e8b3
|
Fix connection to posgtres db using unix socket (#1489132)
Conflicts:
CHANGELOG
|
13 years ago |
Aleksander Machniak
|
f1c0c05223
|
Fix fatal error when xdebug.max_nesting_level was exceeded in rcube_washtml (#1489110)
|
13 years ago |
Aleksander Machniak
|
ace518fa6e
|
Fix PHP warning in html_table::set_row_attribs() in PHP 5.4 (#1489094)
|
13 years ago |
Aleksander Machniak
|
62766c9665
|
Print nicer error message when too old PHP version found - required by mysql driver (#1489099)
|
13 years ago |
Aleksander Machniak
|
9312ba2cb6
|
Fix fatal error when parsing UUencoded messages (#1489119)
Conflicts:
CHANGELOG
|
13 years ago |
Aleksander Machniak
|
20df06be5d
|
Fix another text wrapping issue (wrong handling of long unwrappable lines)
|
13 years ago |
Aleksander Machniak
|
656005f056
|
Catch warning on is_readable() failure (open_basedir restriction)
|
13 years ago |
Aleksander Machniak
|
6b6209b587
|
Bump version number here too
|
13 years ago |
Aleksander Machniak
|
bde85428d6
|
Fix handling of invalid email addresses in headers (#1489092)
Conflicts:
CHANGELOG
program/steps/mail/func.inc
|
13 years ago |
Aleksander Machniak
|
c8f5588c8a
|
Fix IMAP connection issue with default_socket_timeout < 0 and imap_timeout < 0 (#1489090)
|
13 years ago |
Aleksander Machniak
|
187cf5e1cd
|
Fix various PHP code bugs found using static analysis (#1489086)
Conflicts:
plugins/enigma/enigma.php
plugins/enigma/lib/enigma_engine.php
|
13 years ago |
Aleksander Machniak
|
78c270c9f2
|
Fix bugs caught by static analysis
|
13 years ago |
Aleksander Machniak
|
e4f288c3fe
|
Fix backslash character handling on vCard import (#1489085)
|
13 years ago |