Skip to content

2.33

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

Release Date: Tue, September 22, 2009 at 1:49 PM UTC
Release Author: Henrik Levkowetz


From Pasi pasi.eronen@nokia.com:

  • Added narrative minutes template

  • New script for comparing output from Django 0.96 vs 1.x

  • Added a bunch of safe/escape tags for Django 1.x

  • Handle persons with non-ASCII names correctly in Django 1.x

  • Improve test coverage for meeting/, idrfc/

  • Multiple bugfixes for days-in-state information

  • Avoid using IDInternal.documentcomment_set -- it breaks in Django 1.x
    because the foreign key isn't really a foreign key

  • Fix author name (Unicode) and pubdate (datetime vs. date) for Django 1.x

  • Use IDInternal.comments method to avoid foreign key problems; support
    Unicode in jsonify_helper

  • Comment out unused permission code (causes test failures on Django 1.x)

  • Fixes so test suite runs better on Django 1.x

  • Make IPR form work with both Django 0.96 and 1.x

From Henrik:

  • Return 404 not found when the wg acronym given as part of a wg charter
    URL can't be found.

  • Sometimes a documents lc_sent_date is None; don't let the last-call
    feed break if that happens.

  • Add debian-style control file with metainformation.