indico v3.1.1 Release Notes

  • ๐Ÿš€ Released on April 27, 2022

    ๐Ÿ‘Œ Improvements ^

    • Prompt before leaving the event protection page without saving changes (:pr:5222)
    • โž• Add the ability to clone abstracts (:pr:5217)
    • โž• Add setting to allow submitters to edit their own contributions (:pr:5213)
    • โšก๏ธ Update the editing state color scheme (:pr:5236)
    • Include program codes in export API (:pr:5246)
    • โž• Add abstract rating scores grouped by track (:pr:5298)
    • ๐Ÿ‘ Allow uploading revisions when an editor hasn't been assigned (:pr:5289)

    ๐Ÿ›  Bugfixes ^

    • ๐Ÿ›  Fix published editable files only being visible to users with access to the editing timeline (:pr:5218)
    • ๐Ÿ›  Fix incorrect date in multi-day meeting date selector dropdown in certain timezones (:pr:5223)
    • โœ‚ Remove excessive padding around category titles (:pr:5225)
    • ๐Ÿ›  Fix error when exporting registrations to PDFs that contained certain invalid HTML-like sequences (:pr:5233)
    • โช Restore logical order of registration list columns (:pr:5240)
    • ๐Ÿ›  Fix a performance issue in the HTTP API when exporting events from a specific category while specifying a limit (only affected large databases) (:pr:5260)
    • Correctly specify charset in iCalendar files attached to emails (:issue:5228, :pr:5258, thanks :user:imranyusuff)
    • ๐Ÿ›  Fix very long map URLs breaking out of the event management settings box (:pr:5275)
    • ๐Ÿ›  Fix missing abstract withdrawal notification (:pr:5281)
    • ๐Ÿ›  Fix downloading files from editables without a published revision (:pr:5290)
    • Do not mark participants with deleted/inactive registrations as registered in participant roles list (:pr:5308)
    • Do not enforce personal token name uniqueness across different users (:pr:5317)
    • ๐Ÿ›  Fix last modification date not updating when an abstract is edited (:pr:5325)
    • ๐Ÿ›  Fix a bug with poster and badge printing in unlisted events (:pr:5322)

    Internal Changes ^

    • โž• Add category-sidebar template hook and blocks around category sidebar sections (:pr:5237, thanks :user:omegak)
    • Add event.reminder.before_reminder_make_email signal (:pr:5242, thanks :user:vasantvohra)
    • โž• Add plugin.interceptable_function signal to intercept selected function calls (:pr:5254)