- 27 Jul, 2012 23 commits
-
-
* 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 17 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 -
Matthew Mongeau committed
-
Arjun Singh committed
-
Calen Pennington committed
-
kimth committed
-
Calen Pennington committed
-
kimth committed
-
kimth committed
-
kimth committed
-
kimth committed
-
Conflicts: common/djangoapps/student/views.py
Calen Pennington committed -
Arjun Singh committed
-
Arjun Singh committed
-