- 17 Mar, 2015 12 commits
-
-
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
-
Calen Pennington committed
-
Calen Pennington committed
-
Calen Pennington 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 23 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 -
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
-
Lms should be independent of mathjax
Waqas Khalid committed -
Unit page doesn't load when mathjax is down
Waqas Khalid committed -
Add Mocks to Enrollment API Doc Config
Mark Hoeber committed -
To support UNICODE xblock.location
Sarina Canelake committed -
When mathjax is down studio page doesn't work as it wait for mathjax to load. I replaced the hard dependency with soft dependency now unit page can load with mathjax.
Waqas Khalid committed -
When cdn is down specially in the country like china and others user face problem as application doesn't work as intended. Instead of making mathjax hard dependecy I have converted it into soft dependey so that it won't cause user problem to use application smothly if mathjax is not present. TNL-1498
Waqas Khalid committed
-
- 15 Mar, 2015 1 commit
-
-
Fix Pylint violations (medium)
Sarina Canelake committed
-
- 14 Mar, 2015 4 commits
-
-
Ned Batchelder committed
-
stv committed
-
stv committed
-
stv committed
-