<?php
+// This file is part of Moodle - http://moodle.org/
+//
+// Moodle is free software: you can redistribute it and/or modify
+// it under the terms of the GNU General Public License as published by
+// the Free Software Foundation, either version 3 of the License, or
+// (at your option) any later version.
+//
+// Moodle is distributed in the hope that it will be useful,
+// but WITHOUT ANY WARRANTY; without even the implied warranty of
+// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+// GNU General Public License for more details.
+//
+// You should have received a copy of the GNU General Public License
+// along with Moodle. If not, see <http://www.gnu.org/licenses/>.
-////////////////////////////////////////////////////////////////////////////////
-// Code fragment to define the module version etc.
-// This fragment is called by /admin/index.php
-////////////////////////////////////////////////////////////////////////////////
-
-$module->version = 2010102600;
-$module->requires = 2010102600; // Requires this Moodle version
-$module->cron = 60;
+/**
+ * Version information
+ *
+ * @package mod
+ * @subpackage assignment
+ * @copyright 1999 onwards Martin Dougiamas {@link http://moodle.com}
+ * @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
+ */
+defined('MOODLE_INTERNAL') || die();
+$module->version = 2011112900; // The current module version (Date: YYYYMMDDXX)
+$module->requires = 2011112900; // Requires this Moodle version
+$module->component = 'mod_assignment'; // Full name of the plugin (used for diagnostics)
+$module->cron = 60;
<?php
+// This file is part of Moodle - http://moodle.org/
+//
+// Moodle is free software: you can redistribute it and/or modify
+// it under the terms of the GNU General Public License as published by
+// the Free Software Foundation, either version 3 of the License, or
+// (at your option) any later version.
+//
+// Moodle is distributed in the hope that it will be useful,
+// but WITHOUT ANY WARRANTY; without even the implied warranty of
+// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+// GNU General Public License for more details.
+//
+// You should have received a copy of the GNU General Public License
+// along with Moodle. If not, see <http://www.gnu.org/licenses/>.
-/////////////////////////////////////////////////////////////////////////////////
-/// Code fragment to define the version of chat
-/// This fragment is called by moodle_needs_upgrading() and /admin/index.php
-/////////////////////////////////////////////////////////////////////////////////
+/**
+ * Version information
+ *
+ * @package mod
+ * @subpackage chat
+ * @copyright 1999 onwards Martin Dougiamas {@link http://moodle.com}
+ * @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
+ */
-$module->version = 2010080302; // The (date) version of this module
-$module->requires = 2010080300; // Requires this Moodle version
-$module->cron = 300; // How often should cron check this module (seconds)?
+defined('MOODLE_INTERNAL') || die();
+
+$module->version = 2011112900; // The current module version (Date: YYYYMMDDXX)
+$module->requires = 2011112900; // Requires this Moodle version
+$module->component = 'mod_chat'; // Full name of the plugin (used for diagnostics)
+$module->cron = 300;
<?php
+// This file is part of Moodle - http://moodle.org/
+//
+// Moodle is free software: you can redistribute it and/or modify
+// it under the terms of the GNU General Public License as published by
+// the Free Software Foundation, either version 3 of the License, or
+// (at your option) any later version.
+//
+// Moodle is distributed in the hope that it will be useful,
+// but WITHOUT ANY WARRANTY; without even the implied warranty of
+// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+// GNU General Public License for more details.
+//
+// You should have received a copy of the GNU General Public License
+// along with Moodle. If not, see <http://www.gnu.org/licenses/>.
-////////////////////////////////////////////////////////////////////////////////
-// Code fragment to define the module version etc.
-// This fragment is called by /admin/index.php
-////////////////////////////////////////////////////////////////////////////////
-
-$module->version = 2010101301;
-$module->requires = 2010080300; // Requires this Moodle version
-$module->cron = 0;
+/**
+ * Version information
+ *
+ * @package mod
+ * @subpackage choice
+ * @copyright 1999 onwards Martin Dougiamas {@link http://moodle.com}
+ * @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
+ */
+defined('MOODLE_INTERNAL') || die();
+$module->version = 2011112900; // The current module version (Date: YYYYMMDDXX)
+$module->requires = 2011112900; // Requires this Moodle version
+$module->component = 'mod_choice'; // Full name of the plugin (used for diagnostics)
+$module->cron = 0;
*
* @package mod
* @subpackage data
- * @copyright 2005 onwards Martin Dougiamas {@link http://moodle.com}
+ * @copyright 2005 onwards Martin Dougiamas {@link http://moodle.com}
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
*/
defined('MOODLE_INTERNAL') || die();
-$module->version = 2011102800;
-$module->requires = 2011102700; // Requires this Moodle version
-$module->cron = 60; // Period for cron to check this module (secs)
+$module->version = 2011112900; // The current module version (Date: YYYYMMDDXX)
+$module->requires = 2011112900; // Requires this Moodle version
+$module->component = 'mod_data'; // Full name of the plugin (used for diagnostics)
+$module->cron = 60;
// along with Moodle. If not, see <http://www.gnu.org/licenses/>.
/**
- * Code fragment to define the version of feedback
- * This fragment is called by moodle_needs_upgrading() and /admin/index.php
+ * Feedback version information
*
- * @author Andreas Grabs
- * @license http://www.gnu.org/copyleft/gpl.html GNU Public License
- * @package feedback
+ * @package mod
+ * @subpackage feedback
+ * @author Andreas Grabs
+ * @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
*/
+defined('MOODLE_INTERNAL') || die();
-$module->version = 2011102800; // The current module version (Date: YYYYMMDDXX)
-$module->requires = 2011102700; // Requires this Moodle version
-$feedback_version_intern = 1; //this version is used for restore older backups
-$module->cron = 0; // Period for cron to check this module (secs)
+$module->version = 2011112900; // The current module version (Date: YYYYMMDDXX)
+$module->requires = 2011112900; // Requires this Moodle version
+$module->component = 'mod_feedback'; // Full name of the plugin (used for diagnostics)
+$module->cron = 0;
+$feedback_version_intern = 1; //this version is used for restore older backups
<?php
-
// This file is part of Moodle - http://moodle.org/
//
// Moodle is free software: you can redistribute it and/or modify
defined('MOODLE_INTERNAL') || die();
-$module->version = 2010101400;
-$module->requires = 2010080300; // Requires this Moodle version
-$module->cron = 0;
-
+$module->version = 2011112900; // The current module version (Date: YYYYMMDDXX)
+$module->requires = 2011112900; // Requires this Moodle version
+$module->component = 'mod_folder'; // Full name of the plugin (used for diagnostics)
+$module->cron = 0;
// along with Moodle. If not, see <http://www.gnu.org/licenses/>.
/**
- * Code fragment to define the module version etc.
- * This fragment is called by /admin/index.php
+ * Version information
*
* @package mod
* @subpackage forum
defined('MOODLE_INTERNAL') || die();
-$module->version = 2011110601;
-$module->requires = 2011110200; // Requires this Moodle version
+$module->version = 2011112900; // The current module version (Date: YYYYMMDDXX)
+$module->requires = 2011112900; // Requires this Moodle version
+$module->component = 'mod_forum'; // Full name of the plugin (used for diagnostics)
$module->cron = 60;
-$module->component = 'mod_forum';
\ No newline at end of file
defined('MOODLE_INTERNAL') || die();
-$module->version = 2011102800;
-$module->requires = 2011102700; // Requires this Moodle version
-$module->cron = 0; // Period for cron to check this module (secs)
+$module->version = 2011112900; // The current module version (Date: YYYYMMDDXX)
+$module->requires = 2011112900; // Requires this Moodle version
+$module->component = 'mod_glossary'; // Full name of the plugin (used for diagnostics)
+$module->cron = 0;
<?php
-
// This file is part of Moodle - http://moodle.org/
//
// Moodle is free software: you can redistribute it and/or modify
defined('MOODLE_INTERNAL') || die();
-$module->version = 2010101400;
-$module->requires = 2010080300; // Requires this Moodle version
-$module->cron = 0;
-
+$module->version = 2011112900; // The current module version (Date: YYYYMMDDXX)
+$module->requires = 2011112900; // Requires this Moodle version
+$module->component = 'mod_imscp'; // Full name of the plugin (used for diagnostics)
+$module->cron = 0;
<?php
-
// This file is part of Moodle - http://moodle.org/
//
// Moodle is free software: you can redistribute it and/or modify
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
*/
-defined('MOODLE_INTERNAL') || die;
-
-$module->version = 2010080300; // The current module version (Date: YYYYMMDDXX)
-$module->requires = 2010080300; // Requires this Moodle version
-$module->cron = 0; // Period for cron to check this module (secs)
-
+defined('MOODLE_INTERNAL') || die();
+$module->version = 2011112900; // The current module version (Date: YYYYMMDDXX)
+$module->requires = 2011112900; // Requires this Moodle version
+$module->component = 'mod_label'; // Full name of the plugin (used for diagnostics)
+$module->cron = 0;
<?php
-
// This file is part of Moodle - http://moodle.org/
//
// Moodle is free software: you can redistribute it and/or modify
// along with Moodle. If not, see <http://www.gnu.org/licenses/>.
/**
- * Code fragment to define the version of lesson
- * This fragment is called by moodle_needs_upgrading() and /admin/index.php
+ * Version information
*
* @package mod
* @subpackage lesson
* @copyright 1999 onwards Martin Dougiamas {@link http://moodle.com}
- * @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or late
- **/
+ * @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
+ */
defined('MOODLE_INTERNAL') || die();
-$module->version = 2010122200; // The current module version (Date: YYYYMMDDXX)
-$module->requires = 2010080300; // Requires this Moodle version
-$module->cron = 0; // Period for cron to check this module (secs)
-
-
+$module->version = 2011112900; // The current module version (Date: YYYYMMDDXX)
+$module->requires = 2011112900; // Requires this Moodle version
+$module->component = 'mod_lesson'; // Full name of the plugin (used for diagnostics)
+$module->cron = 0;
defined('MOODLE_INTERNAL') || die;
-$module->version = 2011111601;;
-$module->requires = 2011110200; // Requires this Moodle version
+$module->version = 2011112900; // The current module version (Date: YYYYMMDDXX)
+$module->requires = 2011112900; // Requires this Moodle version
+$module->component = 'mod_lti'; // Full name of the plugin (used for diagnostics)
$module->cron = 0;
-$module->component = 'mod_lti';
<?php
-
// This file is part of Moodle - http://moodle.org/
//
// Moodle is free software: you can redistribute it and/or modify
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
*/
-defined('MOODLE_INTERNAL') || die;
-
-$module->version = 2010101400;
-$module->requires = 2010080300; // Requires this Moodle version
-$module->cron = 0;
+defined('MOODLE_INTERNAL') || die();
+$module->version = 2011112900; // The current module version (Date: YYYYMMDDXX)
+$module->requires = 2011112900; // Requires this Moodle version
+$module->component = 'mod_page'; // Full name of the plugin (used for diagnostics)
+$module->cron = 0;
defined('MOODLE_INTERNAL') || die();
-$module->version = 2011100604;
-$module->requires = 2011060313;
-$module->cron = 0;
+$module->version = 2011112900; // The current module version (Date: YYYYMMDDXX)
+$module->requires = 2011112900; // Requires this Moodle version
+$module->component = 'mod_quiz'; // Full name of the plugin (used for diagnostics)
+$module->cron = 0;
<?php
-
// This file is part of Moodle - http://moodle.org/
//
// Moodle is free software: you can redistribute it and/or modify
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
*/
-defined('MOODLE_INTERNAL') || die;
+defined('MOODLE_INTERNAL') || die();
-$module->version = 2011022700;
-$module->requires = 2010080300; // Requires this Moodle version
+$module->version = 2011112900; // The current module version (Date: YYYYMMDDXX)
+$module->requires = 2011112900; // Requires this Moodle version
+$module->component = 'mod_resource'; // Full name of the plugin (used for diagnostics)
$module->cron = 0;
-$module->component = 'mod_resource';
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
*/
-$module->version = 2011110502; // The (date) version of this module
-$module->requires = 2010080300; // The version of Moodle that is required
-$module->cron = 300; // How often should cron check this module (seconds)?
+defined('MOODLE_INTERNAL') || die();
+
+$module->version = 2011112900; // The current module version (Date: YYYYMMDDXX)
+$module->requires = 2011112900; // Requires this Moodle version
+$module->component = 'mod_scorm'; // Full name of the plugin (used for diagnostics)
+$module->cron = 300;
<?php
+// This file is part of Moodle - http://moodle.org/
+//
+// Moodle is free software: you can redistribute it and/or modify
+// it under the terms of the GNU General Public License as published by
+// the Free Software Foundation, either version 3 of the License, or
+// (at your option) any later version.
+//
+// Moodle is distributed in the hope that it will be useful,
+// but WITHOUT ANY WARRANTY; without even the implied warranty of
+// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+// GNU General Public License for more details.
+//
+// You should have received a copy of the GNU General Public License
+// along with Moodle. If not, see <http://www.gnu.org/licenses/>.
-////////////////////////////////////////////////////////////////////////////////
-// Code fragment to define the module version etc.
-// This fragment is called by /admin/index.php
-////////////////////////////////////////////////////////////////////////////////
-
-$module->version = 2010080300;
-$module->requires = 2010080300; // Requires this Moodle version
-$module->cron = 0;
+/**
+ * Version information
+ *
+ * @package mod
+ * @subpackage survey
+ * @copyright 1999 onwards Martin Dougiamas {@link http://moodle.com}
+ * @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
+ */
+defined('MOODLE_INTERNAL') || die();
+$module->version = 2011112900; // The current module version (Date: YYYYMMDDXX)
+$module->requires = 2011112900; // Requires this Moodle version
+$module->component = 'mod_survey'; // Full name of the plugin (used for diagnostics)
+$module->cron = 0;
<?php
-
// This file is part of Moodle - http://moodle.org/
//
// Moodle is free software: you can redistribute it and/or modify
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
*/
-defined('MOODLE_INTERNAL') || die;
-
-$module->version = 2011092801;
-$module->requires = 2010080300; // Requires this Moodle version
-$module->cron = 0;
+defined('MOODLE_INTERNAL') || die();
+$module->version = 2011112900; // The current module version (Date: YYYYMMDDXX)
+$module->requires = 2011112900; // Requires this Moodle version
+$module->component = 'mod_url'; // Full name of the plugin (used for diagnostics)
+$module->cron = 0;
<?php
-
// This file is part of Moodle - http://moodle.org/
//
// Moodle is free software: you can redistribute it and/or modify
//
// Moodle is distributed in the hope that it will be useful,
// but WITHOUT ANY WARRANTY; without even the implied warranty of
-// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
// GNU General Public License for more details.
//
// You should have received a copy of the GNU General Public License
-// along with Moodle. If not, see <http://www.gnu.org/licenses/>.
+// along with Moodle. If not, see <http://www.gnu.org/licenses/>.
/**
* Code fragment to define the version of wiki
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
*/
-$module->version = 2011011001; // The current module version (Date: YYYYMMDDXX)
-$module->requires = 2010080300;
-$module->cron = 0; // Period for cron to check this module (secs)
+defined('MOODLE_INTERNAL') || die();
+
+$module->version = 2011112900; // The current module version (Date: YYYYMMDDXX)
+$module->requires = 2011112900; // Requires this Moodle version
+$module->component = 'mod_wiki'; // Full name of the plugin (used for diagnostics)
+$module->cron = 0;
<?php
-
// This file is part of Moodle - http://moodle.org/
//
// Moodle is free software: you can redistribute it and/or modify
/**
* Defines the version of workshop
*
- * This code fragment is called by moodle_needs_upgrading() and
- * /admin/index.php
- *
* @package mod
* @subpackage workshop
* @copyright 2009 David Mudrak <david.mudrak@gmail.com>
defined('MOODLE_INTERNAL') || die();
-$module->version = 2011110400;
-$module->requires = 2011020900; // Requires this Moodle version
-//$module->cron = 60;
+$module->version = 2011112900; // The current module version (Date: YYYYMMDDXX)
+$module->requires = 2011112900; // Requires this Moodle version
+$module->component = 'mod_workshop'; // Full name of the plugin (used for diagnostics)
+$module->cron = 0;