mirror of
https://github.com/moodle/moodle.git
synced 2025-05-03 14:58:42 +02:00
Merging from stable branch
This commit is contained in:
parent
b9aa323f14
commit
8f6b80b90c
@ -6,7 +6,7 @@
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
$module->version = 2004060400;
|
||||
$module->requires = 2004052501; // Requires this Moodle version
|
||||
$module->requires = 2004052505; // Requires this Moodle version
|
||||
$module->cron = 60;
|
||||
|
||||
?>
|
||||
|
@ -6,7 +6,7 @@
|
||||
/////////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
$module->version = 2004060400; // The current module version (Date: YYYYMMDDXX)
|
||||
$module->requires = 2004052501; // Requires this Moodle version
|
||||
$module->requires = 2004052505; // Requires this Moodle version
|
||||
$module->cron = 3600; // Period for cron to check this module (secs)
|
||||
|
||||
?>
|
||||
|
@ -6,7 +6,7 @@
|
||||
/////////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
$module->version = 2004060400; // The (date) version of this module
|
||||
$module->requires = 2004052501; // Requires this Moodle version
|
||||
$module->requires = 2004052505; // Requires this Moodle version
|
||||
$module->cron = 300; // How often should cron check this module (seconds)?
|
||||
|
||||
?>
|
||||
|
@ -6,7 +6,7 @@
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
$module->version = 2004070102;
|
||||
$module->requires = 2004052501; // Requires this Moodle version
|
||||
$module->requires = 2004052505; // Requires this Moodle version
|
||||
$module->cron = 0;
|
||||
|
||||
?>
|
||||
|
@ -6,7 +6,7 @@
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
$module->version = 2004060400;
|
||||
$module->requires = 2004052501; // Requires this Moodle version
|
||||
$module->requires = 2004052505; // Requires this Moodle version
|
||||
$module->cron = 60;
|
||||
|
||||
?>
|
||||
|
@ -6,7 +6,7 @@
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
$module->version = 2004062300;
|
||||
$module->requires = 2004052501; // Requires this Moodle version
|
||||
$module->requires = 2004052505; // Requires this Moodle version
|
||||
$module->cron = 60;
|
||||
|
||||
?>
|
||||
|
@ -6,7 +6,7 @@
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
$module->version = 2004060400;
|
||||
$module->requires = 2004052501; // Requires this Moodle version
|
||||
$module->requires = 2004052505; // Requires this Moodle version
|
||||
$module->cron = 60;
|
||||
|
||||
?>
|
||||
|
@ -6,7 +6,7 @@
|
||||
/////////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
$module->version = 2004060400; // The current module version (Date: YYYYMMDDXX)
|
||||
$module->requires = 2004052501; // Requires this Moodle version
|
||||
$module->requires = 2004052505; // Requires this Moodle version
|
||||
$module->cron = 0; // Period for cron to check this module (secs)
|
||||
|
||||
?>
|
||||
|
@ -6,7 +6,7 @@
|
||||
/////////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
$module->version = 2004060400; // The current module version (Date: YYYYMMDDXX)
|
||||
$module->requires = 2004052501; // Requires this Moodle version
|
||||
$module->requires = 2004052505; // Requires this Moodle version
|
||||
$module->cron = 0; // Period for cron to check this module (secs)
|
||||
|
||||
?>
|
||||
|
@ -6,7 +6,7 @@
|
||||
/////////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
$module->version = 2004071900; // The (date) version of this module
|
||||
$module->requires = 2004051600; // The version of Moodle that is required
|
||||
$module->requires = 2004052505; // The version of Moodle that is required
|
||||
$module->cron = 0; // How often should cron check this module (seconds)?
|
||||
|
||||
?>
|
||||
|
@ -6,7 +6,7 @@
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
$module->version = 2004060400;
|
||||
$module->requires = 2004051600; // Requires this Moodle version
|
||||
$module->requires = 2004052505; // Requires this Moodle version
|
||||
$module->cron = 0;
|
||||
|
||||
?>
|
||||
|
@ -731,7 +731,11 @@ function ewiki_page_view($id, &$data, $action, $all=1) {
|
||||
return($o);
|
||||
}
|
||||
#### MOODLE CHANGE
|
||||
/// Add Moodle filters to text porion of wiki.
|
||||
global $moodle_format; // from wiki/view.php
|
||||
$o = format_text($o, $moodle_format);
|
||||
$o.= "<br><br>";
|
||||
|
||||
#-- control line + other per-page info stuff
|
||||
if ($pf_a = $ewiki_plugins["view_append"]) {
|
||||
ksort($pf_a);
|
||||
|
@ -6,7 +6,7 @@
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
$module->version = 2004060400;
|
||||
$module->requires = 2004051600; // Requires this Moodle version
|
||||
$module->requires = 2004052505; // Requires this Moodle version
|
||||
$module->cron = 60;
|
||||
|
||||
?>
|
||||
|
Loading…
x
Reference in New Issue
Block a user