-
Jonathan Weth authoredJonathan Weth authored
To find the state of this project's repository at the time of any of these versions, check out the tags.
CHANGELOG.rst 5.60 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
Added
- Support for configuring the Untis school ID
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.