wajeeha-khalid
b837427bd5
MA-2554: DiscussionAPI - fixed unread_comment_count
2016-11-15 11:33:07 +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
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
Jesse Zoldak
3027db4b5b
Revert "Updated SoftwareSecurePhotoVerificationAdmin to use raw ID for id_copy_id_photo_from field"
2016-11-08 13:31:14 -05:00
Clinton Blackburn
fd0880ae23
Updated SoftwareSecurePhotoVerificationAdmin to use raw ID for id_copy_id_photo_from field
2016-11-08 11:38:27 -05:00
Gregory Martin
08c5a35899
Merge pull request #13923 from edx/yro_fix-PR-13794
...
Yro fix PR 13794
2016-11-08 10:06:16 -05:00
Noraiz
bc3cbf57b5
Video download button does not appear in course (TNL-5769)
2016-11-08 12:39:03 +05:00
Gregory Martin
e05cb31b87
fix leading zero bok choy
2016-11-07 18:43:16 -05:00
Gregory Martin
f0cd29f02a
Revert "Merge pull request #13915 from edx/revert-13794-yro_implement-dateutil"
...
This reverts commit d59ab18b27 , reversing
changes made to 0ebab35e89 .
2016-11-07 17:04:13 -05:00
sanfordstudent
8ffc9197e8
Merge pull request #13881 from edx/efischer/tnl-5314
...
Dashboard Final Grade Updates
2016-11-07 16:08:06 -05:00
Sanford Student
54df702630
Dashboard final grade display uses PersistedCourseGrade
...
Will fall back to stored certificate grade if needed as we've discussed.
TNL-5314
2016-11-07 14:00:27 -05:00
J. Cliff Dyer
9366c43a83
Fix issues with RequestFactory used as Request.
...
* Centralize creation of quick request objects.
* Isolate caches to individual tests to prevent test ordering
dependencies.
TNL-5811
2016-11-07 10:51:04 -05:00
John Eskew
e3cb462d18
Move embargo from common to openedx/core/djangoapps.
2016-11-07 08:47:36 -05:00
Ben Patterson
d59ab18b27
Merge pull request #13915 from edx/revert-13794-yro_implement-dateutil
...
Revert "Implement DateUtils in LMS"
2016-11-04 10:44:59 -04:00
Matthew Piatetsky
586c9480a8
Merge pull request #13896 from edx/ECOM-5769_enable_jwt
...
ECOM-5769 Add JWT auth and hidden flag to course_api for retrieving hidden courses
2016-11-04 10:26:57 -04:00
Cliff Dyer
f258e053b1
Merge pull request #13909 from edx/release
...
Merge to master for patch/2016-11-03
2016-11-04 09:34:41 -04:00
Jesse Zoldak
ec880138d2
Revert "Implement DateUtils in LMS"
2016-11-04 07:50:26 -04:00
Matthew Piatetsky
af976a0ef5
Add JWT auth and hidden flag to course_api
2016-11-03 17:35:45 -04:00
Adam
940787a10e
Merge pull request #13906 from edx/unicode-errors-refund-messages
...
handle refund notification message formatting when translated with un…
2016-11-03 14:56:36 -04:00
Gregory Martin
f21dbc797a
Merge pull request #13794 from edx/yro_implement-dateutil
...
Implement DateUtils in LMS
2016-11-03 13:51:46 -04:00
Adam Palay
9068c7e2b0
handle refund notification message formatting when translated with unicode characters (ECOM-5858)
2016-11-03 13:30:40 -04:00
Toby Lawrence
800daa9c1d
Merge pull request #13844 from edx/PERF-386
...
[PERF-386] Utilize ForumsConfig to enable and disable forums.
2016-11-03 13:14:20 -04:00
Troy Sankey
adfb02532b
Merge pull request #13809 from edx/pwnage101/PERF-354-NR-user-state-client
...
* Implement the newrelic_custom_metrics middleware
* Instrument DjangoXBlockUserStateClient with New Relic
2016-11-03 10:42:25 -04:00
Troy Sankey
076c63bcf5
Instrument DjangoXBlockUserStateClient with New Relic
...
Report to New Relic certain per-request details about the
DjangoXBlockUserStateClient. The following metrics are reported for the
get_many() call:
xb_user_state.get_many.calls
xb_user_state.get_many.duration
xb_user_state.get_many.blocks_requested
xb_user_state.get_many.blocks_out
xb_user_state.get_many.size
xb_user_state.get_many.<block_type>.blocks_requested
xb_user_state.get_many.<block_type>.blocks_out
xb_user_state.get_many.<block_type>.size
Similarly, for the set_many() call:
xb_user_state.set_many.calls
xb_user_state.set_many.duration
xb_user_state.set_many.blocks_created
xb_user_state.set_many.blocks_updated
xb_user_state.set_many.size
xb_user_state.set_many.<block_type>.blocks_created
xb_user_state.set_many.<block_type>.blocks_updated
xb_user_state.set_many.<block_type>.size
Where <block_type> is one of "chapter", "course", "problem", "video",
etc.
PERF-354
2016-11-03 10:30:38 -04:00
Toby Lawrence
2acb4a6cad
[PERF-386] Utilize ForumsConfig to enable and disable forums.
...
This specifically enables/disables the underlying comment service client
used to make calls to the service. When disabled, this client will now
throw an exception which can be propagated upwards so that callers can
make the right decision about how to notify users of the error, or
handle retry, etc etc.
2016-11-03 10:20:19 -04:00
Gregory Martin
3fd16eb6be
Implement DateUtils in LMS
2016-11-03 10:06:10 -04:00
Cliff Dyer
1a3022920d
Merge pull request #13866 from edx/cdyer/refire-grades
...
Create management command to send lti_provider scores to lti consumers.
2016-11-03 09:03:08 -04:00
Eric Fischer
00b117586a
Merge pull request #13894 from edx/release
...
Hotfix 2016-11-02 Release to master
2016-11-02 16:27:32 -04:00
J. Cliff Dyer
df08e8fde1
Add mgmt command to rescore lti problems for a set of courses.
...
TNL-5778
2016-11-02 13:11:31 -04:00
Nimisha Asthagiri
8ae20e3812
Add grades feature check to subsection task handler.
2016-11-01 21:21:04 -04:00
Eric Fischer
a54c4ea4f9
Revert "Unrevert "Fix Gating to use grades API, instead of its own calculations""
...
This reverts commit 7aacae9a4f .
2016-11-01 15:02:04 -04:00
Eric Fischer
caeac6921a
Fast-fail grades tasks if feature flag disabled
2016-11-01 13:34:10 -04:00
Matthew Piatetsky
c089ea42b4
Merge pull request #13880 from edx/release
...
Merge release into master
2016-11-01 11:59:32 -04:00
Matthew Piatetsky
dc5f251938
Revert "Merge pull request #13846 from edx/ECOM-5050"
...
This reverts commit c6b6d0bc74 , reversing
changes made to fa2b1ae470 .
2016-10-31 10:04:20 -04:00
Noraiz
067ca02196
Logging improved for case exception raised during submission to SoftwareSecure.
2016-10-28 06:22:27 +00:00