Commit Graph

1910 Commits

Author SHA1 Message Date
e93d26193a Merge remote-tracking branch 'origin/master' into clean-comments 2017-08-17 15:52:51 +02:00
74a7deffa2 Change date position 2017-08-17 15:44:51 +02:00
2c6ab19f36 Add comments explaining clustering 2017-08-17 14:45:48 +02:00
48227d68f3 Add edited-label to edited comments 2017-08-17 14:32:36 +02:00
45fdbce57d Allow updating comments 2017-08-17 14:13:33 +02:00
ec3464f4dd Style dividers and date fields 2017-08-17 13:59:40 +02:00
389934920d Add dividers and comment date to popover 2017-08-17 13:57:03 +02:00
f30b60657f Get more comment information from the server 2017-08-17 13:56:28 +02:00
14af5182bf Sort comments by date (sort of) 2017-08-16 18:35:30 +02:00
0326354847 Make popover stylable and apply default styling 2017-08-16 18:27:35 +02:00
b5c997e8a9 Preprocess comment text to protect from XSS attacks 2017-08-16 18:20:56 +02:00
1ffda4f896 Fix cluster sorting 2017-08-16 17:29:26 +02:00
0f3db8a644 Remove old comments before refresh to fix event leak 2017-08-16 17:29:08 +02:00
9e53fb4ea5 Fix query for RFC activity 2017-08-16 16:03:49 +02:00
1e2a7e65ad Merge pull request #123 from openHPI/autosave-label-update
Update Save Label
2017-08-16 10:37:57 +02:00
e1c45f025f Hide Ace's tooltips for annotations 2017-08-13 18:46:55 +02:00
520a60d1be Use popovers with formatted comments instead of tooltips 2017-08-13 18:46:35 +02:00
653aefa2c7 Update "last saved at" label after all types of submissions, not only autosaves 2017-08-13 16:24:03 +02:00
5de32edcc9 Add link to comment activity to session menu 2017-08-13 16:13:40 +02:00
06f11ae6f5 Fix RFC lists for RFCs without comments 2017-08-13 16:09:44 +02:00
ba8511fe40 Fall back on RFC update time when there are no comments 2017-08-13 16:09:15 +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
f877cd675a move user-id for codeocean-events into in_context 2017-08-04 16:39:23 +02:00
5d6158f95a Fix structured error creation if attributes don't match; write match status to database 2017-07-19 15:46:19 +02:00
38c6e29cbf remove webWorker outputs from request_for_comments 2017-07-19 14:29:45 +02:00
7ba245920c Use the same sorting everywhere 2017-07-12 21:46:39 +02:00
0fabed4c1e Fix sorting by important attributes 2017-07-12 21:43:49 +02:00
a9068ef1b7 Fix error template attribute creation 2017-07-12 21:37:57 +02:00
45614c5a8c Add error template views to navigation 2017-07-12 21:37:43 +02:00
28605fbe9b Support adding and removing attributes of error templates 2017-07-12 21:25:18 +02:00
24fd142d3c Add localization and plural forms for error templates and error template attributes 2017-07-12 15:15:19 +02:00
2cc1a7478c Add actions to attribute list 2017-07-12 12:06:40 +02:00
c0160ae451 Make table more concise 2017-07-12 12:06:19 +02:00
0c8c8562f5 Scaffold error template attributes 2017-07-12 11:58:18 +02:00
4b87d960ba Remove scaffold.css 2017-07-12 11:47:47 +02:00
2f759c03a9 List error template attributes 2017-07-12 11:23:51 +02:00
fdee3c3efc Fix string in heading and breadcrumbs 2017-07-12 11:11:32 +02:00
9eadc3a4db Make error template UI usable 2017-07-12 11:04:29 +02:00
4d38195c99 Scaffold error_templates UI 2017-07-12 10:11:52 +02:00
d779849e4a Merge remote-tracking branch 'origin/master' into error-info 2017-07-12 09:57:54 +02:00
4d684a7a05 Extract structured errors on run and submit 2017-07-12 09:52:33 +02:00
872611bff6 Update schema to reflect re-usable error_template_attributes, descriptions, hints, and sorting 2017-07-11 19:22:12 +02:00
ae04a5adc5 this should fix the "zombie file" bug. Turned out that the CodeOceanEditor object is not destroyed when navigating back and forth within the exercise context ( from an exercise back to the exercise index and forward to another exercise). Therefore, CodeOceanEditor.editors[] kept all "old" editors and added the new ones behind the old ones. On next autosave, they were persisted into a submission. 2017-07-03 14:57:08 +02:00
56aa9f4495 tidy up the autosave timer when exiting the page 2017-07-03 14:54:51 +02:00
d2a089d057 Add structured errors to schema 2017-07-03 10:09:48 +02:00
ec1be437de Merge pull request #120 from openHPI/minor-fixes
Close flash messages
2017-06-26 13:36:23 +02:00
e739749828 Implement better flash behavior 2017-06-23 12:19:27 +02:00
6c353d611d make output scroll again! 2017-06-19 13:35:03 +02:00