- 30 Jul, 2012 23 commits
-
-
Calen Pennington committed
-
Calen Pennington committed
-
Calen Pennington committed
-
Calen Pennington committed
-
Calen Pennington committed
-
Calen Pennington committed
-
Separate cms and lms auth and env files, and have the LMS that runs with the CMS use the CMS modulestore
Calen Pennington committed -
Calen Pennington committed
-
Calen Pennington committed
-
Calen Pennington committed
-
Calen Pennington committed
-
Calen Pennington committed
-
Calen Pennington committed
-
Style for CMS
Calen Pennington committed -
Feature/victor/xml verify
Calen Pennington committed -
Kyle Fiedler committed
-
Kyle Fiedler committed
-
Kyle Fiedler committed
-
Kyle Fiedler committed
-
Kyle Fiedler committed
-
Kyle Fiedler committed
-
Kyle Fiedler committed
-
Kyle Fiedler committed
-
- 27 Jul, 2012 17 commits
-
-
* add course and org to full/course.xml * fix error path in clean_xml script * commit rakefile change needed by c5334f150c
Victor Shnayder committed -
* move askbot repo into mitx as a submodule * set settings as in 85865f7221 * remove test_mongo env. * Refactor tests to use new config structure. * Add real integration tests--not working due to bugs in course xml. Turned off.
Victor Shnayder committed -
* log errors, but don't fail
Victor Shnayder committed -
* Add extra nested html file * add a start date
Victor Shnayder committed -
* new env file to run integration tests with mongo backend - needs askbot to get db in the right state - needs wiki to load pages successfully - not using migrations to make it run faster * import test courses, check that each page loads without erroring. * fix NonePointerException in index view to make tests pass * misc formatting cleanups
Victor Shnayder committed -
* rename slug->url_name * rename name->display_name * docstring cleanups * comments :)
Victor Shnayder committed -
Victor Shnayder committed
-
* add fix for the file export code--remove tag tail and text, not just the children.
Victor Shnayder committed -
Victor Shnayder committed
-
* More tests for mongo modulestore, including tweaks to test files * add location_to_id method to CourseDescriptors * Implement path_to_location method in mongo.py - TODO: does not handle position in sequences yet. * fix bug in jump_to view.
Victor Shnayder committed -
* Clean up test data for simple, toy courses * clean up test_mongo.py * write initial test for path_to_location * hook up view to use path_to_location Next: actually implement it :)
Victor Shnayder committed -
* fix up toy course to match current format * fix github sync test that referred to toy course
Victor Shnayder committed -
Victor Shnayder committed
-
* catch exceptions and return a 404 if course not found * add Location.is_valid(), tests * stub of jumpto/ view.
Victor Shnayder committed -
In response to spending an hour with a strange argument passing bug that neither I nor Cale could figure out. * pass all arguments explicitly * pass arguments in a consistent order between classes
Victor Shnayder committed -
* change custom tags in test/data/full to new single-tag format * fix broken file references * fix argument to import_from_xml * error_handler fix in mongo.py in next commit
Victor Shnayder committed -
Victor Shnayder committed
-