summaryrefslogtreecommitdiff
path: root/program
AgeCommit message (Collapse)Author
2013-02-19Revert "Make autoloading of the framework classes work from any location".Aleksander Machniak
Allow loading rcube_* classes from other locations (for e.g. managesieve plugin). This reverts commit e4394c95e0a39607f4fdbd427b249b1e611ca0ff.
2013-02-18Fix NUL characters in content-type of ms-tnef attachment (#1488964)Aleksander Machniak
2013-02-18Make autoloading of the framework classes work from any locationThomas Bruederli
2013-02-17- Fix regression in handling LDAP contact identifiers (#1488959)Aleksander Machniak
2013-02-17Fix regression in copying contacts (with drag'n'drop)Aleksander Machniak
2013-02-17When connection to read-only db fails try to connect to write-master, but ↵Aleksander Machniak
only if it is defined
2013-02-17Make cleanup() method publicAleksander Machniak
2013-02-10Trigger and forward 'listupdate' events from list.jsThomas Bruederli
2013-02-10Only scroll tree list of selected item isn't fully visibleThomas Bruederli
2013-02-10Import all translations from TransifexThomas Bruederli
2013-02-10Extend copyright to 2013Thomas Bruederli
2013-02-10Let some env variables survive reset(); don't show taskbar and top line in ↵Thomas Bruederli
framed error pages (#1488938)
2013-02-10Properly quote form validation error messagesThomas Bruederli
2013-02-08Fix reference to non-existing class rcube_output_html (#1488948)Aleksander Machniak
2013-02-07Ignore file extension difference for text/plain attachments (#1488891)Thomas Bruederli
2013-02-07Use encoded identifiers for address book lists (#1488381)Thomas Bruederli
2013-02-05Pass string to html::tag() in order to always add the </ul> tagThomas Bruederli
2013-02-05Fix inserting a new contact group when list is still emptyThomas Bruederli
2013-02-05Merge branch 'master' of github.com:roundcube/roundcubemailThomas Bruederli
2013-02-01Merge branch 'master' of github.com:roundcube/roundcubemailAleksander Machniak
2013-02-01Fix handling link href attribute value with (valid) newline characters ↵Aleksander Machniak
(#1488940)
2013-02-01Move some list manipulation functionality to the new treelist widgetThomas Bruederli
2013-02-01Merge branch 'master' of github.com:roundcube/roundcubemailAleksander Machniak
2013-02-01Set default error code (500) if not specified in raise_error()Aleksander Machniak
2013-02-01Make rcube_result_set implement the PHP iterator interfaceThomas Bruederli
2013-01-31Merge branch 'master' of github.com:roundcube/roundcubemailThomas Bruederli
2013-01-31- Refactored the hierarchical mailboxlist control into a separate widget classThomas Bruederli
- Build address book directories list as hierarchical list - Make address book groups collapsible using the new new treelist widget - Use encoded identifiers for address book directory list items
2013-01-31Slightly improve database driver chackAleksander Machniak
2013-01-28Bring back lost text braking width adjustment when quoting blockquote partsThomas Bruederli
2013-01-28Catch connection timeouts on message sending form submissionsThomas Bruederli
2013-01-27Fix PHP Warning: Missing argument 2 for rcmail_output_html::get_skin_file()Aleksander Machniak
2013-01-25Refactored blockquote quotion routine in html2text conversion: it now ↵Thomas Bruederli
correctly converts multiple and/or nested blockquotes
2013-01-25Merge branch 'master' of github.com:roundcube/roundcubemailThomas Bruederli
2013-01-25Add search box to compose address book widget (#1488381)Thomas Bruederli
2013-01-25Move rcmail_contact_key() to rcube_addressbook::compose_contact_key()Thomas Bruederli
2013-01-25Send LOGOUT only when closing connection in logged state (#1487784)Aleksander Machniak
2013-01-25Fix new browser window size in Chrome (#1488931), make new windows smallerAleksander Machniak
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-24Fix login in case when default_host is an array with one element (#1488928)Aleksander Machniak
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-23Submit Addressbook advanced search form with Enter key (#1488568)Aleksander Machniak
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-19Also block remote images in HTML part view (#1488827)Thomas Bruederli
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