Git commits in Moodle 1.8.4 by poltawski

commit 099d1c8f623f07d04977df6c7d38df71eafb4912
Author: poltawski <poltawski>
Date:   Fri, 11 Jan 2008 20:47:23 +0900
Tag:    v1.8.4

MDL-12400 - superfluous required_param causing problems in upload assignment user report. backported from MOODLE_19_STABLE

commit ae817db2f824137d17ea0e3e56af9a4281c4fe15
Author: poltawski <poltawski>
Date:   Thu, 10 Jan 2008 00:43:37 +0900
Tag:    v1.8.4

MDL-12889 - fix bad invalid capability check

commit 6b3eca01f20355a4fe406fa2eb49b02256f121ae
Author: poltawski <poltawski>
Date:   Wed, 09 Jan 2008 05:21:30 +0900
Tag:    v1.8.4

MDL-12882 - we were caching empty records which caused clone warnings backported from MOODLE_19_STABLE

commit 99797689e66ec1b69029c748c1d41beec4df4e57
Author: poltawski <poltawski>
Date:   Tue, 08 Jan 2008 22:43:42 +0900
Tag:    v1.8.4

MDL-9372 - only show RSS options in database module when RSS is enabled backported from MOODLE_19_STABLE

commit 841dca3991e177fcfec735d9ae922fcddc0c3502
Author: poltawski <poltawski>
Date:   Tue, 08 Jan 2008 21:55:13 +0900
Tag:    v1.8.4

MDL-10813 - Course requests not respecting course request category.

commit 673b34647aaf86b293c790077afed92d2bf702e1
Author: poltawski <poltawski>
Date:   Fri, 04 Jan 2008 07:41:06 +0900
Tag:    v1.8.4

MDL-12825 - add some extra height to popups in IE7, otherwise they cant be used - backported from MOODLE_19_STABLE

commit 7d39e1b828d1913e34fd2fdc0f3fe528c47262d1
Author: poltawski <poltawski>
Date:   Sun, 30 Dec 2007 08:45:38 +0900
Tag:    v1.8.4

MDL-9925 - When a user presses cancel on restore they are sent to /admin/. For teachers this gives an ugly access denied message, so instead send them back to the course they came from.

commit 5a8100234f5273e997e4d9899427c20b773db6c3
Author: poltawski <poltawski>
Date:   Thu, 27 Dec 2007 18:39:12 +0900
Tag:    v1.8.4

MDL-12459 - fix missing quotes breaking navigation, thanks to Katja Krüger

commit 45ee48d9906c2223348e8a322a917d083c6ecb1d
Author: poltawski <poltawski>
Date:   Mon, 24 Dec 2007 01:39:57 +0900
Tag:    v1.8.4

MDL-10611 - backslashes in username get doubled up with an nonsuccessful log in

commit abae4967bcf41cd5fc4acfc4e846b68bcf0e5262
Author: poltawski <poltawski>
Date:   Mon, 24 Dec 2007 01:15:29 +0900
Tag:    v1.8.4

MDL-10241 - unenrolling self wasn't working properly from user profile because unenrol.php was doing wrong capability check when $userid set.o Also improves the lanaguage used when unenrolling self.

commit 877c237cf587443042c0d1e4a4b51a4fd7d4d77a
Author: poltawski <poltawski>
Date:   Fri, 21 Dec 2007 01:20:09 +0900
Tag:    v1.8.4

MDL-12638 fixed typo, backported from MOODLE_19_STABLE

commit fc05711af33d947a4cdd90e46f3b5d30906a717a
Author: poltawski <poltawski>
Date:   Fri, 09 Nov 2007 07:17:44 +0900
Tag:    v1.8.4

MDL-12070 - PARAM_CLEANHTML strips magic quotes..

commit 4e48f83df8813de98e45c76b220f55e87e866e3f
Author: poltawski <poltawski>
Date:   Fri, 09 Nov 2007 03:25:49 +0900
Tag:    v1.8.4

MDL-12070 - re-enable the use of HTML in choice options

commit 070a606c68682ce9e8d929d22a1f98c5021832ee
Author: poltawski <poltawski>
Date:   Mon, 29 Oct 2007 18:49:53 +0900
Tag:    v1.8.4

MDL-11813 - Use existing group setting strings on course edit form so can be better translated. Patch from Daniel Miksik

commit 8ef593442b6c24365c327bba862753fa4cc45e67
Author: poltawski <poltawski>
Date:   Mon, 29 Oct 2007 09:58:01 +0900
Tag:    v1.8.4

MDL-10810 silence warnings in PHP 4.x - the last param was added in PHP 5.0.2

commit c3b4148b481d349217cef7269da946c3a377a5f4
Author: poltawski <poltawski>
Date:   Fri, 19 Oct 2007 22:48:38 +0800
Tag:    v1.8.4

MDL-11840 - curl was set to use CONNECTs for all http requests. This is disallowed by most http proxies to prevent tunneling. Added some debugging in case of failure.

commit 8569a0b96f07b265cdff2585290ad183e655c49a
Author: poltawski <poltawski>
Date:   Fri, 19 Oct 2007 19:46:58 +0800
Tag:    v1.8.4

MDL-11766 download_file_content is quite broken with proxies - lacking global CFG definition, so must never have worked, also incorrectly specified proxyhost..