-
Notifications
You must be signed in to change notification settings - Fork 35
Fall 2013 release patch 2
tag: v2013_Fall.3
#####Flowplayer configuration Mediathread instantiates a Flowplayer .swf to play many video flavors. Flowplayer now requires you to have a local installation and will not allow you to serve the player off their site. The default (very old) Flowplayer swf reference has been removed in settings_shared.py. And, Flowplayer is now fully configured via your deploy_specific/settings.py or a local_settings.py file. See README for more info.
#####Slow Project Display Project json generation could be slowed by embedded assets with many annotations (>50). The json rendering code was re-rendering assets inefficiently. The rendering code was tightened up, but more optimization will be needed going forward.
#####JWPlayer Bookmarklet Scraping The bookmarklet JWPlayer scraping code was tacking on an incorrect pseudostreaming queryString start={start}. Two changes have been made to resolve this issue.
- The bookmarklet JWPlayer code now correctly tacks on start=${start}
- The SherdJS Flowplayer javascript code substitutes the correct pseudostreaming queryString start=${start} when it sees the incorrect start={start} queryString.
#####Courseaffils bug fix update Bugfix for password hashers bug in [django-courseaffils] (https://github.com/ccnmtl/django_courseaffils). Courseaffils admin forms were creating UNI users with '' as unusable password rather than '!'), which triggers a 500 error when that user attempts to login locally instead of just a failed login.