Skip to content

Commit

Permalink
MDL-13489 Merged fixes from 1.9
Browse files Browse the repository at this point in the history
  • Loading branch information
moodler committed Feb 19, 2008
1 parent cee5f24 commit cd6323f
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 1 deletion.
15 changes: 15 additions & 0 deletions admin/environment.xml
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,11 @@
<ON_CHECK message="tokenizerrecommended" />
</FEEDBACK>
</PHP_EXTENSION>
<PHP_EXTENSION name="xmlrpc" level="optional">
<FEEDBACK>
<ON_CHECK message="xmlrpcrecommended" />
</FEEDBACK>
</PHP_EXTENSION>
</PHP_EXTENSIONS>
</MOODLE>
<MOODLE version="1.9">
Expand Down Expand Up @@ -167,6 +172,11 @@
<ON_CHECK message="tokenizerrecommended" />
</FEEDBACK>
</PHP_EXTENSION>
<PHP_EXTENSION name="xmlrpc" level="optional">
<FEEDBACK>
<ON_CHECK message="xmlrpcrecommended" />
</FEEDBACK>
</PHP_EXTENSION>
</PHP_EXTENSIONS>
<CUSTOM_CHECKS>
<CUSTOM_CHECK file="question/upgrade.php" function="question_check_no_rqp_questions" level="optional">
Expand Down Expand Up @@ -229,6 +239,11 @@
<ON_CHECK message="tokenizerrecommended" />
</FEEDBACK>
</PHP_EXTENSION>
<PHP_EXTENSION name="xmlrpc" level="optional">
<FEEDBACK>
<ON_CHECK message="xmlrpcrecommended" />
</FEEDBACK>
</PHP_EXTENSION>
</PHP_EXTENSIONS>
<CUSTOM_CHECKS>
<CUSTOM_CHECK file="question/upgrade.php" function="question_check_no_rqp_questions" level="optional">
Expand Down
1 change: 1 addition & 0 deletions install.php
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,7 @@
$CFG->admin = $INSTALL['admindirname'];
$CFG->directorypermissions = 00777;
$CFG->running_installer = true;
$CFG->docroot = 'http://docs.moodle.org';
$COURSE->id = 0;

/// Include some moodle libraries
Expand Down
2 changes: 1 addition & 1 deletion lang/en_utf8/admin.php
Original file line number Diff line number Diff line change
Expand Up @@ -584,6 +584,6 @@
$string['usersrenamed'] = 'Users renamed';
$string['usersupdated'] = 'Users updated';
$string['validateerror'] = 'This value was not valid:';

$string['xmlrpcrecommended'] = 'Installing the optional xmlrpc extension is useful for Moodle Networking functionality.';

?>

0 comments on commit cd6323f

Please sign in to comment.