Deprecating old "upgrade" files. MDL-7214

Merged from MOODLE_17_STABLE
This commit is contained in:
stronk7 2006-10-26 22:46:02 +00:00
parent 3aac1dc9a0
commit 5d0fc5c33d
46 changed files with 315 additions and 247 deletions

View file

@ -1,21 +1,9 @@
<?php //$Id$ <?php //$Id$
// THIS FILE IS DEPRECATED! PLEASE DO NOT MAKE CHANGES TO IT!
// //
// This file keeps track of upgrades to Moodle's // IT IS USED ONLY FOR UPGRADES FROM BEFORE MOODLE 1.7, ALL
// backup/restore utility. // LATER CHANGES SHOULD USE upgrade.php IN THIS DIRECTORY.
//
// Sometimes, changes between versions involve
// alterations to database structures and other
// major things that may break installations.
//
// The upgrade function in this file will attempt
// to perform all the necessary actions to upgrade
// your older installtion to the current version.
//
// If there's something it cannot do itself, it
// will tell you what you need to do.
//
// Versions are defined by backup_version.php
//
function backup_upgrade($oldversion=0) { function backup_upgrade($oldversion=0) {
@ -61,6 +49,8 @@ function backup_upgrade($oldversion=0) {
table_column('backup_courses', 'nextstarttime', 'nextstarttime', 'integer', '', '', '0'); table_column('backup_courses', 'nextstarttime', 'nextstarttime', 'integer', '', '', '0');
} }
////// DO NOT ADD NEW THINGS HERE!! USE upgrade.php and the lib/ddllib.php functions.
//Finally, return result //Finally, return result
return $result; return $result;

View file

@ -1,20 +1,9 @@
<?PHP //$Id$ <?PHP //$Id$
// THIS FILE IS DEPRECATED! PLEASE DO NOT MAKE CHANGES TO IT!
// //
// This file keeps track of upgrades to Moodle's // IT IS USED ONLY FOR UPGRADES FROM BEFORE MOODLE 1.7, ALL
// blocks system. // LATER CHANGES SHOULD USE upgrade.php IN THIS DIRECTORY.
//
// Sometimes, changes between versions involve
// alterations to database structures and other
// major things that may break installations.
//
// The upgrade function in this file will attempt
// to perform all the necessary actions to upgrade
// your older installtion to the current version.
//
// If there's something it cannot do itself, it
// will tell you what you need to do.
//
// Versions are defined by backup_version.php
// //
// This file is tailored to PostgreSQL // This file is tailored to PostgreSQL
@ -28,6 +17,8 @@ function activity_modules_upgrade($oldversion=0) {
$result = true; //Nothing to do $result = true; //Nothing to do
} }
////// DO NOT ADD NEW THINGS HERE!! USE upgrade.php and the lib/ddllib.php functions.
//Finally, return result //Finally, return result
return $result; return $result;
} }

View file

@ -1,20 +1,9 @@
<?PHP //$Id$ <?PHP //$Id$
// THIS FILE IS DEPRECATED! PLEASE DO NOT MAKE CHANGES TO IT!
// //
// This file keeps track of upgrades to Moodle's // IT IS USED ONLY FOR UPGRADES FROM BEFORE MOODLE 1.7, ALL
// blocks system. // LATER CHANGES SHOULD USE upgrade.php IN THIS DIRECTORY.
//
// Sometimes, changes between versions involve
// alterations to database structures and other
// major things that may break installations.
//
// The upgrade function in this file will attempt
// to perform all the necessary actions to upgrade
// your older installtion to the current version.
//
// If there's something it cannot do itself, it
// will tell you what you need to do.
//
// Versions are defined by backup_version.php
// //
// This file is tailored to PostgreSQL // This file is tailored to PostgreSQL
@ -28,6 +17,8 @@ function admin_upgrade($oldversion=0) {
$result = true; //Nothing to do $result = true; //Nothing to do
} }
////// DO NOT ADD NEW THINGS HERE!! USE upgrade.php and the lib/ddllib.php functions.
//Finally, return result //Finally, return result
return $result; return $result;
} }

View file

@ -1,20 +1,9 @@
<?PHP //$Id$ <?PHP //$Id$
// THIS FILE IS DEPRECATED! PLEASE DO NOT MAKE CHANGES TO IT!
// //
// This file keeps track of upgrades to Moodle's // IT IS USED ONLY FOR UPGRADES FROM BEFORE MOODLE 1.7, ALL
// blocks system. // LATER CHANGES SHOULD USE upgrade.php IN THIS DIRECTORY.
//
// Sometimes, changes between versions involve
// alterations to database structures and other
// major things that may break installations.
//
// The upgrade function in this file will attempt
// to perform all the necessary actions to upgrade
// your older installtion to the current version.
//
// If there's something it cannot do itself, it
// will tell you what you need to do.
//
// Versions are defined by backup_version.php
// //
// This file is tailored to PostgreSQL // This file is tailored to PostgreSQL
@ -28,6 +17,8 @@ function calendar_month_upgrade($oldversion=0) {
$result = true; //Nothing to do $result = true; //Nothing to do
} }
////// DO NOT ADD NEW THINGS HERE!! USE upgrade.php and the lib/ddllib.php functions.
//Finally, return result //Finally, return result
return $result; return $result;
} }

View file

@ -1,20 +1,9 @@
<?PHP //$Id$ <?PHP //$Id$
// THIS FILE IS DEPRECATED! PLEASE DO NOT MAKE CHANGES TO IT!
// //
// This file keeps track of upgrades to Moodle's // IT IS USED ONLY FOR UPGRADES FROM BEFORE MOODLE 1.7, ALL
// blocks system. // LATER CHANGES SHOULD USE upgrade.php IN THIS DIRECTORY.
//
// Sometimes, changes between versions involve
// alterations to database structures and other
// major things that may break installations.
//
// The upgrade function in this file will attempt
// to perform all the necessary actions to upgrade
// your older installtion to the current version.
//
// If there's something it cannot do itself, it
// will tell you what you need to do.
//
// Versions are defined by backup_version.php
// //
// This file is tailored to PostgreSQL // This file is tailored to PostgreSQL
@ -28,6 +17,8 @@ function calendar_upcoming_upgrade($oldversion=0) {
$result = true; //Nothing to do $result = true; //Nothing to do
} }
////// DO NOT ADD NEW THINGS HERE!! USE upgrade.php and the lib/ddllib.php functions.
//Finally, return result //Finally, return result
return $result; return $result;
} }

View file

@ -1,20 +1,9 @@
<?PHP //$Id$ <?PHP //$Id$
// THIS FILE IS DEPRECATED! PLEASE DO NOT MAKE CHANGES TO IT!
// //
// This file keeps track of upgrades to Moodle's // IT IS USED ONLY FOR UPGRADES FROM BEFORE MOODLE 1.7, ALL
// blocks system. // LATER CHANGES SHOULD USE upgrade.php IN THIS DIRECTORY.
//
// Sometimes, changes between versions involve
// alterations to database structures and other
// major things that may break installations.
//
// The upgrade function in this file will attempt
// to perform all the necessary actions to upgrade
// your older installtion to the current version.
//
// If there's something it cannot do itself, it
// will tell you what you need to do.
//
// Versions are defined by backup_version.php
// //
// This file is tailored to PostgreSQL // This file is tailored to PostgreSQL
@ -28,6 +17,8 @@ function course_list_upgrade($oldversion=0) {
$result = true; //Nothing to do $result = true; //Nothing to do
} }
////// DO NOT ADD NEW THINGS HERE!! USE upgrade.php and the lib/ddllib.php functions.
//Finally, return result //Finally, return result
return $result; return $result;
} }

View file

@ -1,20 +1,9 @@
<?PHP //$Id$ <?PHP //$Id$
// THIS FILE IS DEPRECATED! PLEASE DO NOT MAKE CHANGES TO IT!
// //
// This file keeps track of upgrades to Moodle's // IT IS USED ONLY FOR UPGRADES FROM BEFORE MOODLE 1.7, ALL
// blocks system. // LATER CHANGES SHOULD USE upgrade.php IN THIS DIRECTORY.
//
// Sometimes, changes between versions involve
// alterations to database structures and other
// major things that may break installations.
//
// The upgrade function in this file will attempt
// to perform all the necessary actions to upgrade
// your older installtion to the current version.
//
// If there's something it cannot do itself, it
// will tell you what you need to do.
//
// Versions are defined by backup_version.php
// //
// This file is tailored to PostgreSQL // This file is tailored to PostgreSQL
@ -28,6 +17,8 @@ function course_summary_upgrade($oldversion=0) {
$result = true; //Nothing to do $result = true; //Nothing to do
} }
////// DO NOT ADD NEW THINGS HERE!! USE upgrade.php and the lib/ddllib.php functions.
//Finally, return result //Finally, return result
return $result; return $result;
} }

View file

@ -1,20 +1,9 @@
<?PHP //$Id$ <?PHP //$Id$
// THIS FILE IS DEPRECATED! PLEASE DO NOT MAKE CHANGES TO IT!
// //
// This file keeps track of upgrades to Moodle's // IT IS USED ONLY FOR UPGRADES FROM BEFORE MOODLE 1.7, ALL
// blocks system. // LATER CHANGES SHOULD USE upgrade.php IN THIS DIRECTORY.
//
// Sometimes, changes between versions involve
// alterations to database structures and other
// major things that may break installations.
//
// The upgrade function in this file will attempt
// to perform all the necessary actions to upgrade
// your older installtion to the current version.
//
// If there's something it cannot do itself, it
// will tell you what you need to do.
//
// Versions are defined by backup_version.php
// //
// This file is tailored to PostgreSQL // This file is tailored to PostgreSQL
@ -163,6 +152,8 @@ global $CFG;
modify_database('','CREATE INDEX prefix_block_pinned_pagetype_idx ON prefix_block_pinned (pagetype);'); modify_database('','CREATE INDEX prefix_block_pinned_pagetype_idx ON prefix_block_pinned (pagetype);');
} }
////// DO NOT ADD NEW THINGS HERE!! USE upgrade.php and the lib/ddllib.php functions.
//Finally, return result //Finally, return result
return $result; return $result;
} }

View file

@ -1,20 +1,9 @@
<?PHP //$Id$ <?PHP //$Id$
// THIS FILE IS DEPRECATED! PLEASE DO NOT MAKE CHANGES TO IT!
// //
// This file keeps track of upgrades to Moodle's // IT IS USED ONLY FOR UPGRADES FROM BEFORE MOODLE 1.7, ALL
// blocks system. // LATER CHANGES SHOULD USE upgrade.php IN THIS DIRECTORY.
//
// Sometimes, changes between versions involve
// alterations to database structures and other
// major things that may break installations.
//
// The upgrade function in this file will attempt
// to perform all the necessary actions to upgrade
// your older installtion to the current version.
//
// If there's something it cannot do itself, it
// will tell you what you need to do.
//
// Versions are defined by backup_version.php
// //
// This file is tailored to PostgreSQL // This file is tailored to PostgreSQL
@ -28,6 +17,8 @@ function news_items_upgrade($oldversion=0) {
$result = true; //Nothing to do $result = true; //Nothing to do
} }
////// DO NOT ADD NEW THINGS HERE!! USE upgrade.php and the lib/ddllib.php functions.
//Finally, return result //Finally, return result
return $result; return $result;
} }

View file

@ -1,20 +1,9 @@
<?PHP //$Id$ <?PHP //$Id$
// THIS FILE IS DEPRECATED! PLEASE DO NOT MAKE CHANGES TO IT!
// //
// This file keeps track of upgrades to Moodle's // IT IS USED ONLY FOR UPGRADES FROM BEFORE MOODLE 1.7, ALL
// blocks system. // LATER CHANGES SHOULD USE upgrade.php IN THIS DIRECTORY.
//
// Sometimes, changes between versions involve
// alterations to database structures and other
// major things that may break installations.
//
// The upgrade function in this file will attempt
// to perform all the necessary actions to upgrade
// your older installtion to the current version.
//
// If there's something it cannot do itself, it
// will tell you what you need to do.
//
// Versions are defined by backup_version.php
// //
// This file is tailored to PostgreSQL // This file is tailored to PostgreSQL
@ -28,6 +17,8 @@ function online_users_upgrade($oldversion=0) {
$result = true; //Nothing to do $result = true; //Nothing to do
} }
////// DO NOT ADD NEW THINGS HERE!! USE upgrade.php and the lib/ddllib.php functions.
//Finally, return result //Finally, return result
return $result; return $result;
} }

View file

@ -1,20 +1,9 @@
<?PHP //$Id$ <?PHP //$Id$
// THIS FILE IS DEPRECATED! PLEASE DO NOT MAKE CHANGES TO IT!
// //
// This file keeps track of upgrades to Moodle's // IT IS USED ONLY FOR UPGRADES FROM BEFORE MOODLE 1.7, ALL
// blocks system. // LATER CHANGES SHOULD USE upgrade.php IN THIS DIRECTORY.
//
// Sometimes, changes between versions involve
// alterations to database structures and other
// major things that may break installations.
//
// The upgrade function in this file will attempt
// to perform all the necessary actions to upgrade
// your older installtion to the current version.
//
// If there's something it cannot do itself, it
// will tell you what you need to do.
//
// Versions are defined by backup_version.php
// //
// This file is tailored to PostgreSQL // This file is tailored to PostgreSQL
@ -28,6 +17,8 @@ function participants_upgrade($oldversion=0) {
$result = true; //Nothing to do $result = true; //Nothing to do
} }
////// DO NOT ADD NEW THINGS HERE!! USE upgrade.php and the lib/ddllib.php functions.
//Finally, return result //Finally, return result
return $result; return $result;
} }

View file

@ -1,20 +1,9 @@
<?PHP //$Id$ <?PHP //$Id$
// THIS FILE IS DEPRECATED! PLEASE DO NOT MAKE CHANGES TO IT!
// //
// This file keeps track of upgrades to Moodle's // IT IS USED ONLY FOR UPGRADES FROM BEFORE MOODLE 1.7, ALL
// blocks system. // LATER CHANGES SHOULD USE upgrade.php IN THIS DIRECTORY.
//
// Sometimes, changes between versions involve
// alterations to database structures and other
// major things that may break installations.
//
// The upgrade function in this file will attempt
// to perform all the necessary actions to upgrade
// your older installtion to the current version.
//
// If there's something it cannot do itself, it
// will tell you what you need to do.
//
// Versions are defined by backup_version.php
// //
// This file is tailored to PostgreSQL // This file is tailored to PostgreSQL
@ -28,6 +17,8 @@ function recent_activity_upgrade($oldversion=0) {
$result = true; //Nothing to do $result = true; //Nothing to do
} }
////// DO NOT ADD NEW THINGS HERE!! USE upgrade.php and the lib/ddllib.php functions.
//Finally, return result //Finally, return result
return $result; return $result;
} }

View file

@ -1,5 +1,10 @@
<?php //$Id$ <?php //$Id$
// THIS FILE IS DEPRECATED! PLEASE DO NOT MAKE CHANGES TO IT!
//
// IT IS USED ONLY FOR UPGRADES FROM BEFORE MOODLE 1.7, ALL
// LATER CHANGES SHOULD USE upgrade.php IN THIS DIRECTORY.
function rss_client_upgrade($oldversion) { function rss_client_upgrade($oldversion) {
/// This function does anything necessary to upgrade /// This function does anything necessary to upgrade
/// older versions to match current functionality /// older versions to match current functionality
@ -131,8 +136,10 @@ function rss_client_upgrade($oldversion) {
} }
} }
} }
////// DO NOT ADD NEW THINGS HERE!! USE upgrade.php and the lib/ddllib.php functions.
return true; return true;
} }
?> ?>

View file

@ -1,20 +1,9 @@
<?php <?php
// THIS FILE IS DEPRECATED! PLEASE DO NOT MAKE CHANGES TO IT!
// //
// This file keeps track of upgrades to Moodle's // IT IS USED ONLY FOR UPGRADES FROM BEFORE MOODLE 1.7, ALL
// blocks system. // LATER CHANGES SHOULD USE upgrade.php IN THIS DIRECTORY.
//
// Sometimes, changes between versions involve
// alterations to database structures and other
// major things that may break installations.
//
// The upgrade function in this file will attempt
// to perform all the necessary actions to upgrade
// your older installtion to the current version.
//
// If there's something it cannot do itself, it
// will tell you what you need to do.
//
// Versions are defined by backup_version.php
// //
// This file is tailored to pgsql // This file is tailored to pgsql
@ -28,6 +17,8 @@ function search_upgrade($oldversion=0) {
$result = true; //Nothing to do $result = true; //Nothing to do
} }
////// DO NOT ADD NEW THINGS HERE!! USE upgrade.php and the lib/ddllib.php functions.
//Finally, return result //Finally, return result
return $result; return $result;
} }

View file

@ -1,20 +1,9 @@
<?PHP //$Id$ <?PHP //$Id$
// THIS FILE IS DEPRECATED! PLEASE DO NOT MAKE CHANGES TO IT!
// //
// This file keeps track of upgrades to Moodle's // IT IS USED ONLY FOR UPGRADES FROM BEFORE MOODLE 1.7, ALL
// blocks system. // LATER CHANGES SHOULD USE upgrade.php IN THIS DIRECTORY.
//
// Sometimes, changes between versions involve
// alterations to database structures and other
// major things that may break installations.
//
// The upgrade function in this file will attempt
// to perform all the necessary actions to upgrade
// your older installtion to the current version.
//
// If there's something it cannot do itself, it
// will tell you what you need to do.
//
// Versions are defined by backup_version.php
// //
// This file is tailored to PostgreSQL // This file is tailored to PostgreSQL
@ -28,6 +17,8 @@ function search_forums_upgrade($oldversion=0) {
$result = true; //Nothing to do $result = true; //Nothing to do
} }
////// DO NOT ADD NEW THINGS HERE!! USE upgrade.php and the lib/ddllib.php functions.
//Finally, return result //Finally, return result
return $result; return $result;
} }

View file

@ -1,20 +1,9 @@
<?PHP //$Id$ <?PHP //$Id$
// THIS FILE IS DEPRECATED! PLEASE DO NOT MAKE CHANGES TO IT!
// //
// This file keeps track of upgrades to Moodle's // IT IS USED ONLY FOR UPGRADES FROM BEFORE MOODLE 1.7, ALL
// blocks system. // LATER CHANGES SHOULD USE upgrade.php IN THIS DIRECTORY.
//
// Sometimes, changes between versions involve
// alterations to database structures and other
// major things that may break installations.
//
// The upgrade function in this file will attempt
// to perform all the necessary actions to upgrade
// your older installtion to the current version.
//
// If there's something it cannot do itself, it
// will tell you what you need to do.
//
// Versions are defined by backup_version.php
// //
// This file is tailored to PostgreSQL // This file is tailored to PostgreSQL
@ -28,6 +17,8 @@ function section_links_upgrade($oldversion=0) {
$result = true; //Nothing to do $result = true; //Nothing to do
} }
////// DO NOT ADD NEW THINGS HERE!! USE upgrade.php and the lib/ddllib.php functions.
//Finally, return result //Finally, return result
return $result; return $result;
} }

View file

@ -1,20 +1,9 @@
<?PHP //$Id$ <?PHP //$Id$
// THIS FILE IS DEPRECATED! PLEASE DO NOT MAKE CHANGES TO IT!
// //
// This file keeps track of upgrades to Moodle's // IT IS USED ONLY FOR UPGRADES FROM BEFORE MOODLE 1.7, ALL
// blocks system. // LATER CHANGES SHOULD USE upgrade.php IN THIS DIRECTORY.
//
// Sometimes, changes between versions involve
// alterations to database structures and other
// major things that may break installations.
//
// The upgrade function in this file will attempt
// to perform all the necessary actions to upgrade
// your older installtion to the current version.
//
// If there's something it cannot do itself, it
// will tell you what you need to do.
//
// Versions are defined by backup_version.php
// //
// This file is tailored to PostgreSQL // This file is tailored to PostgreSQL
@ -28,6 +17,8 @@ function social_activities_upgrade($oldversion=0) {
$result = true; //Nothing to do $result = true; //Nothing to do
} }
////// DO NOT ADD NEW THINGS HERE!! USE upgrade.php and the lib/ddllib.php functions.
//Finally, return result //Finally, return result
return $result; return $result;
} }

View file

@ -1,5 +1,10 @@
<?php //$Id$ <?php //$Id$
// THIS FILE IS DEPRECATED! PLEASE DO NOT MAKE CHANGES TO IT!
//
// IT IS USED ONLY FOR UPGRADES FROM BEFORE MOODLE 1.7, ALL
// LATER CHANGES SHOULD USE upgrade.php IN THIS DIRECTORY.
// PostgreSQL commands for upgrading this enrolment module // PostgreSQL commands for upgrading this enrolment module
function enrol_authorize_upgrade($oldversion=0) { function enrol_authorize_upgrade($oldversion=0) {
@ -144,6 +149,8 @@ function enrol_authorize_upgrade($oldversion=0) {
execute_sql("ALTER TABLE {$CFG->prefix}enrol_authorize ADD CONSTRAINT enroauth_pay_ck CHECK (paymentmethod IN ('cc', 'echeck'))", true); execute_sql("ALTER TABLE {$CFG->prefix}enrol_authorize ADD CONSTRAINT enroauth_pay_ck CHECK (paymentmethod IN ('cc', 'echeck'))", true);
} }
////// DO NOT ADD NEW THINGS HERE!! USE upgrade.php and the lib/ddllib.php functions.
return $result; return $result;
} }

View file

@ -1,5 +1,10 @@
<?PHP //$Id$ <?PHP //$Id$
// THIS FILE IS DEPRECATED! PLEASE DO NOT MAKE CHANGES TO IT!
//
// IT IS USED ONLY FOR UPGRADES FROM BEFORE MOODLE 1.7, ALL
// LATER CHANGES SHOULD USE upgrade.php IN THIS DIRECTORY.
// PostgreSQL commands for upgrading this enrolment module // PostgreSQL commands for upgrading this enrolment module
function enrol_paypal_upgrade($oldversion=0) { function enrol_paypal_upgrade($oldversion=0) {
@ -8,6 +13,8 @@ function enrol_paypal_upgrade($oldversion=0) {
$result = true; $result = true;
////// DO NOT ADD NEW THINGS HERE!! USE upgrade.php and the lib/ddllib.php functions.
return $result; return $result;
} }

View file

@ -1,5 +1,10 @@
<?php // $Id$ <?php // $Id$
// THIS FILE IS DEPRECATED! PLEASE DO NOT MAKE CHANGES TO IT!
//
// IT IS USED ONLY FOR UPGRADES FROM BEFORE MOODLE 1.7, ALL
// LATER CHANGES SHOULD USE upgrade.php IN THIS DIRECTORY.
function assignment_upgrade($oldversion) { function assignment_upgrade($oldversion) {
// This function does anything necessary to upgrade // This function does anything necessary to upgrade
// older versions to match current functionality // older versions to match current functionality
@ -175,6 +180,8 @@ function assignment_upgrade($oldversion) {
include_once("$CFG->dirroot/mod/assignment/lib.php"); include_once("$CFG->dirroot/mod/assignment/lib.php");
assignment_upgrade_submodules(); assignment_upgrade_submodules();
////// DO NOT ADD NEW THINGS HERE!! USE upgrade.php and the lib/ddllib.php functions.
return true; return true;
} }

View file

@ -1,5 +1,10 @@
<?php // $Id$ <?php // $Id$
// THIS FILE IS DEPRECATED! PLEASE DO NOT MAKE CHANGES TO IT!
//
// IT IS USED ONLY FOR UPGRADES FROM BEFORE MOODLE 1.7, ALL
// LATER CHANGES SHOULD USE upgrade.php IN THIS DIRECTORY.
function chat_upgrade($oldversion) { function chat_upgrade($oldversion) {
// This function does anything necessary to upgrade // This function does anything necessary to upgrade
// older versions to match current functionality // older versions to match current functionality
@ -52,6 +57,8 @@ function chat_upgrade($oldversion) {
modify_database('','ALTER TABLE prefix_chat_users ALTER lang SET NOT NULL'); modify_database('','ALTER TABLE prefix_chat_users ALTER lang SET NOT NULL');
} }
////// DO NOT ADD NEW THINGS HERE!! USE upgrade.php and the lib/ddllib.php functions.
return true; return true;
} }

View file

@ -1,5 +1,10 @@
<?php // $Id$ <?php // $Id$
// THIS FILE IS DEPRECATED! PLEASE DO NOT MAKE CHANGES TO IT!
//
// IT IS USED ONLY FOR UPGRADES FROM BEFORE MOODLE 1.7, ALL
// LATER CHANGES SHOULD USE upgrade.php IN THIS DIRECTORY.
function choice_upgrade($oldversion) { function choice_upgrade($oldversion) {
global $CFG; global $CFG;
@ -102,6 +107,9 @@ function choice_upgrade($oldversion) {
if ($oldversion < 2006020900) { //rename release column to showanswers - Release is now reserved word in mySql if ($oldversion < 2006020900) { //rename release column to showanswers - Release is now reserved word in mySql
table_column('choice', 'release', 'showresults', 'TINYINT', '2', 'unsigned', 0, 'not null'); table_column('choice', 'release', 'showresults', 'TINYINT', '2', 'unsigned', 0, 'not null');
} }
////// DO NOT ADD NEW THINGS HERE!! USE upgrade.php and the lib/ddllib.php functions.
return true; return true;
} }

View file

@ -1,5 +1,10 @@
<?php <?php
// THIS FILE IS DEPRECATED! PLEASE DO NOT MAKE CHANGES TO IT!
//
// IT IS USED ONLY FOR UPGRADES FROM BEFORE MOODLE 1.7, ALL
// LATER CHANGES SHOULD USE upgrade.php IN THIS DIRECTORY.
function data_upgrade($oldversion) { function data_upgrade($oldversion) {
/// This function does anything necessary to upgrade /// This function does anything necessary to upgrade
/// older versions to match current functionality /// older versions to match current functionality
@ -265,7 +270,9 @@ function data_upgrade($oldversion) {
execute_sql("ALTER TABLE {$CFG->prefix}data_content ALTER COLUMN content4 DROP NOT NULL"); execute_sql("ALTER TABLE {$CFG->prefix}data_content ALTER COLUMN content4 DROP NOT NULL");
execute_sql("ALTER TABLE {$CFG->prefix}data_content ALTER COLUMN content4 DROP DEFAULT"); execute_sql("ALTER TABLE {$CFG->prefix}data_content ALTER COLUMN content4 DROP DEFAULT");
} }
////// DO NOT ADD NEW THINGS HERE!! USE upgrade.php and the lib/ddllib.php functions.
return true; return true;
} }

View file

@ -1,5 +1,10 @@
<?php // $Id$ <?php // $Id$
// THIS FILE IS DEPRECATED! PLEASE DO NOT MAKE CHANGES TO IT!
//
// IT IS USED ONLY FOR UPGRADES FROM BEFORE MOODLE 1.7, ALL
// LATER CHANGES SHOULD USE upgrade.php IN THIS DIRECTORY.
function exercise_upgrade($oldversion) { function exercise_upgrade($oldversion) {
// This function does anything necessary to upgrade // This function does anything necessary to upgrade
// older versions to match current functionality // older versions to match current functionality
@ -43,7 +48,9 @@ function exercise_upgrade($oldversion) {
modify_database('','CREATE INDEX prefix_exercise_rubrics_exerciseid_idx ON prefix_exercise_rubrics (exerciseid);'); modify_database('','CREATE INDEX prefix_exercise_rubrics_exerciseid_idx ON prefix_exercise_rubrics (exerciseid);');
modify_database('','CREATE INDEX prefix_exercise_grades_exerciseid_idx ON prefix_exercise_grades (exerciseid);'); modify_database('','CREATE INDEX prefix_exercise_grades_exerciseid_idx ON prefix_exercise_grades (exerciseid);');
} }
////// DO NOT ADD NEW THINGS HERE!! USE upgrade.php and the lib/ddllib.php functions.
return true; return true;
} }

View file

@ -1,5 +1,10 @@
<?php // $Id$ <?php // $Id$
// THIS FILE IS DEPRECATED! PLEASE DO NOT MAKE CHANGES TO IT!
//
// IT IS USED ONLY FOR UPGRADES FROM BEFORE MOODLE 1.7, ALL
// LATER CHANGES SHOULD USE upgrade.php IN THIS DIRECTORY.
function forum_upgrade($oldversion) { function forum_upgrade($oldversion) {
// This function does anything necessary to upgrade // This function does anything necessary to upgrade
// older versions to match current functionality // older versions to match current functionality
@ -232,9 +237,11 @@ function forum_upgrade($oldversion) {
} }
} }
////// DO NOT ADD NEW THINGS HERE!! USE upgrade.php and the lib/ddllib.php functions.
return true; return true;
} }
?> ?>

View file

@ -1,4 +1,10 @@
<?PHP <?PHP
// THIS FILE IS DEPRECATED! PLEASE DO NOT MAKE CHANGES TO IT!
//
// IT IS USED ONLY FOR UPGRADES FROM BEFORE MOODLE 1.7, ALL
// LATER CHANGES SHOULD USE upgrade.php IN THIS DIRECTORY.
function hotpot_upgrade($oldversion) { function hotpot_upgrade($oldversion) {
global $CFG; global $CFG;
$ok = true; $ok = true;
@ -59,6 +65,8 @@ function hotpot_upgrade($oldversion) {
$ok = $ok && hotpot_update_to_v2_2(); $ok = $ok && hotpot_update_to_v2_2();
} }
////// DO NOT ADD NEW THINGS HERE!! USE upgrade.php and the lib/ddllib.php functions.
return $ok; return $ok;
} }
?> ?>

View file

@ -1,5 +1,10 @@
<?php // $Id$ <?php // $Id$
// THIS FILE IS DEPRECATED! PLEASE DO NOT MAKE CHANGES TO IT!
//
// IT IS USED ONLY FOR UPGRADES FROM BEFORE MOODLE 1.7, ALL
// LATER CHANGES SHOULD USE upgrade.php IN THIS DIRECTORY.
function journal_upgrade($oldversion) { function journal_upgrade($oldversion) {
// This function does anything necessary to upgrade // This function does anything necessary to upgrade
// older versions to match current functionality // older versions to match current functionality
@ -56,5 +61,7 @@ function journal_upgrade($oldversion) {
table_column('journal_entries', 'comment', 'entrycomment', 'text', '', '', ''); table_column('journal_entries', 'comment', 'entrycomment', 'text', '', '', '');
} }
////// DO NOT ADD NEW THINGS HERE!! USE upgrade.php and the lib/ddllib.php functions.
return $result; return $result;
} }

View file

@ -1,5 +1,10 @@
<?php <?php
// THIS FILE IS DEPRECATED! PLEASE DO NOT MAKE CHANGES TO IT!
//
// IT IS USED ONLY FOR UPGRADES FROM BEFORE MOODLE 1.7, ALL
// LATER CHANGES SHOULD USE upgrade.php IN THIS DIRECTORY.
function label_upgrade($oldversion) { function label_upgrade($oldversion) {
/// This function does anything necessary to upgrade /// This function does anything necessary to upgrade
@ -34,6 +39,8 @@ function label_upgrade($oldversion) {
modify_database('','CREATE INDEX prefix_label_course_idx ON prefix_label (course);'); modify_database('','CREATE INDEX prefix_label_course_idx ON prefix_label (course);');
} }
////// DO NOT ADD NEW THINGS HERE!! USE upgrade.php and the lib/ddllib.php functions.
return true; return true;
} }

View file

@ -1,5 +1,10 @@
<?PHP <?PHP
// THIS FILE IS DEPRECATED! PLEASE DO NOT MAKE CHANGES TO IT!
//
// IT IS USED ONLY FOR UPGRADES FROM BEFORE MOODLE 1.7, ALL
// LATER CHANGES SHOULD USE upgrade.php IN THIS DIRECTORY.
function lams_upgrade($oldversion) { function lams_upgrade($oldversion) {
/// This function does anything necessary to upgrade /// This function does anything necessary to upgrade
/// older versions to match current functionality /// older versions to match current functionality
@ -12,6 +17,8 @@ function lams_upgrade($oldversion) {
} }
////// DO NOT ADD NEW THINGS HERE!! USE upgrade.php and the lib/ddllib.php functions.
return true; return true;
} }

View file

@ -1,5 +1,10 @@
<?PHP <?PHP
// THIS FILE IS DEPRECATED! PLEASE DO NOT MAKE CHANGES TO IT!
//
// IT IS USED ONLY FOR UPGRADES FROM BEFORE MOODLE 1.7, ALL
// LATER CHANGES SHOULD USE upgrade.php IN THIS DIRECTORY.
function lesson_upgrade($oldversion) { function lesson_upgrade($oldversion) {
/// This function does anything necessary to upgrade /// This function does anything necessary to upgrade
/// older versions to match current functionality /// older versions to match current functionality
@ -358,6 +363,8 @@ function lesson_upgrade($oldversion) {
table_column('lesson_default', '', 'feedback', 'int', '3', 'unsigned', '1', 'not null', 'nextpagedefault'); table_column('lesson_default', '', 'feedback', 'int', '3', 'unsigned', '1', 'not null', 'nextpagedefault');
} }
////// DO NOT ADD NEW THINGS HERE!! USE upgrade.php and the lib/ddllib.php functions.
return true; return true;
} }

View file

@ -1,5 +1,10 @@
<?php // $Id$ <?php // $Id$
// THIS FILE IS DEPRECATED! PLEASE DO NOT MAKE CHANGES TO IT!
//
// IT IS USED ONLY FOR UPGRADES FROM BEFORE MOODLE 1.7, ALL
// LATER CHANGES SHOULD USE upgrade.php IN THIS DIRECTORY.
function quiz_upgrade($oldversion) { function quiz_upgrade($oldversion) {
// This function does anything necessary to upgrade // This function does anything necessary to upgrade
// older versions to match current functionality // older versions to match current functionality
@ -1466,6 +1471,8 @@ function quiz_upgrade($oldversion) {
$success = $success && table_column('question', 'commentarytext', 'generalfeedback', 'text', '', '', ''); $success = $success && table_column('question', 'commentarytext', 'generalfeedback', 'text', '', '', '');
} }
////// DO NOT ADD NEW THINGS HERE!! USE upgrade.php and the lib/ddllib.php functions.
return $success; return $success;
} }

View file

@ -1,5 +1,10 @@
<?php // $Id$ <?php // $Id$
// THIS FILE IS DEPRECATED! PLEASE DO NOT MAKE CHANGES TO IT!
//
// IT IS USED ONLY FOR UPGRADES FROM BEFORE MOODLE 1.7, ALL
// LATER CHANGES SHOULD USE upgrade.php IN THIS DIRECTORY.
function resource_upgrade($oldversion) { function resource_upgrade($oldversion) {
// This function does anything necessary to upgrade // This function does anything necessary to upgrade
// older versions to match current functionality // older versions to match current functionality
@ -61,6 +66,8 @@ function resource_upgrade($oldversion) {
$wtm->update( 'resource','alltext','options' ); $wtm->update( 'resource','alltext','options' );
} }
////// DO NOT ADD NEW THINGS HERE!! USE upgrade.php and the lib/ddllib.php functions.
return true; return true;
} }

View file

@ -1,5 +1,10 @@
<?php // $Id$ <?php // $Id$
// THIS FILE IS DEPRECATED! PLEASE DO NOT MAKE CHANGES TO IT!
//
// IT IS USED ONLY FOR UPGRADES FROM BEFORE MOODLE 1.7, ALL
// LATER CHANGES SHOULD USE upgrade.php IN THIS DIRECTORY.
function scorm_upgrade($oldversion) { function scorm_upgrade($oldversion) {
// This function does anything necessary to upgrade // This function does anything necessary to upgrade
// older versions to match current functionality // older versions to match current functionality
@ -249,6 +254,8 @@ function scorm_upgrade($oldversion) {
execute_sql("INSERT INTO {$CFG->prefix}log_display (module, action, mtable, field) VALUES ('scorm', 'review', 'scorm', 'name');", false); execute_sql("INSERT INTO {$CFG->prefix}log_display (module, action, mtable, field) VALUES ('scorm', 'review', 'scorm', 'name');", false);
} }
////// DO NOT ADD NEW THINGS HERE!! USE upgrade.php and the lib/ddllib.php functions.
return true; return true;
} }
?> ?>

View file

@ -1,5 +1,10 @@
<?php // $Id$ <?php // $Id$
// THIS FILE IS DEPRECATED! PLEASE DO NOT MAKE CHANGES TO IT!
//
// IT IS USED ONLY FOR UPGRADES FROM BEFORE MOODLE 1.7, ALL
// LATER CHANGES SHOULD USE upgrade.php IN THIS DIRECTORY.
function survey_upgrade($oldversion) { function survey_upgrade($oldversion) {
// This function does anything necessary to upgrade // This function does anything necessary to upgrade
// older versions to match current functionality // older versions to match current functionality
@ -44,6 +49,9 @@ function survey_upgrade($oldversion) {
execute_sql('SELECT setval(\''.$CFG->prefix.'survey_id_seq\', (select max(id) from '.$CFG->prefix.'survey))'); execute_sql('SELECT setval(\''.$CFG->prefix.'survey_id_seq\', (select max(id) from '.$CFG->prefix.'survey))');
execute_sql('SELECT setval(\''.$CFG->prefix.'survey_questions_id_seq\', (select max(id) from '.$CFG->prefix.'survey_questions))'); execute_sql('SELECT setval(\''.$CFG->prefix.'survey_questions_id_seq\', (select max(id) from '.$CFG->prefix.'survey_questions))');
} }
////// DO NOT ADD NEW THINGS HERE!! USE upgrade.php and the lib/ddllib.php functions.
return true; return true;
} }

View file

@ -1,5 +1,10 @@
<?PHP <?PHP
// THIS FILE IS DEPRECATED! PLEASE DO NOT MAKE CHANGES TO IT!
//
// IT IS USED ONLY FOR UPGRADES FROM BEFORE MOODLE 1.7, ALL
// LATER CHANGES SHOULD USE upgrade.php IN THIS DIRECTORY.
function wiki_upgrade($oldversion) { function wiki_upgrade($oldversion) {
/// This function does anything necessary to upgrade /// This function does anything necessary to upgrade
/// older versions to match current functionality /// older versions to match current functionality
@ -196,6 +201,8 @@ CREATE TABLE prefix_wiki_locks
} }
////// DO NOT ADD NEW THINGS HERE!! USE upgrade.php and the lib/ddllib.php functions.
return true; return true;
} }

View file

@ -1,5 +1,10 @@
<?php // $Id$ <?php // $Id$
// THIS FILE IS DEPRECATED! PLEASE DO NOT MAKE CHANGES TO IT!
//
// IT IS USED ONLY FOR UPGRADES FROM BEFORE MOODLE 1.7, ALL
// LATER CHANGES SHOULD USE upgrade.php IN THIS DIRECTORY.
function workshop_upgrade($oldversion) { function workshop_upgrade($oldversion) {
// This function does anything necessary to upgrade // This function does anything necessary to upgrade
// older versions to match current functionality // older versions to match current functionality
@ -245,6 +250,8 @@ function workshop_upgrade($oldversion) {
} }
} }
////// DO NOT ADD NEW THINGS HERE!! USE upgrade.php and the lib/ddllib.php functions.
return true; return true;
} }

View file

@ -1,10 +1,17 @@
<?php //$Id$ <?php //$Id$
// THIS FILE IS DEPRECATED! PLEASE DO NOT MAKE CHANGES TO IT!
//
// IT IS USED ONLY FOR UPGRADES FROM BEFORE MOODLE 1.7, ALL
// LATER CHANGES SHOULD USE upgrade.php IN THIS DIRECTORY.
// PostgreSQL commands for upgrading this question type // PostgreSQL commands for upgrading this question type
function qtype_calculated_upgrade($oldversion=0) { function qtype_calculated_upgrade($oldversion=0) {
global $CFG; global $CFG;
////// DO NOT ADD NEW THINGS HERE!! USE upgrade.php and the lib/ddllib.php functions.
return true; return true;
} }

View file

@ -1,10 +1,17 @@
<?php //$Id$ <?php //$Id$
// THIS FILE IS DEPRECATED! PLEASE DO NOT MAKE CHANGES TO IT!
//
// IT IS USED ONLY FOR UPGRADES FROM BEFORE MOODLE 1.7, ALL
// LATER CHANGES SHOULD USE upgrade.php IN THIS DIRECTORY.
// PostgreSQL commands for upgrading this question type // PostgreSQL commands for upgrading this question type
function qtype_essay_upgrade($oldversion=0) { function qtype_essay_upgrade($oldversion=0) {
global $CFG; global $CFG;
////// DO NOT ADD NEW THINGS HERE!! USE upgrade.php and the lib/ddllib.php functions.
return true; return true;
} }

View file

@ -1,10 +1,17 @@
<?php //$Id$ <?php //$Id$
// THIS FILE IS DEPRECATED! PLEASE DO NOT MAKE CHANGES TO IT!
//
// IT IS USED ONLY FOR UPGRADES FROM BEFORE MOODLE 1.7, ALL
// LATER CHANGES SHOULD USE upgrade.php IN THIS DIRECTORY.
// PostgreSQL commands for upgrading this question type // PostgreSQL commands for upgrading this question type
function qtype_match_upgrade($oldversion=0) { function qtype_match_upgrade($oldversion=0) {
global $CFG; global $CFG;
////// DO NOT ADD NEW THINGS HERE!! USE upgrade.php and the lib/ddllib.php functions.
return true; return true;
} }

View file

@ -1,10 +1,17 @@
<?php //$Id$ <?php //$Id$
// THIS FILE IS DEPRECATED! PLEASE DO NOT MAKE CHANGES TO IT!
//
// IT IS USED ONLY FOR UPGRADES FROM BEFORE MOODLE 1.7, ALL
// LATER CHANGES SHOULD USE upgrade.php IN THIS DIRECTORY.
// PostgreSQL commands for upgrading this question type // PostgreSQL commands for upgrading this question type
function qtype_multianswer_upgrade($oldversion=0) { function qtype_multianswer_upgrade($oldversion=0) {
global $CFG; global $CFG;
////// DO NOT ADD NEW THINGS HERE!! USE upgrade.php and the lib/ddllib.php functions.
return true; return true;
} }

View file

@ -1,5 +1,10 @@
<?php //$Id$ <?php //$Id$
// THIS FILE IS DEPRECATED! PLEASE DO NOT MAKE CHANGES TO IT!
//
// IT IS USED ONLY FOR UPGRADES FROM BEFORE MOODLE 1.7, ALL
// LATER CHANGES SHOULD USE upgrade.php IN THIS DIRECTORY.
// PostgreSQL commands for upgrading this question type // PostgreSQL commands for upgrading this question type
function qtype_multichoice_upgrade($oldversion=0) { function qtype_multichoice_upgrade($oldversion=0) {
@ -11,7 +16,9 @@ function qtype_multichoice_upgrade($oldversion=0) {
$success = $success && table_column('question_multichoice', '', 'partiallycorrectfeedback', 'text', '', '', ''); $success = $success && table_column('question_multichoice', '', 'partiallycorrectfeedback', 'text', '', '', '');
$success = $success && table_column('question_multichoice', '', 'incorrectfeedback', 'text', '', '', ''); $success = $success && table_column('question_multichoice', '', 'incorrectfeedback', 'text', '', '', '');
} }
////// DO NOT ADD NEW THINGS HERE!! USE upgrade.php and the lib/ddllib.php functions.
return $success; return $success;
} }

View file

@ -1,10 +1,17 @@
<?php //$Id$ <?php //$Id$
// THIS FILE IS DEPRECATED! PLEASE DO NOT MAKE CHANGES TO IT!
//
// IT IS USED ONLY FOR UPGRADES FROM BEFORE MOODLE 1.7, ALL
// LATER CHANGES SHOULD USE upgrade.php IN THIS DIRECTORY.
// PostgreSQL commands for upgrading this question type // PostgreSQL commands for upgrading this question type
function qtype_numerical_upgrade($oldversion=0) { function qtype_numerical_upgrade($oldversion=0) {
global $CFG; global $CFG;
////// DO NOT ADD NEW THINGS HERE!! USE upgrade.php and the lib/ddllib.php functions.
return true; return true;
} }

View file

@ -1,5 +1,10 @@
<?php //$Id$ <?php //$Id$
// THIS FILE IS DEPRECATED! PLEASE DO NOT MAKE CHANGES TO IT!
//
// IT IS USED ONLY FOR UPGRADES FROM BEFORE MOODLE 1.7, ALL
// LATER CHANGES SHOULD USE upgrade.php IN THIS DIRECTORY.
// PostgreSQL commands for upgrading this question type // PostgreSQL commands for upgrading this question type
function qtype_randomsamatch_upgrade($oldversion=0) { function qtype_randomsamatch_upgrade($oldversion=0) {
@ -10,6 +15,8 @@ function qtype_randomsamatch_upgrade($oldversion=0) {
modify_database('', 'ALTER TABLE prefix_question_randomsamatch DROP shuffleanswers'); modify_database('', 'ALTER TABLE prefix_question_randomsamatch DROP shuffleanswers');
} }
////// DO NOT ADD NEW THINGS HERE!! USE upgrade.php and the lib/ddllib.php functions.
return true; return true;
} }

View file

@ -1,10 +1,17 @@
<?php //$Id$ <?php //$Id$
// THIS FILE IS DEPRECATED! PLEASE DO NOT MAKE CHANGES TO IT!
//
// IT IS USED ONLY FOR UPGRADES FROM BEFORE MOODLE 1.7, ALL
// LATER CHANGES SHOULD USE upgrade.php IN THIS DIRECTORY.
// PostgreSQL commands for upgrading this question type // PostgreSQL commands for upgrading this question type
function qtype_rqp_upgrade($oldversion=0) { function qtype_rqp_upgrade($oldversion=0) {
global $CFG; global $CFG;
////// DO NOT ADD NEW THINGS HERE!! USE upgrade.php and the lib/ddllib.php functions.
return true; return true;
} }

View file

@ -1,10 +1,17 @@
<?php //$Id$ <?php //$Id$
// THIS FILE IS DEPRECATED! PLEASE DO NOT MAKE CHANGES TO IT!
//
// IT IS USED ONLY FOR UPGRADES FROM BEFORE MOODLE 1.7, ALL
// LATER CHANGES SHOULD USE upgrade.php IN THIS DIRECTORY.
// PostgreSQL commands for upgrading this question type // PostgreSQL commands for upgrading this question type
function qtype_shortanswer_upgrade($oldversion=0) { function qtype_shortanswer_upgrade($oldversion=0) {
global $CFG; global $CFG;
////// DO NOT ADD NEW THINGS HERE!! USE upgrade.php and the lib/ddllib.php functions.
return true; return true;
} }

View file

@ -1,10 +1,17 @@
<?php //$Id$ <?php //$Id$
// THIS FILE IS DEPRECATED! PLEASE DO NOT MAKE CHANGES TO IT!
//
// IT IS USED ONLY FOR UPGRADES FROM BEFORE MOODLE 1.7, ALL
// LATER CHANGES SHOULD USE upgrade.php IN THIS DIRECTORY.
// PostgreSQL commands for upgrading this question type // PostgreSQL commands for upgrading this question type
function qtype_truefalse_upgrade($oldversion=0) { function qtype_truefalse_upgrade($oldversion=0) {
global $CFG; global $CFG;
////// DO NOT ADD NEW THINGS HERE!! USE upgrade.php and the lib/ddllib.php functions.
return true; return true;
} }