[MediaWiki-CodeReview] [MediaWiki r107636]: New comment added

2012-03-03 Thread MediaWiki Mail
P.Copp posted a comment on MediaWiki.r107636.
URL: http://www.mediawiki.org/wiki/Special:Code/MediaWiki/107636#c31770

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

P.Copp's comment:

Possibly caused [[bugzilla:34937]]

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


[MediaWiki-CodeReview] [MediaWiki r107636]: New comment added

2012-01-03 Thread MediaWiki Mail
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