- Mar 04, 2016
-
-
cahrens authored
TNL-4195
-
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
Adding the -n option to the Sphinx build invocation
-
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
-
raeeschachar authored
Added Flaky decorator to Chrome flaky tests
-
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
-
Renzo Lucioni authored
Speed up comment client tests
-
Renzo Lucioni authored
Also accelerates forums UnicodeTestCases
-
John Eskew authored
Remove multiple course export format versions.
-
Kevin Falcone authored
There is one DB where we do not want it specified since transactions on the CSMHE table when we aren't atomic across databases isn't a win.
-
Kevin Falcone authored
Don't hardcode student_module_history
-
John Eskew authored
-
John Eskew authored
Use SharedModuleStoreTestCase in the courseware navigation tests for speedup.
-
Renzo Lucioni authored
Whittling away at XML modulestore code
-
Bill DeRusha authored
Add SharedModuleTestCase to git_import tests
-
Kevin Falcone authored
aws_migrate may be used on boxes where that DB does not yet exist.
-
John Eskew authored
-