Git commits in Moodle 1.7.3 by gbateson

commit 023dc2c3380d737946db1620fc087cf362e0221e
Author: gbateson <gbateson>
Date:   Mon, 08 Oct 2007 14:40:37 +0800
Tag:    v1.7.3

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

commit 8809ff2b35ce85416c3f6d2ad583aca424561724
Author: gbateson <gbateson>
Date:   Sun, 30 Sep 2007 12:18:18 +0800
Tag:    v1.7.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 0e04dc36c239cec000d0f2144c49632f1205e525
Author: gbateson <gbateson>
Date:   Wed, 26 Sep 2007 15:14:33 +0800
Tag:    v1.7.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 a067240cbf604cc373ee4d4343dc19fcbcd8a40a
Author: gbateson <gbateson>
Date:   Sat, 25 Aug 2007 09:42:16 +0800
Tag:    v1.7.3

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

commit 62eefc54878403bf9075f5ac4a1fdf7e03c71adf
Author: gbateson <gbateson>
Date:   Wed, 01 Aug 2007 13:26:09 +0800
Tag:    v1.7.3

fix javascript error: "parseint not defined"

commit cafaa207ef474800e2ad89985a34e954c665596c
Author: gbateson <gbateson>
Date:   Tue, 26 Jun 2007 20:02:34 +0800
Tag:    v1.7.3

make sure $hotpot->id is set when adding calendar events for new HotPot

commit ce197abbefd05efd2333bb251cd2f93eca3f4528
Author: gbateson <gbateson>
Date:   Tue, 26 Jun 2007 13:02:03 +0800
Tag:    v1.7.3

in XML source files of HP quizzes, convert relative URLs to absolute URLs in links using window.open(...)

commit 9036033b8a6ce042f374879e0fa5f40cd2adddb3
Author: gbateson <gbateson>
Date:   Tue, 26 Jun 2007 10:31:57 +0800
Tag:    v1.7.3

change relative URLs to absolute URLs in window.open(...)

commit 20f08456a84b1f350548479c9fcf0f1880a799be
Author: gbateson <gbateson>
Date:   Thu, 21 Jun 2007 11:54:45 +0800
Tag:    v1.7.3

allow display of results by group

commit 94bbc1f5e2f1e94907002ec34aebf3982bb85330
Author: gbateson <gbateson>
Date:   Thu, 21 Jun 2007 10:53:23 +0800
Tag:    v1.7.3

fix selection of individual students in the report conditions selector panel, (use PARAM_ALPHANUM instead of PARAM_ALPHA for reportusers parameter)

commit 1a6a597fff9de30219e400463192f063ba0d1cb2
Author: gbateson <gbateson>
Date:   Tue, 22 May 2007 12:27:28 +0800
Tag:    v1.7.3

use PARAM_ALPHANUM on "section" parameter so that "section=all" is allowed

commit 135d93ec9e659c157faf7670f9fe8e4115112d35
Author: gbateson <gbateson>
Date:   Fri, 11 May 2007 13:17:42 +0800
Tag:    v1.7.3

when inserting 'Give Up' button, if site encoding is not iso-8859-1, then set page encoding to get_string('thischarset')

commit 7fd3f594da434c0900d35897c632543504d0b59b
Author: gbateson <gbateson>
Date:   Mon, 07 May 2007 10:47:17 +0800
Tag:    v1.7.3

modified "hpNewFunction" to allow Rottmeier quizze (Find-It, Dropdown) s to run on Safari (Mac)

commit 2f47a361ffa3a1bd7ac180d2f4e20783e1e2c882
Author: gbateson <gbateson>
Date:   Fri, 04 May 2007 10:43:35 +0800
Tag:    v1.7.3

remove duplicate id attribute from body tag; microincrement version to 2006091203 (release 2.2.2)

commit 9197627adefeccdce5e7e5dd52997a1aef0e0f34
Author: gbateson <gbateson>
Date:   Thu, 03 May 2007 08:55:20 +0800
Tag:    v1.7.3

set default body font size to "small"

commit 4b168cfabcffbc8d20b46893042ea8bb165d9b49
Author: gbateson <gbateson>
Date:   Thu, 03 May 2007 07:49:59 +0800
Tag:    v1.7.3

add HP 6.2 templates; add compatability with Safari (Mac browser); microincrement version to 2006091202 (release 2.2.1)