From fd6146b6780c526a04682cda89b133e2d9bbd910 Mon Sep 17 00:00:00 2001 From: alecpl Date: Thu, 25 Aug 2011 08:30:01 +0000 Subject: - Applied fixes from trunk up to r5126 --- CHANGELOG | 7 +- plugins/acl/localization/de_DE.inc | 83 ++++++++++++++++++++++ .../http_authentication/http_authentication.php | 5 +- plugins/http_authentication/logout.html | 29 ++++++++ plugins/newmail_notifier/newmail_notifier.js | 8 ++- plugins/newmail_notifier/newmail_notifier.php | 2 +- program/include/rcube_imap_generic.php | 14 +++- program/include/rcube_ldap.php | 33 +++++---- program/include/rcube_template.php | 2 +- program/js/app.js | 24 +++++-- program/steps/addressbook/save.inc | 6 +- program/steps/addressbook/upload_photo.inc | 10 ++- program/steps/mail/compose.inc | 48 ++++++++----- 13 files changed, 217 insertions(+), 54 deletions(-) create mode 100644 plugins/acl/localization/de_DE.inc create mode 100644 plugins/http_authentication/logout.html 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 = $('