"Bawolff" posted a comment on MediaWiki.r107636.
URL: http://www.mediawiki.org/wiki/Special:Code/MediaWiki/107636#c28820

Commit summary for MediaWiki.r107636:

* Moved post-deletion code from WikiPage::doDeleteArticle() to 
WikiPage::doDeleteUpdates() so that it can be shared with page move
* Use WikiPage::doEditUpdates() and WikiPage::onArticleDelete() to do updates 
instead of reimplementing the whole thing in Title::moveTo(); avoids some bugs 
since the implementation differs from the one from WikiPage (notably the page 
and article count). This adds some more cache clearing, but they are needed 
depending on parameters (e.g. if the redirect is not created).

Bawolff's comment:

This fixes bug 32946

_______________________________________________
MediaWiki-CodeReview mailing list
mediawiki-coderev...@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-codereview

Reply via email to