https://bugzilla.wikimedia.org/show_bug.cgi?id=34937

       Web browser: ---
             Bug #: 34937
           Summary: [1.19 regression] Moving a page doesn't invalidate the
                    cache of pages that redlink to the new title anymore
           Product: MediaWiki
           Version: unspecified
          Platform: All
               URL: http://de.wikipedia.org/wiki/Camille_Catala
        OS/Version: All
            Status: NEW
          Severity: normal
          Priority: Unprioritized
         Component: Page editing
        AssignedTo: [email protected]
        ReportedBy: [email protected]
    Classification: Unclassified
   Mobile Platform: ---


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 ).

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
You are on the CC list for the bug.

_______________________________________________
Wikibugs-l mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to