- 05 Jun, 2015 1 commit
-
-
Nimisha Asthagiri committed
-
- 02 Jun, 2015 1 commit
-
-
Diana Huang committed
-
- 29 May, 2015 1 commit
-
-
Greg Price committed
-
- 26 May, 2015 1 commit
-
-
Also, fix the field-specific error format for all API endpoints. This requires cs_comments_service commit fdf017c918.
Greg Price committed
-
- 13 May, 2015 1 commit
-
-
* Handle grading errors
Daniel Friedman committed
-
- 12 May, 2015 1 commit
-
-
Daniel Friedman committed
-
- 07 May, 2015 1 commit
-
-
Christine Lytwynec committed
-
- 17 Apr, 2015 1 commit
-
-
TNL-1503
muzaffaryousaf committed
-
- 23 Mar, 2015 5 commits
-
-
Usman Khalid committed
-
TNL-1256
muzaffaryousaf committed -
TNL-1258
Usman Khalid committed -
course cohort settings only once. TNL-1258
Usman Khalid committed -
TNL-1258
Usman Khalid committed
-
- 17 Mar, 2015 3 commits
-
-
Ned Batchelder committed
-
Update edx-lint to the version that checks if tearDown uses super. Convert a number of tearDown methods into addCleanup. Remove some unneeded tearDown methods: no need to call patch.stopall if none of them were started with patch.start.
Ned Batchelder committed -
Ned Batchelder committed
-
- 14 Mar, 2015 3 commits
- 09 Mar, 2015 1 commit
-
-
TNL-650 Conflicts: lms/djangoapps/django_comment_client/base/views.py lms/djangoapps/django_comment_client/tests/test_utils.py lms/djangoapps/django_comment_client/tests/utils.py lms/djangoapps/django_comment_client/utils.py
Daniel Friedman committed
-
- 06 Mar, 2015 1 commit
-
-
Daniel Friedman committed
-
- 05 Mar, 2015 1 commit
-
- 03 Mar, 2015 1 commit
-
-
When two or more instances of Discussion XBlock were configured with the same discussion target (Category/Subcategory), only one of the blocks would be shown on the Course Discussion page. This was the source of several bugs when trying to edit discussion threads. This patch adds incrementing numbers to the title of each duplicate subcategory when rendering the Course Discussion to make sure that all of the threads are visible in Course Discussion.
Matjaz Gregoric committed
-
- 27 Feb, 2015 1 commit
-
-
stv committed
-
- 26 Feb, 2015 1 commit
-
-
simplejson has been removed from future versions of Django (which we will eventually use).
Clinton Blackburn committed
-
- 25 Feb, 2015 2 commits
-
-
Jonathan Piacenti committed
-
TNL-650
Daniel Friedman committed
-
- 17 Feb, 2015 1 commit
-
-
I can't seem to find any references to this code outside of the library and the tests themselves.
stv committed
-
- 04 Feb, 2015 2 commits
-
-
The existing pattern of using `override_settings(MODULESTORE=...)` prevented us from having more than one layer of subclassing in modulestore tests. In a structure like: @override_settings(MODULESTORE=store_a) class BaseTestCase(ModuleStoreTestCase): def setUp(self): # use store @override_settings(MODULESTORE=store_b) class ChildTestCase(BaseTestCase): def setUp(self): # use store In this case, the store actions performed in `BaseTestCase` on behalf of `ChildTestCase` would still use `store_a`, even though the `ChildTestCase` had specified to use `store_b`. This is because the `override_settings` decorator would be the innermost wrapper around the `BaseTestCase.setUp` method, no matter what `ChildTestCase` does. To remedy this, we move the call to `override_settings` into the `ModuleStoreTestCase.setUp` method, and use a cleanup to remove the override. Subclasses can just defined the `MODULESTORE` class attribute to specify which modulestore to use _for the entire `setUp` chain_. [PLAT-419]
Calen Pennington committed -
Calen Pennington committed
-
- 06 Jan, 2015 1 commit
-
-
JIRA: PLAT-348
jsa committed
-
- 26 Dec, 2014 1 commit
-
-
Alan Boudreault committed
-
- 11 Dec, 2014 1 commit
-
-
David Baumgold committed
-
- 10 Dec, 2014 1 commit
-
-
TNL-735
Daniel Friedman committed
-
- 05 Dec, 2014 2 commits
-
-
TNL-670
Andy Armstrong committed -
JIRA: TNL-710 IMPORTANT: this commit converts the course_groups package to using migrations. When deploying to an existing openedx instance, migration 0001 may fail with an error indicating that the CourseUserGroup table already exists. If this happens, running the 0001 migration first, with the --fake option, is recommended. After performing this step, remaining migrations should work as expected.
jsa committed
-
- 02 Dec, 2014 2 commits
-
-
Jesse Zoldak committed
-
Move modulestore config for tests to an importable location Disable pylnt warning for lms imports in common tests Refactor all testcases that loaded all xml courses TE-610 TE-489
Jesse Zoldak committed
-
- 01 Dec, 2014 2 commits
-
-
Sarina Canelake committed
-
Sarina Canelake committed
-