Git commits in Moodle 1.7.5 by tjhunt

commit 886ef74dff4b72b7b5e3b90f16134ecff628078b
Author: tjhunt <tjhunt>
Date:   Tue, 24 Jun 2008 01:02:24 +0800
Tag:    v1.7.5

MDL-15372 - Links in course summary and section summaries not recoded on restore. Petr thinks it is a bad idea to recode links in course summaries, becuase he thinks there should not be links there at all, but I disagree, and as long as links are there, and we have the code to stop them breaking on backup and restore, we should fix the bug.

commit 70484742a95956d99c55b36c5610cf7a14c94656
Author: tjhunt <tjhunt>
Date:   Wed, 18 Jun 2008 22:29:38 +0800
Tag:    v1.7.5

MDL-15290 - Missing question types not handled properly on backup.

commit dfd00d9d327db80a616a8267dc9aca61cc799c2c
Author: tjhunt <tjhunt>
Date:   Wed, 21 May 2008 01:09:42 +0800
Tag:    v1.7.5

MDL-14928 - Adding random questions from a category with an apostrophe in the name does not work. Stupid bloody addslashes. Roll on dmllib 2.0.

commit d02317b6dabd4d8c691e5fb55f989a66e1bc80ea
Author: tjhunt <tjhunt>
Date:   Tue, 13 May 2008 01:29:54 +0800
Tag:    v1.7.5

MDL-14804 - question_list_instances is broken - It does not include the each modules lib file before doing function_exists($module->name.'_question_list_instances').

commit 9ba3aacb99f0b1fbb3ebd922d221cc6c16e7a1ae
Author: tjhunt <tjhunt>
Date:   Mon, 12 May 2008 18:44:46 +0800
Tag:    v1.7.5

MDL-14797 - Error when moving a course to an empty category on Postgres

commit 34710324e5944275171752ddb5eda0473a5379ea
Author: tjhunt <tjhunt>
Date:   Fri, 09 May 2008 23:22:45 +0800
Tag:    v1.7.5

MDL-14750 - Multianswer questions get broken by backup and restore becuase question->parent is not recoded properly in the database.

commit 4340e07b2ceca62d01c4f8952275132b1068d479
Author: tjhunt <tjhunt>
Date:   Wed, 07 May 2008 20:31:49 +0800
Tag:    v1.7.5

MDL-5482 - Backup and restore problems for match, random and truefalse question types.

commit 443fd25436612548a7a2ea98ee8527f12716fa42
Author: tjhunt <tjhunt>
Date:   Wed, 23 Apr 2008 21:44:29 +0800
Tag:    v1.7.5

MDL-13982 - Performance problem when deleting questions from large question banks. Thanks to Michael Spall for this fix.

commit 3c956dbd607e8c5c2a47819a0a98dc9148ecfcad
Author: tjhunt <tjhunt>
Date:   Wed, 23 Apr 2008 18:38:13 +0800
Tag:    v1.7.5

MDL-11978 - Backport admin notification from MDL-11061 about bogus $CFG->wwwroot from 1.9 to 1.8 and 1.7.

commit bdda301ebfd2fd3a3470c011e533d3f4bb36a777
Author: tjhunt <tjhunt>
Date:   Wed, 23 Apr 2008 00:17:03 +0800
Tag:    v1.7.5

MDL-14352 - General feedback for descriptions not showing up on the review page, as it should.

commit f4f3ac35a51acfc9f0536333274b1fee4ef6fa01
Author: tjhunt <tjhunt>
Date:   Fri, 22 Feb 2008 07:34:47 +0900
Tag:    v1.7.5

MDL-13551 - preview question capability wrongly denied to student who has moodle/question:manage capability - This was already fixed in 1.9.

commit 7e555c8958a77d488ea6fb15373f7c88d65e5c0c
Author: tjhunt <tjhunt>
Date:   Thu, 31 Jan 2008 03:18:40 +0900
Tag:    v1.7.5

MDL-13110 - Manually grading random questions does not work. Fix thanks to Ken Burres.

commit ff073582cfe2f468ec63e74499d742470455da55
Author: tjhunt <tjhunt>
Date:   Fri, 25 Jan 2008 00:26:56 +0900
Tag:    v1.7.5

MDL-13096 - Student can view all text for all questions in a course.