Git commits in Moodle 1.7.x by thepurpleblob

commit a1f951f3a428625f571a95943943153962f266e1
Author: thepurpleblob <thepurpleblob>
Date:   Fri, 20 Apr 2007 20:59:36 +0800
Tag:    v1.7.3

MDL-9395: Trued to call function that did not exist. Old function has been modified to return valid list of categories and we call that instead.

commit 72449953e41ae7eddcb8e846c3f4347ac01cbbe4
Author: thepurpleblob <thepurpleblob>
Date:   Fri, 20 Apr 2007 20:57:55 +0800
Tag:    v1.7.3

MDL-9395: Tried to call function that didn't exist. Made old function have the functionality to return valid categories list and used that.

commit 3fdd49a75a5359428ad8694c4ff37f9372c49d9c
Author: thepurpleblob <thepurpleblob>
Date:   Wed, 11 Apr 2007 20:19:16 +0800
Tag:    v1.7.3

MDL-9123: Added language string for error message

commit 3ff6c931eefd569e74ae1602bef57a1732402eaa
Author: thepurpleblob <thepurpleblob>
Date:   Wed, 11 Apr 2007 19:02:48 +0800
Tag:    v1.7.3

MDL-9123: No check was made of the validity of the category id read from the form. So it could theoretically have been spoofed.

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.

commit e43202e7a325fe9390b80b445e9041c5143d3810
Author: thepurpleblob <thepurpleblob>
Date:   Tue, 16 Jan 2007 21:10:40 +0900
Tag:    v1.7.1

MDL-8100, defaultgrade not imported.
Question obect initialisation and value import wrong way round - whoops!

commit e70d37080cfe3005182844ce5579cb1a840e0722
Author: thepurpleblob <thepurpleblob>
Date:   Tue, 16 Jan 2007 20:19:49 +0900
Tag:    v1.7.1

MDL-8130 Number of improvements to check name length and improve HTML Entity handling. Thanks to Paul Ortman.

commit d367b64be3b03c646d27ed2be967172c45f3b120
Author: thepurpleblob <thepurpleblob>
Date:   Fri, 05 Jan 2007 20:55:01 +0900
Tag:    v1.7.1

MDL-6769 and http://moodle.org/mod/forum/discuss.php?d=60209
the default for shuffleanswers is now set to the configured value.

commit 862dd9d01a7d84e9e0e6ec14836f704473ccb374
Author: thepurpleblob <thepurpleblob>
Date:   Fri, 05 Jan 2007 19:33:05 +0900
Tag:    v1.7.1

MDL-7913
Improved category detection (again) to extract all characters.

commit 675c2419d17c44878b031f32d3c38bf22a561623
Author: thepurpleblob <thepurpleblob>
Date:   Fri, 05 Jan 2007 19:05:27 +0900
Tag:    v1.7.1

Added some cleaning to the category path for some safety.

commit 0dd1864b731c56a8ce9d729ce2445402a915346a
Author: thepurpleblob <thepurpleblob>
Date:   Sat, 02 Dec 2006 00:18:02 +0800
Tag:    v1.7.1

Added/improved help re. switching categories in import files.

commit c23b03b50c1cc245813aabfa2a2909ad63bcef76
Author: thepurpleblob <thepurpleblob>
Date:   Sat, 02 Dec 2006 00:04:46 +0800
Tag:    v1.7.1

Improved regexp for category switch

commit 02cac214263638a20cf7b1ee196d612ac5e6c1ea
Author: thepurpleblob <thepurpleblob>
Date:   Wed, 29 Nov 2006 22:26:47 +0800
Tag:    v1.7.1

Question category can now be specified in Moodle XML format.

commit ee031ca12d66b9fc234c60f2acaba6adea95ad8f
Author: thepurpleblob <thepurpleblob>
Date:   Wed, 29 Nov 2006 21:33:44 +0800
Tag:    v1.7.1

Added ability to specify destination category within GIFT file. MDL-4163

commit 2332c5b8da61f6de387a8b8aedf716e422d50220
Author: thepurpleblob <thepurpleblob>
Date:   Wed, 29 Nov 2006 21:30:41 +0800
Tag:    v1.7.1

Fixed a notice. Tidied up format class call a bit. Added provision for categories to be specified within import files - MDL-4163.

commit a2842bc86c6b8df8c84b7165dec20540e5ae8296
Author: thepurpleblob <thepurpleblob>
Date:   Wed, 29 Nov 2006 21:27:40 +0800
Tag:    v1.7.1

Added function to find or add a path of categories. For categories specified in import files. MDL-4163

commit 8d0db8766b11daa7257bf7d098e50cd1ab3a54be
Author: thepurpleblob <thepurpleblob>
Date:   Wed, 29 Nov 2006 21:22:54 +0800
Tag:    v1.7.1

Help information for specifying categories in GIFT file. MDL-4163

commit 746be7faee6022fb2da2b167d9defc5a711f49ac
Author: thepurpleblob <thepurpleblob>
Date:   Wed, 29 Nov 2006 21:06:10 +0800
Tag:    v1.7.1

Added strings for selecting category inside import file. MDL-4163

commit 1060c5998ec76be19b73df4d70e7f4d90fdae5e3
Author: thepurpleblob <thepurpleblob>
Date:   Tue, 28 Nov 2006 23:13:25 +0800
Tag:    v1.7.1

Fix for MDL-7703 - scope problem sorted by moving all functions inside the class Also fixed a bunch of notices

commit 9f5d13105d8309b627cd8008eb8503a95abb44da
Author: thepurpleblob <thepurpleblob>
Date:   Tue, 28 Nov 2006 19:49:58 +0800
Tag:    v1.7.1

Examview 'SA' type questions now supported. Maps to Essay questions

commit 777816e6c734acf6827abd710da4aa5999035238
Author: thepurpleblob <thepurpleblob>
Date:   Tue, 28 Nov 2006 17:25:52 +0800
Tag:    v1.7.1

Fixed typo and a notice when question type is not supported.

commit 1c8d340d1b7b456c3bd9064e7b102e745cff4cf8
Author: thepurpleblob <thepurpleblob>
Date:   Fri, 24 Nov 2006 21:02:07 +0800
Tag:    v1.7.1

Added note that : is a control character and can be escaped.

commit 31d3c58089172017ad6521d581c258f5b5a00c4e
Author: thepurpleblob <thepurpleblob>
Date:   Fri, 24 Nov 2006 20:02:08 +0800
Tag:    v1.7.1

Colon characters in GIFT files can now be escaped. Resolves MDL-6915

commit 08a7bbc9ffa0038ec29b712ea78a2d83d457bab6
Author: thepurpleblob <thepurpleblob>
Date:   Mon, 20 Nov 2006 21:00:34 +0800
Tag:    v1.7.1

Various improvements to Examview input. Fixes MDL-7087 and MDL-7349. Partial fix for MDL-7184 (Examview part)

commit 537cef4fdd3edfd2946bffa7c440beccba6c54c3
Author: thepurpleblob <thepurpleblob>
Date:   Tue, 31 Oct 2006 00:21:16 +0800
Tag:    v1.7.0

Fixed notice

commit 08afbd8644ce04cc4785350332708f2a2bce9a11
Author: thepurpleblob <thepurpleblob>
Date:   Thu, 19 Oct 2006 21:05:09 +0800
Tag:    v1.7.0

Focus is now loaded into Name edit box

commit 976fe7c655b2d8f17316d777f1f81b1072b79f18
Author: thepurpleblob <thepurpleblob>
Date:   Wed, 18 Oct 2006 21:02:53 +0800
Tag:    v1.7.0

Put cursor in edit box rather than do nothing for labels.

commit cec1b35f86b119971ec3450790afc7c97cf38732
Author: thepurpleblob <thepurpleblob>
Date:   Tue, 17 Oct 2006 20:40:26 +0800
Tag:    v1.7.0

fix for bug MDL-7070. Form focus not defined

commit 6d9b8e5678335bf768b89410e61c9d0c83e00c60
Author: thepurpleblob <thepurpleblob>
Date:   Thu, 14 Sep 2006 21:59:08 +0800
Tag:    v1.7.0

Merged from STABLE Provides fix for bug MDL-5893

commit 04d677f2e9d0bf3ec8f31e4a391ecf7f5781472e
Author: thepurpleblob <thepurpleblob>
Date:   Fri, 08 Sep 2006 18:27:48 +0800
Tag:    v1.7.0

Merged from STABLE

commit 2bb63d99c2689e1d31fec91b0450e540e9faf864
Author: thepurpleblob <thepurpleblob>
Date:   Thu, 31 Aug 2006 17:17:57 +0800
Tag:    v1.7.0

Fixed syntax error.

commit c81415c77e181c7b72ff1c27136da7f3826599d3
Author: thepurpleblob <thepurpleblob>
Date:   Wed, 23 Aug 2006 22:57:40 +0800
Tag:    v1.7.0

Merged from STABLE

commit 8daaaafcf0a670b40d5d1989cab8e67d07c3f066
Author: thepurpleblob <thepurpleblob>
Date:   Tue, 15 Aug 2006 22:39:47 +0800
Tag:    v1.7.0

Merged from STABLE

commit 57f4a71feb42446728ba6d9f98bdd39164004de3
Author: thepurpleblob <thepurpleblob>
Date:   Fri, 11 Aug 2006 20:16:38 +0800
Tag:    v1.7.0

Merged from STABLE

commit 7b579ee61f6d4a0e77c94d5ea31b63fe38f3e65e
Author: thepurpleblob <thepurpleblob>
Date:   Fri, 11 Aug 2006 16:52:24 +0800
Tag:    v1.7.0

Merged from STABLE

commit 1e8639290f8de1f79baeb57ad0ada718d63cbcb7
Author: thepurpleblob <thepurpleblob>
Date:   Fri, 07 Jul 2006 18:36:56 +0800
Tag:    v1.7.0

Merged from STABLE

commit 0fade9ed0153666bf3f59920466a90c0ca2b0ade
Author: thepurpleblob <thepurpleblob>
Date:   Thu, 06 Jul 2006 22:01:52 +0800
Tag:    v1.7.0

Merged from STABLE

commit 2c4ef1504f09becf592e128f87d5d14fe9c38d65
Author: thepurpleblob <thepurpleblob>
Date:   Thu, 06 Jul 2006 16:37:56 +0800
Tag:    v1.7.0

Merged from STABLE

commit 71ffbac2da785de69fe717d820569d5ddd147097
Author: thepurpleblob <thepurpleblob>
Date:   Wed, 05 Jul 2006 20:39:35 +0800
Tag:    v1.7.0

merged from STABLE

commit eaaf06f1ce920538cbb9fb174ddd0c441b3f97db
Author: thepurpleblob <thepurpleblob>
Date:   Wed, 05 Jul 2006 19:51:08 +0800
Tag:    v1.7.0

Merged from STABLE

commit 2cb6db51f3c5e6ce7651ca9e66f8edaad1f91562
Author: thepurpleblob <thepurpleblob>
Date:   Wed, 21 Jun 2006 18:19:46 +0800
Tag:    v1.7.0

Merged from STABLE

commit 7b8bc256cc5b9c5a7e4c52f4a7ada5fc3e80d881
Author: thepurpleblob <thepurpleblob>
Date:   Fri, 02 Jun 2006 17:45:19 +0800
Tag:    v1.7.0

Merged from STABLE

commit a0d187bfd7ac3181ef5df972bb948c8a79b797f1
Author: thepurpleblob <thepurpleblob>
Date:   Thu, 01 Jun 2006 18:13:57 +0800
Tag:    v1.7.0

Merged from STABLE

commit ce4b7b5fbe43a358804a2c8272be6cff506063dc
Author: thepurpleblob <thepurpleblob>
Date:   Tue, 16 May 2006 17:35:03 +0800
Tag:    v1.7.0

Added note that export now exports subcategories.

commit 36e2232e27140e343496d5df85e8e7fe8794c838
Author: thepurpleblob <thepurpleblob>
Date:   Sat, 13 May 2006 16:49:46 +0800
Tag:    v1.7.0

Merged from STABLE.

commit 6cb4910c5827ca923a5fa17c39e4ba154c1713d5
Author: thepurpleblob <thepurpleblob>
Date:   Mon, 08 May 2006 18:39:14 +0800
Tag:    v1.7.0

Merged from STABLE

commit c0724bdce2cd27d6c7f709244fe29489552b94e0
Author: thepurpleblob <thepurpleblob>
Date:   Thu, 04 May 2006 19:17:50 +0800
Tag:    v1.7.0

Merging from STABLE