Git commits in Moodle 1.7.1 by tjhunt

commit f470cf47b77488a707e26296a861019aa6bc331e
Author: tjhunt <tjhunt>
Date:   Wed, 17 Jan 2007 02:50:18 +0900
Tag:    v1.7.1

Fix multiple-choice multiple-answer grading code.

commit f3f60456ff82b2cf39b50208a159a9cbf76104b8
Author: tjhunt <tjhunt>
Date:   Tue, 19 Dec 2006 03:06:56 +0900
Tag:    v1.7.1

MDL-7975 - Make import and export of truefalse questions more reliable. Merged from MOODLE_16_STABLE.

commit e0e1d29889258e0f47a17ee438f540d244a8f588
Author: tjhunt <tjhunt>
Date:   Tue, 19 Dec 2006 01:38:02 +0900
Tag:    v1.7.1

MDL-7972 - improve GIFT import export for truefalse questions. Also clean up whitespace in question/format/gift/format.php - Merged from MOODLE_16_STABLE.

commit 62a29aa8e0a69081e01049d6f1c1e47a01e5b31c
Author: tjhunt <tjhunt>
Date:   Sat, 16 Dec 2006 03:30:14 +0900
Tag:    v1.7.1

MDL-7928 - Numerical question type should use * for the match anything answer.

commit 93727c9b8ee7d0dfa9d8396cffd34e5408fa2996
Author: tjhunt <tjhunt>
Date:   Sat, 16 Dec 2006 03:23:15 +0900
Tag:    v1.7.1

MDL-7926 - set_field_select function

commit b2681766d7392fe5d082e6614bd7937e568bcc11
Author: tjhunt <tjhunt>
Date:   Sat, 16 Dec 2006 00:41:32 +0900
Tag:    v1.7.1

MDL-7925 - description question types were being created with defaultgrade = 1. It should be zero, so fix the bug, and reset any wrong ones in the database.

commit 6b6691398205868dbc6f4b30dcb735afffb9cbcf
Author: tjhunt <tjhunt>
Date:   Thu, 14 Dec 2006 20:45:28 +0900
Tag:    v1.7.1

Correct comment punctuation.

commit 3c4e7ea962ab2402a46222be7833a74867bcc21a
Author: tjhunt <tjhunt>
Date:   Tue, 12 Dec 2006 17:58:25 +0900
Tag:    v1.7.1

MDL-7602 - Multianswer question type only works with invalid HTML.

commit 3d83f4255a680bc558271d6e4cb3b59d6ec0a7ed
Author: tjhunt <tjhunt>
Date:   Tue, 12 Dec 2006 08:46:01 +0900
Tag:    v1.7.1

MDL-7896 - error from random question type in adaptive mode. Merged from MOODLE_16_STABLE.

commit 9b6b1f3afa1e3f7a67742499e48726088b4cb653
Author: tjhunt <tjhunt>
Date:   Mon, 11 Dec 2006 23:03:09 +0900
Tag:    v1.7.1

MDL-7886 - typo in overview report javascript.

commit d2ae521e177749a8e649ecd787cdd2c347e06aeb
Author: tjhunt <tjhunt>
Date:   Wed, 06 Dec 2006 03:47:12 +0900
Tag:    v1.7.1

MDL-7804 - Essay questions do not backup properly. Merged from MOODLE_16_STABLE.

commit 11f0eb99795446e2e43165415a716fb3e3d0dd5a
Author: tjhunt <tjhunt>
Date:   Wed, 06 Dec 2006 03:14:32 +0900
Tag:    v1.7.1

Add $level parameters to each backup method. Merged from MOODLE_16_STABLE.

commit 257343b354e4338fc28114adfb4b18dd0e1423a7
Author: tjhunt <tjhunt>
Date:   Tue, 05 Dec 2006 01:21:31 +0900
Tag:    v1.7.1

MDL-7719 - Essay question feedback box too small.

commit 7989c3edc611f0d1ba21b6c381b62a179ac0b577
Author: tjhunt <tjhunt>
Date:   Tue, 05 Dec 2006 01:07:52 +0900
Tag:    v1.7.1

Typo in help. Thanks to Ken Wilson.

commit accaf2e9f651ed7d6f149d65049590dc757c3d55
Author: tjhunt <tjhunt>
Date:   Mon, 04 Dec 2006 20:54:35 +0900
Tag:    v1.7.1

Typo.

commit 3b117ede45ed7771a4832260da45f68066b41c4a
Author: tjhunt <tjhunt>
Date:   Wed, 29 Nov 2006 02:43:44 +0800
Tag:    v1.7.1

MDL-7720 - non-unicode-safe case-insensitive string comparison in shortanswer question type.

commit af5f09db42af0e26f593cade0939b2725c95946f
Author: tjhunt <tjhunt>
Date:   Wed, 29 Nov 2006 02:38:59 +0800
Tag:    v1.7.1

Put back spaces in code that Martin Dougiamass stripped out of the lang strings without thinking about the consequences.

commit d086c991ee437bc2f69786892c2c333837e3c46c
Author: tjhunt <tjhunt>
Date:   Tue, 21 Nov 2006 02:04:24 +0800
Tag:    v1.7.1

Fix column names - backported from head.

commit b49beecf63194e42ee167680fa7b091bf70a6b69
Author: tjhunt <tjhunt>
Date:   Mon, 20 Nov 2006 05:28:11 +0800
Tag:    v1.7.1

Fix function arguments.

commit b51bfdd111d00f0d2c31405fe3fc1a191a188e5a
Author: tjhunt <tjhunt>
Date:   Fri, 17 Nov 2006 00:45:55 +0800
Tag:    v1.7.1

Typo in function name.

commit ceab443d08ce3bbe58f48141fbc6b450a12da490
Author: tjhunt <tjhunt>
Date:   Thu, 16 Nov 2006 20:43:00 +0800
Tag:    v1.7.1

MDL-7576 - review link does not work after attempt is closed. Thanks to Chad Badiyan for the fix.

commit 101fb762f1be594c17c5ac2b7df4b44996063362
Author: tjhunt <tjhunt>
Date:   Thu, 16 Nov 2006 01:32:54 +0800
Tag:    v1.7.1

MDL-7428 - Quiz regrade removes student answers from essay questions that have been graded. Merged from MOODLE_16_STABLE.

commit 368cc39e7e8c2bd9987726e48c00095832a147b5
Author: tjhunt <tjhunt>
Date:   Thu, 16 Nov 2006 00:56:02 +0800
Tag:    v1.7.1

MDL-7567 Numerical questions occasionally mix up the order of their answers. Merged from MOODLE_16_STABLE.

commit 806b78fd120503a6bc6c1f763cab9662f0c8f77d
Author: tjhunt <tjhunt>
Date:   Wed, 15 Nov 2006 20:58:00 +0800
Tag:    v1.7.1

MDL-7309 Add error checking to the Quiz DB upgrade script. This should prevent the mysterious failures that some people are seeing when upgrading quizzes from 1.5.x to 1.6.x. Merged from MOODLE_16_STABLE.

commit 6c9ac19b6f262756b8e61049c0a88a97ae1a812e
Author: tjhunt <tjhunt>
Date:   Tue, 14 Nov 2006 23:40:29 +0800
Tag:    v1.7.1

MDL-7531 Fix SQL that does not work in Oracle. Thanks to Mark Hetherington for the fix.