From: moodler Date: Tue, 19 Feb 2008 06:57:51 +0000 (+0000) Subject: MDL-13489 Merged fixes from 1.9 X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=e4b89caac8854cbdf9295c360ef10ad2e47fd257;p=moodle.git MDL-13489 Merged fixes from 1.9 --- diff --git a/admin/environment.xml b/admin/environment.xml index 6216b1dc6e..ecb0260b75 100644 --- a/admin/environment.xml +++ b/admin/environment.xml @@ -117,6 +117,11 @@ + + + + + @@ -167,6 +172,11 @@ + + + + + @@ -234,6 +244,11 @@ + + + + + diff --git a/install.php b/install.php index cade4969a8..f0807e922c 100644 --- a/install.php +++ b/install.php @@ -132,6 +132,7 @@ $CFG->dataroot = $INSTALL['dataroot']; $CFG->admin = $INSTALL['admindirname']; $CFG->directorypermissions = 00777; $CFG->running_installer = true; +$CFG->docroot = 'http://docs.moodle.org'; $COURSE->id = 0; /// Include some moodle libraries diff --git a/lang/en_utf8/admin.php b/lang/en_utf8/admin.php index dedeabdb94..5f3363afc2 100644 --- a/lang/en_utf8/admin.php +++ b/lang/en_utf8/admin.php @@ -727,6 +727,7 @@ $string['validateerror'] = 'This value was not valid:'; $string['warningcurrentsetting'] = 'Invalid current value: $a'; $string['webproxy'] = 'Web proxy'; $string['webproxyinfo'] = 'Fill in following options if your Moodle server can not access internet directly. Internet access is required for download of environment data, language packs, RSS feeds, timezones, etc.
PHP cURL extension is highly recommended.'; +$string['xmlrpcrecommended'] = 'Installing the optional xmlrpc extension is useful for Moodle Networking functionality.'; $string['xmlstrictheaders'] = 'XML strict headers'; ?>