Git commits in Moodle 1.8.3 by jamiesensei

commit 0b58276ad03e949d81e6cef0334c97b6b9984b24
Author: jamiesensei <jamiesensei>
Date:   Tue, 18 Sep 2007 17:44:58 +0800
Tag:    v1.8.3

MDL-11318 formslib now respects a template for an element if it is set. But since formslib uses the templates to insert help buttons for setAdvanced functionality etc. if you use templates you will lose this functionality.

commit 9b71941ebacaa5a661bf4383d771cb225d7f3e72
Author: jamiesensei <jamiesensei>
Date:   Wed, 22 Aug 2007 14:06:42 +0800
Tag:    v1.8.3

Latest environment.xml from HEAD

commit 45e27a011b9080cb8a3efadb52eb4d9053f649d2
Author: jamiesensei <jamiesensei>
Date:   Wed, 22 Aug 2007 13:56:10 +0800
Tag:    v1.8.3

strings needed for custom checks and random question check.

commit 53f6ee19bd315865e16476762731613becce9571
Author: jamiesensei <jamiesensei>
Date:   Wed, 22 Aug 2007 13:35:43 +0800
Tag:    v1.8.3

adding code for check for rqp questions and also small update to code for checking for random questions that fixes a small issue with the display of the error message.

commit 42e28aa6cab60231bff664153e675b6b9995f7be
Author: jamiesensei <jamiesensei>
Date:   Wed, 22 Aug 2007 13:29:35 +0800
Tag:    v1.8.3

Merged various new functionalities from 1.9 into 1.8 --- MDL-9616 - Custom checks in environment.xml MDL-9616 - tidy up * add a better message in the table for these checks. * improve existing strings for other types of check. * remove a line of debug code. --- Added new check to be able to compare current and target moodle versions. Executed only on upgrade (not at install). MDL-10722 --- MDL-10938. 'only strings from lang files can be used as feedback in environment check. Some way is needed to include data from custom check function - a $a param to pass to get_string'. Custom check for questions uses new functionality to print more complex strings as feedback.

commit 2142a30406d529170e5a2d0285943250444cb33a
Author: jamiesensei <jamiesensei>
Date:   Tue, 21 Aug 2007 11:44:10 +0800
Tag:    v1.8.3

MDL-9872 Admin Report on Possible problems Random questions selecting questions from sub categories. Backporting from HEAD. Reports possible problems with question engine when upgrading to Moodle 1.9

commit a936d39aed324545d8811cc01bdf3545ebc45bd6
Author: jamiesensei <jamiesensei>
Date:   Mon, 20 Aug 2007 19:12:11 +0800
Tag:    v1.8.3

file index.php was added on branch MOODLE_18_STABLE on 2007-08-21 03:44:15 +0000

commit 2da97a4f23e51c266d44bace793b46834b8262a8
Author: jamiesensei <jamiesensei>
Date:   Fri, 13 Jul 2007 17:25:59 +0800
Tag:    v1.8.3

merged in fix for MDL-10382 and MDL-10440 from HEAD. Revision 1.36 -1.38 from HEAD