User Details
- User Since
- Oct 6 2014, 4:07 AM (583 w, 4 d)
- Availability
- Available
- IRC Nick
- Jhs
- LDAP User
- Jon Harald Søby
- MediaWiki User
- Jon Harald Søby [ Global Accounts ]
Fri, Dec 5
Thu, Dec 4
Fri, Nov 28
Thu, Nov 27
Mon, Nov 24
Great, thanks for checking! Closing this then.
@Mdktb: Ah, thanks for letting me know! It was a stupid mistake, should be fixed now with this edit. I had used null, which means "reset to the default setting", but since the gadget was on by default, it would effectively switch it on and not off. You might need to do a hard refresh (Ctrl+F5) to get the new version; please test and let me know if it works for you now.
Wed, Nov 19
I don't really know which project to tag this with, so just adding some that might be relevant. Feel free to adjust as needed!
FYI, I was able to create the page, with the Vue content model, a couple days after this task was filed: https://no.wikipedia.org/w/index.php?title=MediaWiki:Gadget-quickBlock/Main.vue&action=history
Tue, Nov 18
Ah, I didn't know that (hadn't tried). Sure, absolutely no rush in fixing this in the frontend, especially if it already kinda works as expected.
Great! Thanks for reviewing and checking. :-)
Mon, Nov 17
Fri, Nov 14
All done 👍
@Sneha This is what it looks like in my localhost wiki when I scroll down on a long page, and then refresh. Using the current master branch of the Vector skin repo.
Nov 11 2025
On the suggestion of @Nikki, I went with the approach of creating a gadget (planned to be default on for everyone). It uses three MediaWiki messages, which were just merged, so the gadget can be deployed after next week's train arrives. Gadget code: JavaScript, Vue. The banner will only be shown if a user has set a test wiki language in their preferences, and that language is available as an interface language, and the user uses a different interface language. If the user clicks the "close" button in the banner, the gadget will disable itself (can be re-enabled again in preferences).
Nov 10 2025
Closing since the patch mentioned above was merged and deployed.
I think this can be closed since the above-mentioned patch was merged (and is now live). Further improvements should come with T395997.
Nov 5 2025
Nov 4 2025
I don't like doing this, but it's been 5 years since this bug was reported and it's still happening. Any chance of prioritizing fixing it?
Nov 3 2025
Suggested wording:
I think this can be closed. The most pragmatic way of solving the other issue I mentioned in my previous comment 3 years ago is by creating MessagesXx.php files with $dir (or whatever) info as needed.
Nov 2 2025
Oct 30 2025
Oct 29 2025
I got the same warning in a gadget I just made, where I had followed the examples for CdxPopover of setting :anchor="currentTrigger" and initialising currentTrigger to ref( null ).
Oct 28 2025
This happened when I tried to create https://no.wikipedia.org/w/index.php?title=MediaWiki:Gadget-quickBlock/Main.vue&action=submit . I also tried creating it with just the boilerplate content instead of what I was actually adding, with the same result. I also tried creating it as a .js page, then moving it to the .vue name and changing the content model, and it failed with the same error at that last step.
Oct 27 2025
As far as I know, $wgExtensionMessagesFiles still exists because it supports three things: namespace translations, special page name translations (aliases), and magic word translations.
Oct 24 2025
Not a duplicate of that task. But I can't reproduce either.
Oct 23 2025
No, I think that's it for now, I haven't identified any other obvious candidates for improvement in this area.
Oct 20 2025
Thanks!
Thanks for the review, @Lucas_Werkmeister_WMDE! Should I just close this task now, or should we wait for deployment and/or testing?
Boldly setting to UBN! because of the consequences of this bug (missing references on thousands of pages across wikis – for the Norwegian Bokmål Wikipedia's case, it's in the order of hundreds of thousands of pages; no idea about the Hungarian Wikipedia).
Oct 18 2025
Note: This edit fixes the issue for the most commonly used module that fetches references in the Norwegian Bokmål Wikipedia. However, that's just one module on one wiki – who knows how many other things are impacted by this?
Oct 17 2025
Oct 16 2025
Sorry, I think I misunderstood the problem here. They're similar, but not the same.
Oct 15 2025
The README in the MWStake repo says "If the skin is no longer supported and does not work with any supported version of MediaWiki, it should be removed. ". Since DarkVector's last update (at least according to it's MW skin page) was in November 2022, just before the release of 1.39 LTS (which is EOL this December), it presumably works with that version, but I'm not sure how to properly check for the newer supported versions.
Oct 14 2025
I'd like you to reconsider this, if that's okay.
GitHub patch that adds notheme skin-invert to the ULS menu element as a stop-gap measure until the ULS rewrite happens: https://github.com/wikimedia/jquery.uls/pull/526
GitHub patch that adds notheme skin-invert to the ULS menu element as a stop-gap measure until the ULS rewrite happens: https://github.com/wikimedia/jquery.uls/pull/526
GitHub patch that adds notheme skin-invert to the IME selector as a stop-gap measure until the ULS rewrite happens: https://github.com/wikimedia/jquery.ime/pull/842
Abandoned the now-stale patches, since there is a ULS rewrite on the steps – better to wait for that, I think.