summaryrefslogtreecommitdiffstats
path: root/modules-available/exams
Commit message (Collapse)AuthorAgeFilesLines
* [exams] Add constraints to exams_x_location tableSimon Rettberg2019-04-011-9/+7Star
|
* [exams] Shortcut for permcheckSimon Rettberg2019-04-011-0/+2
|
* Introduce JS helper for bootstrap confirm dialogs on button-submitSimon Rettberg2019-03-251-8/+14
|
* Update translationsSimon Rettberg2019-02-182-4/+0Star
|
* [inc/User] Fix access to Page if class is not loadedSimon Rettberg2018-08-072-2/+2
|
* [exams] Fix warning msg when checking timeranges (sec vs ms)Steffen Ritter2018-05-301-3/+3
|
* [exams/runmode] Properly disable exam mode for runmodesSimon Rettberg2018-04-201-14/+24
|
* [inc/Module] Overhaul dependency loading and handling of js/cssSimon Rettberg2018-04-131-3/+10
| | | | This is supposed to prevent unneeded js/css from being pulled in
* [exams] Fix always-disabled "add" button for existing lecturesSimon Rettberg2018-04-101-1/+1
|
* Permissions: Consistency: Make all pages require at least one permission to ↵Simon Rettberg2018-04-091-8/+1Star
| | | | | | be accessible Closes #3340
* [exams] Simplify permissions, add some error messagesSimon Rettberg2018-02-124-172/+145Star
|
* [permissionmanager] Introduce "location-aware" flag for permissionsSimon Rettberg2018-02-121-5/+8
| | | | | | | | | | This flag tells wether the permission can be restricted to certain locations in a meaningful way. This flag has to be set in the permissions.json of the according module. For example, the permission to reboot the server cannot be limited to certain locations in a meaningful way, while the view of the client log can be filtered to only show log entries for clients in specific locations.
* [exams] Fix table designSimon Rettberg2018-02-081-1/+1
|
* [exams/roomplanner] Hybrid PVS managers become dedicated in exam modeSimon Rettberg2018-02-081-1/+0Star
| | | | Hopefully fixes #3066
* [exams] reworked permission system from "click and you get error" to "button ↵Christian Hofmaier2018-01-027-83/+246
| | | | is disabled due to lack of permission". you now can only add/delete/edit based on locations you have permission for. you need permission for all locations of an exam to edit/delete it, but you can see it if you have at least permission for one of the locations.
* Fix A LOT of type problems, logic flaws, uninitialized variables etc.Simon Rettberg2017-12-162-3/+4
| | | | | Most of them were found by phpstorm, so I put in some time and went through the list, fixing quite a bunch of them.
* Merge remote-tracking branch 'origin/master' into permission-managerUdo Walter2017-11-211-3/+5
|\ | | | | | | | | | | # Conflicts: # modules-available/backup/templates/_page.html # style/default.css
| * [exams/roomplanner] Smarter coordination of run mode (exam mode on/off etc)Simon Rettberg2017-11-141-3/+5
| |
* | [exams] removed bold style from panel headingsUdo Walter2017-10-162-1/+5
| |
* | [exams] replaced confirm dialog with modal; added panels to edit/add exam page;Udo Walter2017-10-164-93/+125
| | | | | | | | added visual separation to the "add exam period" button;
* | [locations] fixed inconsistencies + small design changesUdo Walter2017-09-131-1/+1
| |
* | [js_stupidtable] fixed stupidtable not working with collapsed tablesUdo Walter2017-09-131-3/+1Star
| |
* | [exams] small design changesUdo Walter2017-09-125-110/+133
| |
* | [exams] fixed inconsistencies + made tables sortableUdo Walter2017-09-118-97/+122
|/
* [*] Adapt to new baseconfig APISimon Rettberg2017-07-111-6/+7
|
* [exams] Initialize class members of pageSimon Rettberg2017-05-021-3/+3
|
* [exams] Show confirmation dialog when defining global examSimon Rettberg2017-04-283-1/+11
| | | | This fixes #3125
* [exams] Clarify duration display in upcoming exam listSimon Rettberg2017-04-283-1/+6
| | | | Refs #3123
* [exams] Add ORDER BY to queries generating UI content, change wordingSimon Rettberg2017-04-283-4/+6
| | | | This fixes #3123
* [exams] Extend "upcoming lectures" from 5 to 30 days; collapse list if > 5Simon Rettberg2017-03-302-3/+17
| | | | Closes #3099
* [exams] Add error checking to install scriptSimon Rettberg2016-11-301-2/+10
|
* [exams] Less blaSimon Rettberg2016-09-091-1/+1
|
* Update translationsSimon Rettberg2016-09-071-2/+4
|
* [exams] Fix date display on add/edit exam for chosen autostart lectureSimon Rettberg2016-09-061-1/+1
|
* [exams] Implement autostart checkboxSimon Rettberg2016-09-066-38/+57
|
* [exams] Fix exam mode detection for global location/clients without locationSimon Rettberg2016-08-212-7/+7
|
* Fix minor issues in exams install hook, taskmanager callback logicSimon Rettberg2016-08-121-1/+1
|
* [exams] Add autostart lecture featureSimon Rettberg2016-07-287-22/+107
|
* [exams] Show list of upcomfing exam lectures; allow adding exam period based ↵Simon Rettberg2016-07-1212-170/+342
| | | | on upcoming exam
* [exams] Fix layout/typeSimon Rettberg2016-07-071-2/+4
|
* [exams] Hide 'show' button for past exams; show axis caption on top and ↵Simon Rettberg2016-07-072-9/+13
| | | | bottom if we have more than 5 locations
* [exams] Add button to zoom to selected exam period; autofill end day; show ↵Simon Rettberg2016-07-065-44/+91
| | | | description of exam periods
* [exams] Handle global room 0 when checking if exam mode is activeSimon Rettberg2016-07-051-2/+2
|
* i18n for bootstrap_datepicker.Christian Klinger2016-07-051-14/+25
|
* Update translationsSimon Rettberg2016-07-041-0/+6
|
* Rename js plugin modules to be prefixed with "js_"Simon Rettberg2016-07-041-1/+1
|
* Update translationsSimon Rettberg2016-07-041-8/+0Star
|
* Merge branch 'modularization' of dnbd3:openslx-ng/slx-admin into modularizationSimon Rettberg2016-06-241-1/+8
|\
| * display locationid=0 as locationid=*Christian Klinger2016-06-241-1/+8
| |
* | [exams] Indent location by tree depth; fix ordering of locations in vis.jsSimon Rettberg2016-06-243-11/+20
|/