Commit Graph

260 Commits

Author SHA1 Message Date
e7b3f48fc8 Merge branch 'master' into disable_rfcs
# Conflicts:
#	config/deploy.rb
2018-05-25 10:08:44 +02:00
5c4ea86c8e Fix finishing rate for zero users/submissions 2018-05-25 09:59:50 +02:00
e2567db4ed merged master into disable_rfcs 2018-05-16 17:44:28 +02:00
4739632db2 remove search bar 2018-05-16 15:29:56 +02:00
2541451d4b Add finishing rate to exercise statistics 2018-05-15 12:47:54 +02:00
3c9b1c6f71 change string to boolean, since this is evaluated in the slim template and not in javascript 2018-04-16 14:24:26 +02:00
f2f4419bb8 Don't highlight submissions within the same second 2018-04-10 14:23:23 +02:00
eb2b18a22f Highlight gaps in exercise working time 2018-04-10 14:15:35 +02:00
b314bab1e1 complete experiment groups, add view code 2018-03-28 14:55:25 +02:00
ccdcc43431 Display hints in editor frontend 2018-03-08 16:20:07 +01:00
fbff875348 remove rfc button altogether first, put in correct experiment groups 2018-02-27 13:48:52 +01:00
647e705a02 don't redirect to rfc for experimental groups and hide the button for them 2018-02-27 13:48:52 +01:00
9234f11eac remove failed option (it is not there yet) 2017-12-05 10:57:11 +01:00
34b2bf9eb1 Fix styling and link to exercise 2017-11-22 13:22:10 +01:00
23a804a6eb Link to user statistics from feedback 2017-11-20 15:05:25 +01:00
a9439a4df5 Message for no feedback 2017-11-20 15:01:34 +01:00
762a8233ab Link to exercise and show exercise description 2017-11-20 14:48:13 +01:00
2dcaf9d155 Show feedback creation date alongside username 2017-11-20 14:45:42 +01:00
951b71780c Merge pull request #129 from ThommyH/removeExpectedWorkingTime
removed expected working time from show/create/index of exercises
2017-11-15 14:26:12 +01:00
c5c42ca3bc Show list of feedback messages for specific exercises 2017-11-08 22:31:01 +01:00
04baf6c5d5 Make paths explicit to fix tests 2017-10-26 16:14:40 +02:00
95a849e9f5 removed expected working time from show/create/index and database since we do not use it 2017-10-04 11:41:08 +02:00
c9eb2be911 Merge remote-tracking branch 'origin/master' into rfc_run_assess_messages
# Conflicts:
#	app/assets/stylesheets/request-for-comments.css.scss
2017-09-27 15:09:24 +02:00
f2decf421b Merge pull request #127 from openHPI/collapsable-tags
Exercise editor improvements
2017-09-21 17:46:35 +02:00
f62b8f12c4 remove email adress from statistics view (also for admins) 2017-09-21 17:35:48 +02:00
194984a620 add cause to testruns
trigger run and assess on request_for_comment
2017-09-21 17:21:10 +02:00
d5aed4f7b6 Don't rely on parameter; use non-existing file name as indicator instead 2017-09-21 17:15:01 +02:00
10600045f4 Auto-expand new files 2017-09-21 17:09:27 +02:00
bbf94859eb Enable expanding multiple files at the same time 2017-09-21 16:31:30 +02:00
acf2bfb28e Collapse files by default 2017-09-21 16:24:21 +02:00
a6bc971659 Add I18n for tags 2017-09-21 16:15:17 +02:00
827f30b9e7 Wrap tags in collapsable container 2017-09-21 16:01:07 +02:00
df5e8133d2 Move subscribe box out of other comments container 2017-09-20 17:27:47 +02:00
be5b1df76a Make subscriptions insert-only 2017-09-20 17:14:55 +02:00
b1f790dcde Implement subscribe and unsubscribe 2017-09-13 14:22:46 +02:00
f628774995 Add checkbox to subscribe to author's comments 2017-09-06 14:25:18 +02:00
2869c0d7b8 Allow modal content to grow 2017-09-05 16:39:40 +02:00
73ec4d0902 Remove old delete all button 2017-08-25 18:31:47 +02:00
8a2a4c2b51 Add container for new comment visuals 2017-08-23 17:52:28 +02:00
86495bec7c Restructure modal 2017-08-23 17:43:13 +02:00
60e587b690 removed comment on exercise in the RFC view. redirect 10% of user instead of redirecting to the RFC view to the feedback view. redirect all users how submitted to the feedback view if score is less than 100% 2017-04-12 11:47:39 +02:00
870549944d added intervention to statistics of exercises of external users 2017-04-05 12:08:27 +02:00
73a7d9ef4d Merge pull request #110 from ThommyH/reduceInterventionAmount
do not show interventions on solved exercises, reduce to 2 interventions per day
2017-04-03 18:52:51 +02:00
cff46f963d added close button for requestForCommand-modal 2017-04-03 17:33:52 +02:00
865bd59127 quickfix: wrong text on comment button. 2017-03-31 20:36:51 +02:00
3f398c6047 add feedback for exercises 2017-03-30 22:06:17 +02:00
4798ffcfcf - added abc group separator class to split users into different groups for testing proxy exercises and interventions
- shows 2 interventions per user and exercise max now
- only show break or rfc intervention to user
2017-03-23 18:52:46 +01:00
f10af1f45b Merge pull request #93 from ThommyH/fixing_searches
search is now saved asynchron and without a form
2017-03-22 10:10:44 +01:00
7c986f2de7 fixed problem that no new files could be added to an exercise 2017-03-21 17:35:46 +01:00
b05bb27ed9 search is now saved asynchron and without a form which caused some redirection through searches_controller
added asynchronous save of search, removed searches_controller,
2017-03-21 14:37:32 +01:00