- 17 Mar, 2015 22 commits
-
-
Clear children cache when binding an XBlock to a user.
Calen Pennington committed -
Update social media links in EdX footer.
Will Daly committed -
Calen Pennington committed
-
Calen Pennington committed
-
Calen Pennington committed
-
Calen Pennington committed
-
Calen Pennington committed
-
Make XModule use the same get_children that XModuleDescriptor and XBlock do, and make it returned the same CombinedSystem
Calen Pennington committed -
Calen Pennington committed
-
Prior to this change, if a CachingDescriptorSystem was prepopulated with XBlock field data (`module_data`), then it would be used as the DescriptorSystem for blocks loaded through it. On the other hand, if it had to fetch new data from the modulestore, then a new CachingDescriptorSystem would be created by the modulestore, and used by the newly returned object. This commit allows the modulestore get_item and get_items methods to accept an existing CachingDescriptorSystem to augment with data from the backing mongo store, and to use as the DescriptorSystem for newly loaded XBlocks.
Calen Pennington committed -
Calen Pennington committed
-
Reduce queries from FieldDataCache
Calen Pennington committed -
Calen Pennington committed
-
Calen Pennington committed
-
Calen Pennington committed
-
Calen Pennington committed
-
Replaces some PLATFORM_* settings with a more general setting for specifying social media URLs in the footer. Adds icons and titles for new social media sites (Tumblr, Reddit, Youtube) to match EdX.org.
Will Daly committed -
Remove unused imports
Ned Batchelder committed -
Ned Batchelder committed
-
Fix test_instructor_dashboard.py tests
Ned Batchelder committed -
Implement full preferences API
Andy Armstrong committed -
TNL-1493 See https://openedx.atlassian.net/wiki/display/TNL/User+API for details
Andy Armstrong committed
-
- 16 Mar, 2015 18 commits
-
-
This file was never run, because of a missing __init__.py. It needs a super() call to make the ModuleStoreTestCase work properly. Then one test failed, because of a missed change from dollar to configurable currency.
Ned Batchelder committed -
Update the bok-choy version being used. TE-783
Jesse Zoldak committed -
Calen Pennington committed
-
Simple capitalization fix
Ned Batchelder committed -
Remove old env settings files
Sarina Canelake committed -
pass opts From PythonTestSuite to NoseTestSuite
Christine Lytwynec committed -
Instead of referencing the example externally, we now explain the setting inline.
stv committed -
This contains hard-coded reference to out-dated courses.
stv committed -
This looks to have been a personal configuration file.
stv committed -
Is this used? It contains MITx references.
stv committed -
These all date back to 2012 and are hard-coded for specific course runs.
stv committed -
Jesse Zoldak committed
-
Christine Lytwynec committed
-
Define TENDER_SUBDOMAIN so that we can still use vanity URLs
David Baumgold committed -
Update translations (autogenerated message)
Sarina Canelake committed -
Sarina Canelake committed
-
Revert "To support UNICODE xblock.location"
Jesse Zoldak committed -
Jesse Zoldak committed
-