indico v3.2.2 Release Notes

  • ๐Ÿš€ Unreleased

    ๐Ÿ‘Œ Improvements ^

    • Display program codes in 'My contributions' (:pr:5573)
    • Warn when a user cannot create an event in the current category (:pr:5572)
    • Display all contributions in 'My contributions' and not just those with submitter privileges (:pr:5575)
    • Apply stronger sanitization on rich-text content pasted into CKEditor (:issue:5560, :pr:5571)

    ๐Ÿ›  Bugfixes ^

    • ๐Ÿ›  Fix broken links in some notification emails (:pr:5567)
    • ๐Ÿ›  Fix always-disabled submit button when submitting an agreement response on someone's behalf (:pr:5574)
    • Disallow nonsensical retention periods and visibility durations (:pr:5576)
    • ๐Ÿ›  Fix sorting by program code in editable list (:pr:5582)
    • Do not strip custom CSS classes from HTML in CKEditor (:issue:5584, :pr:5585)
    • 0๏ธโƒฃ Use the instance's default locale instead of "no locale" (US-English) in places where no better information is known for email recipients (:pr:5586)

    Internal Changes ^

    • ๐Ÿ”จ Refactor email-sending dialog using React (:pr:5547)