Commit Graph

471 Commits

Author SHA1 Message Date
Ralf Teusner
9592b5c939 removed tabs from rfc comment overlays
fixed minor typo in thank you emails
2017-08-11 18:23:16 +02:00
Ralf Teusner
38c6e29cbf remove webWorker outputs from request_for_comments 2017-07-19 14:29:45 +02:00
Maximilian Grundke
7ba245920c Use the same sorting everywhere 2017-07-12 21:46:39 +02:00
Maximilian Grundke
0fabed4c1e Fix sorting by important attributes 2017-07-12 21:43:49 +02:00
Maximilian Grundke
45614c5a8c Add error template views to navigation 2017-07-12 21:37:43 +02:00
Maximilian Grundke
28605fbe9b Support adding and removing attributes of error templates 2017-07-12 21:25:18 +02:00
Maximilian Grundke
2cc1a7478c Add actions to attribute list 2017-07-12 12:06:40 +02:00
Maximilian Grundke
c0160ae451 Make table more concise 2017-07-12 12:06:19 +02:00
Maximilian Grundke
0c8c8562f5 Scaffold error template attributes 2017-07-12 11:58:18 +02:00
Maximilian Grundke
2f759c03a9 List error template attributes 2017-07-12 11:23:51 +02:00
Maximilian Grundke
9eadc3a4db Make error template UI usable 2017-07-12 11:04:29 +02:00
Maximilian Grundke
4d38195c99 Scaffold error_templates UI 2017-07-12 10:11:52 +02:00
Maximilian Grundke
e739749828 Implement better flash behavior 2017-06-23 12:19:27 +02:00
Maximilian Grundke
76f563016a Hide button after rfc is solved and add check mark to title 2017-06-12 14:11:12 +02:00
Maximilian Grundke
e43b71bd7f Allow to hide thank you note 2017-06-09 14:46:20 +02:00
Maximilian Grundke
eaac43ac63 Send e-Mail to all commenters if thank you note is given 2017-06-09 14:40:44 +02:00
Maximilian Grundke
e4d1f57164 Send optional thank you note 2017-06-08 16:46:44 +02:00
Maximilian Grundke
9a71405c49 Add thank you note frontend 2017-06-08 16:02:05 +02:00
Maximilian Grundke
bacbf05f59 Re-use button instead of hiding it. Clean up code. 2017-06-08 14:57:49 +02:00
Ralf Teusner
81e7cbc8be clear comment modal if comment was created 2017-04-18 17:46:36 +02:00
Ralf Teusner
234c19ac6c only format comments that do not include a tab or a carriage return. 2017-04-18 17:44:42 +02:00
Thomas Hille
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
Thomas Hille
3cf123c61e added working time estimation into user feedback 2017-04-12 10:57:44 +02:00
Thomas Hille
8ca944558c improved texts of feedback, added ok button 2017-04-12 10:13:23 +02:00
Thomas Hille
e4d28452bf save progress 2017-04-11 16:29:29 +02:00
Thomas Hille
73c3b902a3 save progress. added user feedback view and stuff 2017-04-11 15:00:35 +02:00
Ralf Teusner
4a8ed1d1fb show comments with breaks after 80 chars and tab subsequent lines in. 2017-04-07 21:15:52 +02:00
Thomas Hille
870549944d added intervention to statistics of exercises of external users 2017-04-05 12:08:27 +02:00
Ralf Teusner
58f76f53e6 added a search for request_for_comments.
fixed translation of model for request_for_comments
2017-04-03 19:49:03 +02:00
Ralf Teusner
3bf5e69f8d fixed links and a typo in rfc mails 2017-04-03 19:29:53 +02:00
rteusner
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
Thomas Hille
cff46f963d added close button for requestForCommand-modal 2017-04-03 17:33:52 +02:00
Ralf Teusner
13758747e2 extended rfc mails 2017-04-03 11:39:16 +02:00
Ralf Teusner
865bd59127 quickfix: wrong text on comment button. 2017-03-31 20:36:51 +02:00
Thomas Hille
af0cc8cdb0 changed button design 2017-03-30 22:10:02 +02:00
Thomas Hille
3f398c6047 add feedback for exercises 2017-03-30 22:06:17 +02:00
Thomas Hille
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
rteusner
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
Thomas Hille
7c986f2de7 fixed problem that no new files could be added to an exercise 2017-03-21 17:35:46 +01:00
Thomas Hille
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
Ralf Teusner
4a9867b81b only show search if parameters are set, prevent calls on nil.. 2017-03-21 12:16:39 +01:00
Thomas Hille
12adfde6c2 search bar now searches in forum of the course from where the LTI request came from. alternatively searches in the java 2017 course.
show interventions only in the current java course
2017-03-21 10:31:45 +01:00
Thomas Hille
bd0721da2e deleted search modal. reused roc modal for search modal. also added translations 2017-03-21 10:31:33 +01:00
Thomas Hille
c1209e4972 added translation for search bar 2017-03-21 10:31:33 +01:00
Thomas Hille
9761dd0a2a improved search bar and search button.
added button to collapsed sidebar
2017-03-21 10:31:33 +01:00
Thomas Hille
a481ec0da8 always show search on left side. placeholder in search input 2017-03-21 10:31:33 +01:00
Thomas Hille
0e2a22df42 texte angepasst 2017-03-21 10:31:33 +01:00
Thomas Hille
eb0c79a043 added search bar to the side col 2017-03-21 10:31:33 +01:00
Thomas Hille
5d2eb6f381 fixed search in firefox 2017-03-21 10:31:33 +01:00
Thomas Hille
5b50deb70d split intervention modal into 2 separate modals 2017-03-21 10:31:33 +01:00