"Nikerabbit" changed the status of MediaWiki.r103202 to "ok"
URL: http://www.mediawiki.org/wiki/Special:Code/MediaWiki/103202

Old status:  new
> New status: ok

Commit summary for MediaWiki.r103202:

* Factorise common code in ImagePage::delete() and allow normal page deletion 
if $wgUploadMaintenance is true
* Moved $wgUploadMaintenance check after permissions and read only, so that the 
user doesn't think the error is temporary if he both doesn't have the 
permission and $wgUploadMaintenance is true
* Show normal error page when $wgUploadMaintenance and added a message for the 
error title
* Moved watchlist updating to FileDeletForm::execute(), it has nothing to do in 
doDelete() (would also be executed for api requests, etc.)
* Added $user parameter to FileDeletForm::doDelete() to pass the user doing the 
action
* Use WikiPage instead of Article

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

Reply via email to