diff --git a/src/Model/Types/Changelog.hs b/src/Model/Types/Changelog.hs index bc07b524a..1285782d5 100644 --- a/src/Model/Types/Changelog.hs +++ b/src/Model/Types/Changelog.hs @@ -29,21 +29,22 @@ makePrisms ''ChangelogItemKind classifyChangelogItem :: ChangelogItem -> ChangelogItemKind classifyChangelogItem = \case - ChangelogHaskellCampusLogin -> ChangelogItemBugfix - ChangelogTooltipsWithoutJavascript -> ChangelogItemBugfix - ChangelogButtonsWorkWithoutJavascript -> ChangelogItemBugfix - ChangelogTableFormsWorkAfterAjax -> ChangelogItemBugfix - ChangelogPassingByPointsWorks -> ChangelogItemBugfix - ChangelogErrorMessagesForTableItemVanish -> ChangelogItemBugfix - ChangelogExamAchievementParticipantDuplication -> ChangelogItemBugfix - ChangelogFormsTimesReset -> ChangelogItemBugfix - ChangelogAllocationCourseAcceptSubstitutesFixed -> ChangelogItemBugfix - ChangelogStoredMarkup -> ChangelogItemBugfix - ChangelogFixPersonalisedSheetFilesKeep -> ChangelogItemBugfix - ChangelogHonorRoomHidden -> ChangelogItemBugfix - ChangelogFixSheetBonusRounding -> ChangelogItemBugfix - ChangelogFixExamBonusAllSheetsBonus -> ChangelogItemBugfix - _other -> ChangelogItemFeature + ChangelogHaskellCampusLogin -> ChangelogItemBugfix + ChangelogTooltipsWithoutJavascript -> ChangelogItemBugfix + ChangelogButtonsWorkWithoutJavascript -> ChangelogItemBugfix + ChangelogTableFormsWorkAfterAjax -> ChangelogItemBugfix + ChangelogPassingByPointsWorks -> ChangelogItemBugfix + ChangelogErrorMessagesForTableItemVanish -> ChangelogItemBugfix + ChangelogExamAchievementParticipantDuplication -> ChangelogItemBugfix + ChangelogFormsTimesReset -> ChangelogItemBugfix + ChangelogAllocationCourseAcceptSubstitutesFixed -> ChangelogItemBugfix + ChangelogStoredMarkup -> ChangelogItemBugfix + ChangelogFixPersonalisedSheetFilesKeep -> ChangelogItemBugfix + ChangelogHonorRoomHidden -> ChangelogItemBugfix + ChangelogFixSheetBonusRounding -> ChangelogItemBugfix + ChangelogFixExamBonusAllSheetsBonus -> ChangelogItemBugfix + ChangelogExamAutomaticRoomDistributionRespectSize -> ChangelogItemBugfix + _other -> ChangelogItemFeature changelogItemDays :: Map ChangelogItem Day changelogItemDays = Map.fromListWithKey (\k d1 d2 -> bool (error $ "Duplicate changelog days for " <> show k) d1 $ d1 /= d2) diff --git a/templates/i18n/changelog/exam-automatic-room-distribution-respect-size.de-de-formal.hamlet b/templates/i18n/changelog/exam-automatic-room-distribution-respect-size.de-de-formal.hamlet new file mode 100644 index 000000000..41a2fd613 --- /dev/null +++ b/templates/i18n/changelog/exam-automatic-room-distribution-respect-size.de-de-formal.hamlet @@ -0,0 +1,2 @@ +$newline never +Diverse Verbesserungen an der automatischen Zuteilung von Klausurteilnehmern auf Termine/Räume diff --git a/templates/i18n/changelog/exam-automatic-room-distribution-respect-size.en-eu.hamlet b/templates/i18n/changelog/exam-automatic-room-distribution-respect-size.en-eu.hamlet new file mode 100644 index 000000000..a9b07c71d --- /dev/null +++ b/templates/i18n/changelog/exam-automatic-room-distribution-respect-size.en-eu.hamlet @@ -0,0 +1,2 @@ +$newline never +Several improvements for the automated distribution of exam participants to occurrences/rooms diff --git a/templates/i18n/implementation/de-de-formal.hamlet b/templates/i18n/implementation/de-de-formal.hamlet index 23876d482..03418198d 100644 --- a/templates/i18n/implementation/de-de-formal.hamlet +++ b/templates/i18n/implementation/de-de-formal.hamlet @@ -29,3 +29,4 @@ $newline never
  • Steffen Jost
  • Gregor Kleen
  • Sarah Vaupel +
  • Wolfgang Witt diff --git a/templates/i18n/implementation/en-eu.hamlet b/templates/i18n/implementation/en-eu.hamlet index ead3e0dbd..ca7ddead0 100644 --- a/templates/i18n/implementation/en-eu.hamlet +++ b/templates/i18n/implementation/en-eu.hamlet @@ -28,3 +28,4 @@ $newline never
  • Steffen Jost
  • Gregor Kleen
  • Sarah Vaupel +
  • Wolfgang Witt