- Aug 01, 2012
-
-
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.
-
Victor Shnayder authored
* allow future expansion without breaking interface.
-
Calen Pennington authored
djangoapps/student/views.py now uses soup.getText, which needs beautifulsoup4
-
Calen Pennington authored
Got profile page working again.
-
Bridger Maxwell authored
Got profile page working again. The grader for each course is now defined in the data dir as grading_policy.json.
-
jarv authored
Jarv/dev script updates
-
John Jarvis authored
-
John Jarvis authored
-
John Jarvis authored
-
ichuang authored
Kimth/lms coderesponse
-
ichuang authored
-
- Jul 31, 2012
-
-
jarv authored
Jarv/dev script updates
-
John Jarvis authored
-