From a65d263fedd6e8f71cc1aa2add829df38589f32f Mon Sep 17 00:00:00 2001 From: Sam Reed Date: Sat, 9 Jul 2011 03:47:43 +0000 Subject: [PATCH] * (bug 28630) Add iwlinks, langlinks, redirect to RefreshLinks::deleteLinksFromNonexistent --- RELEASE-NOTES-1.19 | 2 ++ maintenance/refreshLinks.php | 2 ++ 2 files changed, 4 insertions(+) diff --git a/RELEASE-NOTES-1.19 b/RELEASE-NOTES-1.19 index 60b1b3f74f..1a182963ff 100644 --- a/RELEASE-NOTES-1.19 +++ b/RELEASE-NOTES-1.19 @@ -149,6 +149,8 @@ production. * (bug 29779) DairikiDiff/WikiDiff and should undo browser default styling (strike/underline). * Translate the block expiry date +* (bug 28630) Add iwlinks, langlinks, redirect to + RefreshLinks::deleteLinksFromNonexistent === API changes in 1.19 === * BREAKING CHANGE: action=watch now requires POST and token. diff --git a/maintenance/refreshLinks.php b/maintenance/refreshLinks.php index 0bb1696067..c41bf3583a 100644 --- a/maintenance/refreshLinks.php +++ b/maintenance/refreshLinks.php @@ -252,6 +252,8 @@ class RefreshLinks extends Maintenance { 'templatelinks' => 'tl_from', 'externallinks' => 'el_from', 'iwlinks' => 'iwl_from', + 'langlinks' => 'll_from', + 'redirect' => 'rd_from', ); foreach ( $linksTables as $table => $field ) { -- 2.20.1