From: moodler Date: Wed, 28 Jan 2004 04:27:57 +0000 (+0000) Subject: Define minimum required versions of Moodle X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=83f007bf398ae7f2a4d87a48245fd82a43b74c38;p=moodle.git Define minimum required versions of Moodle --- diff --git a/mod/assignment/version.php b/mod/assignment/version.php index a6b7176f9a..ec95629f62 100644 --- a/mod/assignment/version.php +++ b/mod/assignment/version.php @@ -6,6 +6,7 @@ //////////////////////////////////////////////////////////////////////////////// $module->version = 2003091000; +$module->requires = 2004010100; // Requires this Moodle version $module->cron = 60; ?> diff --git a/mod/attendance/version.php b/mod/attendance/version.php index 67d52e2fe2..6a4c7c373a 100644 --- a/mod/attendance/version.php +++ b/mod/attendance/version.php @@ -6,6 +6,7 @@ ///////////////////////////////////////////////////////////////////////////////// $module->version = 2003092501; // The current module version (Date: YYYYMMDDXX) -$module->cron = 3600; // Period for cron to check this module (secs) +$module->requires = 2004010100; // Requires this Moodle version +$module->cron = 3600; // Period for cron to check this module (secs) ?> diff --git a/mod/chat/version.php b/mod/chat/version.php index 32d0580099..cbc6075dec 100644 --- a/mod/chat/version.php +++ b/mod/chat/version.php @@ -6,6 +6,7 @@ ///////////////////////////////////////////////////////////////////////////////// $module->version = 2003072500; // The (date) version of this module +$module->requires = 2004010100; // Requires this Moodle version $module->cron = 300; // How often should cron check this module (seconds)? ?> diff --git a/mod/choice/version.php b/mod/choice/version.php index 6b36976977..c65f1a2bab 100644 --- a/mod/choice/version.php +++ b/mod/choice/version.php @@ -6,6 +6,7 @@ //////////////////////////////////////////////////////////////////////////////// $module->version = 2004010100; +$module->requires = 2004010100; // Requires this Moodle version $module->cron = 0; ?> diff --git a/mod/dialogue/version.php b/mod/dialogue/version.php index d933dd1087..82ebed4320 100644 --- a/mod/dialogue/version.php +++ b/mod/dialogue/version.php @@ -6,6 +6,7 @@ //////////////////////////////////////////////////////////////////////////////// $module->version = 2003101300; +$module->requires = 2004010100; // Requires this Moodle version $module->cron = 60; ?> diff --git a/mod/exercise/version.php b/mod/exercise/version.php index 1163c78d88..6ac2a33f70 100644 --- a/mod/exercise/version.php +++ b/mod/exercise/version.php @@ -6,6 +6,7 @@ //////////////////////////////////////////////////////////////////////////////// $module->version = 2003121000; +$module->requires = 2004010100; // Requires this Moodle version $module->cron = 60; ?> diff --git a/mod/forum/version.php b/mod/forum/version.php index bd4dc68e56..be3f3fa549 100644 --- a/mod/forum/version.php +++ b/mod/forum/version.php @@ -5,7 +5,8 @@ // This fragment is called by /admin/index.php //////////////////////////////////////////////////////////////////////////////// -$module->version = 2004012200; +$module->version = 2004012400; +$module->requires = 2004012700; // Requires this Moodle version $module->cron = 60; ?> diff --git a/mod/glossary/version.php b/mod/glossary/version.php index 4985f4d3aa..8e2d23befd 100644 --- a/mod/glossary/version.php +++ b/mod/glossary/version.php @@ -6,6 +6,7 @@ ///////////////////////////////////////////////////////////////////////////////// $module->version = 2003112701; // The current module version (Date: YYYYMMDDXX) +$module->requires = 2004010100; // Requires this Moodle version $module->cron = 0; // Period for cron to check this module (secs) $release = "0.5 development"; // User-friendly version number diff --git a/mod/journal/version.php b/mod/journal/version.php index bc39e112a3..fb2f5874b4 100644 --- a/mod/journal/version.php +++ b/mod/journal/version.php @@ -6,6 +6,7 @@ //////////////////////////////////////////////////////////////////////////////// $module->version = 2004011400; +$module->requires = 2004010100; // Requires this Moodle version $module->cron = 60; ?> diff --git a/mod/label/version.php b/mod/label/version.php index 7086f89f74..262567cd03 100644 --- a/mod/label/version.php +++ b/mod/label/version.php @@ -6,6 +6,7 @@ ///////////////////////////////////////////////////////////////////////////////// $module->version = 2003091400; // The current module version (Date: YYYYMMDDXX) +$module->requires = 2004010100; // Requires this Moodle version $module->cron = 0; // Period for cron to check this module (secs) ?> diff --git a/mod/quiz/version.php b/mod/quiz/version.php index 353d0cc356..dae31e9aab 100644 --- a/mod/quiz/version.php +++ b/mod/quiz/version.php @@ -6,6 +6,7 @@ //////////////////////////////////////////////////////////////////////////////// $module->version = 2003111100; // The (date) version of this module +$module->requires = 2004010100; // Requires this Moodle version $module->cron = 0; // How often should cron check this module (seconds)? ?> diff --git a/mod/resource/version.php b/mod/resource/version.php index 5c8804fa12..f4a6b3233d 100644 --- a/mod/resource/version.php +++ b/mod/resource/version.php @@ -6,6 +6,7 @@ //////////////////////////////////////////////////////////////////////////////// $module->version = 2003082000; +$module->requires = 2004012000; // Requires this Moodle version $module->cron = 0; ?> diff --git a/mod/survey/version.php b/mod/survey/version.php index a843367188..50f6c68d99 100644 --- a/mod/survey/version.php +++ b/mod/survey/version.php @@ -5,7 +5,8 @@ // This fragment is called by /admin/index.php //////////////////////////////////////////////////////////////////////////////// -$module->version = 2002122300; +$module->version = 2003051502; +$module->requires = 2004010100; // Requires this Moodle version $module->cron = 0; ?> diff --git a/mod/workshop/version.php b/mod/workshop/version.php index 42326d7383..9181ee15d1 100644 --- a/mod/workshop/version.php +++ b/mod/workshop/version.php @@ -6,6 +6,7 @@ //////////////////////////////////////////////////////////////////////////////// $module->version = 2003113000; +$module->requires = 2004010100; // Requires this Moodle version $module->cron = 60; ?>