Aleksander Machniak
2013-05-24 ec0f74a5b2eeca20c0f287985e7270685f54a37a
2013-05-24 Aleksander Machniak
Fix fatal error when xdebug.max_nesting_level was exceeded in rcube_washtml...
tree@ a89940 commitdiff
2013-05-24 Aleksander Machniak
Fix PHP warning in html_table::set_row_attribs() in PHP 5.4 (#1489094)
tree@ cb34c1 commitdiff
2013-05-24 Aleksander Machniak
Print nicer error message when too old PHP version found - required by mysq...
tree@ 52b256 commitdiff
2013-05-23 Aleksander Machniak
Fix fatal error when parsing UUencoded messages (#1489119)
tree@ bbd636 commitdiff
2013-05-23 Aleksander Machniak
Fix another text wrapping issue (wrong handling of long unwrappable lines)
tree@ db108e commitdiff
2013-05-22 Aleksander Machniak
Fix warning when using IP address as hostname in Net_Socket
tree@ c71281 commitdiff
2013-05-22 Aleksander Machniak
Catch warning on is_readable() failure (open_basedir restriction)
tree@ c16bd5 commitdiff
2013-05-16 Aleksander Machniak
Merge branch 'master' of github.com:roundcube/roundcubemail
tree@ 0bd1fa commitdiff
2013-05-16 Aleksander Machniak
Fix Net_Socket bug with no timeout (failed connection in managesieve plugin)
tree@ 893c27 commitdiff
2013-05-16 Thomas Bruederli
Move rcmail::deliver_message() to framework for common use
tree@ 0b9a7b commitdiff
2013-05-16 Aleksander Machniak
Added rcube_plugin::add_label() method
tree@ 52f2a6 commitdiff
2013-05-15 Aleksander Machniak
Simplify/fix debug lines truncation
tree@ 43079d commitdiff
2013-05-15 Aleksander Machniak
Fix SMTP connection using IPv6 address in smtp_server option (#1489024), up...
tree@ e5b376 commitdiff
2013-05-10 Aleksander Machniak
Fix handling of invalid email addresses in headers (#1489092)
tree@ fd0fd3 commitdiff
2013-05-08 Aleksander Machniak
Limit debug log entry (line) size to 4096 characters to prevent memory_limi...
tree@ 9b8d22 commitdiff
2013-05-07 Aleksander Machniak
Fix IMAP connection issue with default_socket_timeout < 0 and imap_timeout ...
tree@ 95b90b commitdiff
2013-05-07 Aleksander Machniak
Avoid uninitialized/unused variables
tree@ 3725cf commitdiff
2013-05-06 Aleksander Machniak
Fix various PHP code bugs found using static analysis (#1489086)
tree@ ce89ec commitdiff
2013-05-06 Aleksander Machniak
Fix bugs caught by static analysis
tree@ c027ba commitdiff
2013-05-05 Aleksander Machniak
Fix backslash character handling on vCard import (#1489085)
tree@ 3a0dc8 commitdiff
2013-05-05 Aleksander Machniak
Fix csv import from Thunderbird with French localization (#1489059)
tree@ 0b0cae commitdiff
2013-05-04 Zou Guangxian
* fixed: modsecurity warning: AppDefect: Cache-Control Response Header Miss...
tree@ 49311c commitdiff
2013-05-03 Thomas Bruederli
Check Google spell check service response for errors and report them accord...
tree@ b15cc7 commitdiff
2013-05-03 Thomas Bruederli
Experimental: refactored list.js and html_table class to render lists with ...
tree@ 517dae commitdiff
2013-05-03 Aleksander Machniak
Fix bug where multi-level quoting was replaced with one-level quoted text a...
tree@ b92ec5 commitdiff
2013-05-03 Aleksander Machniak
Fix another text wrap issue (added test case)
tree@ 2ce019 commitdiff
2013-05-01 Aleksander Machniak
Use create_function() instead of eval()
tree@ 4741d1 commitdiff
2013-05-01 Thomas Bruederli
Escape user input values when used in eval()
tree@ c2e1ab commitdiff
2013-05-01 Aleksander Machniak
Fix csv2vcard test
tree@ 38c19a commitdiff
2013-05-01 Aleksander Machniak
Fix Reply-To header handling in Reply-All action (#1489037)
tree@ d2dff5 commitdiff
2013-05-01 Aleksander Machniak
Fix so addressbook_search_mode works also for group search (#1489079)
tree@ ec4331 commitdiff
2013-04-30 Aleksander Machniak
Fix removal of a contact from a group in LDAP addressbook (#1489081)
tree@ 40d419 commitdiff
2013-04-30 Aleksander Machniak
Support CSV import from Atmail (#1489045)
tree@ 609483 commitdiff
2013-04-30 Aleksander Machniak
Inlcude SQL query in the log on SQL error (#1489064)
tree@ 8defd7 commitdiff
2013-04-29 Aleksander Machniak
Fix handling untagged responses in IMAP FETCH - "could not load message" er...
tree@ c6f5ad commitdiff
2013-04-28 Thomas Bruederli
Build plugin info from both package.xml and composer.json files; allow plug...
tree@ 378d6c commitdiff
2013-04-27 Aleksander Machniak
Add db_prefix configuration option in place of db_table_*/db_sequence_* opt...
tree@ 399db1 commitdiff
2013-04-26 Aleksander Machniak
Fix exit code on bootsrap errors in CLI mode (#1489044)
tree@ fbd213 commitdiff
2013-04-26 Aleksander Machniak
Fix error handling in CLI mode, use STDERR and non-empty exit code (#1489043)
tree@ f23ef1 commitdiff
2013-04-25 Thomas Bruederli
Extend fetched header block to 32K, require one of subjct, from or to headers
tree@ ddfdd8 commitdiff
2013-04-22 Aleksander Machniak
Fix incorrect handling of some specific links (#1489060)
tree@ 70229c commitdiff
2013-04-22 Aleksander Machniak
Fix another text wrapping issue
tree@ 1041aa commitdiff
2013-04-21 Aleksander Machniak
Fix incorrect handling of leading spaces in text wrapping
tree@ 7439d3 commitdiff
2013-04-19 Aleksander Machniak
Fix DB error when creating a new contact and a group is selected (#1489051)
tree@ 765268 commitdiff
2013-04-17 Aleksander Machniak
Allow onload attribute on iframe element
tree@ fe6268 commitdiff
2013-04-17 Aleksander Machniak
Add rcube_db::escape() method, fix escapeSimple() to use escape instead of ...
tree@ 282dff commitdiff
2013-04-17 Aleksander Machniak
Fix typo simpleEscape -> escapeSimple
tree@ c465ee commitdiff
2013-04-17 Aleksander Machniak
Add rcube_db::escapeSimple() method for backward compat.
tree@ 39a034 commitdiff
2013-04-15 Aleksander Machniak
Fix parsing invalid date string (#1489035)
tree@ b7570f commitdiff
2013-04-10 Thomas Bruederli
Set minimal permissions to temp files (#148899)
tree@ b413bb commitdiff
first | « prev | next »