chore: add my name to contributers + create changelog files
This commit is contained in:
parent
2ee7f41d05
commit
85e3941538
@ -29,21 +29,22 @@ makePrisms ''ChangelogItemKind
|
|||||||
|
|
||||||
classifyChangelogItem :: ChangelogItem -> ChangelogItemKind
|
classifyChangelogItem :: ChangelogItem -> ChangelogItemKind
|
||||||
classifyChangelogItem = \case
|
classifyChangelogItem = \case
|
||||||
ChangelogHaskellCampusLogin -> ChangelogItemBugfix
|
ChangelogHaskellCampusLogin -> ChangelogItemBugfix
|
||||||
ChangelogTooltipsWithoutJavascript -> ChangelogItemBugfix
|
ChangelogTooltipsWithoutJavascript -> ChangelogItemBugfix
|
||||||
ChangelogButtonsWorkWithoutJavascript -> ChangelogItemBugfix
|
ChangelogButtonsWorkWithoutJavascript -> ChangelogItemBugfix
|
||||||
ChangelogTableFormsWorkAfterAjax -> ChangelogItemBugfix
|
ChangelogTableFormsWorkAfterAjax -> ChangelogItemBugfix
|
||||||
ChangelogPassingByPointsWorks -> ChangelogItemBugfix
|
ChangelogPassingByPointsWorks -> ChangelogItemBugfix
|
||||||
ChangelogErrorMessagesForTableItemVanish -> ChangelogItemBugfix
|
ChangelogErrorMessagesForTableItemVanish -> ChangelogItemBugfix
|
||||||
ChangelogExamAchievementParticipantDuplication -> ChangelogItemBugfix
|
ChangelogExamAchievementParticipantDuplication -> ChangelogItemBugfix
|
||||||
ChangelogFormsTimesReset -> ChangelogItemBugfix
|
ChangelogFormsTimesReset -> ChangelogItemBugfix
|
||||||
ChangelogAllocationCourseAcceptSubstitutesFixed -> ChangelogItemBugfix
|
ChangelogAllocationCourseAcceptSubstitutesFixed -> ChangelogItemBugfix
|
||||||
ChangelogStoredMarkup -> ChangelogItemBugfix
|
ChangelogStoredMarkup -> ChangelogItemBugfix
|
||||||
ChangelogFixPersonalisedSheetFilesKeep -> ChangelogItemBugfix
|
ChangelogFixPersonalisedSheetFilesKeep -> ChangelogItemBugfix
|
||||||
ChangelogHonorRoomHidden -> ChangelogItemBugfix
|
ChangelogHonorRoomHidden -> ChangelogItemBugfix
|
||||||
ChangelogFixSheetBonusRounding -> ChangelogItemBugfix
|
ChangelogFixSheetBonusRounding -> ChangelogItemBugfix
|
||||||
ChangelogFixExamBonusAllSheetsBonus -> ChangelogItemBugfix
|
ChangelogFixExamBonusAllSheetsBonus -> ChangelogItemBugfix
|
||||||
_other -> ChangelogItemFeature
|
ChangelogExamAutomaticRoomDistributionRespectSize -> ChangelogItemBugfix
|
||||||
|
_other -> ChangelogItemFeature
|
||||||
|
|
||||||
changelogItemDays :: Map ChangelogItem Day
|
changelogItemDays :: Map ChangelogItem Day
|
||||||
changelogItemDays = Map.fromListWithKey (\k d1 d2 -> bool (error $ "Duplicate changelog days for " <> show k) d1 $ d1 /= d2)
|
changelogItemDays = Map.fromListWithKey (\k d1 d2 -> bool (error $ "Duplicate changelog days for " <> show k) d1 $ d1 /= d2)
|
||||||
|
|||||||
@ -0,0 +1,2 @@
|
|||||||
|
$newline never
|
||||||
|
Diverse Verbesserungen an der automatischen Zuteilung von Klausurteilnehmern auf Termine/Räume
|
||||||
@ -0,0 +1,2 @@
|
|||||||
|
$newline never
|
||||||
|
Several improvements for the automated distribution of exam participants to occurrences/rooms
|
||||||
@ -29,3 +29,4 @@ $newline never
|
|||||||
<li>Steffen Jost
|
<li>Steffen Jost
|
||||||
<li>Gregor Kleen
|
<li>Gregor Kleen
|
||||||
<li>Sarah Vaupel
|
<li>Sarah Vaupel
|
||||||
|
<li>Wolfgang Witt
|
||||||
|
|||||||
@ -28,3 +28,4 @@ $newline never
|
|||||||
<li>Steffen Jost
|
<li>Steffen Jost
|
||||||
<li>Gregor Kleen
|
<li>Gregor Kleen
|
||||||
<li>Sarah Vaupel
|
<li>Sarah Vaupel
|
||||||
|
<li>Wolfgang Witt
|
||||||
|
|||||||
Reference in New Issue
Block a user