- Aug 02, 2012
-
-
Victor Shnayder authored
* cleaned up error module: - only one template - save error message in xml and reload * better display of problem definition and metadata to staff * save error messages as string, not exception objects.
-
Calen Pennington authored
Feature/victor/metadata inherit
-
- Aug 01, 2012
-
-
Victor Shnayder authored
-
Victor Shnayder authored
* problem was on import to json--got all the metadata, but didn't preserve the _inherited_metadata * added own_metadata property, use it instead
-
Victor Shnayder authored
-
Victor Shnayder authored
* also make a placeholder roundtrip export test
-
Victor Shnayder authored
* make logging work properly in cms, dev * fix a comment
-
David Ormsbee authored
Strip down sequence nav, start to use ems for font size instead of pixels and started to strip down the info page
-
Kyle Fiedler authored
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 authored
-
Kyle Fiedler authored
-
jarv authored
Jarv/prod requirements
-
John Jarvis authored
-
John Jarvis authored
-
Calen Pennington authored
add back-compat code to customtag
-
Victor Shnayder authored
* apparently 6002x is using the impl-as-child structure already.
-
Calen Pennington authored
Feature/victor/xml verify
-
Victor Shnayder authored
-
Victor Shnayder authored
* Log formatted traceback string instead of exc_info tuple itself * display as a list
-
Victor Shnayder authored
* 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 authored
-
Victor Shnayder authored
-
Victor Shnayder authored
* 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 authored
-
Victor Shnayder authored
* get rid of dump to json * formatting
-
Victor Shnayder authored
* so they get the staff view of problems * does NOT actually set User.is_staff
-
Victor Shnayder authored
-
Victor Shnayder authored
-
Victor Shnayder authored
* change references and tests * add staff/non-staff display * added is_staff to ModuleSystem
-
Victor Shnayder authored
-
Victor Shnayder authored
-
Victor Shnayder authored
* also bugfix for load_definition in html_module * a bit of refactoring of Location checking code in mongo.py
-
Victor Shnayder authored
* 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 authored
-
Victor Shnayder authored
-
Victor Shnayder authored
-
Victor Shnayder authored
-
Victor Shnayder authored
* also fix error message in backcompat_module
-
Victor Shnayder authored
* Also get rid of lazy loading of metadata and definition
-
Victor Shnayder authored
* when things don't load normally, use this * separate raw editing functionality into EditingDescriptor * raw descriptor just enforces that xml is valid * add a MalformedDescriptor that just saves a string * Fallback to it on import.
-