You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Aleksander Machniak
3a54cc5013
Fix rcube_utils::explode_quoted_string() with explode(), added tests
|
12 years ago |
.. |
clisetup.php
|
CS fixes (mostly tab -> spaces)
|
12 years ago |
html.php
|
New feature: display attached images as thumbnails below message body
|
12 years ago |
iniset.php
|
Improved error message when setting required options fails (#1488682)
|
12 years ago |
rcmail.php
|
Renamed config options: keep_alive to refresh_interval, min_keep_alive to min_refresh_interval
|
12 years ago |
rcube.php
|
Simplify keep-alive action. Now the interval is based on session_lifetime,
|
12 years ago |
rcube_addressbook.php
|
Remove duplicates from get_col_values() result in flat mode
|
12 years ago |
rcube_base_replacer.php
|
Removed $Id$
|
13 years ago |
rcube_bc.inc
|
Fix deprecated functions usage
|
12 years ago |
rcube_browser.php
|
CS fixes, mostly indentation
|
12 years ago |
rcube_cache.php
|
CS fixes (mostly tab -> spaces)
|
12 years ago |
rcube_charset.php
|
Move BIG5 at the end of charsets list in detect()
|
12 years ago |
rcube_config.php
|
Renamed config options: keep_alive to refresh_interval, min_keep_alive to min_refresh_interval
|
12 years ago |
rcube_contacts.php
|
Don't use protected property rcube_db::$db_error
|
13 years ago |
rcube_content_filter.php
|
Removed $Id$
|
13 years ago |
rcube_db.php
|
Define public property 'db_provider' in pdo classes. That is used in various places, especially the installer
|
12 years ago |
rcube_db_mssql.php
|
Define public property 'db_provider' in pdo classes. That is used in various places, especially the installer
|
12 years ago |
rcube_db_mysql.php
|
Make sure affected_rows() method returns expected (consistent with other RDBMSes) result on MySQL
|
12 years ago |
rcube_db_pgsql.php
|
Define public property 'db_provider' in pdo classes. That is used in various places, especially the installer
|
12 years ago |
rcube_db_sqlite.php
|
Define public property 'db_provider' in pdo classes. That is used in various places, especially the installer
|
12 years ago |
rcube_db_sqlsrv.php
|
Define public property 'db_provider' in pdo classes. That is used in various places, especially the installer
|
12 years ago |
rcube_image.php
|
New feature: display attached images as thumbnails below message body
|
12 years ago |
rcube_imap.php
|
BINARY extension can't be used with $formatting=true on binary content
|
12 years ago |
rcube_imap_cache.php
|
Fix deprecated functions usage
|
12 years ago |
rcube_imap_generic.php
|
BINARY extension can't be used with $formatting=true on binary content
|
12 years ago |
rcube_ldap.php
|
Fix warning when 'autovalues' property isn't set
|
12 years ago |
rcube_message.php
|
Fix handling of text/enriched content on message reply/forward/edit
|
12 years ago |
rcube_message_header.php
|
Decode header value in rcube_mime::get() by default (#1488511)
|
13 years ago |
rcube_message_part.php
|
Removed $Id$
|
13 years ago |
rcube_mime.php
|
Fix deprecated functions usage
|
12 years ago |
rcube_output.php
|
s/rcmail/rcube/
|
12 years ago |
rcube_output_html.php
|
Enable default behavior of the browser when shift/ctrl-click task links (e.g. open in new window/tab)
|
12 years ago |
rcube_output_json.php
|
Removed redundant method
|
13 years ago |
rcube_plugin.php
|
s/rcmail/rcube/
|
12 years ago |
rcube_plugin_api.php
|
Don't throw error when plugin doesn't register 'refresh' action handler
|
12 years ago |
rcube_result_index.php
|
Fix is_error() returns wrong result for empty result set
|
12 years ago |
rcube_result_set.php
|
Removed $Id$
|
13 years ago |
rcube_result_thread.php
|
Fix threaded list sorting on PHP < 5.2.9 (#1488748)
|
12 years ago |
rcube_session.php
|
Simplify keep-alive action. Now the interval is based on session_lifetime,
|
12 years ago |
rcube_shared.inc
|
Improvements in building criteria string for IMAP SEARCH
|
12 years ago |
rcube_smtp.php
|
CS fixes (mostly tab -> spaces)
|
12 years ago |
rcube_spellchecker.php
|
Fix some typos
|
12 years ago |
rcube_storage.php
|
Add flags and date arguments to kolab_storage::save_message()
|
12 years ago |
rcube_string_replacer.php
|
Match http://localhost/xxx as link
|
12 years ago |
rcube_user.php
|
Cache identities data in memory for faster access when get_identity() is called more than once
|
12 years ago |
rcube_utils.php
|
Fix rcube_utils::explode_quoted_string() with explode(), added tests
|
12 years ago |
rcube_vcard.php
|
Improved rcube_charset::detect() with BOM checks from rcube_vcard::detect_encoding() - removed code duplication
|
12 years ago |