- 01 Aug, 2012 19 commits
-
-
* 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
-
Victor Shnayder committed
-
Victor Shnayder committed
-
Victor Shnayder committed
-
* also fix error message in backcompat_module
Victor Shnayder committed -
* Also get rid of lazy loading of metadata and definition
Victor Shnayder committed -
* 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 committed -
* allow future expansion without breaking interface.
Victor Shnayder committed -
djangoapps/student/views.py now uses soup.getText, which needs beautifulsoup4
Calen Pennington committed -
Got profile page working again.
Calen Pennington committed -
Got profile page working again. The grader for each course is now defined in the data dir as grading_policy.json.
Bridger Maxwell committed -
Jarv/dev script updates
jarv committed -
John Jarvis committed
-
John Jarvis committed
-
John Jarvis committed
-
Kimth/lms coderesponse
ichuang committed -
ichuang committed
-
- 31 Jul, 2012 21 commits
-
-
Jarv/dev script updates
jarv committed -
John Jarvis committed
-
John Jarvis committed
-
John Jarvis committed
-
John Jarvis committed
-
Navigation style and make askbot have style
David Ormsbee committed -
John Jarvis committed
-
John Jarvis committed
-
John Jarvis committed
-
kimth committed
-
Kyle Fiedler committed
-
Kyle Fiedler committed
-
* makes collectstatic happy
Victor Shnayder committed -
Victor Shnayder committed
-
John Jarvis committed
-
John Jarvis committed
-
John Jarvis committed
-
John Jarvis committed
-
http://gembundler.com/man/gemfile.5.html
version is required http://gembundler.com/man/gemfile.5.html, this was causing rvm to return non-zero and thus causing the create-dev-env.sh script to fail
John Jarvis committed -
John Jarvis committed
-
John Jarvis committed
-