Skip to content

5.4.0

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

Summary: Enhanced Agenda Scheduling
Release Date: Tue, April 22, 2014 at 9:58 PM UTC
Release Author: Henrik Levkowetz


This is a feature release which brings in an updated version of the agenda
scheduling code. There are still known bugs and rough edges, but this
version has many bugfixes and cleaned up issues, and brings essential
imporvements to the agenda scheduling tool.

  • Merged in [7561] from rjsparks@nostrum.com:

    Updates and bugfixes to the agenda editing features

    • Removes the pattern of using ScheduledSession m2m objects with one of
      the relationships left as None
    • Improves scheduled session state handling
    • Simplifies sending email to scheduled session requestors
    • Improved timeslot purpose and room editing
    • Improved access controls to editing forms
    • Better test coverage for the meeting views
    • Improvements to the javascript driven by prototyping automated tests
    • Better initialization of a new meeting

    On the session request form:

    • Allows specifiying room resources (projectors, meetecho)
    • Allows specifying what people must be present

    On the schedule editing page:

    • correctly calculates conflict levels
    • displays conflicts in and out of each session separately
    • italicizes BoFs
    • shows resource and people conflicts

    Adds automated placement as a management command