Git commits in Moodle 1.8.4 by gbateson

commit 1cd4d9dffe329957bdb3082ab6e93d7ed7ed2c69
Author: gbateson <gbateson>
Date:   Mon, 26 Nov 2007 09:14:54 +0900
Tag:    v1.8.4

fix MDL-12318: from Moodle 1.8 onward, the HotPot module has its own mediaplugin filter, because teh standard Moodle "filter/mediaplugin" can no longer insert media players into Javascript.

commit f548abb84c6592ab053c3cc3011af563d07ce63b
Author: gbateson <gbateson>
Date:   Mon, 26 Nov 2007 09:12:56 +0900
Tag:    v1.8.4

added new mediaplayer filter, because standard Moodle mediaplugin filter can no longer insert players into JavaScript. "mod/hotpot/mediaplayers/moodle/filter.php" mimics the behavior or the "filter/mediaplugin/filter.php" in Moodle 1.7

commit fec02d75b9697f953f320bf670b4f602714c19de
Author: gbateson <gbateson>
Date:   Mon, 12 Nov 2007 17:49:41 +0900
Tag:    v1.8.4

fix for MDL-9713 : use XMLDB functions to create tables when mod/hotpot/db/mysql.sql is not found. This allows upgrade direct from Moodle 1.5 (or earlier) to Moodle 1.8 (or later)

commit b1062ec3623a4c1fef100de77df8ab4386a786ee
Author: gbateson <gbateson>
Date:   Mon, 22 Oct 2007 09:36:20 +0800
Tag:    v1.8.4

improve XHTML compatability of HotPot reports; correct termination of <input> tags in JCloze and JQuiz

commit a78a688961e3b5f69add410b7c05e3b83bfb5997
Author: gbateson <gbateson>
Date:   Sun, 21 Oct 2007 10:33:10 +0800
Tag:    v1.8.4

improvements to XHTML compatability in index.php: (1) remove unnecessary quote in <form "; (2) change </A> to lowercase; (3) correctly terminate <input .. /> and <img /> tags; (4) change & to &amp; in URLs

commit 661b8d9dec4fdd420d0af88295e061e1883ad33b
Author: gbateson <gbateson>
Date:   Sun, 21 Oct 2007 10:09:28 +0800
Tag:    v1.8.4

improvements to XHTML compatability: (1) lib.php: change "&" to "&amp;" in URLs in "hotpot_print_show_links" function; (2) mod.html: change size=40 to size="40", remove obselete </span>, change nowrap to nowrap="true", change "&" to "&amp;" in URLs; (3) view.php: add closing </div> tags for "page" and "content" divs, change "&" to "&amp;" in URLs; (4) template/v6.php: change "<=" to "&lt;="in strLastQCaption, change  "=>" to "=&gt;" in strNextQCaption

commit 4ad794c52403d86593160b03e27dccc4e6751d31
Author: gbateson <gbateson>
Date:   Mon, 15 Oct 2007 08:55:51 +0800
Tag:    v1.8.4

where the correct responses on a JQuiz multiple choice question all have a score of 0%, the scores will be corrected to 100%