[ciderwebmail] 01/12: Merge tag 'upstream/1.04+20141012' into experimental

Jonas Smedegaard dr at jones.dk
Wed Oct 22 18:50:17 UTC 2014


This is an automated email from the git hooks/post-receive script.

js pushed a commit to branch experimental
in repository ciderwebmail.

commit 0c14e926a83ae7c6a55f64a71553a5576885a79c
Merge: 3e33c82 3b550ae
Author: Jonas Smedegaard <dr at jones.dk>
Date:   Wed Oct 22 14:49:11 2014 +0200

    Merge tag 'upstream/1.04+20141012' into experimental
    
    Upstream version 1.04+20141012
    
    # gpg: Underskrift lavet ons 22 okt 2014 14:49:07 CEST
    # gpg:                bruger RSA nøgle 0x4EC1B722374F9BD6
    # gpg: udfør venligst en --check-trustdb
    # gpg: God underskrift fra »Jonas Smedegaard <dr at jones.dk>« [ultimativ]
    # gpg:        også kendt som »Jonas Smedegaard <jonas at homebase.dk>« [ultimativ]
    # gpg:        også kendt som »Jonas Smedegaard <js at debian.org>« [ultimativ]
    # gpg:        også kendt som »[jpeg image of size 4165]« [ultimativ]

 Changes                                          |  10 +
 MANIFEST                                         |  70 +++-
 Makefile.PL                                      |  17 +-
 ciderwebmail.yml                                 |  18 +
 lib/Catalyst/Authentication/Store/IMAP/User.pm   |   2 +-
 lib/Catalyst/Plugin/CiderWebmail/ErrorHandler.pm |  41 ++
 lib/CiderWebmail.pm                              |  48 ++-
 lib/CiderWebmail/Controller/Managesieve.pm       |   1 +
 lib/CiderWebmail/Controller/Message.pm           |  19 +-
 lib/CiderWebmail/Controller/Root.pm              |  61 +--
 lib/CiderWebmail/Error.pm                        |  71 ++++
 lib/CiderWebmail/Header.pm                       |  18 +-
 lib/CiderWebmail/MIMEIcons.pm                    | 232 ++++++-----
 lib/CiderWebmail/Mailbox.pm                      |   2 +-
 lib/CiderWebmail/Model/IMAPClient.pm             |  32 +-
 lib/CiderWebmail/Part.pm                         |  24 +-
 lib/CiderWebmail/Part/MultipartAlternative.pm    |   2 +-
 lib/CiderWebmail/Test.pm                         |  58 ++-
 lib/CiderWebmail/Util.pm                         |  38 +-
 lib/CiderWebmail/View/Petal.pm                   |   8 +-
 lib/CiderWebmail/View/RFC822.pm                  |  45 ++-
 root/locale/CiderWebmail.pot                     |  39 +-
 root/locale/Makefile                             |   9 +
 root/locale/cs/LC_MESSAGES/CiderWebmail.mo       | Bin 0 -> 4275 bytes
 root/locale/cs/LC_MESSAGES/CiderWebmail.po       | 226 +++++++++++
 root/locale/da/LC_MESSAGES/CiderWebmail.mo       | Bin 0 -> 4060 bytes
 root/locale/da/LC_MESSAGES/CiderWebmail.po       | 253 ++++++++++++
 root/locale/de/LC_MESSAGES/CiderWebmail.mo       | Bin 4298 -> 4168 bytes
 root/locale/de/LC_MESSAGES/CiderWebmail.po       |  63 +--
 root/locale/en/LC_MESSAGES/CiderWebmail.mo       | Bin 4121 -> 3997 bytes
 root/locale/en/LC_MESSAGES/CiderWebmail.po       |  63 +--
 root/locale/ru/LC_MESSAGES/CiderWebmail.mo       | Bin 0 -> 5293 bytes
 root/locale/ru/LC_MESSAGES/CiderWebmail.po       | 233 +++++++++++
 root/static/css/IE6.css                          |  19 -
 root/static/css/base.css                         | 265 +++++++++++-
 root/static/css/login.css                        |   2 +-
 root/static/css/mail/mailbox.css                 |  23 +-
 root/static/css/mail/message.css                 |  14 +-
 root/static/css/mail/new.css                     |  17 +
 root/static/images/address_book.png              | Bin 670 -> 1270 bytes
 root/static/images/compose.png                   | Bin 724 -> 1174 bytes
 root/static/images/manage_folders.png            | Bin 578 -> 1092 bytes
 root/static/scripts/base.js                      | 258 ++++++++++--
 root/static/scripts/mail/compose.js              |  96 +++--
 root/static/scripts/mail/mailbox.js              | 270 ++++++++-----
 root/static/scripts/mail/message.js              |  23 +-
 root/static/scripts/mootools-core.js             | 491 -----------------------
 root/static/scripts/mootools-more.js             | 210 ----------
 root/templates/base/addressbook/edit.xml         |   4 +-
 root/templates/base/addressbook/list.xml         |   4 +-
 root/templates/base/ajax/layout.xml              |   5 +-
 root/templates/base/compose.xml                  |   8 +-
 root/templates/base/create_mailbox.xml           |   4 +-
 root/templates/base/dialog.xml                   |  35 ++
 root/templates/base/error.xml                    |   4 +-
 root/templates/base/folder_tree.xml              |   3 +-
 root/templates/base/layout.xml                   |  31 +-
 root/templates/base/login.xml                    |   3 +-
 root/templates/base/logout.xml                   |   2 -
 root/templates/base/mailbox.xml                  |   6 +-
 root/templates/base/mailboxes.xml                |   4 +-
 root/templates/base/managesieve/edit.xml         |   4 +-
 root/templates/base/managesieve/list.xml         |   4 +-
 root/templates/base/managesieve/vacation.xml     |   4 +-
 root/templates/base/message.xml                  |   1 +
 root/templates/base/parts/RFC822.xml             | 156 +++----
 root/templates/base/parts/TextCalendar.xml       |   2 +-
 root/templates/de/addressbook/edit.xml           |  32 --
 root/templates/de/addressbook/list.xml           |  27 --
 root/templates/de/ajax/layout.xml                |  13 -
 root/templates/de/compose.xml                    |  72 ----
 root/templates/de/create_mailbox.xml             |  21 -
 root/templates/de/error.xml                      |  13 -
 root/templates/de/folder_tree.xml                |  23 --
 root/templates/de/layout.xml                     |  42 --
 root/templates/de/login.xml                      |  30 --
 root/templates/de/logout.xml                     |  16 -
 root/templates/de/mailbox.xml                    |  67 ----
 root/templates/de/mailbox_quota.xml              |  15 -
 root/templates/de/mailboxes.xml                  |  34 --
 root/templates/de/managesieve/edit.xml           |  35 --
 root/templates/de/managesieve/list.xml           |  28 --
 root/templates/de/managesieve/vacation.xml       |  31 --
 root/templates/de/message.xml                    |  11 -
 root/templates/de/parts/Image.xml                |   8 -
 root/templates/de/parts/ImageStub.xml            |   8 -
 root/templates/de/parts/MultipartMixed.xml       |   5 -
 root/templates/de/parts/RFC822.xml               |  88 ----
 root/templates/de/parts/TextCalendar.xml         |  18 -
 root/templates/de/parts/TextHtml.xml             |   3 -
 root/templates/de/parts/TextHtmlStub.xml         |   7 -
 root/templates/de/parts/TextPlain.xml            |   1 -
 root/templates/en/addressbook/edit.xml           |  32 --
 root/templates/en/addressbook/list.xml           |  27 --
 root/templates/en/ajax/layout.xml                |  13 -
 root/templates/en/compose.xml                    |  72 ----
 root/templates/en/create_mailbox.xml             |  21 -
 root/templates/en/error.xml                      |  13 -
 root/templates/en/folder_tree.xml                |  23 --
 root/templates/en/layout.xml                     |  42 --
 root/templates/en/login.xml                      |  30 --
 root/templates/en/logout.xml                     |  16 -
 root/templates/en/mailbox.xml                    |  67 ----
 root/templates/en/mailbox_quota.xml              |  15 -
 root/templates/en/mailboxes.xml                  |  34 --
 root/templates/en/managesieve/edit.xml           |  35 --
 root/templates/en/managesieve/list.xml           |  28 --
 root/templates/en/managesieve/vacation.xml       |  31 --
 root/templates/en/message.xml                    |  11 -
 root/templates/en/parts/Image.xml                |   8 -
 root/templates/en/parts/ImageStub.xml            |   8 -
 root/templates/en/parts/MultipartMixed.xml       |   5 -
 root/templates/en/parts/RFC822.xml               |  88 ----
 root/templates/en/parts/TextCalendar.xml         |  18 -
 root/templates/en/parts/TextHtml.xml             |   3 -
 root/templates/en/parts/TextHtmlStub.xml         |   7 -
 root/templates/en/parts/TextPlain.xml            |   1 -
 root/templates/template.pl                       |  18 +-
 t/04controller_Root.t                            |  18 -
 t/05-have-sent.t                                 |  17 +-
 t/06-send-message.t                              |  47 ++-
 t/addressbook.t                                  |  15 +-
 t/ajax.t                                         |   7 +-
 t/append_signature.t                             |  11 +-
 t/compose_message_errorhandling.t                |  45 +++
 t/deletemessage.t                                |  83 ++--
 t/foldermanagement.t                             |   1 -
 t/forwardmessage.t                               |   9 +-
 t/hebrew.t                                       |   7 +-
 t/html5_validation.t                             |   7 +-
 t/importantflag.t                                |   7 +-
 t/invalid_login.t                                |  11 +
 t/list_reply.t                                   |   3 +-
 t/message_handling.t                             |  11 +-
 t/movemessage.t                                  |  19 +-
 t/read_attachment.t                              |  13 +-
 t/readmessage.t                                  |   7 +-
 t/render_html.t                                  |   1 -
 t/render_ical.t                                  |  13 +-
 t/render_image_jpeg.t                            |   1 -
 t/render_multipart_alternative.t                 |   1 -
 t/render_multipart_related.t                     |   1 -
 t/render_multipart_report.t                      |   1 -
 t/render_rfc822.t                                |  13 +-
 t/render_textplain.t                             |   1 -
 t/replymessage.t                                 |   9 +-
 t/searchmessage.t                                |   7 +-
 t/utf8.t                                         |   7 +-
 148 files changed, 2612 insertions(+), 2770 deletions(-)

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/ciderwebmail.git



More information about the Pkg-perl-cvs-commits mailing list