Merge pull request #652 from edx/feature/ichuang/import-with-no-static
Enable mongodb to be used as back-end for git-based authoring workflow
No related branches found
No related tags found
Showing
- cms/djangoapps/contentstore/management/commands/import.py 12 additions, 4 deletionscms/djangoapps/contentstore/management/commands/import.py
- cms/djangoapps/contentstore/tests/test_contentstore.py 1 addition, 1 deletioncms/djangoapps/contentstore/tests/test_contentstore.py
- cms/djangoapps/contentstore/tests/test_import_nostatic.py 123 additions, 0 deletionscms/djangoapps/contentstore/tests/test_import_nostatic.py
- common/djangoapps/static_replace/__init__.py 5 additions, 4 deletionscommon/djangoapps/static_replace/__init__.py
- common/djangoapps/xmodule_modifiers.py 2 additions, 2 deletionscommon/djangoapps/xmodule_modifiers.py
- common/lib/xmodule/xmodule/modulestore/inheritance.py 2 additions, 1 deletioncommon/lib/xmodule/xmodule/modulestore/inheritance.py
- common/lib/xmodule/xmodule/modulestore/tests/test_mongo.py 37 additions, 8 deletionscommon/lib/xmodule/xmodule/modulestore/tests/test_mongo.py
- common/lib/xmodule/xmodule/modulestore/xml_importer.py 43 additions, 7 deletionscommon/lib/xmodule/xmodule/modulestore/xml_importer.py
- common/test/data/simple_with_draft/README.md 2 additions, 0 deletionscommon/test/data/simple_with_draft/README.md
- common/test/data/simple_with_draft/course.xml 31 additions, 0 deletionscommon/test/data/simple_with_draft/course.xml
- common/test/data/simple_with_draft/drafts/vertical/test_vertical.xml 5 additions, 0 deletions.../data/simple_with_draft/drafts/vertical/test_vertical.xml
- common/test/data/simple_with_draft/html/toylab.html 3 additions, 0 deletionscommon/test/data/simple_with_draft/html/toylab.html
- common/test/data/simple_with_draft/problem/L1_Problem_1.xml 43 additions, 0 deletionscommon/test/data/simple_with_draft/problem/L1_Problem_1.xml
- common/test/data/simple_with_draft/problem/ps01-simple.xml 62 additions, 0 deletionscommon/test/data/simple_with_draft/problem/ps01-simple.xml
- common/test/data/test_import_course/about/end_date.html 1 addition, 0 deletionscommon/test/data/test_import_course/about/end_date.html
- common/test/data/test_import_course/chapter/vertical_container.xml 3 additions, 0 deletions...st/data/test_import_course/chapter/vertical_container.xml
- common/test/data/test_import_course/course.xml 1 addition, 0 deletionscommon/test/data/test_import_course/course.xml
- common/test/data/test_import_course/course/2012_Fall.xml 20 additions, 0 deletionscommon/test/data/test_import_course/course/2012_Fall.xml
- common/test/data/test_import_course/info/handouts.html 1 addition, 0 deletionscommon/test/data/test_import_course/info/handouts.html
- common/test/data/test_import_course/policies/2012_Fall.json 33 additions, 0 deletionscommon/test/data/test_import_course/policies/2012_Fall.json
Loading
Please register or sign in to comment