summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2013-01-25Define generic .searchbox stylesThomas Bruederli
2013-01-25Move rcmail_contact_key() to rcube_addressbook::compose_contact_key()Thomas Bruederli
2013-01-24Load a default stylesheet (embed.css) from skin in plain html pages (e.g. ↵Thomas Bruederli
attachment warnings and html messages)
2013-01-24Add file type icons for pgp/pks7 signatures and attached email messagesThomas Bruederli
2013-01-24Save some vertical space in message part viewThomas Bruederli
2013-01-24Merge branch 'master' of github.com:roundcube/roundcubemailThomas Bruederli
2013-01-24Allow to shrink any file passed as argumentThomas Bruederli
2013-01-24Fix login in case when default_host is an array with one element (#1488928)Aleksander Machniak
2013-01-23Updated changelogThomas Bruederli
2013-01-23Use LDAP fallback hosts on connect + bind because with OpenLDAP 2.x ↵Thomas Bruederli
ldap_connect() always succeeds but ldap_bind() will fail if host isn't reachable. Add option for LDAP bind timeout (sets LDAP_OPT_NETWORK_TIMEOUT on PHP > 5.3.0)
2013-01-23Use the right variable for IPv6 checkThomas Bruederli
2013-01-23Merge pull request #55 from raoulbhatia/masterAleksander Machniak
prevent access to UPGRADING via .htaccess
2013-01-23Submit Addressbook advanced search form with Enter key (#1488568)Aleksander Machniak
2013-01-23prevent access to UPGRADING via .htaccessRaoul Bhatia
2013-01-22Support autofocus attribute on input elementsAleksander Machniak
2013-01-21Rtrim() quoted lines on conversion to flowed format (according to RFC2646)Aleksander Machniak
2013-01-21More improvements to format=flowed handling + fix in wordwrap() used ↵Aleksander Machniak
internally by format_flowed()
2013-01-21Improve format=flowed text unfolding, add test for signature separator handlingAleksander Machniak
2013-01-20Extend archive plugin with user-configurable options to move messages into ↵Thomas Bruederli
subfolders according to their date, sender or originating folder
2013-01-19Also block remote images in HTML part view (#1488827)Thomas Bruederli
2013-01-19Add basic tests for pluginsAleksander Machniak
2013-01-18Don't rely on Subject header onlyThomas Bruederli
2013-01-18Fix format=flowed unfolding on quoted lines; added tests for ↵Thomas Bruederli
rcube_mime::format_flowed() and rcube_mime::unfold_flowed()
2013-01-18DOn't use deprecated jQuery.browser, CS fixes (tabs to spaces)Aleksander Machniak
2013-01-18Remove deprecated functions (from bc.php file) usage in pluginsAleksander Machniak
2013-01-18Improved folder path presentation in page title (use unified delimiter, ↵Aleksander Machniak
localize path). E.g. folder "INBOX.test" will be displayed as "Inbox >> test"
2013-01-17Fix export of selected contacts from search result (#1488905)Aleksander Machniak
2013-01-17Bump version number in *.initial.sqlAleksander Machniak
2013-01-17Drop tmp_users table (#1488910)Aleksander Machniak
2013-01-17Update changelogAleksander Machniak
2013-01-17Merge branch 'schema_upgrades'Aleksander Machniak
2013-01-16Add and use db_table_system config optionAleksander Machniak
2013-01-16Renamed option updatedb.sh --label to --packageAleksander Machniak
2013-01-15Make sure mimetypes is an array not object in a better wayAleksander Machniak
2013-01-14Update localization files with the latest version from Transifex (yet ↵Thomas Bruederli
another import test)
2013-01-14Select 8 KB of message part for headers (to make sure we get them all)Thomas Bruederli
2013-01-14Don't attempt to write to 'system' table if it doesn't existAleksander Machniak
2013-01-14Remove unneeded $db_mapAleksander Machniak
2013-01-14Don't attempt to read system table if it doesn't existAleksander Machniak
2013-01-11Fix "Export selected" is inactive after contact delete (#1488906)Aleksander Machniak
2013-01-11Better check for 'real' links on shift/ctrl clicksThomas Bruederli
2013-01-11Fix opener check in extwin (avoid JS errors in IE when opener is gone); ↵Thomas Bruederli
always close extwin, even if opener isn't available anymore
2013-01-11New feature to export only selected contacts from addressbook (by Phil Weir)Thomas Bruederli
2013-01-11Support more Thunderbird CSV fields, added zh_TW localization for csv2vcard ↵Aleksander Machniak
map (#1488901)
2013-01-10Attach updatedb.sh script to the installer interfaceAleksander Machniak
2013-01-10Mark mime_magic option with old default value as obsoleteThomas Bruederli
2013-01-10Avoid direct execution of installer includes (#1488895)Thomas Bruederli
2013-01-10Fix logo display in IE8 (#1488889)Thomas Bruederli
2013-01-09Reset $db_error_msg on queryAleksander Machniak
2013-01-09Use updatedb.sh from update.sh + various fixes in updatedb.shAleksander Machniak