Index: trunk/phase3/maintenance/refreshLinks.php |
— | — | @@ -252,6 +252,8 @@ |
253 | 253 | 'templatelinks' => 'tl_from', |
254 | 254 | 'externallinks' => 'el_from', |
255 | 255 | 'iwlinks' => 'iwl_from', |
| 256 | + 'langlinks' => 'll_from', |
| 257 | + 'redirect' => 'rd_from', |
256 | 258 | ); |
257 | 259 | |
258 | 260 | foreach ( $linksTables as $table => $field ) { |
Index: trunk/phase3/RELEASE-NOTES-1.19 |
— | — | @@ -149,6 +149,8 @@ |
150 | 150 | * (bug 29779) DairikiDiff/WikiDiff <ins> and <del> should undo browser default |
151 | 151 | styling (strike/underline). |
152 | 152 | * Translate the block expiry date |
| 153 | +* (bug 28630) Add iwlinks, langlinks, redirect to |
| 154 | + RefreshLinks::deleteLinksFromNonexistent |
153 | 155 | |
154 | 156 | === API changes in 1.19 === |
155 | 157 | * BREAKING CHANGE: action=watch now requires POST and token. |