- 30 Jul, 2012 1 commit
-
-
Feature/victor/xml verify
Calen Pennington committed
-
- 27 Jul, 2012 34 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
-
* uses xml modulestore, and new error_handler hook
Victor Shnayder committed -
* no more __xmltree.
Victor Shnayder committed -
Victor Shnayder committed
-
Victor Shnayder committed
-
* create split_to_file() function * chapters, html, problems always split * course never split * others based on size of subtree for now
Victor Shnayder committed -
Victor Shnayder committed
-
* 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 committed -
* no functionality changed in this commit.
Victor Shnayder committed -
Victor Shnayder committed
-
Victor Shnayder committed
-
Bridger Maxwell committed
-
Bridger Maxwell committed
-
Add optional hide_from_toc attribute to XML elements
Calen Pennington committed -
Bridger Maxwell committed
-
Kimth/lms coderesponse
Calen Pennington committed -
Adding the ability for javascript from problems to execute more intelligently
Calen Pennington committed -
David Ormsbee committed
-
- 26 Jul, 2012 5 commits
-
-
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.
Arjun Singh committed -
Compiling coffee files in course data directories on startup.
Calen Pennington committed -
Add field-error class to field with issues.
David Ormsbee committed -
Add optional hide_from_toc attribute to XML elements to support Tutorials (which don't show up in the navigation).
David Ormsbee committed -
* We do not want to disable existing loggers when setting up our own
Victor Shnayder committed
-