jenkins-bot has submitted this change and it was merged. Change subject: (bug 44719) Remove mention of non-existing script in DefaultSettings.php ......................................................................
(bug 44719) Remove mention of non-existing script in DefaultSettings.php maintenance/migrateCurStubs.php does not exist; and I was unable to find any script that would achieve that functionnality. Bug: 44719 Change-Id: I78d8a8aa95a5406bf5a979867bc12a9bb34907f6 --- M RELEASE-NOTES-1.21 M includes/DefaultSettings.php 2 files changed, 2 insertions(+), 3 deletions(-) Approvals: Siebrand: Looks good to me, approved jenkins-bot: Verified diff --git a/RELEASE-NOTES-1.21 b/RELEASE-NOTES-1.21 index 514b969..6beebbc 100644 --- a/RELEASE-NOTES-1.21 +++ b/RELEASE-NOTES-1.21 @@ -196,6 +196,8 @@ * (bug 40326) Check if files exist with a different extension during uploading * (bug 34798) Updated CSS for Atom/RSS recent changes feeds to match on-wiki diffs. * (bug 42430) Calling numRows on MySQL no longer propagates unrelated errors. +* (bug 44719) Removed mention of non-existing maintenance/migrateCurStubs.php + script in includes/DefaultSettings.php === API changes in 1.21 === * prop=revisions can now report the contentmodel and contentformat. diff --git a/includes/DefaultSettings.php b/includes/DefaultSettings.php index a03214b..cbad548 100644 --- a/includes/DefaultSettings.php +++ b/includes/DefaultSettings.php @@ -2368,9 +2368,6 @@ * requires that the cur table be kept around for those revisions * to remain viewable. * - * maintenance/migrateCurStubs.php can be used to complete the - * migration in the background once the wiki is back online. - * * This option affects the updaters *only*. Any present cur stub * revisions will be readable at runtime regardless of this setting. */ -- To view, visit https://gerrit.wikimedia.org/r/51896 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: merged Gerrit-Change-Id: I78d8a8aa95a5406bf5a979867bc12a9bb34907f6 Gerrit-PatchSet: 2 Gerrit-Project: mediawiki/core Gerrit-Branch: master Gerrit-Owner: IAlex <[email protected]> Gerrit-Reviewer: Alex Monk <[email protected]> Gerrit-Reviewer: Brion VIBBER <[email protected]> Gerrit-Reviewer: Siebrand <[email protected]> Gerrit-Reviewer: jenkins-bot _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
