Commit Graph

431 Commits

Author SHA1 Message Date
757efeaf02 minor UI changes, removed elements not needed, replaced text-area for description with an ace editor. 2016-03-10 14:58:50 +01:00
972b63c03e Test sending LA events to openhpi 2016-03-10 14:52:59 +01:00
1f106e6d62 Don't fail if the assessor does not support error messages 2016-03-09 18:33:52 +01:00
99ee7337ed Add python adapter error messages to score output 2016-03-09 18:01:30 +01:00
9d6c746e48 Merge branch 'master' into flowr 2016-03-02 17:29:02 +01:00
7fed15b49d Merge branch 'master' into fix-ctrl-alt-0 2016-03-02 17:26:55 +01:00
898074be3f Added render command, outputs the content in a div. 2016-01-26 14:26:18 +01:00
2a1862f39a Merge branch 'master' into statistics 2016-01-25 11:22:58 +01:00
3d6be859dd removed duplicate code 2016-01-13 15:27:51 +01:00
7a2e1bbc0f Merge branch 'master' into statistics 2016-01-12 13:26:32 +01:00
e8cb23849a Make tables sortable 2016-01-07 17:45:00 +01:00
8ddc41b852 Fix slider 2015-12-17 11:56:06 +01:00
9bec415768 Merge pull request #35 from openHPI/statistics
Statistics
2015-12-16 16:40:05 +01:00
4cd8a501b1 Switch to fontawesome icons 2015-12-16 16:34:13 +01:00
9eb464fdf6 Merge branch 'master' into fix-additional-line 2015-12-16 16:33:30 +01:00
d8fa2f3616 Merge remote-tracking branch 'origin/master' into statistics 2015-12-16 16:21:40 +01:00
d36e6fd991 Implement play button behavior 2015-12-16 16:14:28 +01:00
8e90fbac26 re-enable setAnnotations 2015-12-15 17:29:50 +01:00
f9405e5100 Merge pull request #32 from openHPI/statistics
Statistics
2015-12-15 17:20:53 +01:00
2fa5f7c281 Merge branch 'statistics' of https://github.com/openHPI/codeocean into statistics 2015-12-15 15:36:38 +01:00
9449a8a77e remove additional blank line 2015-12-15 15:35:11 +01:00
38bfa4b1f5 Get websocket protocol from config file to avoid frustration in local installing 2015-12-12 00:43:04 +08:00
943d5554d9 Remove @all_containers instead of @containers during cleanup
Also added some comments and todos
Also fixed debug messages in remove_from_all_containers
Also refactored duplicated code with extracted function
Also removed some commented lines of code
2015-12-12 00:41:26 +08:00
0f61a46764 Select the same file if possible 2015-12-10 15:54:51 +01:00
53330fbdc5 Make timeline entries clickable 2015-12-10 14:03:23 +01:00
842907f1fa Make use of file types for highlighting and tabs 2015-12-10 13:48:31 +01:00
79e7f7b7e8 Apply some styling and add timeline 2015-12-10 12:49:36 +01:00
b7b0bf826e Use only one editor to reduce complexity 2015-12-03 14:52:33 +01:00
efe3895894 Enable switching between files of a submission 2015-12-03 13:52:18 +01:00
5c5769bab2 Change file tree when changing submission 2015-12-02 17:01:31 +01:00
c0b4c17de6 Use custom lightweight editor and file-tree 2015-12-02 15:39:13 +01:00
3cfd2f9399 Unbind ace shortcut for code folding. Fixes #31 2015-12-02 14:09:11 +01:00
12f52c0cfc fix canvasevent handling. A \n has to be sent after the actual payload. 2015-12-01 17:43:08 +01:00
4597996a26 removed confirm message from submit results button 2015-11-28 17:13:02 +01:00
72b5fa3b8c Cleanup code 2015-11-26 17:04:37 +01:00
baf33419cf Update editor content on submission selection 2015-11-26 16:25:59 +01:00
81bf49307d Save stdout to buffer and query flowr on exit command 2015-11-19 15:20:51 +01:00
bde7c21ead Fix leaking interval creating potentially unlimited unwanted requests 2015-11-05 14:52:49 +01:00
eb8c0e46fa Some logging, some code simplification, clear canvas on start 2015-11-03 15:54:08 +01:00
30d0270744 Show correct timeout message on timeout. Do not show a message on valid exit. 2015-10-21 17:18:28 +02:00
889d7562f9 Show the input messages and set focus correct on input required. 2015-10-21 17:17:11 +02:00
10c602b12d Merge pull request #25 from openHPI/webpython-hybrid
Fixed container destruction
2015-10-19 15:55:53 +02:00
8e8efcb8cc use Modernizr to check whether websockets and server send events are supported 2015-10-16 17:10:50 +02:00
6151afcb55 some I18n, stop command for server send event code (score), updated readme 2015-10-16 17:06:23 +02:00
6223378413 use wss 2015-10-16 10:30:42 +02:00
91cb2a3391 set correct newlines in output 2015-10-15 15:27:57 +02:00
6672491bc3 commented out translation to line breaks, as they seem not to be needed (and corrected the linebreak tag), thanks to martin for hinting at this. Discuss with janusch why he needed this. 2015-09-25 12:19:13 +02:00
632b41da23 editor has an option whether it should remember the last used tab and show it, or whether it should display the first tab. currently, it shows the first tab. (as users whished for this behaviour) 2015-09-25 12:13:08 +02:00
caf47a9251 correct tab shortcuts (following the removal of the introduction tab) 2015-09-25 12:11:17 +02:00
13be0f65dd Improve error and output handling
Display websocket and container status messages as well as line feeds
to the user.
2015-09-16 19:14:36 +02:00