User Details
- User Since
- Aug 7 2018, 11:04 PM (334 w, 1 d)
- Availability
- Available
- LDAP User
- BrandonXLF
- MediaWiki User
- BrandonXLF [ Global Accounts ]
Apr 30 2023
Apr 29 2023
Apr 28 2023
@Jdlrobson The markup
Apr 13 2023
This is caused by https://gerrit.wikimedia.org/r/plugins/gitiles/mediawiki/extensions/Echo/+/refs/heads/master/modules/mobile/overlay.js#16. transitionend should only be listened for if there's a transition with a duration (prefers-reduced-motion: reduce removes the transition duration).
Apr 11 2023
@Jdlrobson I noticed that lang, dir, and mw-content-dir are used quite a few times throughout MediaWiki and extensions. Would it be beneficial to add a helper function like Html::languageWrap that creates a div with the required attributes?
Apr 8 2023
Resolved by https://gerrit.wikimedia.org/r/730654
Apr 5 2023
Jan 31 2023
Jan 30 2023
Jan 29 2023
This change caused Special:BotPasswords to show its summary twice, I opened a ticket at T328212
Sep 11 2022
Sep 7 2022
Will this also be implemented for the redirect table?
Jun 20 2022
Feb 22 2022
Feb 17 2022
Feb 8 2022
Feb 6 2022
Feb 4 2022
Dec 12 2021
I've submitted https://gerrit.wikimedia.org/r/746005 to resolve T64722, which could make this task unnecessary. With the change, the log entry would look like:
Nov 10 2021
Sep 8 2021
Aug 20 2021
Aug 17 2021
The fix that was used on the beta cluster only applies to the tabs that are added by the skin, and not the ones added by user scripts using mw.util.addPortletLink.
Aug 12 2021
This was brought up at the English Wikipedia's Village Pump https://en.wikipedia.org/wiki/Wikipedia:Village_pump_(technical)#Remove_footnotes_from_a_copy%3F
Aug 6 2021
@Jdlrobson I split the part of this task about the new Vector skin off into T288367 since it was not addressed by the reason you closed this task and its really a separate issue.
Jul 30 2021
Jun 19 2021
Jun 7 2021
May 29 2021
A query shows that there are 6 million unique non-automatic edit summaries that use this syntax https://quarry.wmflabs.org/query/54289 and considering normal links are already handled like this, I don't see why templates shouldn't be.
May 19 2021
May 8 2021
Apr 25 2021
Apr 22 2021
Apr 8 2021
Sounds good, hoping for the best!
@Krinkle How would I work on this if there's no active owner? I would love to work on this as it could solve the same issues that the UseResource extension can, but if there's no one to review my commits what's the point?
Apr 7 2021
Apr 5 2021
From what I can tell the only way to solve this would be to add more fields to existing tables that track if the transclusion is directly caused by wikitext, create a new table that stores "template links" rather than transclusions, or to only store direct transclusions in the templatelinks table. The first two options would require changes to the database.
Mar 31 2021
T19571 could also provide similar functionality.
Mar 24 2021
That mostly works, but there are still issues if it's done that way. Let's say template A redirects to template B. If page 1 transcludes template A and template B, but page 2 just transcludes template A, they will appear the same in the templatelinks table, making it impossible for WhatLinksHere to correctly display links.