Skip to content
Snippets Groups Projects
To find the state of this project's repository at the time of any of these versions, check out the tags.
CHANGELOG.rst 6.14 KiB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

Unreleased

2.3.1 - 2022-08-13

Fixed

  • Import failed sometimes if there were lessons with names.
  • Import failed if there was a lesson without a teacher.

2.3 - 2022-06-25

Added

  • Support for configuring the Untis school ID
  • Add Ukrainian locale (contributed by Sergiy Gorichenko from Fre(i)e Software GmbH).
  • Import exams from Untis.

Fixed

  • Matching for groups while importing lessons was broken in some cases.
  • Import commands current_next and current_future imported all terms.
  • Untis objects with special characters like commas in their names broke the import.
  • Lessons weren't cancelled if a class is absent.

2.2 - 2022-04-10

Added

  • Add fuzzy matching mode for searching course groups: If no 100 % match is found, the importer will search a match by a subset of parent groups.
  • Register data match failures as data check problems.

Changed

  • Let untis_import_mysql management command default to current instead of all to prevent accidental imports of old plans
  • Use new change tracker from Chronos to trigger notifications

Fixed

  • Search course groups not only by parent groups and subject, but also take the teachers (group owners) into account
  • Don't recreate lesson periods if they change, but just update them.
  • Import failed if there were multiple versions for a term in the future.

2.1.3 - 2022-02-06

Fixed

  • With ignoring of incomplete subsitutions enabled, substitutions which consisted just of a comment were skipped.

2.1.2 - 2022-02-06

Fixed

  • Do not import incomplete substitutions.

2.1.1 - 2022-01-29

Fixed

  • Import now only imports one plan version

2.1 - 2022-01-13

Added

  • Allow configuring database options

Changed

  • Wrap all imports in complete revisions to make it possible to undo them completely and to track changes correctly.
  • Group names are now optionally disambiguated on collisions in Untis

Fixed

  • Import failed if there were classes without class teachers.
  • Management command move_dates_for_testing throwed misleading errors.
  • Events weren't always deleted due to wrong date filters.
  • Celery tasks always ran the last import command and not the supposed one.

2.0 - 2021-10-30

Added

  • Add script for moving all Chronos dates to the current (school) year (only for testing purposes).
  • Add demo data as Untis dump (also only for testing purposes).

Changed

  • Management commands can run the import in the foreground or in the background.
  • The management commands were merged to one with an argument to call the subcommands.

2.0rc3 - 2021-09-30

Fixed

  • Skip extra lessons without a subject.
  • Fix problems with lesson parts without a room and lesson parts with two courses and one teacher in a room.

2.0rc2 - 2021-07-30

Fixed

  • Get validity ranges by Untis ID and the corresponding school term.

2.0rc1 - 2021-06-23

Fixed

  • Preference section verbose names were displayed in server language and not user language (fixed by using gettext_lazy).

2.0b0 - 2021-05-21

Added

  • Import data related to school terms and validity ranges.
  • Provide different Celery tasks for multiple import scenarios.

Changed

  • Rename permission rules to differentiate from internal permissions.

Fixed

  • Cleanly delete old break supervisions instead of just replacing them.
  • Do not import lessons without lesson periods.
  • Delete (supervision) substitutions which are out of their validity range.
  • Only import supervisions for the linked UNTIS term and not for all terms.
  • Import supervisions linked to a validity range.
  • Import absences with correct absence types and not None values.
  • Set teachers to an empty list if there are no original and no substitution teachers.
  • Call update_or_create without prefetched or joined data.

Removed

  • Remove support for XML import due to a lack of maintenance.

2.0a2 - 2020-05-04

Added

  • Import UNTIS data from MySQL
  • Import absence reasons
  • Import absences
  • Import breaks
  • Import classes
  • Import events
  • Import holidays
  • Import lessons
  • Import rooms
  • Import subjects
  • Import substitutions
  • Import supervision areas
  • Import teachers
  • Import time periods

1.0a1 - 2019-09-17

Added

  • Allow updating subjects, rooms and time periods from new import
  • Allow importing a new version of a timetable

Changed

  • Use bootstrap buttons everywhere

Fixed

  • Work around bug in Untis that wrongly splits classes if they contain spaces