- 02 Aug, 2012 10 commits
- 01 Aug, 2012 30 commits
-
-
Strip down sequence nav, start to use ems for font size instead of pixels and started to strip down the info page
David Ormsbee committed -
ichuang committed
-
Added more styles for the info page and added headers for the updates and handouts so they will be consistant for every class
Kyle Fiedler committed -
Kyle Fiedler committed
-
Kyle Fiedler committed
-
Jarv/prod requirements
jarv committed -
John Jarvis committed
-
John Jarvis committed
-
add back-compat code to customtag
Calen Pennington committed -
* apparently 6002x is using the impl-as-child structure already.
Victor Shnayder committed -
Feature/victor/xml verify
Calen Pennington committed -
ichuang committed
-
ichuang committed
-
Victor Shnayder committed
-
* Log formatted traceback string instead of exc_info tuple itself * display as a list
Victor Shnayder committed -
* call error tracker when needed * remove duplicate logging--just add info and re-raise * xml modulestore uses error tracker to capture load errors * add unstyled list of import errors to courseware homepage!
Victor Shnayder committed -
Victor Shnayder committed
-
Victor Shnayder committed
-
* simplify logic--tracker just tracks errors. Trackers should not raise, and are not be responsible for logging. * adapted code to use trackers. * Started cleanup of error handling code: - if need to add info and re-raise, just do that. No logging. - if working around a problem, log and track as needed.
Victor Shnayder committed -
Victor Shnayder committed
-
* get rid of dump to json * formatting
Victor Shnayder committed -
* so they get the staff view of problems * does NOT actually set User.is_staff
Victor Shnayder committed -
Victor Shnayder committed
-
Victor Shnayder committed
-
* change references and tests * add staff/non-staff display * added is_staff to ModuleSystem
Victor Shnayder committed -
Victor Shnayder committed
-
Victor Shnayder committed
-
* also bugfix for load_definition in html_module * a bit of refactoring of Location checking code in mongo.py
Victor Shnayder committed -
* html files are now stored as follows: If the html file is valid xml, store as html/stuff.xml If it's not, store as html/stuff.xml, which contains <html meta1="..." filename="stuff.html">, and html/stuff.html, which actually contains the contents. Warn if the contents are not parseable with lxml's html parser, but don't error. * for parseable html, strip out the html tag when storing, so that it isn't rendered into the middle of a page * lots of backcompat to deal with paths. Can go away soon. * fix output ordering in clean_xml
Victor Shnayder committed -
Victor Shnayder committed
-