"IAlex" posted a comment on MediaWiki.r107386.
URL: http://www.mediawiki.org/wiki/Special:Code/MediaWiki/107386#c28580

Commit summary for MediaWiki.r107386:

* Integrate $wgDeleteRevisionsLimit in Title::getUserPermissionsErrors() (only 
if doing expensive checks)
* Moved WikiPage::estimateRevisionCount() and WikiPage::isBigDeletion() to 
Title and marked those WikiPage methods as deprecated (only call in extensions 
removed in r107385)
* Show an error message when deleting a page to move another one in 
Special:MovePage and the deletion fails due to permissions errors (previously 
the form would simply show again)
* Cache the result of Title::estimateRevisionCount() since it's called two 
times when showing the deletion form and the user doesn't have 'bigdelete' 
right (one for the permissions check and the other when showing the number of 
revisions)

IAlex's comment:

Fixed in r107424 (and sorry to have mentioned the wrong person in the commit 
summary).

_______________________________________________
MediaWiki-CodeReview mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-codereview

Reply via email to