<feed xmlns='http://www.w3.org/2005/Atom'>
<title>openslx-ng/slx-admin.git/modules-available/exams/templates, branch master</title>
<subtitle>Web Interface zum Verwalten der Hochschul-/UniSpezifischen Einstellungen der Linux-Umgebung</subtitle>
<id>https://git.openslx.org/openslx-ng/slx-admin.git/atom/modules-available/exams/templates?h=master</id>
<link rel='self' href='https://git.openslx.org/openslx-ng/slx-admin.git/atom/modules-available/exams/templates?h=master'/>
<link rel='alternate' type='text/html' href='https://git.openslx.org/openslx-ng/slx-admin.git/'/>
<updated>2026-01-15T10:21:11+00:00</updated>
<entry>
<title>[exams] Add check and warning for colliding exams</title>
<updated>2026-01-15T10:21:11+00:00</updated>
<author>
<name>Simon Rettberg</name>
</author>
<published>2026-01-15T10:21:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/openslx-ng/slx-admin.git/commit/?id=60dbee86166915bc24d70782132eb38aa5cfb6db'/>
<id>urn:sha1:60dbee86166915bc24d70782132eb38aa5cfb6db</id>
<content type='text'>
If two (or more) exams share at least one location and their start/end
times overlap, display a warning to the user.
</content>
</entry>
<entry>
<title>[exams] Tweak exam list, add note on top about running exams</title>
<updated>2025-02-20T12:56:36+00:00</updated>
<author>
<name>Simon Rettberg</name>
</author>
<published>2025-02-20T12:56:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/openslx-ng/slx-admin.git/commit/?id=ea89df8d46a8c63948ac20d8d8af6f8c4b28016f'/>
<id>urn:sha1:ea89df8d46a8c63948ac20d8d8af6f8c4b28016f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>[exams] Make warnings for locations work with trees</title>
<updated>2020-08-06T11:23:03+00:00</updated>
<author>
<name>Simon Rettberg</name>
</author>
<published>2020-08-06T11:23:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/openslx-ng/slx-admin.git/commit/?id=c5c81c939fed78cef9b1399530e94bdc0f875487'/>
<id>urn:sha1:c5c81c939fed78cef9b1399530e94bdc0f875487</id>
<content type='text'>
</content>
</entry>
<entry>
<title>[exams] Cast locationList of lecture to string</title>
<updated>2020-08-03T14:10:49+00:00</updated>
<author>
<name>Simon Rettberg</name>
</author>
<published>2020-08-03T14:10:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/openslx-ng/slx-admin.git/commit/?id=267b04e161d075b02a4f98c8b8c8176518adc566'/>
<id>urn:sha1:267b04e161d075b02a4f98c8b8c8176518adc566</id>
<content type='text'>
If it's a single location, it was turned into a number by jQuery, so
.split() failed.
</content>
</entry>
<entry>
<title>[exams] More sanity checks regarding date/time and locations</title>
<updated>2020-07-22T15:15:10+00:00</updated>
<author>
<name>Simon Rettberg</name>
</author>
<published>2020-07-22T15:15:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/openslx-ng/slx-admin.git/commit/?id=67af92fc19899b1103caa563e00dc652a260baf1'/>
<id>urn:sha1:67af92fc19899b1103caa563e00dc652a260baf1</id>
<content type='text'>
Implausible start/end time, or mismatch between defined exam interval
and interval of selected lecture will now be reported.

Also, if the list of selected locations contains a location that is not
also assiged to the selected lecture, a warning will be displayed. This
only triggers if the lecture is restricted to certain locations
(exclusive mode, aka "islocationprivate" column.
</content>
</entry>
<entry>
<title>[exams] Collapse old exams (-90 days)</title>
<updated>2020-07-20T09:42:39+00:00</updated>
<author>
<name>Simon Rettberg</name>
</author>
<published>2020-07-20T09:42:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/openslx-ng/slx-admin.git/commit/?id=9141d4027ffb18b43a8962840f0194046b9a014d'/>
<id>urn:sha1:9141d4027ffb18b43a8962840f0194046b9a014d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>[exams] Fix HTML syntax</title>
<updated>2019-05-29T12:34:58+00:00</updated>
<author>
<name>Simon Rettberg</name>
</author>
<published>2019-05-29T12:34:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/openslx-ng/slx-admin.git/commit/?id=1762460bfd4e65f4da94ba48af7345c086df561c'/>
<id>urn:sha1:1762460bfd4e65f4da94ba48af7345c086df561c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>[exams/bootstrap_datepicker] Always load slx-admin language plugin</title>
<updated>2019-05-29T11:30:54+00:00</updated>
<author>
<name>Simon Rettberg</name>
</author>
<published>2019-05-29T11:30:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/openslx-ng/slx-admin.git/commit/?id=fabe31aa314d1549193e87ef149b89b20fcc6b14'/>
<id>urn:sha1:fabe31aa314d1549193e87ef149b89b20fcc6b14</id>
<content type='text'>
Fixes #3567
</content>
</entry>
<entry>
<title>Introduce JS helper for bootstrap confirm dialogs on button-submit</title>
<updated>2019-03-25T10:46:50+00:00</updated>
<author>
<name>Simon Rettberg</name>
</author>
<published>2019-03-25T10:46:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/openslx-ng/slx-admin.git/commit/?id=03424ad19ac1bb42635a3d6653565aa0dc6ccf5a'/>
<id>urn:sha1:03424ad19ac1bb42635a3d6653565aa0dc6ccf5a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>[exams] Fix warning msg when checking timeranges (sec vs ms)</title>
<updated>2018-05-30T15:17:03+00:00</updated>
<author>
<name>Steffen Ritter</name>
</author>
<published>2018-05-30T15:17:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/openslx-ng/slx-admin.git/commit/?id=e57eb1a28dff41c54f2c1e0aab6badbbde0bd1df'/>
<id>urn:sha1:e57eb1a28dff41c54f2c1e0aab6badbbde0bd1df</id>
<content type='text'>
</content>
</entry>
</feed>
