Git commits in Moodle 1.8.1 by martinlanghoff

commit 0989530df95203afeea38172e25bb312cbf901bf
Author: martinlanghoff <martinlanghoff>
Date:   Fri, 08 Jun 2007 05:21:49 +0800
Tag:    v1.8.1

moodlelib:moodle_request_shutdown() - only call apache_child_terminate if child_terminate is true - MDL-9350

commit c54f92b59c7fe3afe43b6122d8394c3c6c8a85e4
Author: martinlanghoff <martinlanghoff>
Date:   Thu, 17 May 2007 07:07:10 +0800
Tag:    v1.8.1

get_my_courses() if the parameters passed are identical to the defaults... MDL-7416

commit 48cc1a0e6a0bb918bfa5c46e85c51a76aa540241
Author: Martin Langhoff <martin@catalyst.net.nz>
Date:   Wed, 09 May 2007 18:01:21 +0800
Tag:    v1.8.1

cvsimport fixups - remove obsolete files

commit d27de862a60c08239ee4c993909874683de4888d
Author: Martin Langhoff <martin@catalyst.net.nz>
Date:   Wed, 09 May 2007 18:00:29 +0800
Tag:    v1.8.1

cvsimport fixups - add missing files

commit df01c2f9838fe5efb2c2bd09ce461c153abc6c5e
Author: martinlanghoff <martinlanghoff>
Date:   Sun, 06 May 2007 13:37:21 +0800
Tag:    v1.8.1

get_my_courses() - ensure we have groupmode, groupmodeforce in $d_fields - calendar/lib.php counts on it

commit f08efe851734a0ad5992a1b202d830ea6a253be6
Author: martinlanghoff <martinlanghoff>
Date:   Sun, 06 May 2007 13:32:03 +0800
Tag:    v1.8.1

get_my_courses() callers update - check of the $fields param - pass null instead

commit dcf93f810795d4bbd27d4fffa306c79c1c2cb0d6
Author: martinlanghoff <martinlanghoff>
Date:   Sun, 06 May 2007 13:28:22 +0800
Tag:    v1.8.1

get_my_courses() - added optimisation for guest login

commit b5f523ab6ef989ae69593cf6e650af5ea79a7178
Author: martinlanghoff <martinlanghoff>
Date:   Sun, 06 May 2007 13:27:27 +0800
Tag:    v1.8.1

get_my_courses() - tighten default fields - faster, risky

commit a728edc61f039a1633e01fb6b4f6458115942494
Author: martinlanghoff <martinlanghoff>
Date:   Sun, 06 May 2007 13:27:05 +0800
Tag:    v1.8.1

get_my_courses() - skip checks if we know the user has moodle/site:doanything and we are observing $doanything

commit 309bb4021d2cc0bad8c6038dec6c1a0e7fc96ed0
Author: martinlanghoff <martinlanghoff>
Date:   Sun, 06 May 2007 13:25:57 +0800
Tag:    v1.8.1

get_my_courses(): tighten cache scheme - part 2

commit f98c2af9026940a67e31c36d3c3516bfd1a2d492
Author: martinlanghoff <martinlanghoff>
Date:   Sun, 06 May 2007 13:21:52 +0800
Tag:    v1.8.1

get_my_courses(): tighten cache scheme

commit de0489fd9f992ad38bf5301ee989c45b86f3ee1c
Author: martinlanghoff <martinlanghoff>
Date:   Sun, 06 May 2007 12:38:06 +0800
Tag:    v1.8.1

calendar: fixed group event display when only one course being viewed

commit 9caa000b8b564031e072aa1395e9588c70683508
Author: martinlanghoff <martinlanghoff>
Date:   Sun, 06 May 2007 12:37:24 +0800
Tag:    v1.8.1

calendar: bug fixed to previous commit (MDL-7416 MDL-9617)

commit 1a4a3b3380394b489c384f62b34c0c82bae564a8
Author: martinlanghoff <martinlanghoff>
Date:   Sun, 06 May 2007 12:26:35 +0800
Tag:    v1.8.1

calendar: performance optimisations + behaviour fix (MDL-7416 MDL-9617)

commit 0b1d21c0c347395ab6428c15d61e4af1660fbb04
Author: Martin Langhoff <martin@catalyst.net.nz>
Date:   Mon, 30 Apr 2007 06:47:39 +0800
Tag:    v1.8.1

Manual fixup - cvsps has dropped the CAS library

commit f35c9f6f19d18d8245516171e1c9d21e994fd52e
Author: martinlanghoff <martinlanghoff>
Date:   Tue, 17 Apr 2007 11:04:20 +0800
Tag:    v1.8.1

(iCalendar export) calendar: Removing filter controls from export page, as no purpose and buggy

commit 5ad59d2b0737f9e8d9acd319ce0692146d8bd533
Author: martinlanghoff <martinlanghoff>
Date:   Mon, 16 Apr 2007 08:24:42 +0800
Tag:    v1.8.1

moodle_request_shutdown(): silence errors when apache_child_terminate() is disallowed - (MDL-9350)

commit 8632e95b139fdb54e36997af24da118710465b64
Author: martinlanghoff <martinlanghoff>
Date:   Fri, 13 Apr 2007 13:05:56 +0800
Tag:    v1.8.1

Bug fix: 'off by one'month bug in mupltiple locations.

commit 34177c462c00c5e206037c9c66a1d25ff766b690
Author: martinlanghoff <martinlanghoff>
Date:   Thu, 12 Apr 2007 08:42:05 +0800
Tag:    v1.8.1

Fixed 'off by one' month bug in month select boxes generated by print_date_selector when users time zone set to GMT-13.

commit 89d684979321b30f80deef1ffb2cf06187100fcd
Author: martinlanghoff <martinlanghoff>
Date:   Thu, 05 Apr 2007 13:00:39 +0800
Tag:    v1.8.1

lib/setup moodelib: Introducing moodle_request_shutdown()