]> git.mjollnir.org Git - moodle.git/commit
flash upgrader MDL-20841 New config setting excludeoldflashclients will set a minimum...
authorjerome mouneyrac <jerome@moodle.com>
Wed, 2 Dec 2009 06:38:16 +0000 (06:38 +0000)
committerjerome mouneyrac <jerome@moodle.com>
Wed, 2 Dec 2009 06:38:16 +0000 (06:38 +0000)
commitb5bbeaf02cbab35bb9c15af7ef581e654223f7c8
treeec7eb1692a80642783a0256eebf425560cd5423a
parent9895a5aed9121409ed00ceb8788cada78d7504b2
flash upgrader MDL-20841 New config setting excludeoldflashclients will set a minimum version for flash clients. A check in the standard_head_html is run once, and will set a session variable with the current flash version. If the current flash version is lower than the minimum requirement, then Moodle will serve alternate content whenever a flash file is requested. The alternate file will ask the user to upgrade flash, merged from 1.9
admin/settings/security.php
lang/en_utf8/admin.php
lang/en_utf8/moodle.php
lib/filelib.php
lib/flashdetect/flashdetect.js [new file with mode: 0644]
lib/flashdetect/flashupgrade.fla [new file with mode: 0644]
lib/flashdetect/flashupgrade.swf [new file with mode: 0644]
lib/flashdetect/message.php [new file with mode: 0644]
lib/outputrenderers.php
lib/swfobject/swfobject.js [new file with mode: 0644]
login/environment.php [new file with mode: 0644]