- 12 Jul, 2017 9 commits
-
-
Upgrade help-tokens to 1.0.3
Brian Mesick committed -
Upgrade django-crum to 0.7.2
Brian Mesick 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 -
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 -
EDUCATOR-810 fix UnicodeDecodeError
Rabia Iftikhar committed -
rabiaiftikhar committed
-
- 11 Jul, 2017 22 commits
-
-
Adding the capability to write reviews to the reviews page.
Harry Rein 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 -
cahrens committed
-
Anthony Mangano committed
-
WL-1079
Ibrahim committed -
RET: Cleanup Planning Prompts experimental code
Nimisha Asthagiri committed -
upgrade edx-django-release-util to 0.3.1
Michael Roytman committed -
Merge pull request #15522 from edx/adeel/LEARNER-1188_Setting_connection_timeout_value_for_sailthru_api_call Increased timeout value for sailthru api call.
adeel khan committed -
Upgrade version of milestones.
Christina Roberts committed -
LEARNER-1186
Adeel Khan committed -
Nimisha Asthagiri committed
-
[WIP] Add django management command to create course from json
Steven Zheng committed
-
- 10 Jul, 2017 9 commits
-
-
Handle anonymous and unenrolled users on the new course home page
Andy Armstrong committed -
LEARNER-1696
Andy Armstrong committed -
Remove django-mako requirement
Brian Mesick committed -
Add chromeless class to the wrapper when in chromeless mode.
George Song committed -
Michael Roytman committed
-
Deprecate lettuce in testing.rst document
George Song committed -
Steven Zheng committed
-
Don't allow any user to create courses by default
George Song committed -
* Change settings default * Set `ENABLE_CREATOR_GROUP` to False for devstack * Set `ENABLE_CREATOR_GROUP` to False for tests In f095c5fe it was decided to enable anyone to make courses in Studio by default in order to make things easier in dev environments. This was before the code was open source. This default is likely in effect for many Open edX instances, but almost no one would want this setting outside of development.
Joel Barciauskas committed
-