Commit Graph

47 Commits

Author SHA1 Message Date
Sebastian Serth
d93e71dc28 Rename v5 FontAwesome icons to match v6 name
While FontAwesome provides aliases for all icons, we switch to the new names for consistency. See all changes at:
https://fontawesome.com/docs/web/setup/upgrade/whats-changed#icons-renamed-in-version-6
2022-08-09 14:17:32 +02:00
Sebastian Serth
d4c567c722 Remove @submissions variable for external_user_statistics 2022-07-22 13:19:22 +02:00
Janis4411
66d9a2b22a added logic to hide the show/hide autosaves feature for users without permission to view detailed_statistics 2022-07-20 17:18:36 +02:00
Janis4411
a83bff80ed added a button to toggle autosave submissions as well as a label to indicate current toggle status 2022-07-20 17:18:36 +02:00
Sebastian Serth
4ef7da839d Use TestrunMessages instead of Testrun.output when displaying output 2022-04-29 22:44:35 +02:00
Sebastian Serth
0c1a10959c Use file name with file path as identifier 2021-12-15 00:52:31 +01:00
Sebastian Serth
21185ea4b3 Make empty submissions not clickable 2021-11-16 13:32:51 +01:00
Sebastian Serth
571be87879 Fix range slider for external user statistics 2021-11-16 12:02:52 +01:00
Sebastian Serth
f15bbe2c29 Fix links for external user statistics 2021-11-16 11:57:43 +01:00
Sebastian Serth
aa49731e49 Remove submissions without visible files from statistic view 2021-11-16 11:43:23 +01:00
Sebastian Serth
f9a7e73719 Remove usage of safe_html in renderings 2021-10-12 11:23:22 +02:00
Sebastian Serth
aed9a3121f Hide filename if not available 2021-01-20 23:12:04 +01:00
Sebastian Serth
2c99c2db62 Show filename and sort by it for statistic page 2021-01-19 12:37:05 +01:00
Sebastian Serth
afafe0c218 Adjust teacher permissions:
* Hide non-public exercises and proxy exercises
* Hide average working time value on statistic page
* Add hint about filter to submission page for teachers
* Hide display name from feedback page
2020-09-07 19:04:34 +02:00
Sebastian Serth
413ec9f956 Show up to three submissions for teachers and add overview to table 2020-05-08 11:36:27 +02:00
Sebastian Serth
914eeb6035 Add submission deadline to exercises and allow teachers to view their submissions 2020-05-07 21:23:27 +02:00
Sebastian Serth
4c571c4fb2 Add missing locales and fix access to public pages 2020-05-06 11:27:09 +02:00
Sebastian Serth
114f77e799 Extract WORKING_TIME_DELTA to be used globally and set it to 5 min. 2019-03-09 00:32:36 +01:00
Sebastian Serth
7bdb962616 Update Bootstrap to v4.1, fix chosen.js and pagedown on multiple sites 2018-11-06 16:49:41 +01:00
Maximilian Grundke
816c6fcbf6 Fix highlighting for submissions occurring in the same second 2018-08-31 14:11:10 +02:00
Maximilian Grundke
159e587254 Show working time until intervention 2018-08-31 13:41:15 +02:00
Maximilian Grundke
f2f4419bb8 Don't highlight submissions within the same second 2018-04-10 14:23:23 +02:00
Maximilian Grundke
eb2b18a22f Highlight gaps in exercise working time 2018-04-10 14:15:35 +02:00
Ralf Teusner
9234f11eac remove failed option (it is not there yet) 2017-12-05 10:57:11 +01:00
Ralf Teusner
194984a620 add cause to testruns
trigger run and assess on request_for_comment
2017-09-21 17:21:10 +02:00
Thomas Hille
870549944d added intervention to statistics of exercises of external users 2017-04-05 12:08:27 +02:00
Ralf Teusner
4651c87491 Testrun output is now shown when hovering over the status icons (round red or green circles) 2016-07-04 17:48:52 +02:00
John Geiger
fa0d893c21 change gitignore and fixes to statistic graphs 2016-05-12 15:52:59 +02:00
Maximilian Grundke
26d2b11d9f Add visual indicators for test run results 2016-03-09 17:57:18 +01:00
Maximilian Grundke
16346fa732 Show testrun results in statistics 2016-03-09 15:20:38 +01:00
Maximilian Grundke
4ebaee8931 Add working time delta for each submission 2016-02-04 11:36:00 +01:00
Maximilian Grundke
a5dc19ad86 Fix submission order 2015-12-17 16:17:31 +01:00
Maximilian Grundke
4cd8a501b1 Switch to fontawesome icons 2015-12-16 16:34:13 +01:00
Maximilian Grundke
6609a5d1ec Add play button 2015-12-16 15:51:47 +01:00
Maximilian Grundke
53330fbdc5 Make timeline entries clickable 2015-12-10 14:03:23 +01:00
Maximilian Grundke
842907f1fa Make use of file types for highlighting and tabs 2015-12-10 13:48:31 +01:00
Maximilian Grundke
79e7f7b7e8 Apply some styling and add timeline 2015-12-10 12:49:36 +01:00
Maximilian Grundke
b7b0bf826e Use only one editor to reduce complexity 2015-12-03 14:52:33 +01:00
Maximilian Grundke
efe3895894 Enable switching between files of a submission 2015-12-03 13:52:18 +01:00
Maximilian Grundke
c0b4c17de6 Use custom lightweight editor and file-tree 2015-12-02 15:39:13 +01:00
Maximilian Grundke
6c13b8714f Remove unnecessary data attributes 2015-12-02 13:59:31 +01:00
Maximilian Grundke
72b5fa3b8c Cleanup code 2015-11-26 17:04:37 +01:00
Maximilian Grundke
baf33419cf Update editor content on submission selection 2015-11-26 16:25:59 +01:00
Maximilian Grundke
bd9118328f Hide interface if no submissions are available and encode submissions for later use in javascript 2015-11-26 15:28:02 +01:00
Maximilian Grundke
21e28972dc Add a slider based on submissions 2015-11-26 14:30:41 +01:00
Maximilian Grundke
5e23fbb61f Add editor editor to code evolution page 2015-11-26 12:59:36 +01:00
Ralf Teusner
95ec5b0231 Routes, empty views and controller changes for statistics concerning external_users, exercises and external_users having exercises 2015-11-25 18:47:49 +01:00