954917d5a0
Add routes for subscriptions
2017-09-13 07:55:00 +02:00
811fc72e1e
Add mailer for subscriptions
2017-09-13 07:07:06 +02:00
f628774995
Add checkbox to subscribe to author's comments
2017-09-06 14:25:18 +02:00
cc5da9ccfc
Only most recent comments in preview if there are more than three comments on one line
2017-09-06 13:33:54 +02:00
b3cf7affa6
Add line number to modal title
2017-09-06 13:08:39 +02:00
17fb22b9df
Add basic edit button functionality
2017-08-31 17:06:40 +02:00
9d7c751bbc
Fix small inconsistency
2017-08-25 18:53:48 +02:00
bb79852e42
Do not delete comment containers; replace them with success message. This also fixes a visual bug when deleting the last comment
2017-08-25 18:33:39 +02:00
6aaa0f3bca
Remove code to delete all comments on one line and restore default delete route for comments
2017-08-25 18:15:02 +02:00
b90392f580
Merge pull request #124 from openHPI/rfc-enhancements
...
Rfc enhancements
2017-08-23 14:44:23 +02:00
48227d68f3
Add edited-label to edited comments
2017-08-17 14:32:36 +02:00
5de32edcc9
Add link to comment activity to session menu
2017-08-13 16:13:40 +02:00
726ef31ee7
Add new route to view all RFCs the user has commented on
2017-08-13 15:01:11 +02:00
b2344cfd97
Add last activity label to RFCs
2017-08-13 14:33:12 +02:00
9592b5c939
removed tabs from rfc comment overlays
...
fixed minor typo in thank you emails
2017-08-11 18:23:16 +02:00
6cec69d7b9
Update locales
2017-06-12 13:43:03 +02:00
e43b71bd7f
Allow to hide thank you note
2017-06-09 14:46:20 +02:00
eaac43ac63
Send e-Mail to all commenters if thank you note is given
2017-06-09 14:40:44 +02:00
f0fb52d92a
Add thank you note to rfc
2017-06-08 16:46:15 +02:00
9a71405c49
Add thank you note frontend
2017-06-08 16:02:05 +02:00
5949d1208e
Merge branch 'master' into client-routesv2
2017-04-25 13:50:08 +02:00
d706de28d9
adjusted locales
2017-04-18 17:02:35 +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
3cf123c61e
added working time estimation into user feedback
2017-04-12 10:57:44 +02:00
8ca944558c
improved texts of feedback, added ok button
2017-04-12 10:13:23 +02:00
e4d28452bf
save progress
2017-04-11 16:29:29 +02:00
73c3b902a3
save progress. added user feedback view and stuff
2017-04-11 15:00:35 +02:00
58f76f53e6
added a search for request_for_comments.
...
fixed translation of model for request_for_comments
2017-04-03 19:49:03 +02:00
3bf5e69f8d
fixed links and a typo in rfc mails
2017-04-03 19:29:53 +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
13758747e2
extended rfc mails
2017-04-03 11:39:16 +02:00
655147a610
changes in comment for exercise text
2017-03-31 16:43:43 +02:00
3f398c6047
add feedback for exercises
2017-03-30 22:06:17 +02:00
420d8b3844
minor wording changes in locale for german beak intervention
2017-03-23 14:09:11 +01:00
8dad3a68e7
removed searches route
2017-03-22 10:06:40 +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
bd0721da2e
deleted search modal. reused roc modal for search modal. also added translations
2017-03-21 10:31:33 +01:00
c1209e4972
added translation for search bar
2017-03-21 10:31:33 +01:00
695b8946f6
added search intervention. search opens new tab with search in the java course (at least in chrome)
...
send only 3 interventions per exercise at maximum
2017-03-21 10:31:33 +01:00
3d7f5bdf1a
added intervention controller and stuff
2017-03-21 10:31:32 +01:00
0db11884bc
Extended Exercises by worktime, difficulty and tags, added ProxyExercises as prework for recommendations
...
Tags can be added to exercises in the edit view. Tags can monitored under /tags.
Added the concept of ProxyExercises which are a collection of Exercises. They can be found under /proxy_exercises
Added Interventions as prework to show interventions later to the user.
Added exercise/[:id]/working_time to return the working time of the user in this exercise and the average working time of all users in this exercise
2017-03-21 10:31:32 +01:00
8f927d5ac9
some howto text for request_for_comment usage, changed background color of read-only editor.
2017-03-15 16:15:29 +01:00
dec45880b9
fix edge compatibility in docker config file (wss:// --> wss: ). also clean up hash removal of url and add docker.yml to the files to be deployed by capistrano
2017-03-07 18:09:31 +01:00
4a1721c6aa
switch back from structure.sql to schema.rb
2017-02-22 17:20:26 +01:00
672303266e
removed relative_url_root for staging environment.
...
The app can be accessed now via port 3000 instead of a subdirectory.
2017-02-06 20:38:11 +01:00
76c7ddae9b
removed relative_url_root for staging environment.
...
The app can be accessed now via port 3000 instead of a subdirectory.
2017-02-06 20:30:22 +01:00
3562aa9103
create remote evaluation
2017-02-02 18:14:33 +01:00
a4d8acf96d
removed deprecated warnings again
2017-01-19 21:33:52 +01:00
721c11bf28
fixed staging.rb according to rails update
2017-01-18 11:28:27 +01:00