All Versions
49
Latest Version
Avg Release Cycle
44 days
Latest Release
-

Changelog History
Page 5

  • v2.1.1 Changes

    ๐Ÿš€ Released on May 31, 2018

    ๐Ÿ‘Œ Improvements ^

    • โž• Add a privacy policy page linked from the footer (:issue:1415)
    • Terms & Conditions can now link to an external URL
    • โš  Show a warning to all admins if Celery is not running or outdated
    • โž• Add registration ID placeholder for badges (:issue:3370, thanks :user:bpedersen2)

    ๐Ÿ›  Bugfixes ^

    • ๐Ÿ›  Fix alignment issue in the "Indico Weeks View" timetable theme (:issue:3367)
    • Reset visibility when cloning an event to a different category (:issue:3372)
  • v2.1 Changes

    ๐Ÿš€ 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)

  • v2.0.3 Changes

    ๐Ÿš€ Released on March 15, 2018

    ๐Ÿ”’ Security fixes ^

    • ๐Ÿ“‡ Do not show contribution information (metadata including title, speakers and a partial description) in the contribution list unless the user has access to a contribution

    ๐Ÿ‘Œ Improvements ^

    • ๐Ÿ‘‰ Show more suitable message when a service request is auto-accepted (:issue:3264)
  • v2.0.2 Changes

    ๐Ÿš€ Released on March 07, 2018

    ๐Ÿ”’ Security fixes ^

    • โšก๏ธ Update bleach <https://github.com/mozilla/bleach>_ to fix an XSS vulnerability

    ๐Ÿ‘Œ Improvements ^

    • Warn when editing a speaker/author would result in duplicate emails

    ๐Ÿ›  Bugfixes ^

    • Take 'center' orientation of badge/poster backgrounds into account (:issue:3238, thanks :user:bpedersen2)
    • Fail nicely when trying to register a local account with an already-used email confirmation link (:issue:3250)
  • v2.0.1 Changes

    ๐Ÿš€ Released on February 6, 2018

    ๐Ÿ‘Œ Improvements ^

    • โž• Add support for admin-only designer placeholders. Such placeholders can be provided by custom plugins and only be used in the designer by Indico admins (:issue:3210)
    • Sort contribution types alphabetically
    • โž• Add folding indicators when printing foldable badges (:issue:3216)

    ๐Ÿ›  Bugfixes ^

    • ๐Ÿ›  Fix LaTeX rendering issue when consecutive lines starting with [ were present (:issue:3203)
    • Do not allow managers to retrieve tickets for registrants for whom ticket access is blocked by a plugin (:issue:3208)
    • โš  Log a warning instead of an exception if the Indico version check fails (:issue:3209)
    • ๐ŸŒฒ Wrap long lines in event log entries instead of truncating them
    • Properly show message about empty agenda in reminders that have "Include agenda" enabled but an empty timetable
    • ๐Ÿ›  Fix overly long contribution type names pushing edit/delete buttons outside the visible area (:issue:3215)
    • ๐Ÿ”Œ Only apply plugin-imposed ticket download restrictions for tickets, not for normal badges.
    • ๐Ÿ›  Fix switching between badge sides in IE11 (:issue:3214)
    • Do not show poster templates as possible backsides for badges
    • Convert alpha-channel transparency to white in PDF backgrounds
    • ๐Ÿ‘‰ Make number inputs big enough to show 5 digits in chrome
    • Sort chairperson list on lecture pages
    • โœ‚ Remove whitespace before commas in speaker lists
    • ๐Ÿ’ป Hide author UI for subcontribution speakers (:issue:3222)
  • v2.0 Changes

    ๐Ÿš€ Released on January 12, 2018

    ๐Ÿ‘Œ Improvements ^

    • Add author_type and is_speaker fields for persons in the JSON abstract export
    • โž• Add legacy redirect for conferenceTimeTable.py

    ๐Ÿ›  Bugfixes ^

    • ๐Ÿ›  Fix unicode error when searching external users from the "Search Users" dialog
    • ๐Ÿ›  Fix missing event management menu/layout when creating a material package from the event management area
    • ๐Ÿ›  Fix error when viewing a contribution with co-authors
    • ๐Ÿ›  Fix sorting of registration form items not working anymore after moving/disabling some items
    • ๐Ÿ›  Fix error after updating from 2.0rc1 if there are cached Mako templates
    • ๐Ÿ›  Fix error when retrieving an image referenced in an abstract fails
    • ๐Ÿ›  Fix rendering of time pickers in recent Firefox versions (:issue:3194)
    • ๐Ÿ›  Fix error when trying to use the html serializer with the timetable API
    • ๐Ÿ›  Fix error when receiving invalid payment events that should be ignored
    • ๐Ÿ›  Fix last occurrence not being created when cloning events (:issue:3192)
    • ๐Ÿ›  Fix multiple links in the same line being replaced with the first one when converting abstracts/contributions to PDF (:issue:2816)
    • ๐Ÿ›  Fix PDF generation when there are links with & in the URL
    • ๐Ÿ›  Fix incorrect spacing in abstract author/speaker lists (:issue:3205)
  • v2.0.rc2 Changes

    ๐Ÿš€ Released on December 8, 2017

    ๐Ÿ‘Œ Improvements ^

    • ๐Ÿ‘ Allow changing the reloader used by the dev server (:issue:3150)

    ๐Ÿ›  Bugfixes ^

    • Do not show borders above/below the message in registration emails unless both the header and body blocks are used (:issue:3151)
    • Roll-back the database transaction when an error occurs.
    • ๐Ÿ›  Fix rendering of the LaTeX error box (:issue:3163)
    • ๐Ÿ›  Fix "N/A" being displayed in a survey result if 0 is entered in a number field
    • ๐Ÿ›  Fix "N/A" not being displayed in a survey result if nothing is selected in a multi-choice select field
    • ๐Ÿ›  Fix error when using target_* placeholders in abstract notification emails for actions other than "Merged" (:issue:3171)
    • ๐Ÿ‘‰ Show full track title in tooltips on abstract pages
    • ๐Ÿ‘‰ Show correct review indicators when a reviewer still has to review an abstract in a different track
    • ๐Ÿ›  Fix unicode error when searching external users in an LDAP backend

    Internal Changes ^

    • Remove SCSS_DEBUG_INFO config option.
  • v2.0.rc1 Changes

    ๐Ÿš€ Released on November 10, 2017

    ๐Ÿ‘Œ Improvements ^

    • Hide category field in event creation dialog if there are no subcategories (:issue:3112)
    • โœ‚ Remove length limit from registration form field captions (:issue:3119)
    • ๐Ÿ‘‰ Use semicolons instead of commas as separator when exporting list values (such as multi-select registration form fields) to CSV or Excel (:issue:3060)
    • ๐Ÿ‘‰ Use custom site title in page title (:issue:3018)
    • ๐Ÿ‘ Allow manually entering dates in datetime fields (:issue:3136)
    • Send emails through a celery task. This ensures users do not get an error if the mail server is temporarily unavailable. Sending an email is also retried for a while in case of failure. In case of a persistent failure the email is dumped to the temp directory and can be re-sent manually using the new indico resend_email command (:issue:3121)
    • Reject requests containing NUL bytes in the query string (:issue:3142)

    ๐Ÿ›  Bugfixes ^

    • Do not intercept HTTP exceptions containing a custom response. When raising such exceptions we do not want the default handling but rather send the custom response to the client.
    • Do not apply margin for empty root category sidebar (:issue:3116, thanks :user:nop33)
    • ๐Ÿ›  Fix alignment of info-grid items on main conference page (:issue:3126)
    • Properly align the label of the attachment folder title field
    • ๐Ÿ›  Fix some rare unicode errors during exception handling/logging
    • โฑ Clarify messages in session block rescheduling dialogs (:issue:3080)
    • ๐Ÿ›  Fix event header bar in IE11 (:issue:3135)
    • ๐Ÿ›  Fix footer on login page (:issue:3132)
    • ๐ŸŒฒ Use correct module name for abstract notification emails in the event log
    • โœ‚ Remove linebreaks from email subject in paper review notifications
    • ๐Ÿ›  Fix extra padding in the CFA roles dialog (:issue:3129)
    • Do not show an extra day in timetable management if an event begins before a DST change
    • โฑ Disable caching when retrieving the list of unscheduled contributions
    • ๐Ÿ–จ Process placeholders in the subject when emailing registrants
    • ๐Ÿ›  Fix Shibboleth login with non-ascii names (:issue:3143)

    Internal Changes ^

    • Add new is_ticket_blocked signal that can be used by plugins to disable ticket downloads for a registration.
  • v2.0.a1 Changes

    ๐Ÿš€ Released on October 20, 2017

    ๐Ÿš€ This is the first release of the 2.0 series, which is an almost complete rewrite of Indico based on a modern software stack and PostgreSQL.