"Raymond" changed the status of MediaWiki.r107386 to "fixme" and commented it.
URL: http://www.mediawiki.org/wiki/Special:Code/MediaWiki/107386#c28576

Old Status: new
> New Status: fixme

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)

Raymond's comment:

PHP Notice: Undefined variable: bigHistory in /www/w/includes/Article.php on 
line 1340

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

Reply via email to