- Jul 13, 2017
-
-
Harry Rein authored
LEARNER-1785 This story was to update the existing custom themes to work with the flexible bootstrap design. It also updates the red theme to more closely resemble the real implementation on openedx.
-
Christina Roberts authored
Update version of edx-organizations.
-
Simon Chen authored
Allow enrollment into expired seats if the api is called by ECOM service
-
George Song authored
Use platform_name instead of site_name in password reset email
-
Vedran Karačić authored
Add COURSE_CATALOG_API_URL settings value to devstack_docker
-
- Jul 12, 2017
-
-
Albert (AJ) St. Aubin authored
Staubina/ed 592
-
George Song authored
Disable Git Import view for professor's who are not staff
-
Simon Chen authored
-
edx-pipeline-bot authored
Merge release back to master
-
cahrens authored
EDUCATOR-772
-
George Song authored
Fix EDUCATOR-269: Don't show "Issue Open Badges" if the feature is disabled
-
mrey authored
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.
-
Joel Barciauskas authored
Create REST API for importing a course
-
Christina Roberts authored
Remove last Mustache usage.
-
Alex Dusenbery authored
-
Albert St. Aubin authored
-
Kevin Falcone authored
Limit requests urllib3 logging to quiet log spam
-
Diana Huang authored
Update names to be more consistent.
-
cahrens authored
-
Joel Barciauskas authored
-
Brian Mesick authored
Upgrade help-tokens to 1.0.3
-
Brian Mesick authored
Upgrade django-crum to 0.7.2
-
Diana Huang authored
LEARNER-1669
-
Michael Roytman authored
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
-
Jeremy Bowman authored
PLAT-1629 Retry abspath() failures
-
M. Rehan authored
Dont fetch captions while fetching translations
-
Ibrahim Ahmed authored
fix styling issues in program details page
-
Vedran Karacic authored
LEARNER-1115
-
Qubad786 authored
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.
-
Vedran Karacic authored
-
Rabia Iftikhar authored
EDUCATOR-810 fix UnicodeDecodeError
-
rabiaiftikhar authored
-
- Jul 11, 2017
-
-
Harry Rein authored
Adding the capability to write reviews to the reviews page.
-
Kevin Falcone authored
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.
-
Harry Rein authored
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.
-
Michael Roytman authored
-
Jeremy Bowman authored
-
Diana Huang authored
Implement course home redirect if user cannot enroll
-
Sylvia Pearce authored
Fix Studio context-sensitive help link to video documentation
-
Anthony Mangano authored
Set ui_lang in Sailthru when creating and updating users
-