Git commits in Moodle 2.0.x by Ashley Holman

commit 85b8f8dfd057007813a48fa1d5b4560501c82142
Author: Ashley Holman <ashley@netspot.com.au>
Date:   Thu, 13 Jan 2011 04:44:16 +0800
Tag:    v2.0.2

MDL-25837 adding missing modinfo course property

commit d0c3f54770c27a249e0c87b4e5f3dc1f841b3ef8
Author: Ashley Holman <ashley@netspot.com.au>
Date:   Thu, 13 Jan 2011 03:14:00 +0800
Tag:    v2.0.2

MDL-25907 purge sessions of not-logged-in users

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).