- 15 Feb, 2016 1 commit
-
-
It was introduced back in 2012, and is not used in the default configuration.
Omar Khan committed
-
- 28 Jan, 2016 1 commit
-
-
wajeeha-khalid committed
-
- 03 Dec, 2015 1 commit
-
-
wajeeha-khalid committed
-
- 23 Nov, 2015 1 commit
-
-
There's no need to use a string literal in setattr, delattr, or the two-argument form of getattr.
Ned Batchelder committed
-
- 19 Nov, 2015 1 commit
-
-
wajeeha-khalid committed
-
- 11 Nov, 2015 1 commit
-
-
Remove filtering by partition, course and user Rewrite the LMS result processor to use the course blocks api
Davorin Sego committed
-
- 30 Oct, 2015 1 commit
-
-
Nimisha Asthagiri committed
-
- 26 Aug, 2015 1 commit
-
-
These signals are caught by the Teams app and used to update `last_activity_at` on both teams and individual users. TNL-2497
Peter Fogg committed
-
- 03 Aug, 2015 1 commit
-
-
Ned Batchelder committed
-
- 31 Jul, 2015 1 commit
-
-
Sarina Canelake committed
-
- 30 Jul, 2015 1 commit
-
-
TNL-2864
cahrens committed
-
- 28 Jul, 2015 1 commit
-
-
Ben McMorran committed
-
- 22 Jul, 2015 1 commit
-
-
Davorin Sego committed
-
- 20 Jul, 2015 1 commit
-
-
New classes for the return type, and changes to the has_access function and tests to make them compatible.
tlindaliu committed
-
- 13 Jul, 2015 3 commits
-
-
Skipped 'print' statement violations, as print() is Py3k syntax.
Sarina Canelake committed -
Sarina Canelake committed
-
Sarina Canelake committed
-
- 03 Jun, 2015 1 commit
-
-
Davorin Sego committed
-
- 29 May, 2015 1 commit
-
-
Greg Price committed
-
- 14 May, 2015 1 commit
-
-
Davorin Sego committed
-
- 08 May, 2015 2 commits
-
-
Martyn James committed
-
Martyn James committed
-
- 30 Apr, 2015 1 commit
-
-
Ned Batchelder committed
-
- 24 Apr, 2015 1 commit
-
-
Davorin Sego committed
-
- 17 Mar, 2015 2 commits
-
-
Martyn James committed
-
Ned Batchelder committed
-
- 14 Mar, 2015 1 commit
-
-
stv committed
-
- 10 Mar, 2015 1 commit
-
-
Martyn James committed
-
- 09 Feb, 2015 1 commit
-
-
Cannot hold on to xblock references.
cahrens 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
-
- 29 Jan, 2015 1 commit
-
-
Davorin Sego committed
-
- 15 Jan, 2015 4 commits
-
-
TNL-652
Andy Armstrong committed -
TNL-651
Andy Armstrong committed -
jsa committed
-
Co-Authored-By: Christina Roberts <christina@edx.org> Co-Authored-By: Daniel Friedman <dfriedman@edx.org> Co-Authored-By: Don Mitchell <dmitchell@edx.org>
jsa committed
-
- 17 Dec, 2014 1 commit
-
-
TNL-1022
Waheed Ahmed committed
-
- 13 Dec, 2014 1 commit
-
-
Move lms.lib.xblock into lms.djangoapps.lms_xblock in preparation add database backed configuration to it
Calen Pennington committed
-
- 05 Dec, 2014 2 commits
-
-
TNL-670
Andy Armstrong committed -
TNL-649
Andy Armstrong committed
-