Git commits in Moodle 1.7.1 by stronk7

commit 9982cf19c9e2c5dce7775726c3e1565462a57848
Author: stronk7 <stronk7>
Date:   Sun, 14 Jan 2007 21:10:37 +0900
Tag:    v1.7.1

Avoiding some itarations. MDL-7902. Thanks Samuli!

commit f7352c8340de90ec0f8f25def6b449bfaf056c0f
Author: stronk7 <stronk7>
Date:   Tue, 09 Jan 2007 04:53:34 +0900
Tag:    v1.7.1

Environment checks support mysqli. MDL-8113

commit 90b724805567312d94617dff5cd6b255270c73e1
Author: stronk7 <stronk7>
Date:   Tue, 09 Jan 2007 03:59:21 +0900
Tag:    v1.7.1

Minor change to be able to install 1.7 unicode under mysqli (mysqli is going to be supported only by Moodle 1.8. This is one exception to be able to have 1.7 working in dev environments)

commit e58d9e9f8edb127790b006c371dc6ff86b1ddecd
Author: stronk7 <stronk7>
Date:   Thu, 21 Dec 2006 01:40:12 +0900
Tag:    v1.7.1

Add support for multilang titles in forum->posts

commit 80f91aad31b5fcfe672eb28a716fbab92e7a91fa
Author: stronk7 <stronk7>
Date:   Wed, 20 Dec 2006 18:57:08 +0900
Tag:    v1.7.1

Added one missing format_string() to post->subject

commit 5a16abc079a17c01144a61d9b02f58f2e5db978f
Author: stronk7 <stronk7>
Date:   Sat, 02 Dec 2006 01:32:20 +0800
Tag:    v1.7.1

Dictionary name wasn't being saved, so aspell didn't worked under 1.7 if the setting had been edited. MDL-7762

commit 0a870ce21aeb66ba911cdaf7f21a1202c4739051
Author: stronk7 <stronk7>
Date:   Sun, 26 Nov 2006 01:12:06 +0800
Tag:    v1.7.1

Typo causing continue button in closed quizzes to fail. MDL-7685

commit a8c5a14b7c4b019345365da4e199305905e3d820
Author: stronk7 <stronk7>
Date:   Sun, 19 Nov 2006 04:25:52 +0800
Tag:    v1.7.1

Prevent some false-positives detecting uses of old user_XXX tables. See http://moodle.org/mod/forum/discuss.php?d=58976

commit f9ad31d8092239a75dae4da4a054484e63cce21d
Author: stronk7 <stronk7>
Date:   Sun, 19 Nov 2006 03:02:13 +0800
Tag:    v1.7.1

PHP generated code  must use $result instead of $status. MDL-7533

commit db26bf99f53fb9c65a263101475569a77ceaf240
Author: stronk7 <stronk7>
Date:   Sun, 19 Nov 2006 02:51:42 +0800
Tag:    v1.7.1

PHP generated code  must use $result instead of $status. MDL-7533

commit 5b549b306d5b718658d66b7f01a93897ac0d3828
Author: stronk7 <stronk7>
Date:   Wed, 15 Nov 2006 00:27:20 +0800
Tag:    v1.7.1

while working, it's better to compare with original data (un-slashed)

commit b764301306b64115b316dd3996e24fd9c5ea4a7a
Author: stronk7 <stronk7>
Date:   Tue, 14 Nov 2006 06:58:59 +0800
Tag:    v1.7.1

Set Assoc mode always after DB connection. Discovered by MDL-7443.

commit 993c547bd620392415a16ecebbe5afac56f865dd
Author: stronk7 <stronk7>
Date:   Tue, 14 Nov 2006 06:44:54 +0800
Tag:    v1.7.1

Fetchmode needs to be explicity set to ASSOC. Plus 1 missing library added. MDL-7443

commit ea369699c42074f558068e24a64f8a3dbc79c946
Author: stronk7 <stronk7>
Date:   Mon, 13 Nov 2006 03:33:14 +0800
Tag:    v1.7.1

This change wan't backported from HEAD and was causing unicode test to fail always, showing some incorrect info to users. MDL-7475