-
Jonathan Weth authoredJonathan Weth authored
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
Upgrade notice
If you're upgrading from 3.x, there is now a migration path to use.
Therefore, please install AlekSIS-App-Lesrooster
which now
includes parts of the legacy Chronos and the migration path.
4.0.0.dev8 - 2024-11-15
Added
- Widgets on person and group pages with detailed coursebook statistics and including all participations/personal notes.
4.0.0.dev3 - 2024-07-10
Added
- Support for entering personal notes for students in the new coursebook interface.
- Support for entering tardiness for students in the new coursebook interface.
4.0.0.dev2 - 2024-07-13
Fixed version of 4.0.0.dev1
4.0.0.dev1 - 2024-06-13
Added
- Support for entering absences for students in the new coursebook interface.
4.0.0.dev0 - 2024-04-23
Notable, breaking changes
Starting from the class register core functionality, Alsijil is getting a entire rewrite of both its frontend and backend. The models formerly used for lesson documentation, notably LessonDocumentation and PersonalNote are replaced by new ones based on the calendar framework provided by AlekSIS-Core and the absense framework provided by AlekSIS-App-Kolego. The legacy views providing management functionality for those legacy models are not available anymore.
Changed
- Modern rewrite of class register/coursebook, both in the frontend and the backend * Several legacy class register views were consolidated in a modern frontend (coursebook). * [Dev] The LessonDocumentation model is replaced with the Documentation model, based on the calendar framework. * [Dev] The PersonalNote model is replaced with the NewPersonalNote model. * [Dev] Participation status documentation is taken over by the new Participation model.
Fixed
- Migrating failed due to an incorrect field reference.
3.0.1 - 2023-09-02
Fixed
- Migrations failed on empty database
3.0 - 2023-05-15
Fixed
- In some cases, pages showing the count of extra marks and lessons with custom excuse types of persons threw an error.
- The redirection to generated class register PDF printouts did not work.
- Some columns in the table showing statistics for the members of a group were labled wrongly.
- Absences with custom excuse types were not counted correctly.
- Tabs on the week overview page were not displayed.
3.0b0 - 2023-02-28
This version requires AlekSIS-Core 3.0. It is incompatible with any previous version.
Removed
- Legacy menu integration for AlekSIS-Core pre-3.0
Added
- Add SPA support for AlekSIS-Core 3.0
Changed
- [Dev] Rename the "late" field in the PersonalNote model to "tardiness".
- Use new icon set inside of models and templates
- Run full register printout generation in background
Fixed
- Extra marks and excused absences were counted multiple times in some class register views.
- Substitution teachers couldn't see any persons in the person list of a substituted lesson.
- Events were shown for days not being inside the timetable schema in full register printout.
2.1.1 - 2022-09-01
Fixed
- Register absence form wasn't accessible without direct access to class register.
- Printing the full group register failed when a person had no personal notes.
- Data checks reported all Lesson Documentations as being during Holidays if there was no Holiday object.
- Students were displayed multiple times in class register views.
- Absences were counted multiple times in some class register views.
- Group owners couldn't create new seating plans.
2.1 - 2022-06-25
Added
- Owners of one of the parent groups of a object can now have the same rights on it
as a group owner (can be toggled with a preference). * Integrate seating plans in lesson overview * Add option to set LessonDocumentation data for all lessons in one week at once. * Excuse types can now be marked as Count as absent, which they are per default. If not, they aren't counted in the overviews. * Add Ukrainian locale (contributed by Sergiy Gorichenko from Fre(i)e Software GmbH).
Fixed
- The week overview page was not refreshed when a new week was selected in the dropdown.
- Make generation of full register printout faster.
- Updating a lesson documentation caused an error when the preference for carrying over lesson documentations to the whole week was deactivated.
2.0.1 - 2022-02-12
Fixed
- Status icon in single-lesson view showed 'Missing data' although the data were complete.
- The personal note tab of a lesson was not well usable on mobile devices.
2.0 - 2022-02-06
Changed
- Use start date of current SchoolTerm as default value for PersonalNote filter in overview.
Fixed
- Events without groups caused an error when not accessed through the week view.
2.0rc7 - 2021-12-25
Changed
- Optimize view for one register object ("lesson view") for mobile and tablet devices.
- Optimize view for lessons of a week ("week view") for mobile and tablet devices.
- German translations were updated.
- Link to personal notes in the personal overview.
Fixed
- Translate table columns and filter button on person overview page.
- Show correct status icon for events.
- Subjects in full register printout were struck through although they
hadn't changed. * Table with all register objects didn't work with extra lessons. * Add missing definitions of some permissions so they can be assigned.
2.0rc6 - 2021-08-25
Fixed
- Fix problems with displaying dates for events in the week and lesson view.
- Unique constraint on lesson documentations and personal notes did not work and caused racey duplicates.
2.0rc5 - 2021-08-12
Fixed
- The _Delete personal note_ action didn't work due to wrong usage of
bulk_update
. - Groups and persons were shown multiple times in some forms due to filtering by permissions.