- 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 5 commits
-
-
Sarina Canelake committed
-
Sarina Canelake committed
-
Sarina Canelake committed
-
Sarina Canelake committed
-
Sarina Canelake committed
-
- 25 Nov, 2014 2 commits
- 10 Nov, 2014 1 commit
-
-
stv committed
-
- 04 Nov, 2014 1 commit
-
-
Sarina Canelake committed
-
- 31 Oct, 2014 1 commit
-
-
TE-489
muhammad-ammar committed
-
- 16 Oct, 2014 1 commit
-
-
Depends on cs_comments_serivce commit ea218a2b038b59e63fd6593b5598db90223636e1. TNL-543
cahrens committed
-
- 14 Oct, 2014 1 commit
-
-
Co-Authored-By: Brian Talbot <btalbot@edx.org> TNL-549
jsa committed
-
- 09 Oct, 2014 1 commit
-
-
If we use unicode character in the search of forum it will cuase the error which is not the desired behavior it should check and return result. TNL-336
Waqas Khalid committed
-
- 08 Oct, 2014 3 commits
-
-
Andy Armstrong committed
-
Andy Armstrong committed
-
TNL-552
Andy Armstrong committed
-
- 03 Oct, 2014 2 commits
- 29 Sep, 2014 1 commit
-
-
Don Mitchell committed
-
- 24 Sep, 2014 2 commits
-
-
polesye committed
-
When the new post is created under the subcategory and it appear after the creation, it doesn't have the link of category/subcategory after thread body. When we reload the page the link appears. Link should appear after creation. TNL-404
Waqas Khalid committed
-
- 22 Sep, 2014 1 commit
-
-
TNL-444
jsa committed
-
- 18 Sep, 2014 1 commit
-
-
Adam Palay committed
-
- 12 Sep, 2014 1 commit
-
-
TNL-24
jsa committed
-
- 11 Sep, 2014 1 commit
-
-
TNL-186
cahrens committed
-