Commit Graph

80 Commits

Author SHA1 Message Date
Ralf Teusner
889d7562f9 Show the input messages and set focus correct on input required. 2015-10-21 17:17:11 +02:00
Ralf Teusner
6151afcb55 some I18n, stop command for server send event code (score), updated readme 2015-10-16 17:06:23 +02:00
Ralf Teusner
3657fe3e93 remove instructions tab (the actual tab, before I just removed the header), set the turtle canvas to have a size of 400x400. 2015-09-25 12:52:52 +02:00
Ralf Teusner
10da12f950 option to hide the file tree in exercises. 2015-09-22 18:22:25 +02:00
Janusch Jacoby
c8253a6ba0 Manually merge changes from webpython branch. 2015-09-15 16:55:16 +02:00
Ralf Teusner
d292fec47c Code Cleanup: Usage of Polymorphic User instead of ExternalUser and InternalUser
Renamed requestor_user_id -> user_id
Index of request_for_comments now returns the n (5?) newest requests per user. Solved via sliding windows in postgres, code added to model.
Added route to /my_request_for_comments/ that shows all requests for the current user.
Changed view from ERB to slim
2015-09-04 14:05:30 +02:00
Ralf Teusner
e520914385 Some correction of column names.
Support for internal as well as external users. Added column user_type and used it where necessary
2015-08-18 17:44:31 +02:00
Ralf Teusner
512e90ebd7 Show correct usernames on comments, have correct linenumbers on request_for_comments 2015-08-18 16:32:56 +02:00
Ralf Teusner
aa64d0be43 Merge remote-tracking branch 'origin/master' into rt/comments 2015-08-13 15:57:20 +02:00
Ralf Teusner
b4527aef50 implemented autosave, save button is now hidden. there is a label to show the last save timestamp. Code is saved on browser close. 2015-08-12 17:38:34 +02:00
Ralf Teusner
c67c6e38f7 Merge branch 'master' into rt/comments
Conflicts:
	app/views/exercises/_editor_file_tree.html.slim
2015-07-16 15:19:31 +02:00
Felix Wolff
1d93e854f0 Merge branch 'master' of github.com:openHPI/codeocean 2015-07-16 15:10:59 +02:00
Ralf Teusner
81d2d69d11 Display request for comments button if we are working on a non binary submission. Introduced needed data attributes for that and assigned them to the frame (instead of the editor). Data Attributes get updated by the CreateSubmissionCallback. Adjusted comment checks to also use the attributes of the frame. 2015-07-09 12:03:03 +02:00
Ralf Teusner
a49ffc978b only allow comments on submissions, not on templates 2015-06-26 18:25:03 +02:00
Ralf Teusner
3e04222367 setting correct ids for the files in the editor after creating a new submission. Still a bit clumsy concerning the passed json parameters, but does the job. 2015-06-24 20:22:53 +02:00
Jan Renz
41175656c4 HIde submit button if task is expired 2015-06-03 16:57:33 +02:00
Felix Wolff
5d767d3de0 Comment code via popovers 2015-05-05 13:52:53 +02:00
Felix Wolff
4fa8f811cf internationalization and feedback for RFC button 2015-05-05 11:23:31 +02:00
Ralf Teusner
72d96078af remove request-for-comments buttons 2015-04-27 11:20:10 +02:00
Jan Renz
9c8d0b01eb Fix reset of tasks 2015-04-20 22:30:31 +02:00
Jan Renz
940eee5856 Show warning if all containers are depleted. 2015-04-15 17:17:39 +02:00
Jan Renz
a28b80b083 deactiveate stuff that breaks for now 2015-04-14 16:31:22 +02:00
Jan Renz
cb98ef50fb Disable average count as this breaks on some exercises... 2015-04-13 16:25:48 +02:00
Hauke Klement
4979abfb55 Merge branch 'master' of github.com:openHPI/codeocean 2015-04-11 21:30:13 +02:00
Jan Renz
5a4b647acb Merge branch 'pr/14'
Conflicts:
	app/views/exercises/_editor_file_tree.html.slim
2015-04-10 20:39:53 +02:00
Ralf Teusner
623cd53dc3 Merge branch 'master' of github.com:flxw/codeocean 2015-04-10 20:23:58 +02:00
Ralf Teusner
172ca91329 bugfixes, policies, errors now have a link to the submissions 2015-04-10 20:23:38 +02:00
Felix Wolff
5d5b175154 Implement internationalization 2015-04-09 17:20:36 +02:00
Ralf Teusner
5c89403689 even more semicolons... 2015-04-09 15:02:54 +02:00
Hauke Klement
6ee3218ee6 updated Underscore to 1.8.3 2015-04-08 21:47:59 +02:00
Jan Renz
518016d375 Smaller buttons 2015-04-08 18:19:33 +02:00
Felix Wolff
d601878452 Show editor for code commenting, and allow commenting as well 2015-03-28 18:39:55 +01:00
Nicholas Wittstruck
b4679ebcbe merged qa into codeocean 2015-03-27 22:08:53 +01:00
Nicholas Wittstruck
bad98cca1d merged qa into codeocean 2015-03-27 21:27:40 +01:00
Felix Wolff
b8ec3edef2 Show requests for comments and begin work on a view for executing them 2015-03-27 18:10:47 +01:00
Felix Wolff
a70053532b Merge commenting support 2015-03-27 11:57:35 +01:00
Felix Wolff
e31675f136 Commit just for you, Ralf :) 2015-03-27 10:32:10 +01:00
Hauke Klement
4eef3d70d5 minor refactoring of flash messages 2015-03-23 16:42:57 +01:00
Hauke Klement
2e596110fd removed unnecessary CSS 2015-03-21 18:48:08 +01:00
Hauke Klement
c294e3b499 do not render the development environment for exercises without visible files 2015-03-21 18:46:02 +01:00
Hauke Klement
49f5ab061a added button state for files which no actions are available for 2015-03-21 12:40:58 +01:00
Hauke Klement
5ec0a82157 provide the leaner with information regarding exposed ports 2015-03-19 18:14:54 +01:00
Hauke Klement
6711cf41fc fix 2015-03-19 15:41:14 +01:00
Hauke Klement
24a6c9abbc updated Bootstrap to 3.3.4 2015-03-19 15:24:10 +01:00
Hauke Klement
8787a21c3d minor change 2015-03-18 10:35:35 +01:00
Hauke Klement
9d6b79c919 replaced Glyphicon icons by Font Awesome icons 2015-03-18 10:19:39 +01:00
Hauke Klement
9be0e12990 extended execution environments index 2015-03-17 17:14:46 +01:00
Hauke Klement
15d8984a9e added the ability to prohibit network access for code submissions executed using Docker 2015-03-17 17:14:25 +01:00
Hauke Klement
b1218e0b80 added the ability to limit memory consumption of code submissions executed using Docker 2015-03-17 15:51:59 +01:00
Hauke Klement
b28c95b2c7 warn in case of lacking client-side SSE support 2015-03-14 12:32:52 +01:00