Git commits in Moodle 1.6.2 by tjhunt

commit 702536621012d3819035281fcc63f22d0e769871
Author: tjhunt <tjhunt>
Date:   Thu, 24 Aug 2006 02:53:40 +0800
Tag:    v1.6.2

MDL-6338 - Short answer questions with ' in the answer don't work.

Yet another unpleasant quiz bug caused by the current broken way we do things with addslashes.

commit 0d4537c79687bd84a17c1e369e135a048792f3ab
Author: tjhunt <tjhunt>
Date:   Wed, 23 Aug 2006 05:33:27 +0800
Tag:    v1.6.2

SC 299

commit 8529d9b6d84fc2ae9b7a9e94541ffdf6a41d4ae8
Author: tjhunt <tjhunt>
Date:   Mon, 21 Aug 2006 18:07:48 +0800
Tag:    v1.6.2

Bug #6305 - Quiz settings form field order could be better - proper fix this time.

commit c23339e96836dc1a6741b424bb64ea713261ea91
Author: tjhunt <tjhunt>
Date:   Mon, 21 Aug 2006 04:10:15 +0800
Tag:    v1.6.2

Bug #6305 - Quiz settings form field order could be better.

commit 5fc3c306f4c700069c58fd2f7a9abb357b1c03cf
Author: tjhunt <tjhunt>
Date:   Sun, 20 Aug 2006 23:37:06 +0800
Tag:    v1.6.2

Bug #6303 - True / False applies penalty factor wrongly.

commit 2b64c315979e48a8dba000f369bf6b827583f4e4
Author: tjhunt <tjhunt>
Date:   Sat, 19 Aug 2006 06:34:25 +0800
Tag:    v1.6.2

Bug #6293 - Cannot regrade a question when a teacher has added a comment with a '

Stupid, wreched, datalib.

Why can't datalib take care of addslashes, so the whole of the rest of the code can forget about it? That is how a database abstraction layer should work.

I know, it is pointless to moan about it, but it has just cost me 3 hours, so I feel I have earned the right to moan.

commit f7abe85cc0276f5fe50a2a740417d829ec834dd2
Author: tjhunt <tjhunt>
Date:   Sat, 19 Aug 2006 06:25:39 +0800
Tag:    v1.6.2

Code cleanup.

commit 5cd1517bc3f5c3a6f4f146f633df1781d833a5e1
Author: tjhunt <tjhunt>
Date:   Sat, 19 Aug 2006 05:21:59 +0800
Tag:    v1.6.2

Fix some Eclipse code warnings.

commit 00c5890a15c81e64b17c1506531770e389a9ae6b
Author: tjhunt <tjhunt>
Date:   Fri, 18 Aug 2006 18:28:15 +0800
Tag:    v1.6.2

Bug #3481 - wildcard problem in cloze question. Thanks to Joseph Rezeau.

commit 45cd0cfde8f293d588296c75748b3214644941b0
Author: tjhunt <tjhunt>
Date:   Fri, 18 Aug 2006 16:05:45 +0800
Tag:    v1.6.2

Changed include to use dirroot not wwwroot.

commit dcd289563933adfce831555f78429f347dd5f38e
Author: tjhunt <tjhunt>
Date:   Fri, 18 Aug 2006 01:37:54 +0800
Tag:    v1.6.2

Bug #6277 - Missed function renaming in question/format/multianswer.

commit da4714358a46f54927a69bb2d5e98d80df7be0c3
Author: tjhunt <tjhunt>
Date:   Thu, 17 Aug 2006 00:16:42 +0800
Tag:    v1.6.2

Bug #6267 - questionlib.php delete_question infinite loop with rantom questions. Thanks to mbockol at carleton dot edu.

commit 915db857b8dcf54e697cb9490883da53fd83cbcb
Author: tjhunt <tjhunt>
Date:   Mon, 14 Aug 2006 04:25:46 +0800
Tag:    v1.6.2

SC 289, small, but non-exploitable hole in backup permissions checking.

commit beb6c6cdb71756171e63be5cde8dc84a89a9b249
Author: tjhunt <tjhunt>
Date:   Fri, 04 Aug 2006 00:30:21 +0800
Tag:    v1.6.2

Bug #6206 - Quiz can't be created on some mysql configurations

commit 964f6d4f178abe87f505f0f33b41b01b7a79822e
Author: tjhunt <tjhunt>
Date:   Thu, 03 Aug 2006 22:51:34 +0800
Tag:    v1.6.2

Bug #6048 - Fix 'are you sure you want to start an attempt' warning. Backported from HEAD.

commit 87cb44ac9f8d29669d063cf47babafad1026bece
Author: tjhunt <tjhunt>
Date:   Mon, 24 Jul 2006 22:35:03 +0800
Tag:    v1.6.2

Bug #6157 - lang strings using concatenation, not $a.

commit d1c93d9605ff2893aca1d081ed55945ba45da670
Author: tjhunt <tjhunt>
Date:   Fri, 21 Jul 2006 16:01:34 +0800
Tag:    v1.6.2

Replace a few odd tabs with spaces.

commit bf6f63ae00583396d11c61b20779dab6510875c6
Author: tjhunt <tjhunt>
Date:   Fri, 21 Jul 2006 15:19:04 +0800
Tag:    v1.6.2

Bug #5946 - matching question php notice