Commit Graph

802 Commits

Author SHA1 Message Date
Ralf Teusner
f5868a4fa2 merge master 2016-07-14 13:22:24 +02:00
Ralf Teusner
59536ab189 the migrations to the changes in schema.rb. 2016-07-04 17:46:37 +02:00
Ralf Teusner
223df2ffa8 some cleanup of request for comments. Work in progress.
Noticed a flaw when fetching the last submission, which is caused by timezone differences. First step to solve this.
Existing Request for Comments still need to be updated with their current submissionId, the SQL to do that is not yet finished.
2016-07-04 17:44:22 +02:00
Ralf Teusner
6e7c250ad1 revert collapsed file forms in edit mode, this caused too much trouble. Added some comments concerning that. 2016-06-29 15:38:53 +02:00
Ralf Teusner
ddc78f334c fixed usage of Rails cache call. 2016-06-27 18:01:58 +02:00
Ralf Teusner
516cab808e Merge branch 'master' of https://github.com/openHPI/codeocean 2016-06-27 16:49:52 +02:00
Ralf Teusner
f54fce65bc added mini-profiler for development. 2016-06-27 16:49:11 +02:00
rteusner
2f3727fa4c Merge pull request #68 from openHPI/solved-attribute-for-rfc
Solved attribute for rfc
2016-06-27 16:48:10 +02:00
Ralf Teusner
2ff12dbeb6 Cached displaynames of users
Added solved state and #comments to index of request_for_comments
Added translations
2016-06-27 16:46:26 +02:00
Ralf Teusner
2a52b66daa rfc can now be solved.
show.html still needs to be finished
2016-06-24 16:44:34 +02:00
Ralf Teusner
a2d92f1521 file ordering in show of exercises, collapse behavior 2016-06-24 16:41:51 +02:00
Ralf Teusner
bd6d4c4d71 Syntax Highlighting for the Request for Comment View 2016-06-23 14:23:28 +02:00
Ralf Teusner
b7ce389961 Adapted locales so that german as well as english texts are now sent for every new comment. 2016-06-23 10:47:44 +02:00
Ralf Teusner
e0eac20361 added some more line breaks to the mail bodys of mails on new comments. 2016-06-22 14:21:17 +02:00
Ralf Teusner
83cf3b2321 added line breaks (<br> tags) in the email body. 2016-06-22 14:16:23 +02:00
rteusner
34638feb50 Merge pull request #65 from openHPI/new_mail_on_comments
Mail on new comments
2016-06-22 13:07:39 +02:00
Ralf Teusner
918da5270d added id for h4 holding the rfc-id
updated locales.
2016-06-22 13:06:35 +02:00
rteusner
83d5e82e31 Merge pull request #63 from openHPI/graph-fix
Graph fix
2016-06-17 15:13:22 +02:00
Ralf Teusner
5840b62692 2nd part of the fix. 2016-06-17 15:04:17 +02:00
John Geiger
003e89b230 x axis stuff 2016-06-17 15:03:07 +02:00
Ralf Teusner
ec26a095f6 First working version of mails on comments. 2016-06-17 14:48:57 +02:00
Ralf Teusner
80503a636a Merge branch 'master' into new_mail_on_comments 2016-06-16 16:34:10 +02:00
Ralf Teusner
9e644563e3 adapt regex for py_unit_adapter once more... hopefully we got all cases now. 2016-06-16 11:39:13 +02:00
Ralf Teusner
fbb83e3057 fix comparison problem caused by javascript comparisons based on Strings. ("1.00" <= "1.0" --> false) 2016-06-16 11:38:16 +02:00
rteusner
e086a44a2b Merge pull request #57 from openHPI/percentage-instead-score
Percentage instead score
2016-06-15 17:09:21 +02:00
rteusner
a0ecd1b6c9 Merge pull request #58 from openHPI/submit-button
Submit button
2016-06-15 17:08:33 +02:00
yqbk
894f8abda2 round result to fixed 0 digits in percentage output 2016-06-15 12:03:34 +02:00
Ralf Teusner
8ddf1e158e Fixed background and pen coloring on client side (javascript).
See: https://github.com/openHPI/codeocean/issues/59

Kudos to waywwaard.
2016-06-14 17:53:54 +02:00
tstaubitz
a1ead9658e Update de.yml 2016-06-14 17:27:15 +02:00
Ralf Teusner
d5b78c29da Fixed rounding issue caused by JavaScript and the conversion to String. 2016-06-14 17:19:52 +02:00
yqbk
f2e2c232e4 round result to fixed 2 digits 2016-06-14 17:01:50 +02:00
rteusner
fef14d836c Merge pull request #56 from openHPI/collapsing-change
Collapsing change + sorted alphabetically
2016-06-14 16:48:45 +02:00
Ralf Teusner
74b33492cb fixed python failure regex. 2016-06-14 10:42:15 +02:00
Ralf Teusner
1e4ab7cabe py_unit_adapter now also counts errors, not just failures 2016-06-10 11:54:11 +02:00
rteusner
137a8a6c56 Merge pull request #62 from openHPI/john-graph
John graph
2016-06-08 14:07:57 +02:00
Ralf Teusner
81fe1f1f14 fix end-line of schema.rb 2016-06-08 14:07:34 +02:00
Ralf Teusner
9e5297c1de re-add schema.rb 2016-06-08 14:05:13 +02:00
John Geiger
52ba35d0e4 fixed graph sizing 2016-06-08 13:55:09 +02:00
John Geiger
34826cc406 merge 2016-06-08 13:54:39 +02:00
rteusner
216f1ca444 Merge pull request #61 from openHPI/fix-exercise-list
Don't call author policy if author is missing
2016-06-08 13:01:19 +02:00
Maximilian Grundke
a75227c8f7 Don't call author policy if author is missing 2016-06-08 11:49:34 +02:00
Ralf Teusner
c8b21dd7ea first steps for new mails on comments. 2016-06-03 15:26:24 +02:00
Ralf Teusner
cd005483ab removed incorrect array accesses. 2016-06-02 16:34:13 +02:00
John Geiger
3c8bd90e2b fix indexing for x axis 2016-06-02 15:40:18 +02:00
John Geiger
5ba980b316 Fix x-axis domain problem 2016-06-02 15:30:18 +02:00
Ralf Teusner
2ff04cf59d fixed scaling of graphs 2016-06-02 15:27:36 +02:00
Ralf Teusner
8158d60d30 also write "parsable json" to the frontend console if it does not have a valid command set (solves the issue when just printing an array in java, it is not shown anywhere). 2016-06-01 11:30:42 +02:00
Ralf Teusner
b6cd797772 Show displayname instead of username in request_for_comment 2016-05-31 11:17:11 +02:00
John Geiger
34c9d791f4 Finishing up graphs. Formatting and adding "Runs" lines. 2016-05-29 17:30:49 +02:00
tstaubitz
5f721e6a6b Update README.md 2016-05-12 20:44:04 +02:00