Skip to content

5.4.1

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

Release Date: Fri, April 25, 2014 at 3:11 PM UTC
Release Author: Henrik Levkowetz


This is a minor bugfix release, to fix an issue with the mail handling
infrastructure where one bad email recipient address for a notification
message (about for instance a state change) could cause some actions related
to the state change to be skipped:

  • Merged in [7635] from rjsparks@nostrum.com:
    Replumbed how SMTP Exceptions are handled, which involved refactoring
    several mail functions.

  • Also fixed a bug in the agenda editing code caused by a change of an
    attribute name in the python code but not doing the same change in
    templates using the attribute.

  • Changed the logic for what is the current ietf meeting to disregard
    whether there's an agenda for the meeting or not. This lets people see the
    correct session request page for the current meeting. However, it also
    makes the /meeting/agenda.html page fail because there's no schedule
    associated with the meeting; so alternative pages saying 'No agenda
    available' has been added, too.

  • We're now showing the login link with a http:// scheme instead of
    https:// when in debug mode, in order to be able to log in when using
    python manage.py runserver, which only supports http.