Git commits in Moodle 1.7.3 by tjhunt

commit 676dbd72854a103a8324d9143025b4809ec4204f
Author: tjhunt <tjhunt>
Date:   Mon, 24 Sep 2007 22:16:58 +0800
Tag:    v1.7.3

MDL-10916 - Import and Export of Cloze question misses out "generalfeedback" column.

commit 3cc55cab9eb78453ccd3896f2c19c4362c8705f3
Author: tjhunt <tjhunt>
Date:   Fri, 14 Sep 2007 01:29:02 +0800
Tag:    v1.7.3

MDL-11081 and MDL-11211 - Implement quiz_question_list_instances. The lach of this function was causing a horrible dataloss bug: MDL-11211. Fix thanks to Janne Mikkonen, refined by me. Merged from MOODLE_16_STABLE.

commit 3742f86ac1d193d651cbb44e479fe3ad359ba6cd
Author: tjhunt <tjhunt>
Date:   Mon, 10 Sep 2007 19:06:12 +0800
Tag:    v1.7.3

Take out duplicate $Id$ CVS tags.

commit 10fc5f6e226aa3f6bb65603ab5db18a0e1c06daf
Author: tjhunt <tjhunt>
Date:   Tue, 14 Aug 2007 21:33:09 +0800
Tag:    v1.7.3

MDL-10834 - Restore of quiz module may create calendar events without a date/time. Fix thanks to Derek Woolhead.

commit c0ea84fbf3890a978c373c0c0d1e1e1c589dbe62
Author: tjhunt <tjhunt>
Date:   Fri, 10 Aug 2007 18:36:35 +0800
Tag:    v1.7.3

Accessign wrong field of $mod from course.modinfo.

commit 3a6b6c0d742d05c367c1cb09cb94feb8f7aabeb0
Author: tjhunt <tjhunt>
Date:   Wed, 08 Aug 2007 19:30:16 +0800
Tag:    v1.7.3

MDL-10759 - Bogus get_context_instance call in quiz_print_recent_mod_activity

commit 9b4327c71db08da8cf1b580f80ea4c8bbde24d07
Author: tjhunt <tjhunt>
Date:   Fri, 13 Jul 2007 23:57:29 +0800
Tag:    v1.7.3

MDL-10452 - start quiz UI is confusing if you have quiz:preview capability. Change the 'start/continue attempt button' to say 'start/continue preview' in this case.

commit ae4dc90cb743fb78726b2851034dbb55368121e3
Author: tjhunt <tjhunt>
Date:   Fri, 22 Jun 2007 21:46:32 +0800
Tag:    v1.7.3

MDL-10213 - layuout problem for question in IE in Moodle 1.7. I'm taking the opportunity to clean up the CSS in 1.8 and HEAD to match what I did in 1.7. Fix and CSS cleanup back-ported from MOODLE_18_STABLE.

commit 6e2284138b20e6cb3deff149e9a01035e7c45f1e
Author: tjhunt <tjhunt>
Date:   Tue, 22 May 2007 22:11:16 +0800
Tag:    v1.7.3

MDL-9878 - fix call-time pass by references. Backported from HEAD.

commit 1bde9b823c71938f9cabca883518a4dd5aff8f52
Author: tjhunt <tjhunt>
Date:   Wed, 25 Apr 2007 05:16:10 +0800
Tag:    v1.7.3

Fix comedy require_once. Merged from MOODLE_16_STABLE.

commit f359daab58d728615140d66e3e7002c12f260ecc
Author: tjhunt <tjhunt>
Date:   Fri, 20 Apr 2007 01:37:20 +0800
Tag:    v1.7.3

MDL-9432 - Forgot to return success/failure in two places.

commit b33888d124bc10c00734b4bc8c4cdae5fc0496f0
Author: tjhunt <tjhunt>
Date:   Fri, 20 Apr 2007 01:16:29 +0800
Tag:    v1.7.3

Fix error message to say the right thing.

commit 0dd1becdc731fe6aa4bb0bc55aa489ec2d8894cc
Author: tjhunt <tjhunt>
Date:   Wed, 18 Apr 2007 23:56:30 +0800
Tag:    v1.7.3

MDL-9432 - When restoring questions, links are not recoded. Merged from OU moodle.

commit 1e066cbf2948fde0d7ee2f29714e8753074894ef
Author: tjhunt <tjhunt>
Date:   Fri, 13 Apr 2007 04:10:47 +0800
Tag:    v1.7.3

MDL-5799 - quiz previews were sometimes showing up in the quiz overview report.

commit 8539018ed44ae7b08c421cd5be0c6618ce6ed60c
Author: tjhunt <tjhunt>
Date:   Thu, 12 Apr 2007 04:37:36 +0800
Tag:    v1.7.3

MDL-9079 - Paging broken in quiz overview report.

commit 245de1a597e10739d6ef24b8d4b00d035621bbb4
Author: tjhunt <tjhunt>
Date:   Thu, 12 Apr 2007 03:03:34 +0800
Tag:    v1.7.3

MDL-9303 - General Feedback not shown for essay questions on review screen.

commit a065fdd6f9a41157f03dc221292d5194daa34eb2
Author: tjhunt <tjhunt>
Date:   Fri, 30 Mar 2007 21:50:47 +0800
Tag:    v1.7.3

Backporting a layout fix from Moodle 1.8

commit e0ddea8b8f11e19a544eb424ae7414ffae3ebf9e
Author: tjhunt <tjhunt>
Date:   Fri, 30 Mar 2007 18:17:06 +0800
Tag:    v1.7.3

Small code cleanup to fix an obscure warning. If you got an error in the middle of creating a quiz attempt, you could get an attempt with no states. Then that caused an error when the attempt was deleted.

commit d7df2382049365d2af7e1e057e4fe0ec33496a35
Author: tjhunt <tjhunt>
Date:   Fri, 30 Mar 2007 17:33:37 +0800
Tag:    v1.7.3

Fix notice.