d7178e4a41
Add a set of rake tasks for checking settings importability
Calen Pennington
2012-07-02 13:26:31 -04:00
e56f8763ac
Point to the js files in package data
Calen Pennington
2012-07-02 13:26:14 -04:00
a0f550396c
Make xmodule fit the typical python installation setup
Calen Pennington
2012-07-02 13:19:27 -04:00
cc8ecb1891
Make xmodule tests pass again
Calen Pennington
2012-07-02 12:50:03 -04:00
8f59521660
Add a function to check round-trip export/import cycles
Calen Pennington
2012-07-02 12:25:48 -04:00
be40d8bb69
Make sure that xml_module definition xml doesn't have any metadata sprinkled in with it
Calen Pennington
2012-07-02 12:25:09 -04:00
c57833dab7
Define equality for XModuleDescriptors
Calen Pennington
2012-07-02 12:24:19 -04:00
f035d5602d
Keep abtest children in a consistent order (makes testing easier)
Calen Pennington
2012-07-02 12:24:07 -04:00
63aa451d67
use course = settings.COURSE_DEFAULT.replace('_',' ') for default accordion
ichuang
2012-07-02 11:29:45 -04:00
3a348e5713
Adjust xml export code for the type -> category conversion
Calen Pennington
2012-07-02 11:25:42 -04:00
d7dbced8e6
Store the top level course in the XMLModuleStore (since there is only one course per module store
Calen Pennington
2012-07-02 11:25:21 -04:00
85f294b3e3
Allow for no default_class in XMLModuleStore
Calen Pennington
2012-07-02 11:21:40 -04:00
10a10c7938
clean up email settings check in lms.djangoapps.student.views
ichuang
2012-07-02 11:21:00 -04:00
6612beab46
Acknowledge the fact that right now keystore is really just a module store. If we need a keystore that returns other objects, we can reexctract the base class into it's own module again
Calen Pennington
2012-07-02 11:07:17 -04:00
8cf848b191
Handle the filename for capa_module in the xml_module code, rather than specially in capa_module
Calen Pennington
2012-06-30 09:11:40 -04:00
552c199795
Export large xml as separate files. Note: inherited metadata is creeping into child nodes
Calen Pennington
2012-06-30 00:20:54 -04:00
bacce3e656
Load module contents from the file specified by the filename attribute
Calen Pennington
2012-06-29 23:29:36 -04:00
9c715b60a6
Fix broken element ids for modules with .s in their names
Calen Pennington
2012-06-29 22:42:33 -04:00
79987666df
Lazily load module definition and metadata as needed, rather than immediately
Calen Pennington
2012-06-29 22:26:11 -04:00
1d4e1d55d5
Enforce location uniqueness in xml keystore
Calen Pennington
2012-06-29 22:08:17 -04:00
d95be5aa24
Fix html rendering after making it a RawDescriptor
Calen Pennington
2012-06-29 19:32:48 -04:00
b9dd30cd58
Don't dump inherited metadata when exporting xml
Calen Pennington
2012-06-29 16:26:04 -04:00
2f95146b9b
Just use the class name when complaining about definition_from_xml not being implemented
Calen Pennington
2012-06-29 16:08:54 -04:00
1e8acbefac
Add a temporary url for testing xml export triggering
Calen Pennington
2012-06-29 16:08:35 -04:00
f375258b38
Add xml export infrastructure for all existing modules
Calen Pennington
2012-06-29 16:08:15 -04:00
520fac1aa2
Enforce an index over the location key in mongo
Calen Pennington
2012-06-29 13:40:06 -04:00
a7d0e2e122
Use a string key for default groups in abtests (and remove code that was expecting groups from django)
Calen Pennington
2012-06-29 13:29:04 -04:00