Git commits in Moodle 1.8.7 by tjhunt

commit c26c2062760205eb4a12da61da04e9ad0dd293ef
Author: tjhunt <tjhunt>
Date:   Sun, 28 Sep 2008 16:59:43 +0800
Tag:    v1.8.7

MDL-16720 The edit icon in the quiz preview screen pops up the edit form in a window that is too small

commit 50a8e2b90c71070715c1c77eba95d6be1ed6d1e5
Author: tjhunt <tjhunt>
Date:   Mon, 01 Sep 2008 12:18:03 +0800
Tag:    v1.8.7

MDL-15655 - address_in_subnet does not work on 64 bit architectures. Also, we found some other issues with this funtion while diagnosing the problem.

commit 3835cc29f39cf411c0020354574f06a28500666f
Author: tjhunt <tjhunt>
Date:   Thu, 28 Aug 2008 13:06:26 +0800
Tag:    v1.8.7

MDL-16243 Implement a health-centre check that the question categories are arranged properly in tree structures.

commit 9300321849159f32755142e678e52501dca20b9c
Author: tjhunt <tjhunt>
Date:   Thu, 28 Aug 2008 09:46:26 +0800
Tag:    v1.8.7

MDL-8475 - Better handling of blank answer - further changes to make it even more robust. Also, make the same changes to the shortanswer question type that were already made to the numerical question type.

commit 240363ac493e8466a3e37e9462856059c5f0e24d
Author: tjhunt <tjhunt>
Date:   Wed, 20 Aug 2008 17:46:10 +0800
Tag:    v1.8.7

MDL-15654 Incorrect escaping of HTML in the history table on the review quiz attempt page.

commit c68631a272aed3a9afa9e23c8de2f9b3d2fe3d2d
Author: tjhunt <tjhunt>
Date:   Wed, 20 Aug 2008 16:53:00 +0800
Tag:    v1.8.7

MDL-15605 Convert question bank consistency checks described in MoodleDocs (http://docs.moodle.org/en/Development:Question_bank_consistency_check) to health centre checks.

commit e5b7520dce69c9dd72fc624a66c8036cfc428b60
Author: tjhunt <tjhunt>
Date:   Wed, 20 Aug 2008 16:51:19 +0800
Tag:    v1.8.7

MDL-16141 Need an sql_position function to do POSITION(needle IN haystack) on crappy databases. Backported from HEAD.

commit 242f42a49fbac154325c6dcf7248f6caf73cfd3f
Author: tjhunt <tjhunt>
Date:   Tue, 19 Aug 2008 14:59:29 +0800
Tag:    v1.8.7

SCORM module XHTML strict fixes.

commit fb7e6a9a0d1080467a5977f89e66b930327207af
Author: tjhunt <tjhunt>
Date:   Fri, 15 Aug 2008 11:13:57 +0800
Tag:    v1.8.7

MDL-16056 - Aiken format should treat input as plain text, and so escape HTML special characters.

commit 7fa260c83cd7162cf21f582087fb5c15769ccd3d
Author: tjhunt <tjhunt>
Date:   Thu, 14 Aug 2008 10:09:14 +0800
Tag:    v1.8.7

Oops! RISK_DATALOSS did not exist before 1.9.

commit 2e13c2864fc49e85cb53355bb4ad6fe063a488a1
Author: tjhunt <tjhunt>
Date:   Wed, 13 Aug 2008 15:06:43 +0800
Tag:    v1.8.7

MDL-15819 - Review the RISK_XXX flags on all quiz and question capabilites.

commit 847bb2fd19c10b0679e8e64a7400a48291ba3d67
Author: tjhunt <tjhunt>
Date:   Wed, 13 Aug 2008 11:18:11 +0800
Tag:    v1.8.7

MDL-12797 - Site-wide quiz default time-limit was not working. The default was being used, but the enabled state was not being initialised correctly for the form field.

commit 9db58d015fe764af6da8dbec18666697e8bfc0c6
Author: tjhunt <tjhunt>
Date:   Thu, 17 Jul 2008 20:49:28 +0800
Tag:    v1.8.7

MDL-15693 - print_question_icon does not cope with missing question types

commit 1be35acd876fbf80d26cf017667302a57f175250
Author: tjhunt <tjhunt>
Date:   Thu, 17 Jul 2008 20:39:45 +0800
Tag:    v1.8.7

MDL-15692 - Quiz attempt paging bar screws up in IE7 when you zoom the page. Normal Moodle paging bar doesn't, so I've changed the HTML the quiz generates to be closer the the output of weblib. Fortunately, this is irrelevant in 2.0.

commit 0df32c07c717fe20beccd09794e5afe1f2d6a447
Author: tjhunt <tjhunt>
Date:   Tue, 15 Jul 2008 17:18:35 +0800
Tag:    v1.8.7

MDL-14413 - Invalid function name - is_image_by_extentsion in QTI export