Parse XModuleDescriptors on import using from_xml
Also: Render all XModuleDescriptors in the cms the same way Default them to editing raw xml, if there is no specific module for them
Showing
- cms/djangoapps/contentstore/management/commands/import.py 23 additions, 165 deletionscms/djangoapps/contentstore/management/commands/import.py
- cms/djangoapps/contentstore/views.py 2 additions, 1 deletioncms/djangoapps/contentstore/views.py
- cms/envs/common.py 2 additions, 1 deletioncms/envs/common.py
- cms/static/coffee/main.coffee 9 additions, 2 deletionscms/static/coffee/main.coffee
- cms/templates/unit.html 1 addition, 1 deletioncms/templates/unit.html
- cms/templates/widgets/navigation.html 1 addition, 1 deletioncms/templates/widgets/navigation.html
- cms/templates/widgets/raw-edit.html 45 additions, 0 deletionscms/templates/widgets/raw-edit.html
- common/lib/keystore/__init__.py 3 additions, 1 deletioncommon/lib/keystore/__init__.py
- common/lib/keystore/django.py 5 additions, 1 deletioncommon/lib/keystore/django.py
- common/lib/keystore/mongo.py 7 additions, 4 deletionscommon/lib/keystore/mongo.py
- common/lib/xmodule/html_module.py 1 addition, 1 deletioncommon/lib/xmodule/html_module.py
- common/lib/xmodule/js/module/raw.coffee 9 additions, 0 deletionscommon/lib/xmodule/js/module/raw.coffee
- common/lib/xmodule/mako_module.py 7 additions, 3 deletionscommon/lib/xmodule/mako_module.py
- common/lib/xmodule/raw_module.py 41 additions, 0 deletionscommon/lib/xmodule/raw_module.py
- common/lib/xmodule/seq_module.py 19 additions, 1 deletioncommon/lib/xmodule/seq_module.py
- common/lib/xmodule/setup.py 2 additions, 12 deletionscommon/lib/xmodule/setup.py
- common/lib/xmodule/x_module.py 68 additions, 11 deletionscommon/lib/xmodule/x_module.py
Loading
Please register or sign in to comment