Remove "Not logged in" from the personal URLs array
authorStephan Gambke <s7eph4n@gmail.com>
Wed, 24 Feb 2016 21:21:07 +0000 (22:21 +0100)
committerJdlrobson <jrobson@wikimedia.org>
Tue, 17 May 2016 20:06:43 +0000 (20:06 +0000)
commit11425ad462662103696ecf9e2764d5eb763bf7b3
treea2b2c9cf62fe4f979c67892d5997b9d9c29ca79a
parentc0d0dde351d6852116cefe81f7f27f3aa97c6008
Remove "Not logged in" from the personal URLs array

The array of personal URLs should only contain links to the personal tools of the
user. "Not logged in" is a status message, not a personal URL, so it should not
appear in that array. The status should instead be indicated to the user by the
skin itself in whatever way seems best for the skin in question.

The following patches depend on this one to reintroduce the message:
* Vector skin: Ic560d3fd
* Monobook skin: I7001e311

Bug: T121793
Bug: T127758
Change-Id: I5cfa9b4e2f4eb420d5fda6b1c6ce28926cb8e738
includes/skins/SkinTemplate.php