Skip to content

Commit

Permalink
MDL-37032 upgrade: define all the 2.4.0 points
Browse files Browse the repository at this point in the history
  • Loading branch information
stronk7 committed Dec 11, 2012
1 parent 02dd021 commit 6b9dfe7
Show file tree
Hide file tree
Showing 70 changed files with 280 additions and 0 deletions.
4 changes: 4 additions & 0 deletions admin/tool/customlang/db/upgrade.php
Original file line number Diff line number Diff line change
Expand Up @@ -34,5 +34,9 @@ function xmldb_tool_customlang_upgrade($oldversion) {
// Put any upgrade step following this


// Moodle v2.4.0 release upgrade line
// Put any upgrade step following this


return true;
}
4 changes: 4 additions & 0 deletions auth/manual/db/upgrade.php
Original file line number Diff line number Diff line change
Expand Up @@ -37,5 +37,9 @@ function xmldb_auth_manual_upgrade($oldversion) {
// Put any upgrade step following this


// Moodle v2.4.0 release upgrade line
// Put any upgrade step following this


return true;
}
4 changes: 4 additions & 0 deletions auth/mnet/db/upgrade.php
Original file line number Diff line number Diff line change
Expand Up @@ -38,5 +38,9 @@ function xmldb_auth_mnet_upgrade($oldversion) {
// Put any upgrade step following this


// Moodle v2.4.0 release upgrade line
// Put any upgrade step following this


return true;
}
4 changes: 4 additions & 0 deletions blocks/community/db/upgrade.php
Original file line number Diff line number Diff line change
Expand Up @@ -50,5 +50,9 @@ function xmldb_block_community_upgrade($oldversion) {
// Put any upgrade step following this


// Moodle v2.4.0 release upgrade line
// Put any upgrade step following this


return true;
}
4 changes: 4 additions & 0 deletions blocks/html/db/upgrade.php
Original file line number Diff line number Diff line change
Expand Up @@ -36,5 +36,9 @@ function xmldb_block_html_upgrade($oldversion) {
// Put any upgrade step following this


// Moodle v2.4.0 release upgrade line
// Put any upgrade step following this


return true;
}
4 changes: 4 additions & 0 deletions blocks/navigation/db/upgrade.php
Original file line number Diff line number Diff line change
Expand Up @@ -62,5 +62,9 @@ function xmldb_block_navigation_upgrade($oldversion, $block) {
// Put any upgrade step following this


// Moodle v2.4.0 release upgrade line
// Put any upgrade step following this


return true;
}
4 changes: 4 additions & 0 deletions blocks/settings/db/upgrade.php
Original file line number Diff line number Diff line change
Expand Up @@ -62,5 +62,9 @@ function xmldb_block_settings_upgrade($oldversion, $block) {
// Put any upgrade step following this


// Moodle v2.4.0 release upgrade line
// Put any upgrade step following this


return true;
}
4 changes: 4 additions & 0 deletions enrol/authorize/db/upgrade.php
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,9 @@ function xmldb_enrol_authorize_upgrade($oldversion) {
// Put any upgrade step following this


// Moodle v2.4.0 release upgrade line
// Put any upgrade step following this


return true;
}
4 changes: 4 additions & 0 deletions enrol/database/db/upgrade.php
Original file line number Diff line number Diff line change
Expand Up @@ -33,5 +33,9 @@ function xmldb_enrol_database_upgrade($oldversion) {
// Put any upgrade step following this.


// Moodle v2.4.0 release upgrade line
// Put any upgrade step following this


return true;
}
4 changes: 4 additions & 0 deletions enrol/flatfile/db/upgrade.php
Original file line number Diff line number Diff line change
Expand Up @@ -36,5 +36,9 @@ function xmldb_enrol_flatfile_upgrade($oldversion) {
// Put any upgrade step following this


// Moodle v2.4.0 release upgrade line
// Put any upgrade step following this


return true;
}
4 changes: 4 additions & 0 deletions enrol/guest/db/upgrade.php
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,10 @@ function xmldb_enrol_guest_upgrade($oldversion) {
// Put any upgrade step following this


// Moodle v2.4.0 release upgrade line
// Put any upgrade step following this


return true;
}

Expand Down
4 changes: 4 additions & 0 deletions enrol/imsenterprise/db/upgrade.php
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,10 @@ function xmldb_enrol_imsenterprise_upgrade($oldversion) {
// Put any upgrade step following this


// Moodle v2.4.0 release upgrade line
// Put any upgrade step following this


return true;
}

Expand Down
4 changes: 4 additions & 0 deletions enrol/manual/db/upgrade.php
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,10 @@ function xmldb_enrol_manual_upgrade($oldversion) {
}


// Moodle v2.4.0 release upgrade line
// Put any upgrade step following this


return true;
}

Expand Down
4 changes: 4 additions & 0 deletions enrol/mnet/db/upgrade.php
Original file line number Diff line number Diff line change
Expand Up @@ -36,5 +36,9 @@ function xmldb_enrol_mnet_upgrade($oldversion) {
// Put any upgrade step following this


// Moodle v2.4.0 release upgrade line
// Put any upgrade step following this


return true;
}
4 changes: 4 additions & 0 deletions enrol/paypal/db/upgrade.php
Original file line number Diff line number Diff line change
Expand Up @@ -51,5 +51,9 @@ function xmldb_enrol_paypal_upgrade($oldversion) {
// Put any upgrade step following this


// Moodle v2.4.0 release upgrade line
// Put any upgrade step following this


return true;
}
4 changes: 4 additions & 0 deletions enrol/self/db/upgrade.php
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,10 @@ function xmldb_enrol_self_upgrade($oldversion) {
}


// Moodle v2.4.0 release upgrade line
// Put any upgrade step following this


return true;
}

Expand Down
4 changes: 4 additions & 0 deletions filter/mediaplugin/db/upgrade.php
Original file line number Diff line number Diff line change
Expand Up @@ -58,5 +58,9 @@ function xmldb_filter_mediaplugin_upgrade($oldversion) {
// Put any upgrade step following this


// Moodle v2.4.0 release upgrade line
// Put any upgrade step following this


return true;
}
4 changes: 4 additions & 0 deletions filter/tex/db/upgrade.php
Original file line number Diff line number Diff line change
Expand Up @@ -37,5 +37,9 @@ function xmldb_filter_tex_upgrade($oldversion) {
// Put any upgrade step following this


// Moodle v2.4.0 release upgrade line
// Put any upgrade step following this


return true;
}
4 changes: 4 additions & 0 deletions grade/grading/form/rubric/db/upgrade.php
Original file line number Diff line number Diff line change
Expand Up @@ -42,5 +42,9 @@ function xmldb_gradingform_rubric_upgrade($oldversion) {
// Put any upgrade step following this


// Moodle v2.4.0 release upgrade line
// Put any upgrade step following this


return true;
}
4 changes: 4 additions & 0 deletions lib/db/upgrade.php
Original file line number Diff line number Diff line change
Expand Up @@ -1501,6 +1501,10 @@ function xmldb_main_upgrade($oldversion) {
upgrade_main_savepoint(true, 2012112100.00);
}

// Moodle v2.4.0 release upgrade line
// Put any upgrade step following this


if ($oldversion < 2012120300.01) {
// Make sure site-course has format='site' //MDL-36840

Expand Down
4 changes: 4 additions & 0 deletions lib/editor/tinymce/db/upgrade.php
Original file line number Diff line number Diff line change
Expand Up @@ -37,5 +37,9 @@ function xmldb_editor_tinymce_upgrade($oldversion) {
}


// Moodle v2.4.0 release upgrade line
// Put any upgrade step following this


return true;
}
4 changes: 4 additions & 0 deletions lib/editor/tinymce/plugins/spellchecker/db/upgrade.php
Original file line number Diff line number Diff line change
Expand Up @@ -36,5 +36,9 @@ function xmldb_tinymce_spellchecker_upgrade($oldversion) {
}


// Moodle v2.4.0 release upgrade line
// Put any upgrade step following this


return true;
}
4 changes: 4 additions & 0 deletions message/output/email/db/upgrade.php
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,10 @@ function xmldb_message_email_upgrade($oldversion) {
// Put any upgrade step following this


// Moodle v2.4.0 release upgrade line
// Put any upgrade step following this


return true;
}

Expand Down
4 changes: 4 additions & 0 deletions message/output/jabber/db/upgrade.php
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,10 @@ function xmldb_message_jabber_upgrade($oldversion) {
// Put any upgrade step following this


// Moodle v2.4.0 release upgrade line
// Put any upgrade step following this


return true;
}

Expand Down
4 changes: 4 additions & 0 deletions message/output/popup/db/upgrade.php
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,10 @@ function xmldb_message_popup_upgrade($oldversion) {
// Put any upgrade step following this


// Moodle v2.4.0 release upgrade line
// Put any upgrade step following this


return true;
}

Expand Down
4 changes: 4 additions & 0 deletions mod/assign/db/upgrade.php
Original file line number Diff line number Diff line change
Expand Up @@ -197,6 +197,10 @@ function xmldb_assign_upgrade($oldversion) {
}


// Moodle v2.4.0 release upgrade line
// Put any upgrade step following this


return true;
}

Expand Down
4 changes: 4 additions & 0 deletions mod/assign/feedback/comments/db/upgrade.php
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,10 @@ function xmldb_assignfeedback_comments_upgrade($oldversion) {
// Put any upgrade step following this


// Moodle v2.4.0 release upgrade line
// Put any upgrade step following this


return true;
}

Expand Down
4 changes: 4 additions & 0 deletions mod/assign/feedback/file/db/upgrade.php
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,10 @@ function xmldb_assignfeedback_file_upgrade($oldversion) {
// Put any upgrade step following this


// Moodle v2.4.0 release upgrade line
// Put any upgrade step following this


return true;
}

Expand Down
4 changes: 4 additions & 0 deletions mod/assign/submission/comments/db/upgrade.php
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,10 @@ function xmldb_assignsubmission_comments_upgrade($oldversion) {
// Put any upgrade step following this


// Moodle v2.4.0 release upgrade line
// Put any upgrade step following this


return true;
}

Expand Down
4 changes: 4 additions & 0 deletions mod/assign/submission/file/db/upgrade.php
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,10 @@ function xmldb_assignsubmission_file_upgrade($oldversion) {
// Put any upgrade step following this


// Moodle v2.4.0 release upgrade line
// Put any upgrade step following this


return true;
}

Expand Down
4 changes: 4 additions & 0 deletions mod/assign/submission/onlinetext/db/upgrade.php
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,10 @@ function xmldb_assignsubmission_onlinetext_upgrade($oldversion) {
// Put any upgrade step following this


// Moodle v2.4.0 release upgrade line
// Put any upgrade step following this


return true;
}

Expand Down
4 changes: 4 additions & 0 deletions mod/assignment/db/upgrade.php
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,10 @@ function xmldb_assignment_upgrade($oldversion) {
upgrade_mod_savepoint(true, 2012061701, 'assignment');
}

// Moodle v2.4.0 release upgrade line
// Put any upgrade step following this


return true;
}

Expand Down
4 changes: 4 additions & 0 deletions mod/book/db/upgrade.php
Original file line number Diff line number Diff line change
Expand Up @@ -190,5 +190,9 @@ function xmldb_book_upgrade($oldversion) {
}
// End of MDL-35297 "replayed" steps.

// Moodle v2.4.0 release upgrade line
// Put any upgrade step following this


return true;
}
4 changes: 4 additions & 0 deletions mod/chat/db/upgrade.php
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,10 @@ function xmldb_chat_upgrade($oldversion) {
// Put any upgrade step following this


// Moodle v2.4.0 release upgrade line
// Put any upgrade step following this


return true;
}

Expand Down
4 changes: 4 additions & 0 deletions mod/choice/db/upgrade.php
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,10 @@ function xmldb_choice_upgrade($oldversion) {
// Put any upgrade step following this


// Moodle v2.4.0 release upgrade line
// Put any upgrade step following this


return true;
}

Expand Down
4 changes: 4 additions & 0 deletions mod/data/db/upgrade.php
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,10 @@ function xmldb_data_upgrade($oldversion) {
// Put any upgrade step following this


// Moodle v2.4.0 release upgrade line
// Put any upgrade step following this


return true;
}

Expand Down
4 changes: 4 additions & 0 deletions mod/feedback/db/upgrade.php
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,10 @@ function xmldb_feedback_upgrade($oldversion) {
// Put any upgrade step following this


// Moodle v2.4.0 release upgrade line
// Put any upgrade step following this


return true;
}

Expand Down
Loading

0 comments on commit 6b9dfe7

Please sign in to comment.