User "Nikerabbit" posted a comment on MediaWiki.r102187.

Full URL: http://www.mediawiki.org/wiki/Special:Code/MediaWiki/102187#c25946
Commit summary:

* Merged Title::userCanRead() check in Title::getUserPermissionsErrors()
* (bug 26020) Setting $wgEmailConfirmToEdit to true no longer removes diffs 
from recent changes feeds
* Added second parameter to Title::userCan() and Title::quickUserCan() to allow 
callers to pass the User object to use for checks; this changes 
Title::userCan()'s second parameter from "do expensive queries" flag to User, 
but all callers should have been updated in r102183
* Updated callers that might throw a PermissionsError to use 
getUserPermissionsErrors() instead and pass the error array to the exception
* Refactored duplicate code in missingPermissionError()
* Moved Title::isNamespaceProtected() a bit upper and Title::userCanRead() near 
Title::userCan() to have related functions in the same location
* Some minor refactoring in permission-related functions in Title

Comment:

Shouldn't there be at least release notes entry?

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

Reply via email to