- 07 Nov, 2017 1 commit
-
-
Jeremy Bowman committed
-
- 25 Oct, 2017 1 commit
-
-
John Eskew committed
-
- 17 Oct, 2017 1 commit
-
-
J. Cliff Dyer committed
-
- 05 Oct, 2017 1 commit
-
-
Mock out the static_replace modules in the proper location.
John Eskew committed
-
- 29 Jun, 2017 1 commit
-
-
This includes several general enhancement in addition to the fixes for unified_course_view: 1. Add support for default when no waffle flag defined. 2. Add support for table_blacklist to assertNumQueries. 3. Rename flag to 'course_experience.course_outline_page'. 4. Change flag default to True when it is not defined.
Robert Raposa committed
-
- 01 Jun, 2017 1 commit
-
-
Robert Raposa committed
-
- 30 May, 2017 1 commit
-
-
Andy Armstrong committed
-
- 22 May, 2017 1 commit
-
-
The new design for the program detail page introduced a sidebar which includes a program-specific listing of credentials. This is an improvement over the old list of credentials found on the program list page and is meant to replace it. The new detail page is stable, so the credential listing on the program list page can be removed. LEARNER-492
Renzo Lucioni committed
-
- 19 Apr, 2017 1 commit
-
-
This reverts commit 1224e341. I've also added NotImplementedPartitionScheme, which allows deprecated partition types to have a valid entry point despite being unusable. TNL-6675
Eric Fischer committed
-
- 11 Apr, 2017 2 commits
-
-
Turn override into a sensible default that calls both of the for_request and in_model submethods, which are themselves still avaiable if needed.
Eric Fischer committed -
Add a new waffle switch that allows us to assume zero grades for learners who have no entry previously recorded, and another to disable persisting grades for unengaged learners. TNL-6691
Nimisha Asthagiri committed
-
- 28 Mar, 2017 1 commit
-
-
Nimisha Asthagiri committed
-
- 08 Mar, 2017 1 commit
-
-
This reverts commit 83f2be49, reversing changes made to 01ed1742.
Nimisha Asthagiri committed
-
- 01 Mar, 2017 1 commit
-
-
This is unused, and will no longer be supported on edx.org. Also adds a DeprecatedModel utility class. TNL-6126
Eric Fischer committed
-
- 27 Feb, 2017 1 commit
-
-
Nimisha Asthagiri committed
-
- 23 Jan, 2017 1 commit
-
-
Renzo Lucioni committed
-
- 18 Jan, 2017 1 commit
-
-
J. Cliff Dyer committed
-
- 18 Nov, 2016 1 commit
-
-
Ability to create two or more LTI consumers through the Django admin with an empty instance_guid field.
Dmitry Viskov committed
-
- 07 Nov, 2016 1 commit
-
-
* Centralize creation of quick request objects. * Isolate caches to individual tests to prevent test ordering dependencies. TNL-5811
J. Cliff Dyer committed
-
- 03 Aug, 2016 2 commits
-
-
Calen Pennington committed
-
Ned Batchelder committed
-
- 23 May, 2016 1 commit
-
-
Robert Raposa committed
-
- 18 May, 2016 1 commit
-
-
Calen Pennington committed
-
- 04 May, 2016 2 commits
-
-
Calen Pennington committed
-
By default, disable all caching in tests, to preserve test independence. In order to enable caching, inherit from CacheSetupMixin, and specify which cache configuration is needed. [EV-32]
Calen Pennington committed
-
- 03 May, 2016 1 commit
-
-
- Use AST to parse Python. - Refactor Mako to use Python linting. - Add optional verbose script argument. - Skip tests.py files when linting.
Robert Raposa committed
-
- 06 Apr, 2016 1 commit
-
-
- Remove <%include> linting - Remove dump_html_escaped_json
Robert Raposa committed
-
- 17 Mar, 2016 1 commit
-
-
This will leverage the nose attrib plugin to allow us to break tests apart on our build system to run in parallel on separate nodes.
Ben Patterson committed
-
- 04 Mar, 2016 2 commits
-
-
TNL-4160
Robert Raposa committed -
TNL-4160
Robert Raposa committed
-
- 29 Feb, 2016 1 commit
-
-
By default, migrations are applied as they always have been. Exporting DISABLE_MIGRATIONS=1 or passing --disable-migrations to Paver commands will create tables directly from apps' models.
Usman Khalid committed
-
- 05 Feb, 2016 1 commit
-
-
Robert Raposa committed
-
- 03 Feb, 2016 1 commit
-
-
- Rename escape_json_dumps to dump_js_escaped_json - Rename escape_js_string to js_escaped_string - Update js_escaped_string to output empty string for None - Introduce dump_html_escaped_json - Move dump_js_escaped_json after the pipe as new best practice - Introduce additional uses of helpers - Introduce new djangolib directory and move js_utils
Robert Raposa committed
-