Skip to content

4.52

Compare
Choose a tag to compare
@NGPixel NGPixel released this 16 Mar 22:46
· 12558 commits to main since this release

Release Date: Sun, July 14, 2013 at 2:05 PM UTC
Release Author: Henrik Levkowetz


This is a minor bugfix release, in preparation for the next major merge.

  • Fixed problem with caching of utc agenda -- use a separate cache name for
    this.

  • Permit unicode milestone text (using unicode() instead of str() in
    comparison when looking for milestone changes). Fixes issue #1065.

  • Added a list of releases below the release notes at /releases/*

  • From RjS: Added a case in the render_ballot_icon() filter for statchg
    documents.

  • Removed duplicate .errorlist style.

  • Fixed missing name change when moving settings from rfceditor module to
    settings.py.

  • Merged [5613] from mcr@sandelman.ca: include a way to dump timedeltafields
    so that it is possible to save data to fixtures.

From olau@iola.dk:

  • Skip IANA - Review Needed and Version Changed - Review Needed changes from
    IANA as it turns out that the Datatracker is the authoritative source on
    these states. Also improve logging so that the raw JSON from IANA is
    dumped, the parsed JSON on imported changes is dumped and we write to
    syslog before starting a sync script in the notification view.

  • Only add charter state change link when chartering, it doesn't make sense
    for an approved charter. Fixes #861.

  • Don't display group.comments on the charter document page. Apparently
    group.comments have been used by the Secretariat in the past for
    chartering comments, but it's not possible to edit the field and the whole
    thing doesn't make sense from a modelling perspective - a feature like
    this should probably use the note field on the charter. Fixes issue
    #1048.

  • Don't crash if an attachment has been created already, just reuse it -
    this case shouldn't actually happen, but apparently sometimes does,
    probably due to a concurrency issue

  • Add link to charter pages from the milestones editing page (besides the
    cancel button), fixes #1044.

  • Special-case proposed working groups with respect to milestones, they get
    the charter milestones on the WG charter page rather than the current set

  • Show approved milestones on /doc/charter-xyz/ page if the charter is
    approved instead of only showing proposed milestones for proposed charters