This website requires JavaScript.
Explore
Help
Register
Sign In
Andal.LND
/
edx-platform
Watch
4
Star
0
Fork
0
You've already forked edx-platform
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
b1ea6b2012f517d006fcd41bffd7edeaf130f55e
edx-platform
/
common
/
lib
/
xmodule
/
xmodule
/
modulestore
History
Chris Dodge
a0f5a51135
wip to fix broken test
2013-04-08 15:34:12 -04:00
..
tests
ummm. forgot to commit stuff
2013-03-27 22:51:52 -04:00
__init__.py
wip
2013-03-26 16:40:28 -04:00
django.py
move the instantiation of the metadata cache out of modulestore.py as it was causing a circular import dependency when running on AWS. Put instantiation into one_time_startup.py which I believe is run before any Django requests are handled
2013-03-14 13:57:48 -04:00
draft.py
get metadata inheritance to work with draft stores. Fix bug on .publish() method whereby inherited metadata got written to the DB as 'own-metadata'. Change filter in mako_module.py to return list of own-metadata and inherited-metadata as 'editable-metadata'. Also, add unit test for draft metadata-inheritance and publish
2013-04-07 19:33:04 -04:00
exceptions.py
Return a custom error for duplicate elements, and ignore it when loading into mongo
2012-07-30 13:16:21 -04:00
inheritance.py
make "edit" links work - fixes giturl (was broken by xblocks migration)
2013-04-07 00:03:36 +00:00
mongo.py
extend the list of container module names to our comuputation of inherited metadata
2013-04-08 12:12:23 -04:00
search.py
Pep8 autofixes
2013-02-06 11:13:50 -05:00
store_utilities.py
wip
2013-03-26 16:40:28 -04:00
xml_exporter.py
Fix tests except for conditional module and open ended grading
2013-03-05 15:04:59 -05:00
xml_importer.py
wip to fix broken test
2013-04-08 15:34:12 -04:00
xml.py
move the instantiation of the metadata cache out of modulestore.py as it was causing a circular import dependency when running on AWS. Put instantiation into one_time_startup.py which I believe is run before any Django requests are handled
2013-03-14 13:57:48 -04:00