Matthew Piatetsky
ef0699c4d8
Add hidden flag and return courses hidden in LMS when include_hidden is passed
2016-10-27 13:43:35 -04:00
Nimisha Asthagiri
4a20370f37
Update CourseGradeFactory.create to be read_only by default
...
TNL-5835
2016-10-25 20:49:43 -04:00
Eric Fischer
6a47311479
Update Persisted Course Grade on Subsection Grade update
...
Makes use of the new SUBSECTION_SCORE_CHANGED signal to trigger a task that
updates persisted course grade values. We've also renamed SCORE_CHANGED to
PROBLEM_SCORE_CHANGED to head off any issues with unclear signal names.
TNL-5740
2016-10-25 14:47:31 -04:00
Christina Roberts
5454f91dd0
Merge pull request #13822 from CredoReference/TNL-5821-staff-only-static-tab-visible-when-masquerading-as-a-student
...
TNL-5821 - bugfix
2016-10-25 09:42:08 -04:00
Albert (AJ) St. Aubin
43b4141cdf
Merge pull request #13613 from edx/aj/TNL-5644_exposed_icon
...
Aj/tnl 5644 exposed icon
2016-10-24 17:47:18 -04:00
Albert St. Aubin
055fd6ea8f
Refactored the status icon and span to a unified template and updated tests
2016-10-24 16:48:58 -04:00
Nimisha Asthagiri
2e6d4752a0
Merge pull request #13813 from edx/beryl/rescore-task-name
...
Correct task_type for other rescore-if-higher admin commands
2016-10-24 15:46:15 -04:00
Dmitry Viskov
bedc208160
TNL-5821 - bugfix
2016-10-24 21:45:13 +03:00
Nimisha Asthagiri
52069197c7
Correct task_type for other rescore-if-higher admin commands.
2016-10-24 13:43:24 -04:00
Nimisha Asthagiri
9fb9222a6c
Merge pull request #13806 from edx/beryl/gating-again
...
Unrevert "Fix Gating to use grades API, instead of its own calculations"
2016-10-24 13:33:50 -04:00
Nimisha Asthagiri
7aacae9a4f
Unrevert "Fix Gating to use grades API, instead of its own calculations"
2016-10-24 12:33:59 -04:00
M. Rehan
5835468d94
Merge pull request #13362 from edx/mushtaq/generate-verified-users-with-audit-certs
...
Generate certificates for verified users with audit certificate statuses
2016-10-24 16:22:45 +05:00
Albert (AJ) St. Aubin
c01df60014
Merge pull request #13786 from edx/aj/TNL-5549_problemMetaRefactor
...
Aj/tnl 5549 problem meta refactor
2016-10-21 13:03:32 -04:00
Matthew Piatetsky
b2c8ff05a6
Merge pull request #13802 from edx/ECOM-5050
...
ECOM-5050 Expose mobile-friendly field for course runs returned by Course API
2016-10-21 10:27:07 -04:00
Qubad786
65ef041a53
Add ability to generate certs for audit_passing/audit_notpassing learners
2016-10-21 16:03:29 +05:00
Mushtaq Ali
dacfcc985f
Generate certificates for verified users with audit certificate statues - ECOM-5012
2016-10-21 16:03:28 +05:00
Albert St. Aubin
dbb66f8c09
Updated the problem meta to show a score of 0 and refactored/simplified the JS that build the problem meta string
...
TNL-5549
2016-10-21 06:40:20 -04:00
Nimisha Asthagiri
aa000c1a3d
Support for rescoring a problem only if the new score is higher
...
TNL-5046
2016-10-20 15:08:54 -04:00
Matthew Piatetsky
3d72229168
Expose mobile-friendly field for course runs returned by Course API
2016-10-20 14:35:31 -04:00
Eric Fischer
7c1913b702
Merge pull request #13765 from edx/efischer/grades_task_retry
...
Recalculate Subsection Grade task retry logic
2016-10-20 10:47:58 -04:00
J. Cliff Dyer
1cfff02f06
Add tests for scoring of diverse problem types.
...
Includes:
* CAPA
* ORA
* LTI
* LTI-Consumer
* SGA
* Randomized Content Block
TNL-5692
TNL-5464
2016-10-20 09:29:55 -04:00
Sanford Student
9209eef7e2
add grading policy hash to transformer
2016-10-19 11:35:51 -04:00
Jeremy Bowman
c8b36a6ac1
Merge pull request #13161 from mitocw/fix/aq/support_django_oauth_toolkit
...
Fixed authentication classes to support Django OAUTH Toolkit
2016-10-19 10:00:15 -04:00
Eric Fischer
529889f3f2
Recalculate Subsection Grade task retry logic
...
The task will now be retried if an IntegrityError is encountered, up to
the default of 3 times. Test included.
TNL-5739
2016-10-19 09:45:34 -04:00
Christina Roberts
6b3aa71102
Merge pull request #13730 from indagation/fix_staticbook_url
...
Fix Malformed Staticbook url
2016-10-18 21:45:56 -04:00
Nimisha Asthagiri
6e7f131c40
Merge pull request #13790 from edx/release
...
Merge Release to Master
2016-10-18 19:23:23 -04:00
Nimisha Asthagiri
ba9ef89e8d
Fix CCX migration to be resilient to course-not-found
2016-10-18 13:55:25 -04:00
Toby Lawrence
6704e17afd
[TNL-5632] Optimize the single_thread view.
...
Firstly, we're now explicitly instructing the comments service to not
return thread responses/comments if the request isn't AJAX. So, if you
load the URL for a single discussion thread in your browser, this would
be a non-AJAX call and we'll avoid loading the responses for the entire
thread behind-the-scenes. Big win here for large threads.
Next, we removed a redundant "get threads" call which was also happening
behind-the-scenes. This call was redundant as the front-end JS also
grabs the thread list when a topic is chosen, so we were making an
extranenous call for no benefit. Poof, gone!
Finally, we added some caching of database queries that are required to
drive a lot of the permissions/cohorts machinery around discussion.
This will have a minimal effect but introduced a cleaner way to apply
general memoization at the per-request level which will let us further
cache things as we identify them as issues.
2016-10-18 13:11:30 -04:00
Douglas Hall
9cf6880534
Merge pull request #13777 from edx/douglashall/fix_session_cookie_domain_middleware
...
Refactored middleware that supports SESSION_COOKIE_DOMAIN overrides.
2016-10-18 11:20:43 -04:00
Douglas Hall
ac390e13f6
Refactored middleware that supports SESSION_COOKIE_DOMAIN overrides.
2016-10-18 09:07:03 -04:00
Amir Qayyum Khan
f09445ed18
Added more tests
2016-10-18 16:20:57 +05:00
Amir Qayyum Khan
164d324449
Refactor tests
2016-10-18 16:20:57 +05:00
Amir Qayyum Khan
25d8085b79
Fixed authentication classes to support Django OAUTH Toolkit
2016-10-18 16:20:57 +05:00
Christina Roberts
046ee7bd96
Merge pull request #12923 from CredoReference/static-page-for-instructors-only
...
Ability to hide Pages from students
2016-10-17 17:10:33 -04:00
Dmitry Viskov
bb09fdb7be
Ability to hide Pages from students
2016-10-14 22:43:26 +03:00
Greg Martin
4ddda443b8
Implement localized datetimes in browser
...
moment-timezone require config
jasmine test fix, duplicate req. cleanup
2016-10-14 15:25:38 -04:00
Eric Fischer
c4c2875232
Route grading updates to low priority queue
2016-10-14 14:24:08 -04:00
sanfordstudent
455e0749e2
Merge pull request #13720 from edx/sstudent/TNL-5697
...
Updating logging for TNL-5697
2016-10-14 13:12:27 -04:00
alisan617
21eb03e116
Merge pull request #13513 from edx/alisan/inline-discussion-TNL-4756
...
New inline discussion home view TNL-4756
2016-10-14 12:09:42 -04:00
alisan617
d5635cf1ba
New inline discussion home view UI
...
TNL-4756
2016-10-14 10:54:50 -04:00
Sanford Student
b706fb461a
updating grades logging
...
for TNL-5697
2016-10-14 09:26:52 -04:00
Eric Fischer
0928cfde80
Merge pull request #13734 from edx/efischer/async_grade
...
Update persistent grades asynchronously
2016-10-13 15:02:44 -04:00
Eric Fischer
70e029b1f5
Update persistent grades asynchronously
...
For better user-facing performance, the SCORE_CHANGED signal is now handled by
enqueueing an async task to update the relevant stored grade, rather than
making the request wait until that operation finishes.
TNL-5738
2016-10-13 14:06:06 -04:00
Andy Armstrong
4d4097e13c
Move dark_lang and lang_pref apps to openedx/core
2016-10-13 11:56:24 -04:00
Robert Raposa
e7028c6eab
Move static_template_view.views to its own urls.py.
2016-10-12 14:37:18 -04:00
sanfordstudent
a9c548c3fa
Merge pull request #13728 from edx/sstudent/hack-instructor-task
...
Sstudent/hack instructor task
2016-10-12 13:16:17 -04:00
Nimisha Asthagiri
e0b3866123
Merge pull request #13640 from edx/beryl/grading_policy_api
...
Grading Policy endpoint in Grades API
2016-10-12 13:14:06 -04:00
Nimisha Asthagiri
dea4147232
Grading Policy endpoint in Grades API
...
This copies the grading policy endpoint currently in the
course_structures django app to its new location, in preparation
to remove the old app.
TNL-5701
2016-10-12 11:43:12 -04:00
Sanford Student
54d34e834d
update all references to instructor module
2016-10-12 11:35:02 -04:00
Kyle Boots
2c9cdb731b
Fix Malformed Staticbook url
2016-10-12 10:11:49 -04:00