- 13 Jul, 2017 2 commits
-
-
Use platform_name instead of site_name in password reset email
George Song committed -
Add COURSE_CATALOG_API_URL settings value to devstack_docker
Vedran Karačić committed
-
- 12 Jul, 2017 25 commits
-
-
Staubina/ed 592
Albert (AJ) St. Aubin committed -
Disable Git Import view for professor's who are not staff
George Song committed -
Merge release back to master
edx-pipeline-bot committed -
Fix EDUCATOR-269: Don't show "Issue Open Badges" if the feature is disabled
George Song committed -
Reason: Before this fix, if the user is not staff (user.is_staff=0) and ENABLE_SYSADMIN_DASHBOARD=True happens that the user can access the Git Import in Sysadmin dashboard and get to see the links in the menu of the sysadmin dashboard (Users, Courses, Staffing and enrollment). When this user clicks on one of these links, it gets an error from the server.
mrey committed -
Create REST API for importing a course
Joel Barciauskas committed -
Remove last Mustache usage.
Christina Roberts committed -
Alex Dusenbery committed
-
Albert St. Aubin committed
-
Limit requests urllib3 logging to quiet log spam
Kevin Falcone committed -
Update names to be more consistent.
Diana Huang committed -
cahrens committed
-
Joel Barciauskas committed
-
Upgrade help-tokens to 1.0.3
Brian Mesick committed -
Upgrade django-crum to 0.7.2
Brian Mesick committed -
LEARNER-1669
Diana Huang committed -
Merge pull request #15532 from edx/mroytman/PLAT_1487_django_1.11_upgrade_edx-django-sites-extensions upgrade edx-django-sites-extensions from 2.1.1 to 2.3.0
Michael Roytman committed -
PLAT-1629 Retry abspath() failures
Jeremy Bowman committed -
Dont fetch captions while fetching translations
M. Rehan committed -
fix styling issues in program details page
Ibrahim Ahmed committed -
LEARNER-1115
Vedran Karacic committed -
This fixes the endless loop of fetchCaptions ajax requests. fetchCaption on error calls fetchAvailableTranslations which again calls fetchCaption on success and so on. We don't see any significance for calling fetchCaption in fetchAvailableTranslations.
Qubad786 committed -
Vedran Karacic committed
-
EDUCATOR-810 fix UnicodeDecodeError
Rabia Iftikhar committed -
rabiaiftikhar committed
-
- 11 Jul, 2017 13 commits
-
-
Adding the capability to write reviews to the reviews page.
Harry Rein committed -
It accounts for a large chunk of our splunk logs and is often repetitive. See forums connections which on a sandbox do: ``` Starting new HTTP connection (1): localhost ``` and ``` comment_client_request_log: request_id=06ac65d3-61b9-4882-9edb-c6b65709318a, method=get, url=http://localhost:18080/api/v1/users/5, duration=0.0101051330566 ``` Add this for any other IDA call.
Kevin Falcone committed -
LEARNER-1628 This allows enrolled users to write reviews on the reviews page that can be accessed through the course tools sidebar. A button in the top corner of the page toggles the widget that is configured with a setting in the common.py file. The reviews tool is Course Talk.
Harry Rein committed -
Michael Roytman committed
-
Jeremy Bowman committed
-
Implement course home redirect if user cannot enroll
Diana Huang committed -
Fix Studio context-sensitive help link to video documentation
Sylvia Pearce committed -
Set ui_lang in Sailthru when creating and updating users
Anthony Mangano committed -
LEARNER-1696
Andy Armstrong committed -
Sylvia Pearce committed
-
EDUCATOR-565 | Add POLICY_CHANGE_GRADES_ROUTING_KEY, fix errors in compute_all_grades_for_course circuitry.
Alex Dusenbery committed -
Remove unneeded mustache references.
Christina Roberts committed -
EDUCATOR-341
Kyle McCormick committed
-