(bug 44719) Remove mention of non-existing script in DefaultSettings.php
authorAlexandre Emsenhuber <ialex.wiki@gmail.com>
Sun, 3 Mar 2013 17:40:46 +0000 (18:40 +0100)
committerAlexandre Emsenhuber <ialex.wiki@gmail.com>
Tue, 12 Mar 2013 15:34:21 +0000 (16:34 +0100)
maintenance/migrateCurStubs.php does not exist; and I was unable to find
any script that would achieve that functionnality.

Bug: 44719
Change-Id: I78d8a8aa95a5406bf5a979867bc12a9bb34907f6

RELEASE-NOTES-1.21
includes/DefaultSettings.php

index 514b969..6beebbc 100644 (file)
@@ -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.
index a03214b..cbad548 100644 (file)
@@ -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.
  */