Skip to content
Snippets Groups Projects
CHANGELOG.rst 4.17 KiB
Newer Older
Nik | Klampfradler's avatar
Nik | Klampfradler committed
Changelog
=========

All notable changes to this project will be documented in this file.
Tom Teichler's avatar
Tom Teichler committed

The format is based on `Keep a Changelog`_,
and this project adheres to `Semantic Versioning`_.
Tom Teichler's avatar
Tom Teichler committed

Unreleased
----------

Changed
~~~~~~~

* Do not import incomplete substitutions.

`2.1.1`_ - 2022-01-29
---------------------

Fixed
~~~~~

* Import now only imports one plan version

`2.1`_ - 2022-01-13
-------------------
Tom Teichler's avatar
Tom Teichler committed
Added
~~~~~

* Allow configuring database options

Jonathan Weth's avatar
Jonathan Weth committed
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
Jonathan Weth's avatar
Jonathan Weth committed
Fixed
~~~~~

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

Jonathan Weth's avatar
Jonathan Weth committed
`2.0`_ - 2021-10-30
-------------------

Jonathan Weth's avatar
Jonathan Weth committed
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).

* 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
Tom Teichler's avatar
Tom Teichler committed
 * 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
---------------------
Tom Teichler's avatar
Tom Teichler committed

Added
~~~~~
Nik | Klampfradler's avatar
Nik | Klampfradler committed

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

Changed
~~~~~~~

* Use bootstrap buttons everywhere

Fixed
~~~~~
Nik | Klampfradler's avatar
Nik | Klampfradler committed

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

.. _Keep a Changelog: https://keepachangelog.com/en/1.0.0/
.. _Semantic Versioning: https://semver.org/spec/v2.0.0.html
.. _1.0a1: https://edugit.org/Teckids/AlekSIS/AlekSIS-App-Untis/-/tags/1.0a1
.. _2.0a2: https://edugit.org/Teckids/AlekSIS/AlekSIS-App-Untis/-/tags/2.0a2
.. _2.0b0: https://edugit.org/Teckids/AlekSIS/AlekSIS-App-Untis/-/tags/2.0b0
.. _2.0rc1: https://edugit.org/Teckids/AlekSIS/AlekSIS-App-Untis/-/tags/2.0rc1
.. _2.0rc2: https://edugit.org/Teckids/AlekSIS/AlekSIS-App-Untis/-/tags/2.0rc2
.. _2.0rc3: https://edugit.org/Teckids/AlekSIS/AlekSIS-App-Untis/-/tags/2.0rc3
Jonathan Weth's avatar
Jonathan Weth committed
.. _2.0: https://edugit.org/Teckids/AlekSIS/AlekSIS-App-Untis/-/tags/2.0
.. _2.1: https://edugit.org/Teckids/AlekSIS/AlekSIS-App-Untis/-/tags/2.1
.. _2.1.1: https://edugit.org/Teckids/AlekSIS/AlekSIS-App-Untis/-/tags/2.1.1