Git commits in Moodle 1.8.4 by donal72

commit 0570c31a3b6c4c976ed80a0e69a248fefafc75ce
Author: donal72 <donal72>
Date:   Fri, 02 Nov 2007 09:14:11 +0900
Tag:    v1.8.4

Propagate additional error info about XML parse failures

commit d1bbb753338bd4c7cb9d1df971072dcea6ebbcc8
Author: donal72 <donal72>
Date:   Fri, 02 Nov 2007 09:12:59 +0900
Tag:    v1.8.4

More error info about XML parse failures

commit 9822b38f10740817e3bc1a30b3e0ce9e560e1a10
Author: donal72 <donal72>
Date:   Fri, 02 Nov 2007 06:30:25 +0900
Tag:    v1.8.4

Initialize the $message variable properly this time.

commit dc2ea6fb2626b8eb6dc27f28c39ac40d9438ccdf
Author: donal72 <donal72>
Date:   Fri, 02 Nov 2007 06:27:51 +0900
Tag:    v1.8.4

Revert: Initialize the $message variable

commit e0033fb83c09494188dbbffdfa1dcae7086df3d8
Author: donal72 <donal72>
Date:   Thu, 01 Nov 2007 15:13:19 +0900
Tag:    v1.8.4

Test for empty dataset to suppress a warning

commit c5fbfafa6293073c834e7368b22e9a71cefa2f53
Author: donal72 <donal72>
Date:   Thu, 01 Nov 2007 14:02:31 +0900
Tag:    v1.8.4

Initialize the $message variable

commit 5862de1d22a58ae69d2780fe0793ea3a65687914
Author: donal72 <donal72>
Date:   Fri, 19 Oct 2007 08:45:56 +0800
Tag:    v1.8.4

Remove reference to other applications from the Moodle 1.8 source. This is a 1.9+ feature.

commit b3225d1a2ffab332e7e39fbf33bdcc01421b015d
Author: donal72 <donal72>
Date:   Wed, 17 Oct 2007 16:14:17 +0800
Tag:    v1.8.4

Laying groundwork for more Mnet error reporting

commit d029c122af0a066326a28a186150ce58964a65d6
Author: donal72 <donal72>
Date:   Wed, 17 Oct 2007 16:11:29 +0800
Tag:    v1.8.4

Rewrite testclient.php to be a service browser for remote Moodles. This should be useful to people who are trying to connect to the API from non-Moodle hosts, or write software to connect to Moodle. MDL-10214, MDL-10174, MDL-10172, MDL-10171

commit eb1bf095948afc027f05f60d3476e6ff475c6405
Author: donal72 <donal72>
Date:   Wed, 17 Oct 2007 16:07:24 +0800
Tag:    v1.8.4

Change reflection methods to only report on methods that are being published to the inquiring host (instead of all methods that could be published). MDL-10214, MDL-10174, MDL-10172, MDL-10171

commit 4a1db8bd3dfb41ccfdb9ef18927fdffb678f1336
Author: donal72 <donal72>
Date:   Tue, 16 Oct 2007 22:02:17 +0800
Tag:    v1.8.4

Log error code and text in mnet_server_fault_xml function. MDL-10196

commit ed548587ab65d6d84f6d1ca094422b2d862de486
Author: donal72 <donal72>
Date:   Tue, 16 Oct 2007 18:19:34 +0800
Tag:    v1.8.4

Label for wwwroot field

commit dbd1755a42dea3fc9b61388175ede4fadcf148b7
Author: donal72 <donal72>
Date:   Tue, 16 Oct 2007 17:14:25 +0800
Tag:    v1.8.4

MDL-11329: fixed text: "Local courses for external users:"

commit 90f3a22a0bbe0deb4488700d6b92d0cc36f733a8
Author: donal72 <donal72>
Date:   Tue, 16 Oct 2007 17:01:46 +0800
Tag:    v1.8.4

More helpful MNet error messages in debug mode

commit 753775479c0e3395c3b4bda5a3faccc0c7250969
Author: donal72 <donal72>
Date:   Tue, 16 Oct 2007 16:50:41 +0800
Tag:    v1.8.4

MDL-11040: get_complete_user_data doesn't get the complete user data. Replace with get_record to bring over the user's description.

commit 2eff9d13671e5260c904c599ebf525546cbff555
Author: donal72 <donal72>
Date:   Tue, 16 Oct 2007 16:00:03 +0800
Tag:    v1.8.4

Removed a constraint that caused mnet to fail on clusters, vservers and other network configurations where the mnet client's hostname (as specified in the wwwroot) resolves to an IP address that differs from the IP address that it uses to contact other hosts. This should address MDL-10672