Git commits in Moodle 2.0.0 by Ashley Holman

commit d57a4621038204ee906a743a7f068b058d26179b
Author: Ashley Holman <ashley@netspot.com.au>
Date:   Wed, 25 Aug 2010 09:40:10 +0800
Tag:    v2.0.0-rc1

MDL-23905 fix regression in mod_resource pluginfile.php migration

commit dd824dbc2b801c0a31b4d6ee8716237e756bcae1
Author: Ashley Holman <ashley@netspot.com.au>
Date:   Wed, 18 Aug 2010 17:35:49 +0800
Tag:    v2.0.0-rc1

MDL-21432 lang string for missing_moodle_backup_xml_file error message

commit b55d0869e9b36280d20ba9c720a06c7a41fbfaba
Author: ashleyholman <ashleyholman>
Date:   Mon, 19 Oct 2009 08:18:23 +0800
Tag:    v2.0.0-rc1

MDL-20578 forum_print_overview() performance: fix unnecessary ILIKE match to make better use of log_coumodact_ix index

commit 5e01555f74780e8d25279faf6fe9650c97109b00
Author: ashleyholman <ashleyholman>
Date:   Thu, 01 Oct 2009 08:30:49 +0800
Tag:    v2.0.0-rc1

MDL-5223 fix flashvars in mediafilter to make waitForPlay work.

commit 89781f3c0ed7bb6d61d1d1dfdbf9c4cb98ad0661
Author: ashleyholman <ashleyholman>
Date:   Tue, 29 Sep 2009 14:29:11 +0800
Tag:    v2.0.0-rc1

MDL-20374 default exception handler: log backtrace to webserver log if DEBUG_MINIMAL or greater.

commit 58aaa8e97e2ace2c8c804a069b109a8e2319ef30
Author: ashleyholman <ashleyholman>
Date:   Fri, 18 Sep 2009 11:52:50 +0800
Tag:    v2.0.0-rc1

MDL-15897: Changed admin_setting_configtext.validate() check to not treat all strings as custom regex's (since PARAM_* constants are now strings).