pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/mail/imp Update to 4.3



details:   https://anonhg.NetBSD.org/pkgsrc/rev/870660bdd66a
branches:  trunk
changeset: 548234:870660bdd66a
user:      adrianp <adrianp%pkgsrc.org@localhost>
date:      Sun Oct 12 12:03:11 2008 +0000

description:
Update to 4.3

----
v4.3
----

[jan] Add compose token to redirect view (bug 7383).
[jan] Don't resize window if not composing messages in a popup.


--------
v4.3-RC2
--------

[mms] Fix loading of print stylesheets when printing a message (bug 7310).
[mjr] Fix redirect loop when conf[server][change_server] is true (bug 6978).
[mms] Fix message caching and optimize storage.
[mms] Fix autocomplete address positioning on IE (bug 7074).
[cjh] When the selected view doesn't match the type of browser's default view
      (IMP or DIMP for a mobile browser, MIMP or DIMP for a desktop browser),
      explicitly redirect to that view and disable the frameset (bug 6332).
[jan] Add support for updating exsting events and cancelled recurring event
      instances to iTip viewer (bug 6636).
[mms] Fix uploaded compose attachment names if magic quoting is on (bug 7215).
[mms] Cache results of address formatting.
[jan] Show name and email address in the address book popup (Request 6937).
[mms] Messages from lists can now have large quotes automatically hidden.


---------------------------------
v4.3-RC1 (released as v4.2.1-RC1)
---------------------------------

[mms] Fix incorrect autocomplete replacement in certain cases (bug 6819).
[mms] Use optimized autocomplete javascript library.
[mms] Handle ';' to delimit addresses when composing.
[jan] Don't allow adding private PGP keys as public keys (bug 7080).
[jan] Add Basque translation (Euskal Herriko Unibertsitatea EHU/UPV
      <xabier.arrieta%ehu.es@localhost>).
[mms] Search by size now displayed in KB (Request 6921).
[jan] Add option to attach personal vCard to message (requires Turba 2.2.2).
[jan] Fix maildir quota driver (bug 7014).
[jan] Add configuration for quota message format.
[mms] Maintain original header encoding on redirect (bug 7006).
[cjh] Add CSRF tokens to the Compose screen (Kris Steinhoff
      <steinhof%umich.edu@localhost>).
[jan] Fix adding vhost specific trailer.txt.
[jan] Add more flexible placeholders to SQL quota driver.
[jan] Fix passing passwords to quota drivers.
[mms] Improved folder list generation (bug 6972).
[cjh] Allow hiding quota messages when quota is unlimited
      (Thomas Jarosch <thomas.jarosch%intra2net.com@localhost>, Request 6934).
[jan] Add mailto: handler for Firefox 3+.
[mms] Fix address MIME encoding issues when saving a draft (bug 6986).
[cjh] Include a hint about fixing invalid From addresses in the error message
      (steinhof%umich.edu@localhost, bug 6941).
[cjh] Fix overwriting $params in _imp_adminDo API call (bug 6955).
[mms] Never wrap flowed lines in text/plain messages.
[mms] Fix broken spellcheck when using fckeditor on Safari 3 (bug 6909).
[mms] Fix unescaping URL parameters passed to popup windows (bug 6834).
[jan] Fix logging of forwarded messages.
[mms] Fix creation of subfolders in certain namespaces
      (thomas.jarosch%intra2net.com@localhost, bug 6827).
[mms] Improve search page by moving flags into search criteria section
      (Request 6825).
[mms] If using imagemagick, allow creation of PDF thumbnails.
[mms] Strip quotation marks and backslashes from displayed addresses.
[mms] Fix spellcheck in HTML mode when using Xinha on IE (bug 6799).
[mms] Fix rare case when spellchecking HTML input could result in the HTML
      tags being recognized as misspelled words.
[jan] Fix parsing for Token System configuration parameters.
[mms] Add ability to search by size.

diffstat:

 mail/imp/Makefile |   5 ++---
 mail/imp/PLIST    |  18 +++++++++++++++---
 mail/imp/distinfo |   8 ++++----
 3 files changed, 21 insertions(+), 10 deletions(-)

diffs (137 lines):

diff -r 3ef5ac5d9772 -r 870660bdd66a mail/imp/Makefile
--- a/mail/imp/Makefile Sun Oct 12 12:01:11 2008 +0000
+++ b/mail/imp/Makefile Sun Oct 12 12:03:11 2008 +0000
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.49 2008/07/31 19:48:20 adrianp Exp $
+# $NetBSD: Makefile,v 1.50 2008/10/12 12:03:12 adrianp Exp $
 
 DISTNAME=      imp-h3-${IMPVER}
 PKGNAME=       imp-${IMPVER}
-PKGREVISION=   1
 CATEGORIES=    mail www
 MASTER_SITES=  http://ftp.horde.org/pub/imp/ \
                ftp://ftp.horde.org/pub/imp/
@@ -27,7 +26,7 @@
 EGDIR=         ${PREFIX}/share/examples/imp
 HORDEDIR=      ${PREFIX}/share/horde
 IMPDIR=                ${HORDEDIR}/imp
-IMPVER=                4.2
+IMPVER=                4.3
 PAXDIRS=       lib locale po scripts templates themes js
 
 PKG_USERS_VARS+=       APACHE_USER
diff -r 3ef5ac5d9772 -r 870660bdd66a mail/imp/PLIST
--- a/mail/imp/PLIST    Sun Oct 12 12:01:11 2008 +0000
+++ b/mail/imp/PLIST    Sun Oct 12 12:03:11 2008 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.12 2008/07/31 19:48:20 adrianp Exp $
+@comment $NetBSD: PLIST,v 1.13 2008/10/12 12:03:12 adrianp Exp $
 share/doc/imp/CHANGES
 share/doc/imp/COPYING
 share/doc/imp/CREDITS
@@ -33,7 +33,7 @@
 share/horde/imp/js/KeyNavList.js
 share/horde/imp/js/SpellChecker.js
 share/horde/imp/js/acl.js
-share/horde/imp/js/addressesBlocks.js
+share/horde/imp/js/autocomplete.js
 share/horde/imp/js/builder.js
 share/horde/imp/js/compose.js
 share/horde/imp/js/contacts.js
@@ -55,7 +55,7 @@
 share/horde/imp/js/src/KeyNavList.js
 share/horde/imp/js/src/SpellChecker.js
 share/horde/imp/js/src/acl.js
-share/horde/imp/js/src/addressesBlocks.js
+share/horde/imp/js/src/autocomplete.js
 share/horde/imp/js/src/builder.js
 share/horde/imp/js/src/compose.js
 share/horde/imp/js/src/contacts.js
@@ -118,6 +118,7 @@
 share/horde/imp/lib/MIME/Viewer/multipart.php
 share/horde/imp/lib/MIME/Viewer/notification.php
 share/horde/imp/lib/MIME/Viewer/partial.php
+share/horde/imp/lib/MIME/Viewer/pdf.php
 share/horde/imp/lib/MIME/Viewer/pgp.php
 share/horde/imp/lib/MIME/Viewer/pkcs7.php
 share/horde/imp/lib/MIME/Viewer/plain.php
@@ -164,6 +165,8 @@
 share/horde/imp/lib/base.php
 share/horde/imp/lib/prefs.php
 share/horde/imp/lib/tests/mime_viewer_html.phpt
+share/horde/imp/lib/tests/fixtures/maildirsize
+share/horde/imp/lib/tests/quota_maildir.phpt
 share/horde/imp/lib/version.php
 share/horde/imp/locale/ar_OM/LC_MESSAGES/imp.mo
 share/horde/imp/locale/ar_SY/LC_MESSAGES/imp.mo
@@ -184,6 +187,8 @@
 share/horde/imp/locale/es_ES/help.xml
 share/horde/imp/locale/et_EE/LC_MESSAGES/imp.mo
 share/horde/imp/locale/et_EE/help.xml
+share/horde/imp/locale/eu_ES/LC_MESSAGES/imp.mo
+share/horde/imp/locale/eu_ES/help.xml
 share/horde/imp/locale/fa_IR/LC_MESSAGES/imp.mo
 share/horde/imp/locale/fa_IR/help.xml
 share/horde/imp/locale/fi_FI/LC_MESSAGES/imp.mo
@@ -249,6 +254,7 @@
 share/horde/imp/po/el_GR.po
 share/horde/imp/po/es_ES.po
 share/horde/imp/po/et_EE.po
+share/horde/imp/po/eu_ES.po
 share/horde/imp/po/fa_IR.po
 share/horde/imp/po/fi_FI.po
 share/horde/imp/po/fr_FR.po
@@ -407,6 +413,7 @@
 share/horde/imp/themes/graphics/mime/html.png
 share/horde/imp/themes/graphics/mime/image.png
 share/horde/imp/themes/graphics/mime/itip.png
+share/horde/imp/themes/graphics/mime/pdf.png
 share/horde/imp/themes/graphics/mime/mail.png
 share/horde/imp/themes/graphics/mime/text.png
 share/horde/imp/themes/graphics/mini-error.png
@@ -477,6 +484,7 @@
 share/horde/imp/themes/silver/graphics/mime/image.png
 share/horde/imp/themes/silver/graphics/mime/itip.png
 share/horde/imp/themes/silver/graphics/mime/mail.png
+share/horde/imp/themes/silver/graphics/mime/pdf.png
 share/horde/imp/themes/silver/graphics/mime/text.png
 share/horde/imp/themes/silver/graphics/mini-error.png
 share/horde/imp/themes/silver/graphics/newmail.png
@@ -537,6 +545,7 @@
 share/horde/imp/themes/tango-blue/graphics/mime/html.png
 share/horde/imp/themes/tango-blue/graphics/mime/image.png
 share/horde/imp/themes/tango-blue/graphics/mime/itip.png
+share/horde/imp/themes/tango-blue/graphics/mime/pdf.png
 share/horde/imp/themes/tango-blue/graphics/mime/mail.png
 share/horde/imp/themes/tango-blue/graphics/mime/text.png
 share/horde/imp/themes/tango-blue/graphics/mini-error.png
@@ -672,6 +681,8 @@
 @dirrm share/horde/imp/locale/fi_FI
 @dirrm share/horde/imp/locale/fa_IR/LC_MESSAGES
 @dirrm share/horde/imp/locale/fa_IR
+@dirrm share/horde/imp/locale/eu_ES/LC_MESSAGES
+@dirrm share/horde/imp/locale/eu_ES
 @dirrm share/horde/imp/locale/et_EE/LC_MESSAGES
 @dirrm share/horde/imp/locale/et_EE
 @dirrm share/horde/imp/locale/es_ES/LC_MESSAGES
@@ -696,6 +707,7 @@
 @dirrm share/horde/imp/locale/ar_OM/LC_MESSAGES
 @dirrm share/horde/imp/locale/ar_OM
 @dirrm share/horde/imp/locale
+@dirrm share/horde/imp/lib/tests/fixtures
 @dirrm share/horde/imp/lib/tests
 @dirrm share/horde/imp/lib/UI
 @dirrm share/horde/imp/lib/SpellChecker
diff -r 3ef5ac5d9772 -r 870660bdd66a mail/imp/distinfo
--- a/mail/imp/distinfo Sun Oct 12 12:01:11 2008 +0000
+++ b/mail/imp/distinfo Sun Oct 12 12:03:11 2008 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.20 2008/05/26 12:55:02 adrianp Exp $
+$NetBSD: distinfo,v 1.21 2008/10/12 12:03:12 adrianp Exp $
 
-SHA1 (imp-h3-4.2.tar.gz) = 7bb149100600e3638a96d4d1992149d39b9c8ab2
-RMD160 (imp-h3-4.2.tar.gz) = c3bb05f5780b6fda1db171ddb3da3e461e546cb8
-Size (imp-h3-4.2.tar.gz) = 5042955 bytes
+SHA1 (imp-h3-4.3.tar.gz) = 6790b0fbba81d59453b64fd330d83e002fc17196
+RMD160 (imp-h3-4.3.tar.gz) = b2c5d949747ebda4d2607ea0c370211d66c90df3
+Size (imp-h3-4.3.tar.gz) = 5237421 bytes



Home | Main Index | Thread Index | Old Index