implement static tabs. rejigger .tar.gz import to do the re-namespacing as a...
implement static tabs. rejigger .tar.gz import to do the re-namespacing as a post-processing step as we need to retain the original url_name during the import. Also, migrate the presentation tier to use module_render.py::get_module() to better unify HTML'ifying stuff
Showing
- cms/djangoapps/contentstore/views.py 1 addition, 11 deletionscms/djangoapps/contentstore/views.py
- common/lib/xmodule/setup.py 2 additions, 0 deletionscommon/lib/xmodule/setup.py
- common/lib/xmodule/xmodule/modulestore/xml.py 21 additions, 5 deletionscommon/lib/xmodule/xmodule/modulestore/xml.py
- common/lib/xmodule/xmodule/modulestore/xml_importer.py 27 additions, 1 deletioncommon/lib/xmodule/xmodule/modulestore/xml_importer.py
- lms/djangoapps/courseware/courses.py 11 additions, 42 deletionslms/djangoapps/courseware/courses.py
- lms/djangoapps/courseware/module_render.py 1 addition, 1 deletionlms/djangoapps/courseware/module_render.py
- lms/djangoapps/courseware/tabs.py 20 additions, 22 deletionslms/djangoapps/courseware/tabs.py
- lms/djangoapps/courseware/views.py 11 additions, 3 deletionslms/djangoapps/courseware/views.py
- lms/templates/courseware/info.html 4 additions, 4 deletionslms/templates/courseware/info.html
Please register or sign in to comment