Git commits in Moodle 1.8.3 by gbateson

commit 5a1920568c2322fdf1bfcc9bc00800311756d975
Author: gbateson <gbateson>
Date:   Mon, 08 Oct 2007 14:32:05 +0800
Tag:    v1.8.3

added escaping of quotes in TimesUp message, so that apostrophes do not cause Javascript errors

commit b0e29954aee81465e4366b25ef2a86c1c6e03f85
Author: gbateson <gbateson>
Date:   Thu, 04 Oct 2007 13:29:12 +0800
Tag:    v1.8.3

slight adjustment to the previous modification so that Hot Potatoes navigation buttons are removed when navigation is set to "Moodle navigation frame"

commit efedb7089509466e209b1ba0156ef5a3aebc5246
Author: gbateson <gbateson>
Date:   Thu, 04 Oct 2007 13:11:07 +0800
Tag:    v1.8.3

in order to allow hotpots to appear in a frame when navigation is set to "Moodle navigation frame", it is necessary to use target="$CFG->framename" instead of CFG->frametarget

commit f0bcc27f905b8c5e6a887af73d47d32598809465
Author: gbateson <gbateson>
Date:   Tue, 02 Oct 2007 15:39:11 +0800
Tag:    v1.8.3

removed duplicate declaration of "hotpot_stripslashes" function

commit b1b4cdb7d8e5c4336740fa1eeac25414f90c17a2
Author: gbateson <gbateson>
Date:   Sun, 30 Sep 2007 12:15:50 +0800
Tag:    v1.8.3

use new function "hotpot_stripslashes()" instead of PHP's "stripslashes()" to remove slashes after preg_replace with "e" modifier, because when MSSQL Server is installed, PHP's "stripslashes()" does not remove slashes, even if the Moodle database is not MSSQL

commit 36d38823c05daa1ff9f20f6d154f46c663e80d62
Author: gbateson <gbateson>
Date:   Wed, 26 Sep 2007 15:19:51 +0800
Tag:    v1.8.3

change CONTEXT_MODULE to CONTEXT_COURSE in order to fix "Invalid context creation for level 50 instance" error on "mod/hotpot/index.php" caused by get_context_instance(CONTEXT_MODULE, $course->id) in "mod/hotpot/lib.php"

commit 697463d8682d6e0b0bb4e374fbb1228587443ce9
Author: gbateson <gbateson>
Date:   Sun, 09 Sep 2007 07:30:37 +0800
Tag:    v1.8.3

added "Enable" label to open/close time checkboxes

commit ee0875740d88dd878830b39a59c05573032a7516
Author: gbateson <gbateson>
Date:   Sat, 25 Aug 2007 09:44:39 +0800
Tag:    v1.8.3

fixed results not being sent caused by commenting out of "interceptFeedback" (probably left over from debugging)

commit 964b1bb8c51ab1668029cfba6104a86c1d304619
Author: gbateson <gbateson>
Date:   Wed, 01 Aug 2007 13:23:35 +0800
Tag:    v1.8.3

fix 2 javascript errors: "getELementById not defined" and "parseint not defined"