aboutsummaryrefslogtreecommitdiff
path: root/lib/models/CourseDate.php
AgeCommit message (Collapse)Author
2026-02-27fix XSS issues with date formatting, fixes #6277Elmar Ludwig
Closes #6277 Merge request studip/studip!4751
2025-03-14execute sorm:describe for 6.0, re #3804Jan-Hendrik Willms
Merge request studip/studip!4044
2025-03-12change the room booking when changing the time span of the course date, ↵Moritz Strohm
fixes #5281 Closes #5281 Merge request studip/studip!4030 (cherry picked from commit 7e4b47707038f43822f506f4f0d1884e0e0f867a) a97ddce2 change the room booking when changing the time span of the course date b1a4bed7 CourseDate::bookRoom: set beginning and end for the room booking when updating it 180a9e55 Apply 1 suggestion(s) to 1 file(s) Co-authored-by: Moritz Strohm <strohm@data-quest.de>
2025-02-28display booked room first if present for Course(Ex?)Date::getLocation(), ↵Jan-Hendrik Willms
fixes #4836 Closes #4836 Merge request studip/studip!3623
2025-02-27regard the freetext room name in CourseDate::getFullName (format ↵Moritz Strohm
"long-include-room") and SeminarCycleDate::toString (format "long-start"), fixes #5256 Closes #5256 Merge request studip/studip!3941
2024-11-20changed output format of SeminarCycleDate::toString, CourseDate::getFullName ↵Moritz Strohm
and CourseExDate::getFullName and made the output of CourseDateList::toHtml a list with invisible list items, fixes #4889 Closes #4889 Merge request studip/studip!3662
2024-10-29allow sorm relations to be explicitely ordered in php on the collection and ↵Jan-Hendrik Willms
use that for CourseDate::statusgruppen relation, fixes #4776 Closes #4776 Merge request studip/studip!3569
2024-09-25fix export of course dates, fixes #4626Jan-Hendrik Willms
Closes #4626 Merge request studip/studip!3438
2024-09-02TIC 4421, closes #4421Moritz Strohm
Closes #4421 Merge request studip/studip!3347
2024-09-02StEP 3209, re #3209Moritz Strohm
Merge request studip/studip!2179
2024-06-18Deprecate `StudipAutoloader` and use composer's `autoload`Marcus Eibrink-Lunzenauer
Closes #4282 Merge request studip/studip!3099