r94963 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r94962‎ | r94963 | r94964 >
Date:23:16, 18 August 2011
Author:reedy
Status:ok
Tags:
Comment:
* (bug 30451) Add page_props to RefreshLinks::deleteLinksFromNonexistent
Modified paths:
  • /trunk/phase3/RELEASE-NOTES-1.19 (modified) (history)
  • /trunk/phase3/maintenance/refreshLinks.php (modified) (history)

Diff [purge]

Index: trunk/phase3/maintenance/refreshLinks.php
@@ -255,6 +255,7 @@
256256 'iwlinks' => 'iwl_from',
257257 'langlinks' => 'll_from',
258258 'redirect' => 'rd_from',
 259+ 'page_props' => 'pp_page',
259260 );
260261
261262 foreach ( $linksTables as $table => $field ) {
Index: trunk/phase3/RELEASE-NOTES-1.19
@@ -43,6 +43,7 @@
4444 NAMESPACE) now depend on the page content language instead of the site
4545 language. In theory this sets the right magic words in system messages,
4646 although they are not used there.
 47+* (bug 30451) Add page_props to RefreshLinks::deleteLinksFromNonexistent
4748
4849 === Bug fixes in 1.19 ===
4950 * $wgUploadNavigationUrl should be used for file redlinks if

Status & tagging log