diff --git a/CHANGELOG b/CHANGELOG index ca034c1c0..bffffd612 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,11 +1,16 @@ CHANGELOG Roundcube Webmail =========================== +- Fixed selecting identity on reply/forward (#1487981) +- Fix image type check for contact photo uploads + +RELEASE 0.6-beta +---------------- +- Added unique connection identifier to IMAP debug messages - Add option to hide selected LDAP addressbook on the list - Add client-side checking of uploaded files size - Add newlines between organization, department, jobtitle (#1488028) - Recalculate date when replying to a message and localize the cite header (#1487675) -- Fix XSS vulnerability in UI messages (#1488030) - Fix handling of email addresses with quoted local part (#1487939) - Fix EOL character in vCard exports (#1487873) - Added optional "multithreading" autocomplete feature diff --git a/plugins/acl/localization/de_DE.inc b/plugins/acl/localization/de_DE.inc new file mode 100644 index 000000000..92c7e4290 --- /dev/null +++ b/plugins/acl/localization/de_DE.inc @@ -0,0 +1,83 @@ + diff --git a/plugins/http_authentication/http_authentication.php b/plugins/http_authentication/http_authentication.php index 296ee7cc2..fa074f09a 100644 --- a/plugins/http_authentication/http_authentication.php +++ b/plugins/http_authentication/http_authentication.php @@ -9,8 +9,7 @@ * // redirect the client to this URL after logout. This page is then responsible to clear HTTP auth * $rcmail_config['logout_url'] = 'http://server.tld/logout.html'; * - * see http://stackoverflow.com/questions/31326/is-there-a-browser-equivalent-to-ies-clearauthenticationcache - * about how HTTP auth can be cleared + * See logout.html (in this directory) for an example how HTTP auth can be cleared. * * @version 1.4 * @author Thomas Bruederli @@ -54,7 +53,7 @@ class http_authentication extends rcube_plugin return $args; } - + function logout($args) { // redirect to configured URL in order to clear HTTP auth credentials diff --git a/plugins/http_authentication/logout.html b/plugins/http_authentication/logout.html new file mode 100644 index 000000000..0a78a62f2 --- /dev/null +++ b/plugins/http_authentication/logout.html @@ -0,0 +1,29 @@ + + + + +Logout + + + + +

You've successully been logged out!

+ + \ No newline at end of file diff --git a/plugins/newmail_notifier/newmail_notifier.js b/plugins/newmail_notifier/newmail_notifier.js index 6e1ae9fbb..6afd66aee 100644 --- a/plugins/newmail_notifier/newmail_notifier.js +++ b/plugins/newmail_notifier/newmail_notifier.js @@ -1,7 +1,7 @@ /** * New Mail Notifier plugin script * - * @version 0.1 + * @version 0.2 * @author Aleksander Machniak */ @@ -50,14 +50,16 @@ function newmail_notifier_basic() // Sound notification function newmail_notifier_sound() { + var elem, src = 'plugins/newmail_notifier/sound.wav'; + // HTML5 try { - var elem = $('