Git commits in Moodle 1.7.2 by thepurpleblob

commit 6282be2fd9b16e05f5b90f98b26d1d9dcee09dec
Author: thepurpleblob <thepurpleblob>
Date:   Wed, 21 Mar 2007 20:13:48 +0900
Tag:    v1.7.2

Check for empty text strings. Thanks to Quedoc.

commit 87c39bf54908840b870d7605b7a626c7c6c6200c
Author: thepurpleblob <thepurpleblob>
Date:   Thu, 15 Mar 2007 00:15:27 +0900
Tag:    v1.7.2

Fixed true/false bug due to new 'correctanswer' field.

commit af17ae8a1be774491a1b9d0f732f72cd62808497
Author: thepurpleblob <thepurpleblob>
Date:   Tue, 13 Mar 2007 01:29:45 +0900
Tag:    v1.7.2

MDL-8857 Make numerical and essay question formats more consistent.

commit c6a0fc48df94174213db2ba9997541a3763646e1
Author: thepurpleblob <thepurpleblob>
Date:   Wed, 21 Feb 2007 23:57:18 +0900
Tag:    v1.7.2

MDL-8602 Don't count modules where course=0 (ie, they must exist in real courses)

commit 01152625604eb579576bdd2bf7cc377a0f016d80
Author: thepurpleblob <thepurpleblob>
Date:   Wed, 07 Feb 2007 20:34:53 +0900
Tag:    v1.7.2

MDL-8349
Some of the overidden methods had got out of sync with parent class.

commit 7c944b7cbeb03eff3a6fe3d319088652fce7659b
Author: thepurpleblob <thepurpleblob>
Date:   Wed, 07 Feb 2007 19:27:13 +0900
Tag:    v1.7.2

MDL-8450
Added support for including question categories in a quiz export.
Also a bit of format tidy up and fix a misshandled sesskey.

commit e2647523810317f38741d8604c56507dd1ce78d5
Author: thepurpleblob <thepurpleblob>
Date:   Wed, 07 Feb 2007 19:12:36 +0900
Tag:    v1.7.2

MDL-8450
Added support for including question categories in a quiz export.

commit 075f61025cf47479f9d6a5ecaee450eda983a96c
Author: thepurpleblob <thepurpleblob>
Date:   Wed, 07 Feb 2007 18:56:57 +0900
Tag:    v1.7.2

MDL-8450
Added support for including question categories in a quiz export.

commit 877d109b017e7711fdb186d3c3d60d3909482362
Author: thepurpleblob <thepurpleblob>
Date:   Wed, 31 Jan 2007 00:12:49 +0900
Tag:    v1.7.2

MDL-8342
PHP5 migration thing causing string offset fatal error when data not present in XML file. Added some checks.

commit dc5ea21614ba3052630dbcc941970ca9945ced18
Author: thepurpleblob <thepurpleblob>
Date:   Tue, 30 Jan 2007 23:03:33 +0900
Tag:    v1.7.2

Changed remark about additional formats to direct to Modules & Plugins database.

commit 4a08d3bac97c2ee04f768de949d91eb363b537aa
Author: thepurpleblob <thepurpleblob>
Date:   Tue, 30 Jan 2007 22:54:43 +0900
Tag:    v1.7.2

Output was missing utf8 meta tag.