r48492 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r48491‎ | r48492 | r48493 >
Date:18:15, 17 March 2009
Author:vasilievvv
Status:ok
Tags:
Comment:
* (bug 18018) Deleting a file redirect leaves behind a malfunctioning redirect
Modified paths:
  • /trunk/phase3/RELEASE-NOTES (modified) (history)
  • /trunk/phase3/includes/Article.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/Article.php
@@ -3310,6 +3310,8 @@
33113311 $user = User::newFromName( $title->getText(), false );
33123312 $user->setNewtalk( false );
33133313 }
 3314+ # Image redirects
 3315+ RepoGroup::singleton()->getLocalRepo()->invalidateImageRedirect( $title );
33143316 }
33153317
33163318 /**
Index: trunk/phase3/RELEASE-NOTES
@@ -276,6 +276,7 @@
277277 * (bug 14990) Parser tests works again with PostgreSQL
278278 * (bug 11487) Special:Protectedpages doesn't list protections with pr_expiry
279279 IS NULL
 280+* (bug 18018) Deleting a file redirect leaves behind a malfunctioning redirect
280281
281282 == API changes in 1.15 ==
282283 * (bug 16858) Revamped list=deletedrevs to make listing deleted contributions

Status & tagging log