Skip to content

Commit

Permalink
Merge branch 'MDL-39753_25' of git://github.com/stronk7/moodle into M…
Browse files Browse the repository at this point in the history
…OODLE_25_STABLE
  • Loading branch information
danpoltawski committed May 21, 2013
2 parents aeaf5c1 + 9b19f3f commit b051261
Show file tree
Hide file tree
Showing 77 changed files with 310 additions and 5 deletions.
4 changes: 4 additions & 0 deletions admin/tool/customlang/db/upgrade.php
Expand Up @@ -38,5 +38,9 @@ function xmldb_tool_customlang_upgrade($oldversion) {
// Put any upgrade step following this


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


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


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


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


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


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


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


return true;
}
4 changes: 4 additions & 0 deletions blocks/completionstatus/db/upgrade.php
Expand Up @@ -60,5 +60,9 @@ function xmldb_block_completionstatus_upgrade($oldversion, $block) {
// Savepoint reached.
upgrade_block_savepoint(true, 2012112901, 'completionstatus');
}
// Moodle v2.5.0 release upgrade line.
// Put any upgrade step following this.


return true;
}
4 changes: 4 additions & 0 deletions blocks/course_summary/db/upgrade.php
Expand Up @@ -65,5 +65,9 @@ function xmldb_block_course_summary_upgrade($oldversion, $block) {
}


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


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


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


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


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


return true;
}
8 changes: 5 additions & 3 deletions blocks/section_links/db/upgrade.php
Expand Up @@ -53,9 +53,6 @@ function xmldb_block_section_links_upgrade($oldversion, $block) {
// Moodle v2.4.0 release upgrade line
// Put any upgrade step following this

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

if ($oldversion < 2013012200.00) {

// The section links block used to use its own crazy plugin name.
Expand All @@ -78,5 +75,10 @@ function xmldb_block_section_links_upgrade($oldversion, $block) {
upgrade_block_savepoint(true, 2013012200.00, 'section_links');
}


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


return true;
}
4 changes: 4 additions & 0 deletions blocks/selfcompletion/db/upgrade.php
Expand Up @@ -65,5 +65,9 @@ function xmldb_block_selfcompletion_upgrade($oldversion, $block) {
}


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


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


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


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


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


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


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


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


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


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


// Moodle v2.5.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
Expand Up @@ -38,6 +38,10 @@ function xmldb_enrol_imsenterprise_upgrade($oldversion) {
// Put any upgrade step following this


// Moodle v2.5.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
Expand Up @@ -50,6 +50,10 @@ function xmldb_enrol_manual_upgrade($oldversion) {
// Put any upgrade step following this


// Moodle v2.5.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
Expand Up @@ -39,5 +39,9 @@ function xmldb_enrol_mnet_upgrade($oldversion) {
// Put any upgrade step following this


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


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


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


return true;
}
4 changes: 4 additions & 0 deletions enrol/self/db/upgrade.php
Expand Up @@ -49,6 +49,10 @@ function xmldb_enrol_self_upgrade($oldversion) {
// Put any upgrade step following this


// Moodle v2.5.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
Expand Up @@ -62,5 +62,9 @@ function xmldb_filter_mediaplugin_upgrade($oldversion) {
// Put any upgrade step following this


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


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


// Moodle v2.5.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
Expand Up @@ -46,5 +46,9 @@ function xmldb_gradingform_rubric_upgrade($oldversion) {
// Put any upgrade step following this


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


return true;
}
4 changes: 4 additions & 0 deletions lib/db/upgrade.php
Expand Up @@ -2160,5 +2160,9 @@ function xmldb_main_upgrade($oldversion) {
upgrade_main_savepoint(true, 2013051400.01);
}

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


return true;
}
4 changes: 4 additions & 0 deletions lib/editor/tinymce/db/upgrade.php
Expand Up @@ -41,5 +41,9 @@ function xmldb_editor_tinymce_upgrade($oldversion) {
// Put any upgrade step following this


// Moodle v2.5.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
Expand Up @@ -40,5 +40,9 @@ function xmldb_tinymce_spellchecker_upgrade($oldversion) {
// Put any upgrade step following this


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


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


// Moodle v2.5.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
Expand Up @@ -44,6 +44,10 @@ function xmldb_message_jabber_upgrade($oldversion) {
// Put any upgrade step following this


// Moodle v2.5.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
Expand Up @@ -44,6 +44,10 @@ function xmldb_message_popup_upgrade($oldversion) {
// Put any upgrade step following this


// Moodle v2.5.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
Expand Up @@ -421,6 +421,10 @@ function xmldb_assign_upgrade($oldversion) {
upgrade_mod_savepoint(true, 2013030600, 'assign');
}

// Moodle v2.5.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
Expand Up @@ -35,6 +35,10 @@ function xmldb_assignfeedback_comments_upgrade($oldversion) {
// Moodle v2.4.0 release upgrade line.
// Put any upgrade step following this.

// Moodle v2.5.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
Expand Up @@ -35,6 +35,10 @@ function xmldb_assignfeedback_file_upgrade($oldversion) {
// Moodle v2.4.0 release upgrade line.
// Put any upgrade step following this.

// Moodle v2.5.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
Expand Up @@ -34,6 +34,10 @@ function xmldb_assignsubmission_comments_upgrade($oldversion) {
// Moodle v2.4.0 release upgrade line.
// Put any upgrade step following this.

// Moodle v2.5.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
Expand Up @@ -32,6 +32,10 @@ function xmldb_assignsubmission_file_upgrade($oldversion) {
// Moodle v2.4.0 release upgrade line.
// Put any upgrade step following this.

// Moodle v2.5.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
Expand Up @@ -34,6 +34,10 @@ function xmldb_assignsubmission_onlinetext_upgrade($oldversion) {
// Moodle v2.4.0 release upgrade line.
// Put any upgrade step following this.

// Moodle v2.5.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
Expand Up @@ -74,6 +74,10 @@ function xmldb_assignment_upgrade($oldversion) {
// Put any upgrade step following this


// Moodle v2.5.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
Expand Up @@ -194,5 +194,9 @@ function xmldb_book_upgrade($oldversion) {
// Put any upgrade step following this


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


return true;
}

0 comments on commit b051261

Please sign in to comment.