Git commits in Moodle 2.0.x by Mike Churchward

commit 108ef0670869726d6adafa5d40feaa07e8791f7c
Author: Mike Churchward <mike@oktech.ca>
Date:   Tue, 13 Jul 2010 04:10:52 +0800
Tag:    v2.0.0-rc1

MDL-23182 - Corrected context level to prevent admin menu from opening.

commit f60175699101f6cfc564dd6966c758d3ab25bd54
Author: Mike Churchward <mike@oktech.ca>
Date:   Tue, 13 Jul 2010 04:04:38 +0800
Tag:    v2.0.0-rc1

MDL-23182 - Removed use of tabs. Added in PAGE functions and parameters so that nav menu will appear properly. Changed use of 'course' parameter to 'courseid' parameter to be more accurate.

commit 6795800d8b9f354c3b0af2a45cbabb9b8aa42a92
Author: mchurch <mchurch>
Date:   Tue, 02 Dec 2008 05:05:00 +0900
Tag:    v2.0.0-rc1

Fixed addslashes_object deprecated message.

commit d39bbb8a0edb4a169f0777ec9e00254ad21edf63
Author: mchurch <mchurch>
Date:   Thu, 31 Jul 2008 22:06:18 +0800
Tag:    v2.0.0-rc1

MDL-15896 - Clean 'page' and 'q' parameters to only allow normal page name characters.

commit 7c521fe67b4029b7ebf67d1dc91a32f1f43d1226
Author: mchurch <mchurch>
Date:   Mon, 21 Jul 2008 21:52:02 +0800
Tag:    v2.0.0-rc1

#MDL-15734 - Syntax error on line 298.

commit d28548d5e43a291fa46a7663a0511cacc1b63730
Author: mchurch <mchurch>
Date:   Fri, 06 Jun 2008 05:07:09 +0800
Tag:    v2.0.0-rc1

MDL-11892 Fixed calls to expand javascript to correctly use quoted strings in all necessary places.

commit 79b8573591f9d405793fbdfab0c65b725eba1953
Author: mchurch <mchurch>
Date:   Sat, 31 May 2008 01:22:24 +0800
Tag:    v2.0.0-rc1

MDL-15058 - Removing usage of super globals and replacing them with optional_param calls.

commit 4cd0d3a0123e362fdcad53da6fda941a6a60b8f7
Author: mchurch <mchurch>
Date:   Wed, 28 May 2008 23:01:50 +0800
Tag:    v2.0.0-rc1

MDL-15035 - Changed error message to more meaningful one.

commit 6d75dcf537e7271e88808136b13fc1272b807e88
Author: mchurch <mchurch>
Date:   Thu, 22 May 2008 00:19:00 +0800
Tag:    v2.0.0-rc1

MDL-13860 - Fixed mistyped function call to 'scorm_seq_overall'. This was preventing some SCORM navigation from continuing in our tests - but only if debugging was turned off!

commit 99aa575df87ccdd5733db8c588e5f91000caf12d
Author: mchurch <mchurch>
Date:   Thu, 31 Jan 2008 01:43:19 +0900
Tag:    v2.0.0-rc1

MDL-13252 Fix context to always use course context, rather than instance->page.

commit 2119c1514c77d91ac01df803b154d52da258e855
Author: mchurch <mchurch>
Date:   Wed, 23 Jan 2008 05:38:12 +0900
Tag:    v2.0.0-rc1

Closing the middle column div tag. XHTML compliance.

commit 19c8cf79171733850bfc8392d74f5cfaddef1e6d
Author: mchurch <mchurch>
Date:   Sat, 29 Dec 2007 02:14:01 +0900
Tag:    v2.0.0-rc1

MDL-12703 - Use the 'welcometocourse' language string if there is no 'welcomemessage' property set in the course object. Currently, there does not seem to be any code or data items that would set this property.

commit ca29e37d24c3de497731eede8598b436e1f9d7e2
Author: mchurch <mchurch>
Date:   Sat, 29 Dec 2007 01:13:09 +0900
Tag:    v2.0.0-rc1

MDL-12744 - Add ability to pass an extra button for use in print header for modules that use the course page to display themselves with blocks.

commit 296c6ac2326e2c76da40c21f800bc98ca2dce0e7
Author: mchurch <mchurch>
Date:   Sat, 29 Dec 2007 01:04:30 +0900
Tag:    v2.0.0-rc1

MDL-12704 - Added error handling to print_recent_activity() to prevent fatal errors in the case of missing files.

commit 488eaca44a48e015f446abb0fe089307a2ab7b6d
Author: mchurch <mchurch>
Date:   Thu, 15 Nov 2007 23:05:17 +0900
Tag:    v2.0.0-rc1

MDL-12016 Category text not being sent to 'create_category_path'.

commit ce2df2884ae9d45d02da21e34d866a3e41175a72
Author: mchurch <mchurch>
Date:   Thu, 15 Nov 2007 22:43:51 +0900
Tag:    v2.0.0-rc1

MDL-12015 Import question count was wrong.

commit 5e983a9a2f4f7eee68a8f30c55efea40228afb35
Author: mchurch <mchurch>
Date:   Wed, 14 Nov 2007 03:07:23 +0900
Tag:    v2.0.0-rc1

MDL-11991 Fixing error on undefined method while using the manual plug-in.

commit 57b6a704b75886dca1b9a0f6c8cbe704521edfc9
Author: mchurch <mchurch>
Date:   Wed, 14 Nov 2007 02:02:53 +0900
Tag:    v2.0.0-rc1

MDL-12149 Added code to check for selected group as well, so that privileged users get correct count when changing groups.

commit 232f2c1d35c9b867a0dac238db2f7ddf5c4462e1
Author: mchurch <mchurch>
Date:   Wed, 14 Nov 2007 01:01:44 +0900
Tag:    v2.0.0-rc1

MDL-12114 Fixed typo in elements array.