summaryrefslogtreecommitdiff
path: root/program/lib
AgeCommit message (Collapse)Author
2013-07-25Fix parsing of links with ... in URL (#1489192)Thomas Bruederli
2013-07-23Avoid session timeouts with memcache backend as proposed by D. Carter via ↵Thomas Bruederli
users mailing list
2013-07-08Fix IMAP SETMETADATA parameters quoting (#1489231)Aleksander Machniak
Conflicts: CHANGELOG
2013-07-08Fix "could not load message" error on valid empty message body (#1489228)Aleksander Machniak
Conflicts: CHANGELOG
2013-07-04Don't add filters for required fields which are already in search filterThomas Bruederli
2013-07-04Fix parsing of square bracket characters in IMAP response strings (#1489223)Aleksander Machniak
Conflicts: program/lib/Roundcube/rcube_imap_generic.php
2013-06-30Fix message list sort with THREADS=REFS and sort column other than "None" or ↵Aleksander Machniak
"Sent date"
2013-06-29Fix messages list sorting with THREAD=REFSAleksander Machniak
Conflicts: CHANGELOG
2013-06-20Canonize boolean ini_get() results (#1489189)Aleksander Machniak
Conflicts: CHANGELOG program/lib/Roundcube/rcube.php
2013-06-18Fix so exported vCard specifies encoding in v3-compatible format (#1489183)Aleksander Machniak
Conflicts: CHANGELOG
2013-06-13Update changelog + bump version numberThomas Bruederli
2013-06-13Fix default sorting of threaded list when THREAD=REFS isn't supported.Aleksander Machniak
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.
2013-06-05Fix legacy options handlingAleksander Machniak
Conflicts: CHANGELOG
2013-06-02Fix backward copat. with cached values serialized but not base64-encoded ↵Aleksander Machniak
(#1489142)
2013-06-02Fix bug where serialized strings were truncated in PDO::quote() (#1489142)Aleksander Machniak
Conflicts: CHANGELOG program/lib/Roundcube/rcube_cache_shared.php
2013-06-02Fix removing flags from serialized object before saving it in DBAleksander Machniak
2013-05-31Fix displaying messages with invalid self-closing HTML tags (#1489137)Aleksander Machniak
2013-05-30Fix performance regression in text wrapping function (#1489133) - don't use ↵Aleksander Machniak
iconv here
2013-05-29Fix connection to posgtres db using unix socket (#1489132)Aleksander Machniak
Conflicts: CHANGELOG
2013-05-24Fix fatal error when xdebug.max_nesting_level was exceeded in rcube_washtml ↵Aleksander Machniak
(#1489110)
2013-05-24Fix PHP warning in html_table::set_row_attribs() in PHP 5.4 (#1489094)Aleksander Machniak
2013-05-24Print nicer error message when too old PHP version found - required by mysql ↵Aleksander Machniak
driver (#1489099)
2013-05-23Fix fatal error when parsing UUencoded messages (#1489119)Aleksander Machniak
Conflicts: CHANGELOG
2013-05-23Fix another text wrapping issue (wrong handling of long unwrappable lines)Aleksander Machniak
2013-05-22Catch warning on is_readable() failure (open_basedir restriction)Aleksander Machniak
2013-05-16Bump version number here tooAleksander Machniak
2013-05-10Fix handling of invalid email addresses in headers (#1489092)Aleksander Machniak
Conflicts: CHANGELOG program/steps/mail/func.inc
2013-05-07Fix IMAP connection issue with default_socket_timeout < 0 and imap_timeout < ↵Aleksander Machniak
0 (#1489090)
2013-05-06Fix various PHP code bugs found using static analysis (#1489086)Aleksander Machniak
Conflicts: plugins/enigma/enigma.php plugins/enigma/lib/enigma_engine.php
2013-05-06Fix bugs caught by static analysisAleksander Machniak
2013-05-05Fix backslash character handling on vCard import (#1489085)Aleksander Machniak
2013-05-05Fix csv import from Thunderbird with French localization (#1489059)Aleksander Machniak
2013-05-04* fixed: modsecurity warning: AppDefect: Cache-Control Response Header ↵Zou Guangxian
Missing 'no-store' flag. http://websecuritytool.codeplex.com/wikipage?title=Checks#http-cache-control-header-no-store
2013-05-03Fix bug where multi-level quoting was replaced with one-level quoted text ↵Aleksander Machniak
after format=flowed wrapping
2013-05-03Fix another text wrap issue (added test case)Aleksander Machniak
2013-05-01Escape user input values when used in eval()Thomas Bruederli
2013-05-01Fix Reply-To header handling in Reply-All action (#1489037)Aleksander Machniak
2013-05-01Fix so addressbook_search_mode works also for group search (#1489079)Aleksander Machniak
2013-04-30Fix removal of a contact from a group in LDAP addressbook (#1489081)Aleksander Machniak
Conflicts: CHANGELOG
2013-04-30Inlcude SQL query in the log on SQL error (#1489064)Aleksander Machniak
2013-04-29Fix handling untagged responses in IMAP FETCH - "could not load message" ↵Aleksander Machniak
error (#1489074)
2013-04-26Fix exit code on bootsrap errors in CLI mode (#1489044)Aleksander Machniak
2013-04-26Fix error handling in CLI mode, use STDERR and non-empty exit code (#1489043)Aleksander Machniak
Conflicts: program/lib/Roundcube/rcube.php
2013-04-25Extend fetched header block to 32K, require one of subjct, from or to headersThomas Bruederli
2013-04-22Fix incorrect handling of some specific links (#1489060)Aleksander Machniak
Conflicts: program/lib/Roundcube/rcube_string_replacer.php
2013-04-22Fix another text wrapping issueAleksander Machniak
2013-04-21Fix incorrect handling of leading spaces in text wrappingAleksander Machniak
2013-04-19Fix DB error when creating a new contact and a group is selected (#1489051)Aleksander Machniak
2013-04-18Fix typosVictor Benincasa
Allows the new_user_dialog plugin to work properly
2013-04-17Add rcube_db::escape() method, fix escapeSimple() to use escape instead of ↵Aleksander Machniak
quote()