- 08 Aug, 2013 14 commits
-
-
Since we've had issues with the default video being incorrectly shown, this creates an XML-only video and ensures that the correct (non-default) Youtube ID is sent to the client.
Peter Fogg committed -
Workaround for popup CSS path being wrong (tinymce).
Christina Roberts committed -
Simplify save_grade and pass through answer_unknown
Vik Paruchuri committed -
STUD-178
cahrens committed -
To increase portability of courses, have the Asset Index page display the classic /static/... URL shorthand.
chrisndodge committed -
Vik Paruchuri committed
-
Vik Paruchuri committed
-
Vik Paruchuri committed
-
Vik Paruchuri committed
-
Vik Paruchuri committed
-
Vik Paruchuri committed
-
fix crash in peer eval xmodule
Sef Kloninger committed -
Chris Dodge committed
-
Chris Dodge committed
-
- 07 Aug, 2013 21 commits
-
-
Fix VideoAlpha acceptance test.
Peter Fogg committed -
Update XBlock version
Sarina Canelake committed -
Peter Fogg committed
-
Sarina Canelake committed
-
Sarina Canelake committed
-
Changed css_selector
Jonah Stanley committed -
JonahStanley committed
-
JonahStanley committed
-
Send e-mail to STUDIO_REQUEST_EMAIL when user requests course creator privileges
Christina Roberts committed -
Fix Firefox subsection datetime bug
David Baumgold committed -
JonahStanley committed
-
Fix videoalpha import from xml
Alexander Kryklia committed -
cahrens committed
-
JonahStanley committed
-
Add "Word Cloud" acceptance tests
Vasyl Nakvasiuk committed -
David Baumgold committed
-
VideoAlphaDescriptor inherits from EmptyDataRawDescriptor. EmptyDataRawDescriptor is used for modules which might not have any XML data, but require XmlDescriptor's functionality for export/import. Without it, VideoAlphaModule would cause a crash on export if any modules had an empty `self.data` field. Don't use default video if HTML5 sources are given.
Alexander Kryklia committed -
JonahStanley committed
-
Clicking "Sync to <course>" should send an AJAX request with the datetimes set to null, so that the server resets them.
David Baumgold committed -
Assign isExternal JS function to window object
David Baumgold committed -
Vasyl Nakvasiuk committed
-
- 06 Aug, 2013 5 commits
-
-
Fix offline_gradecalc
Kristin committed -
David Baumgold committed
-
David Baumgold committed
-
David Baumgold committed
-
When JS functions are defined with names, they are local variables, and inaccessible if defined inside a closure. Django-Pipeline concatenates all of our JS into one big closure. This function explicitly assings the function to a property of the `window` object, so that it is accessible to other JS functions.
David Baumgold committed
-