Hide edit toolbar Signature button in non-discussion namespaces
authorThis, that and the other <at.light@live.com.au>
Mon, 21 Jul 2014 01:36:20 +0000 (11:36 +1000)
committerKaldari <rkaldari@wikimedia.org>
Mon, 3 Aug 2015 18:20:44 +0000 (11:20 -0700)
commitb3f897e971a90c82f5a9a15433bd03e5ac839e63
tree123aad5ac94773b699bd54a99e5f0daf9c2570f9
parentf318d7a04b2d8251c04e1e0cb3ed33db0d7199ad
Hide edit toolbar Signature button in non-discussion namespaces

Most wikis only use user signatures on pages set aside from discussion,
(Talk namespaces and sometimes project/main namespaces depending on
the wiki), so having the button available everywhere is confusing.
The few wikis that need the button (especially non-content,
internal/corporate/planning wikis), can add relevant namespaces to the
$wgExtraSignatureNamespaces array in LocalSettings.

This would make it possible to solve bugs like T59727 or T53154.

Since this is a change to default behavior, a release note is added.

Bug: T7645
Change-Id: I7ccf1093b888c7b33721234349ca0ac054c3cd3f
RELEASE-NOTES-1.26
includes/DefaultSettings.php
includes/EditPage.php
includes/MWNamespace.php
includes/resourceloader/ResourceLoaderStartUpModule.php