http://www.mediawiki.org/wiki/Special:Code/MediaWiki/94963
Revision: 94963
Author: reedy
Date: 2011-08-18 23:16:11 +0000 (Thu, 18 Aug 2011)
Log Message:
-----------
* (bug 30451) Add page_props to RefreshLinks::deleteLinksFromNonexistent
Modified Paths:
--------------
trunk/phase3/RELEASE-NOTES-1.19
trunk/phase3/maintenance/refreshLinks.php
Modified: trunk/phase3/RELEASE-NOTES-1.19
===================================================================
--- trunk/phase3/RELEASE-NOTES-1.19 2011-08-18 23:13:48 UTC (rev 94962)
+++ trunk/phase3/RELEASE-NOTES-1.19 2011-08-18 23:16:11 UTC (rev 94963)
@@ -43,6 +43,7 @@
NAMESPACE) now depend on the page content language instead of the site
language. In theory this sets the right magic words in system messages,
although they are not used there.
+* (bug 30451) Add page_props to RefreshLinks::deleteLinksFromNonexistent
=== Bug fixes in 1.19 ===
* $wgUploadNavigationUrl should be used for file redlinks if
Modified: trunk/phase3/maintenance/refreshLinks.php
===================================================================
--- trunk/phase3/maintenance/refreshLinks.php 2011-08-18 23:13:48 UTC (rev
94962)
+++ trunk/phase3/maintenance/refreshLinks.php 2011-08-18 23:16:11 UTC (rev
94963)
@@ -255,6 +255,7 @@
'iwlinks' => 'iwl_from',
'langlinks' => 'll_from',
'redirect' => 'rd_from',
+ 'page_props' => 'pp_page',
);
foreach ( $linksTables as $table => $field ) {
_______________________________________________
MediaWiki-CVS mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-cvs