-------------
*Released on August 09, 2018*
Security fixes
^^^^^^^^^^^^^^
- Only return timetable entries for the current session when updating a
session through the timetable (:issue:`3474`, thanks :user:`glunardi`
for reporting)
- Prevent session managers/coordinators from modifying certain timetable
entries or scheduling contributions not assigned to their session
- Restrict access to timetable entry details to users who are authorized
to see them
Improvements
^^^^^^^^^^^^
- Improve survey result display (:issue:`3486`)
- Improve email validation for registrations (:issue:`3471`)
Bugfixes
^^^^^^^^
- Point to correct day in "edit session timetable" link (:issue:`3419`)
- Fix error when exporting abstracts with review questions to JSON
- Point the timetable to correct day in the session details
- Fix massive performance issue on the material package page in big events
- Fix error when using the checkin app to mark someone as checked in
(:issue:`3473`, thanks :user:`femtobit`)
- Fix error when a session coordinator tries changing the color of a break
using the color picker in the balloon's tooltip
Internal Changes
^^^^^^^^^^^^^^^^
- Add some new signals and template hooks to the registration module