- 13 Jul, 2017 10 commits
-
-
Harry rein/updating bootstrap theming
Harry Rein committed -
Alex Dusenbery committed
-
Add pyinotify to development requirements for docker devstack perf
Brian Mesick committed -
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.
Harry Rein committed -
bmedx committed
-
Django can use pyinotify for watching files in runserver which should save a lot of CPU work in docker.
bmedx committed -
Update version of edx-organizations.
Christina Roberts committed -
Allow enrollment into expired seats if the api is called by ECOM service
Simon Chen committed -
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 27 commits
-
-
Staubina/ed 592
Albert (AJ) St. Aubin committed -
Disable Git Import view for professor's who are not staff
George Song committed -
Simon Chen committed
-
Merge release back to master
edx-pipeline-bot committed -
EDUCATOR-772
cahrens 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 3 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
-