Author: paolo
Description:
Version: unspecified
Severity: normal
URL: http://en.wikipedia.org/w/index.php?title=Main_Page&action=history
Author: paolo
Description:
Version: unspecified
Severity: normal
URL: http://en.wikipedia.org/w/index.php?title=Main_Page&action=history
Status | Subtype | Assigned | Task | ||
---|---|---|---|---|---|
Resolved | None | T10575 Cascading Page Protection (tracking) | |||
Resolved | None | T11652 String "[cascading]" not shown in edit summary |
paolo wrote:
The method updateRestrictions in Article.php creates a null edit when a page is
protected. However, the summary does not include the string "[cascading]" even
if the protection is cascading, while this string is included in the logs.
BTW, the summary of paramters lacks the two final params in the same methods.
(In reply to comment #1)
BTW, the summary of paramters lacks the two final params in the same methods.
I am not sure what you mean.
paolo wrote:
Thanks for fixing. As for the unclear part, the description of the method is:
/**
But the method prototype contains two more parameters (cascade and expiry):
function updateRestrictions( $limit = array(), $reason = '', $cascade = 0,
$expiry = null )