-----------
*Released on May 16, 2018*
Major Features
^^^^^^^^^^^^^^
- Add event roles, which are similar to local groups but within the
scope of an event. They can be used both for assigning permissions
within the event and also for quickly seeing which user has which
role (such as "Program Committee" in the event
- Add new *Participant Roles* (previously called *Roles*) which
now shows each person's custom event roles and whether they have
registered for the event in addition to the the default roles
(speaker, chairperson, etc.)
- Add visibility options to custom abstract/contribution fields
so they can be restricted to be editable/visible only for event
managers or authors/submitters instad of anyone who can see the
abstract/contribution
- Provide new interface to import registations/contributions from a CSV
file (:issue:`3144`)
- Rework how access/permissions are managed. Now all access and management
privileges can be assigned from a single place on the protection
management page.
Improvements
^^^^^^^^^^^^
- Allow specifying a default session for a track which will then be
used by default when accepting an abstract in that track (:issue:`3069`)
- Allow marking contribution types as private so they cannot be selected
by users submitting an abstract (:issue:`3138`)
- Add support for boolean (yes/no) and freetext questions in abstract
reviewing (:issue:`3175`)
- Support event cloning with monthly recurrence on the last day of the
month (:issue:`1580`)
- Add support for custom session types (:issue:`3189`)
- Move poster session flag from session settings to session type settings
- Add contribution cloning within an event (:issue:`3207`)
- Add option to include the event description in reminder emails
(:issue:`3157`, thanks :user:`bpedersen2`)
- Pin default themes to the top for event managers (:issue:`3166`)
- Add user setting whether to show future events or not by default in a
category. Also keep the per-category status in the session (:issue:`3233`,
thanks :user:`bpedersen2`)
- Keep page titles in sync with conference menu item titles (:issue:`3236`)
- Add option to hide an attachment folder in the display areas of an event
(:issue:`3181`, thanks :user:`bpedersen2`)
- Improve flower redirect URI generation (:issue:`3187`, thanks
:user:`bpedersen2`)
- When blocking a user account, the user will be forcefully logged out in
addition to being prevented from logging in
- Show track-related columns in abstract list only if there are tracks
defined for the event (:issue:`2813`)
- Show warning box to inform that reviewer roles do not apply when an event
has no tracks (:issue:`2919`)
- Allow specifying min/max length for registration form text fields
(:issue:`3193`, thanks :user:`bpedersen2`)
- Add settings to configure the scale of 'rating' questions in paper
reviewing
- Show a nicer error message when entering an excessively high base
registration fee (:issue:`3260`)
- Use proper British English for person titles (:issue:`3279`)
- Add event keywords in meta tags (:issue:`3262`, thanks :user:`bpedersen2`)
- Improve sorting by date fields in the registrant list
- Use the user's preferred name format in more places
- Add "back to conference" link when viewing a conference timetable using
a meeting theme (:issue:`3297`, thanks :user:`bpedersen2`)
- Allow definition lists in places where Markdown or HTML is accepted
(:issue:`3325`)
- Include event date/time in registration emails (:issue:`3337`)
- Allow div/span/pre with classes when writing raw HTML in CKEditor
(:issue:`3332`, thanks :user:`bpedersen2`)
- Sort abstract authors/speakers by last name (:issue:`3340`)
- Improve machine-readable metadata for events and categories
(:issue:`3287`, thanks :user:`bpedersen2`)
Bugfixes
^^^^^^^^
- Fix selecting a person's title in a different language than English
- Fix display issue in "now happening" (:issue:`3278`)
- Fix error when displaying the value of an accommodation field in the
registrant list and someone has the "no accomodation" option selected
(:issue:`3272`, thanks :user:`bpedersen2`)
- Use the 'Reviewing' realm when logging actions from the abstract/paper
reviewing modules
- Fix error when printing badges/posters with empty static text fields
(:issue:`3290`)
- Fix error when generating a PDF timetable including contribution
abstracts (:issue:`3289`)
- Do not require management access to a category to select a badge
template from it as a backside.
- Fix breadcrumb metadata (:issue:`3321`, thanks :user:`bpedersen2`)
- Fix error when accessing certain registration pages without an active
registration
- Use event timezone when displaying event log entries (:issue:`3354`)
- Correctly render most markdown elements when generating a programme PDF
(:issue:`3351`)
- Do not send any emails when trying to approve/reject a registration
that is not pending (:issue:`3358`)
Internal Changes
^^^^^^^^^^^^^^^^
- Rename *Roles* in ACL entries to *Permissions*. This especially affects
the ``can_manage`` method whose ``role`` argument has been renamed to
``permission`` (:issue:`3057`)
- Add new ``registration_checkin_updated`` signal that can be used by
plugins to perform an action when the checkin state of a registration
changes (:issue:`3161`, thanks :user:`bpedersen2`)
- Add new signals that allow plugins to run custom code at the various
stages of the ``RH`` execution and replace/modify the final response
(:issue:`3227`)
- Add support for building plugin wheels with date/commit-suffixed
version numbers (:issue:`3232`, thanks :user:`driehle`)
----