Skip to content

3.15

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

Release Date: Wed, April 6, 2011 at 1:17 PM UTC
Release Author: Henrik Levkowetz


This is a minor bugfix release.

  • Fix the weekday-dependent plenary information in the materials list.

  • In urls under /wg/, only accept wgnames which adhere to the constraints
    currently practiced. (Before this change, the URL patterns would match wg
    names containing non-ascii characters, which later would bomb due to mix of
    collations when accessing the database. Might as well return a 404 at once
    instead).

  • Don't return 500 if the /meeting/agenda/agenda.ics URL is without query part.

  • Get rid of a print statement used during testing.