- Jul 27, 2012
-
-
Victor Shnayder authored
* 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 authored
* log errors, but don't fail
-
Victor Shnayder authored
* Add extra nested html file * add a start date
-
Victor Shnayder authored
* 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 authored
* rename slug->url_name * rename name->display_name * docstring cleanups * comments :)
-
Victor Shnayder authored
-
Victor Shnayder authored
* add fix for the file export code--remove tag tail and text, not just the children.
-
Victor Shnayder authored
-
Victor Shnayder authored
* 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 authored
* 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 authored
* fix up toy course to match current format * fix github sync test that referred to toy course
-
Victor Shnayder authored
-
Victor Shnayder authored
* catch exceptions and return a 404 if course not found * add Location.is_valid(), tests * stub of jumpto/ view.
-
Victor Shnayder authored
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 authored
* 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 authored
-
Victor Shnayder authored
* uses xml modulestore, and new error_handler hook
-
Victor Shnayder authored
* no more __xmltree.
-
Victor Shnayder authored
-
Victor Shnayder authored
-
Victor Shnayder authored
* create split_to_file() function * chapters, html, problems always split * course never split * others based on size of subtree for now
-
Victor Shnayder authored
-
Victor Shnayder authored
* add error_handler member to DescriptorSystem * call it where import errors happen * also includes some refactoring in xml.py * some more line length and docstring cleanups
-
Victor Shnayder authored
* no functionality changed in this commit.
-
Victor Shnayder authored
-
Victor Shnayder authored
-
Bridger Maxwell authored
-
Bridger Maxwell authored
-
Calen Pennington authored
Add optional hide_from_toc attribute to XML elements
-
Bridger Maxwell authored
-
Calen Pennington authored
Kimth/lms coderesponse
-
Calen Pennington authored
Adding the ability for javascript from problems to execute more intelligently
-
David Ormsbee authored
-
- Jul 26, 2012
-
-
Arjun Singh authored
Adding the ability for javascript from problems to execute more intelligently; for example, errors from javascript included in the returned html will show up in the console when using this mechanism.
-
Calen Pennington authored
Compiling coffee files in course data directories on startup.
-
David Ormsbee authored
Add field-error class to field with issues.
-
David Ormsbee authored
Add optional hide_from_toc attribute to XML elements to support Tutorials (which don't show up in the navigation).
-
Victor Shnayder authored
* We do not want to disable existing loggers when setting up our own
-
Matthew Mongeau authored
-
Arjun Singh authored
-