From: Alexandre Emsenhuber Date: Sun, 3 Mar 2013 17:40:46 +0000 (+0100) Subject: (bug 44719) Remove mention of non-existing script in DefaultSettings.php X-Git-Tag: 1.31.0-rc.0~20370 X-Git-Url: http://git.cyclocoop.org/fichier?a=commitdiff_plain;h=acddbd228801135cba1a799b1c7a34ff60a3b5c5;p=lhc%2Fweb%2Fwiklou.git (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 --- diff --git a/RELEASE-NOTES-1.21 b/RELEASE-NOTES-1.21 index 514b969ed2..6beebbc96d 100644 --- a/RELEASE-NOTES-1.21 +++ b/RELEASE-NOTES-1.21 @@ -196,6 +196,8 @@ production. * (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 a03214b428..cbad548daf 100644 --- a/includes/DefaultSettings.php +++ b/includes/DefaultSettings.php @@ -2368,9 +2368,6 @@ $wgBrowserBlackList = array( * 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. */