summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2012-06-13Fix removing contact photo using LDAP addressbook (#1488420)Aleksander Machniak
Conflicts: CHANGELOG
2012-06-08Fix operator incompat. in some queries on contacts table using MS SQL Server ↵Aleksander Machniak
(#1488505)
2012-06-08Fix XSS vulnerability in message subject handling using Larry skin (#1488519)Aleksander Machniak
2012-06-08Fix handling of links with various URI schemes e.g. "skype:" (#1488106)Aleksander Machniak
Fix handling of links inside PRE elements on html to text conversion Fix indexing of links on html to text conversion Conflicts: CHANGELOG
2012-06-06No quotes around input field (doesn't really fit in Chrome)Thomas Bruederli
2012-06-06Decode header value in rcube_mime::get() by default (#1488511)Aleksander Machniak
Conflicts: program/include/rcube_message_header.php program/include/rcube_mime.php
2012-06-04Fix magic_quotes_sybase handling (#1488506)Aleksander Machniak
Improved handling of critical PHP settings - try to set them to required value before die()
2012-06-04Disable TinyMCE status bar which has been enabled by default in TinyMCE 3.5.2Aleksander Machniak
2012-06-04Modify CONCAT() arguments, because + operator requires them to be of type ↵Aleksander Machniak
varchar (#1488505) With SQL Server 2012 we can use just CONCAT(), but we need to support older versions
2012-06-03Fix reference to GPL in about pageThomas Bruederli
2012-06-01Update to TinyMCE 3.5.2Aleksander Machniak
2012-05-31Add some padding to iframe footerThomas Bruederli
2012-05-31Fix window.resize handler on IE8 and Opera (#1488453)Thomas Bruederli
2012-05-31Don't let error message popups cover the login form (#1488500)Thomas Bruederli
2012-05-30Fix regression where redundant autocompletion requests were sentAleksander Machniak
in case when new search value contains old one and previous search was not finished or its result was empty
2012-05-30Don't show errors when moving contacts into groups they're already in (#1488493)Thomas Bruederli
2012-05-30Make folders with unread messages in subfolders bold again (#1486793); ↵Thomas Bruederli
update CHANGELOG
2012-05-30Abbreviate long attachment file names with ellipsis (#1488499)Thomas Bruederli
2012-05-28Fix html2text conversion of strong|b|a|th|h tags when used in upper caseAleksander Machniak
2012-05-27Add listcontrols template container in Larry skin (#1488498)Thomas Bruederli
2012-05-26Fix host autoselection when default_host is an array (#1488495)Aleksander Machniak
2012-05-26Fix possible PHP warningAleksander Machniak
2012-05-26Merge branch 'release-0.8' of github.com:roundcube/roundcubemail into ↵Aleksander Machniak
release-0.8
2012-05-26Catch DateTime* exceptions (#1488497) - skipping buggy timezonesAleksander Machniak
2012-05-26Fix calls to renamed methodsThomas Bruederli
2012-05-25improve .htaccess security rules:Raoul Bhatia
1. also prevent access to .gitignore 2. make the second security rule work as expected 3. include README.md in security rules
2012-05-25Move messages forwarding mode setting into PreferencesAleksander Machniak
Conflicts: CHANGELOG
2012-05-25Fixes for IE: better background for Hide/Show button, fixed invisible button ↵Aleksander Machniak
in IE8
2012-05-25Remove possible confusion on session reads - PHP expects string result not ↵Aleksander Machniak
boolean
2012-05-25Password plugin made compatible with modern VirtualminGDR\!
Added a new username format in Virtualmin driver, which works for default Virtualmin settings where username is user.postfix and domain is taken from email address. Example: email - info@goodcoffee.com login - info.goodcof
2012-05-23Small code improvementAleksander Machniak
2012-05-23hide_blockquote - a new plugin for hiding citation blocksAleksander Machniak
2012-05-23Use the same margin in blockquotes for printing as for displayingAleksander Machniak
2012-05-23Improved PERMANENTFLAGS checking code, added code for flags caching ↵Aleksander Machniak
(currently commented out)
2012-05-23Fix possible PHP warning in in_array_nocase() when 2nd argument is not an arrayAleksander Machniak
Conflicts: program/include/rcube_shared.inc
2012-05-23Remove <Unknown> from localization author lineAleksander Machniak
Conflicts: bin/importgettext.sh
2012-05-22- Fix HTML entities handling in HTML editor (#1488483)Aleksander Machniak
2012-05-22Always use 1 step as a fallback (#1488490)Aleksander Machniak
2012-05-21Fix Call to undefined method rcube_mail_header::get() in ↵Aleksander Machniak
show_additional_headers plugin (#1488489)
2012-05-21Fix merged change s/rcube/rcmail/Aleksander Machniak
2012-05-21Fix PHP error where calling get() on a non objectAleksander Machniak
2012-05-21Add option imap_force_ns to make buggy servers support optionalAleksander Machniak
2012-05-21Update changelogAleksander Machniak
Conflicts: CHANGELOG
2012-05-21Fix listing folders on Courier IMAP (#1488466)Aleksander Machniak
2012-05-17New plugin translations from launchpadv0.8-rcThomas Bruederli
2012-05-17Added new languages Belarusian, Interlingua and Malayalam from launchpad importThomas Bruederli
2012-05-17Get language code from filename if not specified in the .po file itself ↵Thomas Bruederli
(#1488478)
2012-05-16Fix object referenceThomas Bruederli
2012-05-15Add public list_folder_direct() and list_folders_subscribed_direct()Aleksander Machniak
Conflicts: program/include/rcube_imap.php
2012-05-15Remove 'focused' class on blurAleksander Machniak