indico v2.3.3 Release Notes

  • ๐Ÿš€ Released on January 25, 2021

    ๐Ÿ”’ Security fixes ^

    • JSON locale data for invalid locales is no longer cached on disk; instead a 404 error is triggered. This avoids creating small files in the cache folder for each invalid locale that is requested. (:pr:4766)

    Internationalization

    • ๐Ÿ†• New translation: Ukrainian

    ๐Ÿ‘Œ Improvements ^

    • โž• Add a new "Until approved" option for a registration form's "Modification allowed" setting (:pr:4740, thanks :user:vasantvohra)
    • ๐Ÿ‘‰ Show last login time in dashboard (:pr:4735, thanks :user:vasantvohra)
    • ๐Ÿ‘ Allow Markdown in the "Message for complete registrations" option of a registration form (:pr:4741)
    • ๐Ÿ‘Œ Improve video conference linking dropdown for contributions/sessions (hide unscheduled, show start time) (:pr:4753)
    • ๐Ÿ‘‰ Show timetable filter button in conferences with a meeting-like timetable

    ๐Ÿ›  Bugfixes ^

    • ๐Ÿ›  Fix error when converting malformed HTML links to LaTeX
    • Hide inactive contribution/abstract fields in submit/edit forms (:pr:4755)
    • ๐Ÿ›  Fix adding registrants to a session ACL

    Internal Changes ^

    • ๐Ÿ”Œ Videoconference plugins may now display a custom message for the prompt when deleting a videoconference room (:pr:4733)
    • ๐Ÿ”Œ Videoconference plugins may now override the behavior when cloning an event with attached videoconference rooms (:pr:4732)