Page MenuHomePhabricator

[1.19 regression] Moving a page doesn't invalidate the cache of pages that redlink to the new title anymore
Closed, ResolvedPublic

Description

When the linked page on dewiki was moved into the article space, the pages linking to it should have been purged automatically, but haven't. (e.g. http://de.wikipedia.org/wiki/Marina_Makanza as of now still shows the redlink)

I suspect r107636 to be the cause of this as it removed the call to

WikiPage::onArticleCreate( $nt );

and replaced it with

$newpage->doEditUpdates( $nullRevision, $wgUser, array( 'changed' => false ) );

which probably needs an additional ( 'created' => true ).


Version: unspecified
Severity: normal
URL: http://de.wikipedia.org/wiki/Camille_Catala

Details

Reference
bz34937

Event Timeline

bzimport raised the priority of this task from to Needs Triage.Nov 22 2014, 12:09 AM
bzimport set Reference to bz34937.
bzimport added a subscriber: Unknown Object (MLST).