User Details
User Details
- User Since
- Nov 4 2021, 9:28 AM (64 w, 3 d)
- Availability
- Available
- LDAP User
- GPR
- MediaWiki User
- Unknown
Nov 10 2021
Nov 10 2021
GPR added a comment to T163853: Updates to "Last edited" element on mobile.
I tried to implement this and found out that to remove the link to user page, I need to change getLastModifiedMessage in MobileFrontend extension. Because in Minerva skin, it's called from initHistoryLink to construct the last modified message.
Nov 9 2021
Nov 9 2021
alexhollender_WMF awarded T163853: Updates to "Last edited" element on mobile a Like token.
Nov 5 2021
Nov 5 2021
GPR added a comment to T283549: Not possible to move, delete and protect a user page on mobile AMC page.
After some investigation, looks like user page is using different kind of overflow menu. It is using UserNamespaceOverflowBuilder that doesn't have delete, move and protect options. The rest of the page is using DefaultOverflowBuilder.
Looks like the option to delete, move or protect not appear only in user page. They are appeared in regular page when logged in as admin.
Nov 4 2021
Nov 4 2021
Hello, I already have patch for this in my local git repo. Just need to figure it out how to submit it out for now.