- 31 Jul, 2013 22 commits
-
-
e0d committed
-
Rename CourseLocator.revision to branch
Don Mitchell committed -
Fix some pylint issues
David Baumgold committed -
David Baumgold committed
-
David Ormsbee committed
-
Make render_template mocking clearer
Calen Pennington committed -
fix for ie bug where drop down menus were still clickable when collapsed
frances botsford committed -
Calen Pennington committed
-
Frances Botsford committed
-
Cale/lms xblock student view
Calen Pennington committed -
Fix broken Studio signup.feature acceptance test
Will Daly committed -
Don Mitchell committed
-
Fix word cloud modules not exporting correctly.
Peter Fogg committed -
Jonahstanley/upgrade chrome version
Jonah Stanley committed -
Quiet mongoimport noise during tests
Ned Batchelder committed -
Ned Batchelder committed
-
Remove get_preview_module.
jkarni committed -
"Graphical Slider Tool" integration into studio
Vasyl Nakvasiuk committed -
which a previous refactoring had replaced. Coverage of locator.py is 100%
Don Mitchell committed -
This makes the LMS use an XBlock's student_view, rather than an XModule's get_html to render for display. However, it does not yet use wrap_child to handle instructor debug information or url rewriting. [LMS-219]
Calen Pennington committed -
`world.css_find()` to protect against StaleElementException in Jenkins.
Will Daly committed -
Vasyl Nakvasiuk committed
-
- 30 Jul, 2013 18 commits
-
-
make user api work with basic auth
Jim Abramson committed -
And replace calls with calls to load_preview_module.
Julian Arni committed -
jsa committed
-
E0d/fix feature flag
e0d committed -
Grant admin rights to members of the course team
David Baumgold committed -
e0d committed
-
e0d committed
-
David Baumgold committed
-
and all related vars and methods.
Don Mitchell committed -
David Baumgold committed
-
Brian Talbot committed
-
Brian Talbot committed
-
This allows a more general approach to modules such as word_cloud and video which have no XML data (it's all store in metadata), but use XmlDescriptor for backwards compatibility. They now generate an empty tag on export, and clear out empty tags on import. Also a small change to the video module as a result -- if it's asked to parse empty XML data, it won't try to parse anything.
Peter Fogg committed -
David Baumgold committed
-
Brian Talbot committed
-
Brian Talbot committed
-
Yet another Course Info bug
Don Mitchell committed -
JonahStanley committed
-