User Details
- User Since
- Dec 15 2020, 3:00 PM (80 w, 1 d)
- Availability
- Available
- LDAP User
- Func
- MediaWiki User
- Func86 [ Global Accounts ]
Tue, Jun 28
The date is incorrect on my side even with JS disabled. After looking into the code and tested locally, I have a clue and patch for it.
Do you have any errors in the log? Once I found the categorization didn't work in my test environment, after looking into the log, it's turn out that I forgot to run composer update and lacked php polyfill.
Fri, Jun 10
Something wrong with the REST API.
I can get the correct extract result using action API and the Accept-Language: zh-tw header: https://reqbin.com/cmpdc9g6
But not for the REST API: https://reqbin.com/6vrlbysc
The conversions mentioned in the description are implemented by Module:CGroup/IT.
Tue, Jun 7
Need a backport: https://gerrit.wikimedia.org/r/c/mediawiki/core/+/772370
After this patch, local message overrides can use $2 for links:
Page '''[[:$2]]''' has been deleted {{toolbar|[[Special:Undelete/$2|view]]|[{{fullurl:$2|action=protect}} salt]}}.
Thu, Jun 2
May 10 2022
May 6 2022
I got something, in total we have lost 61 pages:
- all move action to blame https://quarry.wmcloud.org/query/64337
- all affected (gone) page IDs https://quarry.wmcloud.org/query/64341
- revision info of the root page https://quarry.wmcloud.org/query/64326
- revision info of all pages https://quarry.wmcloud.org/query/64339
oh, that script only handles completely missing actors now, not broken ones.
And we have some bloated SVGs get merged recently (7ce1a48).
Maybe same as T209249
May 5 2022
Backport deployed.
Merged on the master branch after the train cut, need a backport.
May 4 2022
I can confirm this is fixed on Windows Edge 101.0.1210.32
May 2 2022
Weird, I am able to "add" it without removing it first.
May 1 2022
Apr 30 2022
Apr 27 2022
oh why there are so many subscribers?
Apr 26 2022
Apr 24 2022
Direct construction with args is only used in tests, should be fine to be converted to service for T306707.
https://codesearch.wmcloud.org/search/?q=new%20SessionManager%5C(
SessionManager singleton stored an outdated ObjectFactory instance.
The service container can be destroyed by MediaWikiServices::resetChildProcessServices() which is used by ForkContoller in the core and the Translate extension.
It turns out that storing a service container instance or using closure to avoid circular dependency in ServiceWiring is not a good practice.
It seems related to ObjectFactory, a workaround found via code search: https://gerrit.wikimedia.org/r/c/mediawiki/extensions/Workflows/+/766127/3/src/Definition/Repository/DefinitionRepositoryFactory.php#20
Apr 14 2022
This is a context caching problem same as T302754 but less harmful and unnoticeable.
When a page is linked in sitenotice, there is a chance that a user visited that page and the parsed notice is cached for a while, especially for a popular page.
Apr 8 2022
Apr 7 2022
I don't want to say this one is resolved, there are a bunch of Chinese wikis that have overrides in site js, I think logo variants can't be widely used without the fallback chain implemented.
Well, there is another issue that makes me not feel very good, we can see MediaWiki:Group-$group.js is executed after the user's js, is that intended?
I think MediaWiki:Group-$group.js is site-ish and should be executed at least just after <skin>.js. (Though this should be a different task.)
Apr 6 2022
With all filters disabled (https://en.wikipedia.org/wiki/Special:Log/MZMcBride?wpfilters%5B%5D=review&wpfilters%5B%5D=thanks&wpfilters%5B%5D=patrol&wpfilters%5B%5D=tag&wpfilters%5B%5D=newusers), this query is way faster.
Apr 4 2022
Per T108443#6279559, T294716 is likely to help, but the patch connected needs to be amended, and the owner of it seems not active.
Apr 2 2022
Per uselang=qqx, they are fallback to [[MediaWiki:talk]].
Apr 1 2022
Patch for T131300 caused this.
Mar 31 2022
Weird, did the backport conducted properly? It sounds like change 775437 was being applied for a while, and somehow was overridden by another patch?
cc @Lucas_Werkmeister_WMDE
Mar 30 2022
Mar 29 2022
@Jdlrobson What about the 1.38 release branch, I think my simple patch should be enough, or you want to backport that big change?
@Krinkle Your test is done before or after the wmf.5 branch roll out?
Simply add var_dump($text); in PageTranslationHooks::renderTagPage() and visit history page of a translated page (language subpage),
then you can see:
Mar 27 2022
Sadly we have a remaining conversion problem on T303855, but this should be fine to close.
Ok, I see. The change 755813 didn't catch up or backport to 1.39.0-wmf.4.
@Jdlrobson You want to backport them or wait for the next train?
Mar 26 2022
Mar 25 2022
Mar 24 2022
Tag MediaWiki-extensions-CentralAuth since the lookup is implemented in it.
Hi, does this still happen frequently these days?
It's weird that an error that can cause a great difference in the appearance of UI is suppressed to a warning in advance. T302627 can be caused by this.
I think we need more information about T285216, which mentioned sometimes it failed to find a global ID for the user, which means it failed to load global preferences to override local ones or sites' defaults.
Mar 20 2022
Mar 18 2022
I noticed the input fields look weird (namespace dropdown disappeared), and I managed to move it with js disabled.
Please check out site js, since I can see a normal input with safemode=1 in url.
Also, they don't have "Reverted" or "Manual revert" tags where they should have respectively.
Maybe it's a regression, update after mass deletion works well a year ago:
https://www.mediawiki.org/w/index.php?title=Wikimedia_Technology/ru&type=revision&diff=4445234&oldid=4445226&diffmode=source
https://www.mediawiki.org/w/index.php?title=Wikimedia_Technology/ru&type=revision&diff=4445251&oldid=4445234&diffmode=source
Mar 17 2022
Mar 16 2022
Mar 15 2022
This can't be resloved as a part of T295187, reopened with a more accurate title.
The section name can be different on the translated page, it's very likely that you can't go to the desired section even if the fragment is preserved.
It should be short-circuited at Translate/tag/PageTranslationHooks.php#66, but the expected title for message parsing in load.php (Special:Badtitle/ResourceLoaderContext) somehow is overridden and passed all the checks?
Mar 14 2022
Already have in https://gerrit.wikimedia.org/r/c/mediawiki/core/+/114066, 'options-messages' param.
Mar 12 2022
Mar 11 2022
It can work on real mobile devices and mobile simulation mode on desktop, but not pure desktop.
This is a feature: T212197