alisan617
1f987f186f
Merge pull request #14009 from edx/alisan/TNL-5807-discussion-post-preview
...
add discussion thread post preview in Discussion tab thread list sidebar
2016-11-18 15:41:41 -05:00
Nimisha Asthagiri
a6b93f1ab7
Fix missing import due to merge conflict between parallel PRs
2016-11-18 15:05:09 -05:00
Cliff Dyer
3fcc904eae
Merge pull request #13985 from edx/cdyer/grade-latency
...
Track grading task latency
2016-11-18 14:56:45 -05:00
alisan617
ad2a2f29bc
discussion thread post preview in DiscussionThreadListView
2016-11-18 13:58:17 -05:00
Nimisha Asthagiri
47de5e6c68
Merge pull request #14021 from edx/beryl/null-subsection-error
...
Handle DAGs with inaccessible Subsections on Problem Score update
2016-11-18 13:57:25 -05:00
Gregory Martin
2d60c65e7b
review fix
2016-11-18 13:56:52 -05:00
J. Cliff Dyer
210a5a4a3e
Add log statement when task is first created.
...
TNL-5817
2016-11-18 13:35:38 -05:00
Nimisha Asthagiri
bc551b9b25
Merge pull request #14001 from edx/beryl/get-max-score-opt
...
Optimize max_score by moving from XModule to Descriptor
2016-11-18 11:41:55 -05:00
Nimisha Asthagiri
6e1471e442
Merge pull request #14012 from edx/beryl/unattempted-problems
...
Compute Attempted versus Grade of Zero
2016-11-18 11:23:30 -05:00
Gregory Martin
a6a7b7edb7
instructor dash course start and end
2016-11-18 11:06:14 -05:00
Dmitry Viskov
693408eb4e
Ability to create two or more LTI consumers through the Django admin with an empty instance_guid field.
2016-11-18 18:43:26 +03:00
Nimisha Asthagiri
89d916918f
Handle DAGs with inaccessible Subsections on Problem Score update
...
TNL-5886
2016-11-18 10:34:01 -05:00
Nimisha Asthagiri
fda2ceac8d
Fix Delete-Student-State CSM entry deletion
2016-11-18 10:27:12 -05:00
Nimisha Asthagiri
7899528b52
Compute Attempted versus Grade of Zero
...
TNL-5953
2016-11-18 10:05:23 -05:00
Adam Palay
10b33c8a8d
use a QueryDict to encode a url param that potentially has unicode (ECOM-6390)
2016-11-18 09:31:51 -05:00
Nimisha Asthagiri
41f8d76284
Merge pull request #13515 from edx/course_blocks/update_management_command
...
Enhancements to generate_course_blocks management command
2016-11-17 11:45:46 -05:00
Gregory Martin
467dc45556
Merge pull request #13952 from edx/yro_refactor-course-info-page
...
Refactor info.html page datetime rendering
2016-11-17 11:29:45 -05:00
Toby Lawrence
a49227661b
undo the test shenanigans i was doing
2016-11-17 09:49:42 -05:00
Eric Fischer
6fb5eeb390
Merge pull request #13993 from edx/efischer/tnl-5471
...
Remove Extraneous Subsection Grade DatabaseError protection
2016-11-17 09:42:07 -05:00
Nimisha Asthagiri
f1f5a8f12f
Optimize max_score by moving from XModule to Descriptor
...
TNL-5939
2016-11-17 09:17:59 -05:00
Gregory Martin
707371e1d7
Refactor info.html page datetime rendering
2016-11-17 08:54:08 -05:00
Gregory Martin
14c01e3a49
Merge pull request #14007 from edx/release
...
Release Nov 16th, 2016
2016-11-17 08:49:26 -05:00
alisan617
cb14d1598e
discussion course settings change
2016-11-15 15:05:28 -05:00
Toby Lawrence
da664ce7f8
quality fix
2016-11-15 15:03:29 -05:00
alisan617
57fa123f5e
Revert "Revert PR#13843"
2016-11-15 14:46:57 -05:00
Toby Lawrence
f136911eaa
quality fix
2016-11-15 14:19:41 -05:00
Toby Lawrence
842e9dce56
test fix - this is so stupid
2016-11-15 13:42:09 -05:00
sanfordstudent
dd809dfdc3
Merge pull request #13961 from edx/sstudent/TNL-5895
...
Add first_attempted to subsection grades data model
2016-11-15 11:41:19 -05:00
Eric Fischer
b9adb42f23
Remove Extraneous Subsection Grade DatabaseError protection
...
These lines are now being run in async tasks anyways, so we can remove this
decorator and rely on the async task to retry itself. Also cleans up a few
pylint violoations noticed in subsection_grade.py.
Tests have been updated to match new behavior.
2016-11-15 10:49:32 -05:00
Sanford Student
6d50044ec4
adding first attempted timestamp to subsection grades
...
for TNL-5895
2016-11-15 10:01:44 -05:00
wajeeha-khalid
b837427bd5
MA-2554: DiscussionAPI - fixed unread_comment_count
2016-11-15 11:33:07 +05:00
alisan617
18e7322e8d
Revert "Refactor discussion tab UI code into parts to be reusable for inline discussions"
...
This reverts commit e80d9b5792 .
2016-11-14 21:43:03 -05:00
Clinton Blackburn
b8bc4c8700
Merge pull request #13950 from edx/clintonb/verification-admin-update
...
Updated SoftwareSecurePhotoVerificationAdmin to use raw ID for copy_id_photo_from field
2016-11-14 13:02:19 -05:00
Eugeny Kolpakov
4e773095c3
Merge pull request #13941 from edx/hash-update/drag-and-drop-v2
...
Hash update: Bumped DnDv2 to v2.0.12
2016-11-14 10:17:19 +03:00
wajeeha-khalid
896856fe76
Merge pull request #13874 from edx/jia/MA-2871
...
MA-2871: return response_count on thread patch
2016-11-11 10:22:46 +05:00
Cliff Dyer
2c86a6ddd6
Merge pull request #13963 from edx/beryl/date-passed
...
Add date_passed column to PersistentCourseGrade model
2016-11-10 11:26:19 -05:00
J. Cliff Dyer
2bc35396fb
Add date_passed column to PersistentCourseGrade model.
...
The column is populated with the current timestamp when a passing grade
is persisted for the first time. "Passing grade" is defined as having a
non-blank value for letter_grade.
TNL-5888
2016-11-10 10:27:03 -05:00
Awais Jibran
e26849891d
Merge pull request #13939 from edx/aj/fix-discussion-user-roles
...
Fix discussion user roles
2016-11-10 18:41:12 +05:00
Awais Jibran
92b99c7dc3
Fix discussion user roles
2016-11-10 17:11:52 +05:00
Clinton Blackburn
5122b27967
Updated SoftwareSecurePhotoVerificationAdmin to use raw ID for copy_id_photo_from field
2016-11-09 20:44:35 -05:00
attiyaishaque
76e1d4a75c
TNL-5621 Fix discussion topics in MIT course.
2016-11-09 22:26:48 +05:00
wajeeha-khalid
7ae05625ee
MA-2871: return response_count on thread patch
2016-11-09 15:07:00 +05:00
E. Kolpakov
f6ac90e873
Bumped DnDv2 to v2.0.12 (+fixed grading test, as DnDv2 now properly participates in scoring)
2016-11-09 12:35:57 +03:00
Nimisha Asthagiri
e6240c56fc
Update generate_course_blocks management command.
2016-11-08 19:47:21 -05:00
Nimisha Asthagiri
266bfb1ab3
Optimize async grades computation
...
TNL-5909
2016-11-08 19:22:30 -05:00
alisan617
371c5a244e
Merge pull request #13843 from edx/alisan/testing-discussion
...
Refactor discussion tab UI code into parts to be reusable for inline discussions TNL-5669
2016-11-08 15:30:39 -05:00
sanfordstudent
1c5d1f1c0d
Merge pull request #13867 from edx/efischer/grades_bug_bash
...
Update course grade query parameters and check scores when updating subsection grade
2016-11-08 15:16:47 -05:00
John Eskew
cd522358f2
Merge pull request #13706 from edx/jeskew/move_embargo_out_of_common
...
Move embargo from common to openedx/core/djangoapps.
2016-11-08 14:38:24 -05:00
alisan617
e80d9b5792
Refactor discussion tab UI code into parts to be reusable for inline discussions
...
TNL-5669
2016-11-08 14:17:01 -05:00
Sanford Student
6e52fd791f
fixes from robust grades bug bash
...
Update course grade query parameters and check scores when updating subsection grade
For TNL-5861
2016-11-08 14:16:03 -05:00