- Apr 13, 2018
-
-
Michael Terry authored
This basically commits the transpiled CoffeeScript JS (with minor cleanup) and removes coffee build support. A tiny amount of support for xblocks exists, because external users may have xblocks with coffee. But no coffee in our tree anyway.
-
- Feb 21, 2018
-
-
David Ormsbee authored
Covers some of the basics of how our Sass is compiled in edx-platform.
-
- Feb 06, 2018
-
-
David Ormsbee authored
-
- Jan 08, 2018
-
-
Ari Rizzitano authored
-
Ari Rizzitano authored
-
- Oct 05, 2017
-
-
Ned Batchelder authored
-
- Oct 03, 2017
-
-
Tyler Hallada authored
-
Tyler Hallada authored
-
Tyler Hallada authored
-
- Oct 02, 2017
-
-
Tyler Hallada authored
-
- Sep 22, 2017
-
-
Jeremy Bowman authored
-
- Aug 14, 2017
-
-
Jeremy Bowman authored
-
- Jul 05, 2017
-
-
Omar Al-Ithawi authored
-
- Jun 05, 2017
-
-
Robert Raposa authored
-
- May 18, 2017
-
-
Robert Raposa authored
- Remove old docs - Move testing.rst - Update READMEs and index.rst for docs.
-
Robert Raposa authored
-
- May 10, 2017
-
-
Carol Tong authored
-
- May 04, 2017
-
-
Andy Armstrong authored
-
- Apr 27, 2017
-
-
Ned Batchelder authored
This makes it possible to refer to multiple book from a single app. This also means that Open edX branches will be able to pass bok-choy tests (at least if the books have already been built.)
-
- Apr 19, 2017
-
-
Albert St. Aubin authored
TNL-6743
-
- Apr 11, 2017
-
-
Carol Tong authored
-
- Apr 04, 2017
-
-
Carol Tong authored
-
Carol Tong authored
-
- Apr 01, 2017
-
-
Andy Armstrong authored
-
- Mar 22, 2017
-
-
Ned Batchelder authored
-
- Mar 20, 2017
-
-
Brian Jacobel authored
This test lives in `common/test/acceptance/tests/lms/test_lms_dashboard.py`, so the paver string should be `paver test_a11y -t lms/test_lms_d...`
-
- Feb 07, 2017
-
-
Renzo Lucioni authored
This commit contains back end changes necessary to load programs from the catalog in all contexts. The existing program munging utility is applied as late as possible to avoid conflating this work with changes to the front end; those will be made separately. ECOM-4422
-
- Jan 05, 2017
-
-
Anthony Mangano authored
ECOM-5936
-
- Dec 15, 2016
-
-
cahrens authored
-
- Nov 30, 2016
-
-
Gregory Martin authored
-
- Nov 07, 2016
-
-
John Eskew authored
-
- Oct 17, 2016
-
-
Jesse Zoldak authored
-
Deepa authored
-
- Oct 12, 2016
-
-
Jesse Zoldak authored
Rendering model states when running migrate in Django 1.8 consumes on the order of 4x-6x more memory than <1.8. References: * https://code.djangoproject.com/ticket/24745 * https://code.djangoproject.com/ticket/24743 This is causing failures in Jenkins as the workers run out of memory and either processes cannot fork or the Out Of Memory Killer kills a process that is running tests. Disabling migrations until we do either or both of these: * Upgrade to Django 1.9 and turn them back on. See EV-92 "Discovery: Upgrade edx-platform to Django 1.9" * Address TE-1310 "Unit tests should be able to run without migrations"
-
- Oct 07, 2016
-
-
Nimisha Asthagiri authored
-
- Sep 23, 2016
-
-
Shaily Sangwan authored
-
- Sep 16, 2016
-
-
Sylvia Pearce authored
-
- Sep 01, 2016
-
-
Peter Desjardins authored
Adds a context-sensitive link to learner documentation from the LMS. The base URL defaults to Open edX learner doc and can be overridden with the base URL for edx.org learner doc. Also relabels the tab for support from help to support.
-
- Aug 26, 2016
-
-
Carol Tong authored
-
Peter Desjardins authored
Fixed import failures that were preventing the platform API documentation from building. The problem is that the doc building environment doesn't need to install all the Python modules that the platform software does, but when Sphinx tries to import select modules so that it can use autoclass to publish docstrings it tries to import all the modules that are imported by those modules, recursively. I mocked the missing modules.
-