- Mar 04, 2016
-
-
Robert Raposa authored
TNL-4160
-
John Eskew authored
Fix content library export with empty problems.
-
John Eskew authored
Going head with the bump to Django version 1.8.10 - hopefully, 1.8.11 will show up soon and we'll be able to remove this monkeypatch.
-
Peter Desjardins authored
Fix minor typographical errors in the platform API documentation
-
Ned Batchelder authored
Mark a flaky test, SOL-1654
-
Ned Batchelder authored
Mark two tests flaky. TNL-4190 TNL-4191
-
John Eskew authored
- Ensure that only a course import is saved to the draft branch and then published. A content library has only a single 'library' branch. - Add a fields parameter to the create_library call so the call has the correct number of parameters. - Add tests which import content libraries using different test methods and with different branch settings. - Add test which imports a content library and then exports it. - Use XBlock module version that supports XML-serialized String of None. - Add re-import of content library and equality comparison to test. - Allow get_items to be called on LibraryLocators.
-
Ned Batchelder authored
Update translations (autogenerated message)
-
Kevin Falcone authored
Despite db_index=True, Django didn't generate an index
-
- Mar 03, 2016
-
-
Peter Desjardins authored
-
Peter Desjardins authored
Adding the -n option to the Sphinx build invocation
-
John Eskew authored
-
Kevin Falcone authored
This should not be needed, we specify ATOMIC_REQUESTS on each DB
-
Kevin Falcone authored
student_module_id is the primary way into this table, not having an index is disastrous with real data.
-
Peter Desjardins authored
Adding the -n option to the Sphinx build invocation so that WARNINGs will be treated as ERRORs. This will cause builds to fail if Sphinx cannot import modules for its autoclass directives. Currently, they fail silently and leave gaps in the published HTML where docstring content should have been.
-
Ned Batchelder authored
Release ⇒ master
-
Ned Batchelder authored
-
Ned Batchelder authored
-
raeeschachar authored
Added Flaky decorator to Chrome flaky tests
-
John Eskew authored
-
Ned Batchelder authored
-
Simon Chen authored
ECOM-3415 - Dashboard should show all XSeries association messages
-
raeeschachar authored
-
Ned Batchelder authored
Release Candidate rc/2016-03-01
-
Simon Chen authored
-
Omar Khan authored
Registration: don't require terms of service if checkbox is hidden
-
Awais Jibran authored
Fix list index out of range in Textbook's chapters.
-
- Mar 02, 2016
-
-
Nimisha Asthagiri authored
Quiet the safe sessions logging for expected use cases
-
Christina Roberts authored
Remove unused profile name.
-
Nimisha Asthagiri authored
-
David Ormsbee authored
Revert "Merge pull request #11523 from edx/perf/speed-up-slow-user-role-ops
-
David Ormsbee authored
This reverts commit acf6c1d6, reversing changes made to c59db6e5.
-
cahrens authored
The profile name requires escaping when displayed. Proactively removing since it is not being used.
-
Brian Beggs authored
Allowed staff/admin of course to view ccx coach dashboard
-
Ayub khan authored
Fix behaviour on empty response to problems
-
Attiya Ishaque authored
-
- Mar 01, 2016
-
-
John Eskew authored
Add app_label to models to prevent Django1.9 warnings.
-
Renzo Lucioni authored
WIP: Lots of Python unittest speedups
-
Ayub khan authored
Fixed progress exception for credit courses
-