- Jun 25, 2012
-
-
Prem Sichanugrist authored
Usage: `rake cms:import DATA_DIR=<path_to_your_data_dir>`
-
- Jun 22, 2012
-
-
David Ormsbee authored
Roundtrip HTML module editing working in the CMS
-
Calen Pennington authored
Victor/xml testing
-
Calen Pennington authored
-
Calen Pennington authored
-
Kyle Fiedler authored
-
Calen Pennington authored
-
Calen Pennington authored
-
- Jun 21, 2012
-
-
Kyle Fiedler authored
-
Calen Pennington authored
-
Victor Shnayder authored
-
Victor Shnayder authored
-
Victor Shnayder authored
TODO: - support picking a different course name - make it use current module rendering path, get that working.
-
Victor Shnayder authored
* wasn't passing namespace properly in parse_course_file
-
Victor Shnayder authored
-
Victor Shnayder authored
-
- Jun 20, 2012
-
-
Victor Shnayder authored
* Separate out all xml processing code from django code * Preparing to move the content parsing parts into common/lib/xmodule (?)
-
Victor Shnayder authored
bugfix: lcp score can apparently be 0/0
-
Victor Shnayder authored
-
Calen Pennington authored
Victor/show student state
-
Victor Shnayder authored
* use clearer names for the two status strings passed to js * add functions to do canonical conversion of progress to js string * fix updating bug in sequence.coffee * add some todo comments and other docs to make future expansion easier
-
Victor Shnayder authored
* change bottom border of links: red for not started yellow for in_progress green for done * This should probably be designed at some point. * Obvious problems: the yellow is not very visible, and lots of people are red/green color-blind.
-
Victor Shnayder authored
-
Calen Pennington authored
-
Calen Pennington authored
-
Calen Pennington authored
-
Kyle Fiedler authored
-
Calen Pennington authored
Fix render of lms index with no chapter or section.
-
Victor Shnayder authored
-
Calen Pennington authored
-
Calen Pennington authored
modify capa_problem to add <include file="foo"> functionality
-
Calen Pennington authored
Victor/progress tracking
-
Victor Shnayder authored
-
Calen Pennington authored
Fix accordion rendering bug
-
Calen Pennington authored
Switch cms over to django pipeline
-
Calen Pennington authored
Cleanup from https://github.com/MITx/mitx/pull/120
-
Calen Pennington authored
-
- Jun 19, 2012
-
-
Victor Shnayder authored
* add module_from_xml param to I4xSystem * use it to implement xmodule.get_children() * fix a few comments here and there * Render-time progress display for seq and vertical modules. - Computes fraction of subproblems done. * Pass problem state back to js during ajax calls. * general cleanup in capa_module.py * add progress_changed and progress fields to json returned from each ajax handler * Coffeescript changes to hook up sequence tracking of problem progress * net result: sequence 'a' tags now have a progress class * properly set css class on initial load * fire event when progress changes after ajax calls * also save state in 'progress' property of problems-wrapper tag * event handler finds those tags, computes updated progress
-
Victor Shnayder authored
-
Victor Shnayder authored
-