MinervaNeue/includes/menu
Derick Alangi a9ead1938b menu: Add system generated logoutToken on logout action in Minerva
Upon building the menu components for logged in users, the logoutToken
was not properly appended to the logout URL. The URL is supposed to be

`?title=Special:UserLogout&returnto=...&logoutToken=...`

and not what was rendered previously, see below

`?title=Special:UserLogout&<token>`

The absense of the 'logoutToken' param prompted an intermediate step asking
users to confirm the logout action. We don't need this in Minerva if users want
to logout from their accounts and asking users to confirm this action is annoying.

We want the user to be able to logout when the "Logout" button is clicked
and the system would have generated a logout token and appended to the logout
URL in the format specified above. This patch has been tested locally and
everything works just fine.

Bug: T225220
Change-Id: I20f30db707915179a0604a1dc9061d8db225a230
2019-06-11 12:54:37 +01:00
..
Main Remove Recent Changes from Main Menu 2019-04-18 20:32:23 +02:00
PageActions Hygiene: Use PermissionsManager instead of deprecated methods 2019-06-05 21:12:10 +02:00
AuthMenuEntry.php menu: Add system generated logoutToken on logout action in Minerva 2019-06-11 12:54:37 +01:00
Definitions.php Encapsulate Login/profile/logout meny entry logic into AuthMenuEntry 2019-06-05 21:17:31 +02:00
Group.php Add method for getting menu entry by name 2019-06-06 13:04:29 -04:00
IMenuEntry.php Provide IMenuEntry interface 2019-05-14 13:12:37 +02:00
MenuEntry.php Add method for getting menu entry by name 2019-06-06 13:04:29 -04:00