Skip to content

Releases: ietf-tools/mailarchive

v1.2.6

17 Mar 19:06
Compare
Choose a tag to compare

Release Date: Fri, October 9, 2015 at 2:00 AM UTC
Release Author: Ryan Cross


  • Fixes ticket #1521. Resolve unicode error with export
    when From line contains non-ascii characters.

  • Improve handling of non-ascii search strings.

v1.2.5

17 Mar 19:06
Compare
Choose a tag to compare

Release Date: Wed, September 16, 2015 at 2:30 AM UTC
Release Author: Ryan Cross


  • Fixes ticket #1754. Search field doesn't handle
    non-ascii characters.

  • Fixes ticket #1780. Message pane doesn't scroll
    after browser zoom

v1.2.4

17 Mar 19:06
Compare
Choose a tag to compare

Release Date: Wed, April 15, 2015 at 8:00 AM UTC
Release Author: Ryan Cross


  • Improved error handling

  • changes to loader script

v1.2.3

17 Mar 19:06
Compare
Choose a tag to compare

Release Date: Sun, March 22, 2015 at 8:00 AM UTC
Release Author: Ryan Cross


  • Add IMAP integration

v1.2.2

17 Mar 19:06
Compare
Choose a tag to compare

Release Date: Thu, February 12, 2015 at 8:00 AM UTC
Release Author: Ryan Cross


  • Fixes ticket #1600. Generator as_text() fails
    if MIME boundary is malformed

  • Include bin/remote_backup_script.sh

v1.2.1

17 Mar 19:06
Compare
Choose a tag to compare

Release Date: Tue, February 3, 2015 at 9:30 AM UTC
Release Author: Ryan Cross


  • Fixes ticket #1442. MIME parts message/rfc822 now
    displayed in

    tags

  • Add support for settings.REMOTE_BACKUP_COMMAND

  • Some CSS changes

v1.2.0

17 Mar 19:06
Compare
Choose a tag to compare

Release Date: Tue, January 20, 2015 at 7:35 AM UTC
Release Author: Ryan Cross


  • Fixes ticket #1328. Add IETF logo to header

  • Fixes ticket #1360. Message detail page now includes
    links to message in context (by date, or thread)

  • Fixes ticket #1447. Renamed javascript to avoid being
    blocked by Adblock Plus (*_adv.js)

  • Fixes ticket #1453. Group By action now retains context

  • Fixes ticket #1518. ARchived messages now have CR/LF
    line endings to comply with MIME specifications

  • Fixes ticket #1559. Use correct Thread date in index.

  • Upgrade to Django 1.7

v1.1.3

17 Mar 19:06
Compare
Choose a tag to compare

Release Date: Mon, September 29, 2014 at 2:00 AM UTC
Release Author: Ryan Cross


  • Change mailman interface "tee" script, call-archives.py, to
    call new archiver even if MHonarc archive script fails.
    Also add email error handler which send emails to admins
    in the event of archive errors

v1.1.2

17 Mar 19:06
Compare
Choose a tag to compare

Release Date: Fri, June 13, 2014 at 1:37 AM UTC
Release Author: Ryan Cross


  • Fix bug where attachment files of recently added groups
    are being added with group=mailman perms=660, causing
    404. Use perms=666

  • Added links to RabbitMQ and Celery web admin interfaces
    to Admin Guide

v1.1.0

17 Mar 19:06
Compare
Choose a tag to compare

Release Date: Thu, May 1, 2014 at 2:00 AM UTC
Release Author: Ryan Cross


This release included small changes to the db schema and email parsing
functions.

  • Changed default search result sort order to date descending

  • Changed default search term operator to AND

  • Added support for "from:" field specifier

  • Improved performance of Group by Thread option