From 1dad021840bf936b0e130ddda3459d11f0ad8421 Mon Sep 17 00:00:00 2001 From: Antoine Musso Date: Wed, 24 Jul 2013 12:08:52 +0200 Subject: SpecialPrefixindex formatting methods are now protected namespacePrefixForm() and showPrefixChunk() accepted additional arguments to slightly alter the form such as hiding redirects. The argument has been removed in favor of class property just like stripprefix introduced earlier and the method have been made protected since there is no point in calling them out of the special page scope. Change-Id: I55728fd2634f8a935a033052dcce3c7247cb1aa3 --- RELEASE-NOTES-1.22 | 3 +++ 1 file changed, 3 insertions(+) (limited to 'RELEASE-NOTES-1.22') diff --git a/RELEASE-NOTES-1.22 b/RELEASE-NOTES-1.22 index f0490d4920ab..1f2b94f6484c 100644 --- a/RELEASE-NOTES-1.22 +++ b/RELEASE-NOTES-1.22 @@ -421,6 +421,9 @@ changes to languages because of Bugzilla reports. responsibility of classes implementing the RCFeedFormatter and RCFeedEngine interfaces to implement the formatting and delivery for recent change notifications. +* SpecialPrefixindex methods namespacePrefixForm() and showPrefixChunk() have + been made protected. They were accepting form variance arguments, this is now + using properties in the SpecialPrefixindex class. == Compatibility == -- cgit v1.2.3