- 07 Aug, 2013 8 commits
-
-
Fix Firefox subsection datetime bug
David Baumgold committed -
Fix videoalpha import from xml
Alexander Kryklia 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 -
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 32 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 -
Auto-enroll course staff to fix "View Live".
Christina Roberts committed -
tz fix in openendedchild
Adam committed -
Integrate JsonResponse into lms/djangoapps/instructor/views/api.py
David Baumgold committed -
David Baumgold committed
-
David Baumgold committed
-
template fixes on instructor dash
Adam committed -
Bump up pip requirement to latest.
jkarni committed -
Peter fogg/remove videoalpha xml
Peter Fogg committed -
tie in the normal courseware link url rewriting in capa module since tha...
chrisndodge committed -
Small fixup to final print statement in Create Dev Env script
Slater-Victoroff committed -
Feature/cdodge/display location information in course listings
chrisndodge committed -
Peter Fogg committed
-
Brian Talbot committed
-
Brian Talbot committed
-
Peter Fogg committed
-
Peter Fogg committed
-
This is to be used with VideoAlpha's functionality allowing a choice of multiple HTML5 video sources.
Peter Fogg committed -
David Baumgold committed
-
Firefox wasn't saving section release times, due to issues with JS Date() parsing. I've modified the code to make it more explicit around what it should do and how it should work, which also makes it work better with both Firefox and Chrome.
David Baumgold committed -
David Baumgold committed
-
Fixed Typo
Slater-Victoroff committed -
Adam Palay committed
-
Performance enhancements for django-admin commands to delete and clone course
chrisndodge committed -
Adam Palay committed
-
Chris Dodge committed
-
Remove _ Minor cleanup.
cahrens committed -
Add RawDescriptor for VideoAlpha
Vasyl Nakvasiuk committed
-