-
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
Fixed
- Fix problems with displaying dates for events in the week and lesson view.
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.
- Unique constraint on lesson documentations did not work and caused racey duplicates.
2.0rc4 - 2021-08-01
Fixed
- The lesson documentations tab was displayed on overviews for persons who are not teachers.
- Teachers weren't able to edit personal notes of their students in the person overview.
- The actions to mark absences as excused in the personal notes table also marked personal notes as excused which are not absences.
- The delete action in the personal notes table really deleted the items instead of just resetting them to default values.
2.0rc3 - 2021-07-20
Fixed
- Lesson view didn't work due to additional whitespaces in
url
tags.
2.0rc2 - 2021-06-26
Fixed
- "My overview" and "All lessons" didn't work if there was no current school term.
2.0rc1 - 2021-06-23
Changed
- Show 'Lesson documentations' tab on person overview only if the person is a teacher.
- Use semantically correct html elements for headings and alerts.
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
- Show a status icon for every lesson (running, data complete, data missing, etc.).
- Add buttons to go the the next/previous lesson (on the day/for the group).
- Add support for custom excuse types.
- Add group notes field.
- Add option to configure extra marks for personal notes.
- Add week select in week view.
- Carry over data between adjacent lessons if not already filled out.
-
- Student view with all personal notes and some statistics.
-
- Mark personal notes as excused.
- Reset personal notes.
- Multiple selection/filter/sorting.
- Add overview of all groups a person is an owner of ("My groups").
- Implement intelligent permission rules.
- Add overview of all students with some statistics ("My students").
- Use django-reversion to keep an auditlog.
- Add page with affected lessons to register absence form.
- Check plausibility of class register data.
- Manage group roles (like class services).
Changed
-
- Redesign and optimise MaterializeCSS frontend.
-
- Organise information in multiple tabs.
- Show lesson topic, homework and group note in week view.
- Improve mobile design.
- Improve error messages if there are no matching lesson periods.
- Filter personal notes in full register printout by school term.
- Allow teachers to open lessons on the same day before they actually start.
- Count and sum up tardiness.
- Do not allow entries in holidays (configurable).
- Support events and extra lessons as class register objects.
Fixed
- Show only group members in the week view.
- Make register absence form complete.
- Repair and finish support for substitutions.
2.0a1 - 2020-02-01
Changed
- Migrate to MaterializeCSS.
- Use one card per day in week view.
Removed
- Remove SchoolRelated and all related uses.
1.0a3 - 2019-11-24
Added
- Allow to register absences and excuses centrally.
- Statistical evaluation of text snippets in personal notes.
- Add overview per person to register printout.
Fixed
- Show lesson documentations in printout again.
- Allow pages overflowing in printout
- Show all relevant personal notes in week view.