Indico

Latest version: v3.3.6

Safety actively analyzes 723650 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 10 of 11

2.1.2

Not secure
-------------

*Released on June 11, 2018*

Improvements
^^^^^^^^^^^^

- Show email address for non-anonymous survey submissions
(:issue:`3258`)

Bugfixes
^^^^^^^^

- Show question description in survey results (:issue:`3383`)
- Allow paper managers to submit paper revisions
- Fix error when not providing a URL for privacy policy or terms
- Use consistent order for privacy/terms links in the footer
- Fix cloning of locked events

2.1.1

Not secure
-------------

*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`)

2.1

Not secure
-----------

*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`)


----

2.0.3

Not secure
-------------

*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`)

2.0.2

Not secure
-------------

*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`)

2.0.1

Not secure
-------------

*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`)

Page 10 of 11

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.