- 17 Jun, 2013 11 commits
-
-
Chris Dodge committed
-
Chris Dodge committed
-
Chris Dodge committed
-
add new collection configuration to support a 'trashcan' for assets. Update class factory to allow callers to specify if they want the default set of assets or the trashcan
Chris Dodge committed -
Added info to changelog for recent pull requests.
Valera Rozuvan committed -
Addtional comments for YouTube API bug.
Valera Rozuvan committed -
fixing segment io settings bug
John Jarvis committed -
John Jarvis committed
-
* Moving to the auth tokens section * Removing the feature flag logic since all features are loaded earlier ``` for feature, value in ENV_TOKENS.get('MITX_FEATURES', {}).items(): MITX_FEATURES[feature] = value ```
John Jarvis committed -
Valera Rozuvan committed
-
Valera Rozuvan committed
-
- 14 Jun, 2013 15 commits
-
-
Update to look for segment io key in auth data.
Feanil Patel committed -
Feanil Patel committed
-
Simplify calc.py; add trig/other functions
Peter Baratta committed -
Default to unicode for sass compilation.
Feanil Patel committed -
Replace /faq route in LMS urls
Nate Hardison committed -
remove compiled coffeescript files before recompiling with rake
David Baumgold committed -
Add additional events for tracking
Valera Rozuvan committed -
Anton Stupak committed
-
force-refresh youtube iframe when changing speeds back to 1.0 in firefox
Valera Rozuvan committed -
Valera/no autoplay videoalpha studio
Valera Rozuvan committed -
Moved the definition of autoplay attribute to videoalpha_module.py file. Changed double negative if statement for autoplay check to simple if.
Valera Rozuvan committed -
Alexander Kryklia committed
-
Valera Rozuvan committed
-
Copied autoplay attribute from video xmoudle to videoalpha. Now students will have the video autoplaying, and in Studio it will be pause by default.
Valera Rozuvan committed -
If Video Alpha is playing a YouTube video in Firefox in HTML5 mode, then when switching to speed 1.0 it will simply reload the iframe, instead of using the built-in method to change the speed. The fixes the bug temporarily, while the YouTube team fixes the bug internally in the API. Commented additions to fix YouTube firefox speed 1.0 switch bug.
Valera Rozuvan committed
-
- 13 Jun, 2013 14 commits
-
-
This prevents inapplicable tests from running when switching branches
David Baumgold committed -
Move "stringy" functionality into xblock fields
Christina Roberts committed -
Added rake jasmine:cms:browser:watch command
David Baumgold committed -
Peter Baratta committed
-
Peter Baratta committed
-
Especially the var[0].isdigit() one.
Peter Baratta committed -
Remove the stores_state field from XModule
Calen Pennington committed -
cahrens committed
-
cahrens committed
-
David Baumgold committed
-
stores_state is now only used in a single test, in conjunction with has_score. In practice, it's never the case that stores_state is false when has_score is true, so we can delete stores_state entirely, and just use has_score for the grading test.
Calen Pennington committed -
Starting the CHANGELOG process.
Ned Batchelder committed -
Ned Batchelder committed
-
cahrens committed
-