User Details
- User Since
- Dec 15 2020, 3:00 PM (203 w, 4 d)
- Availability
- Available
- LDAP User
- Func
- MediaWiki User
- Func86 [ Global Accounts ]
Sep 3 2024
Jul 19 2024
Note that some bugs related to options / local exceptions with default values are being fixed today (T368595), so you may want to test again and see if there are still any inconsistencies.
Jul 17 2024
Jul 8 2024
Jul 6 2024
Jun 30 2024
Resolved via T344978, but the target should be specified with query param: https://test.wikipedia.org/wiki/Special:Contributions?target=imported%3EAlex+Shih
Well, you may set $wgDefaultSkin to the one for registered users, and use the hook for anon users instead.
The ULS may also consider switching to a simple new mw.Api().saveOption( 'language', langCode, { global: 'override' } ) call.
The globalpreferenceoverrides API is not working although the response was {"globalpreferenceoverrides":"success"}
This should be fixed, it seems no one wants to write the User-notice and I don't think we need one.
The default user option of skin would be overridden with the value of $wgDefaultSkin: DefaultOptionsLookup.php#114
Or if you want to set a different skin for new users, you should try $wgConditionalUserOptions
We don't create user_properties entries for default options, and you may want to set $wgDefaultSkin instead.
Jun 25 2024
Jun 20 2024
Jun 17 2024
I think we may need some words from the Web team. Why was someone assigned to do T364347 just a few days before their "last day", on the codebase that is not the Web team's main focus, and then just left the bug for WMDE to look into? While WMDE was not involved in the bugged change and thus was not very familiar with either the original task or the problem.
Jun 11 2024
IMHO T366419: Default user option for Reference Previews changed for users created before 2017/08/16 without any justification should have been a train blocker for last week, but no one identified the bug before the weekend.
Jun 7 2024
@Jdlrobson Sorry, I have to re-subscribe you since I identified the cause and there is indeed a real bug.
Ah, I see, I think I got something, but I cannot verify it myself, because I don't have an old enough account (though not sure if it's needed).
What is enabled for anon users, is the Reference Tooltips gadget. Gadgets cannot be disabled individually for anon users, you can only disable all local wiki scripts with the ?safemode=1 query string.
Jun 6 2024
Jun 4 2024
That's simply because they reverted the Common.css removal.
Jun 3 2024
For this particular case:
<title>Wikipedia, wolna encyklopedia</title> <script> ... RLSTATE={"skins.vector.user.styles":"ready","ext.gadget.wikiflex":"ready","ext.gadget.infobox":"ready","ext.gadget.hlist":"ready",...}; RLPAGEMODULES=["ext.scribunto.logs","site","mediawiki.page.ready","skins.vector.js","ext.centralNotice.geoIP","ext.centralNotice.startUp","ext.gadget.ll-script-loader","ext.gadget.veKeepParameters","ext.gadget.szablon-galeria","ext.gadget.NavFrame",...];</script> <script>(RLQ=window.RLQ||[]).push(function(){mw.loader.impl(function(){return["user.options@12s5i",function($,jQuery,require,module){mw.user.tokens.set({"patrolToken":"+\\","watchToken":"+\\","csrfToken":"+\\"}); }];});});</script> <link rel="stylesheet" href="/w/load.php?lang=pl&modules=ext.uls.interlanguage%7Cext.visualEditor.desktopArticleTarget.noscript%7Cext.wikimediaBadges%7Cext.wikimediamessages.styles%7Cskins.vector.icons%2Cstyles%7Cskins.vector.search.codex.styles&only=styles&skin=vector-2022"> <script async="" src="/w/load.php?lang=pl&modules=startup&only=scripts&raw=1&skin=vector-2022"></script> <meta name="ResourceLoaderDynamicStyles" content=""> <link rel="stylesheet" href="/w/load.php?lang=pl&modules=ext.gadget.citation-access-info%2Chlist%2Cinfobox%2Csmall-references%2Csprawdz-problemy-szablony%2Cwikiflex&only=styles&skin=vector-2022"> <link rel="stylesheet" href="/w/load.php?lang=pl&modules=site.styles&only=styles&skin=vector-2022"> <meta name="generator" content="MediaWiki 1.43.0-wmf.7">
CSS-only gadgets as stylesheet come with the HTML:
<link rel="stylesheet" href="/w/load.php?lang=pl&modules=ext.gadget.citation-access-info%2Chlist%2Cinfobox%2Csmall-references%2Csprawdz-problemy-szablony%2Cwikiflex&only=styles&skin=vector-2022">
This is because ResourceLoader modules would be inlined into the page HTML, either as a stylesheet link and loaded directly (CSS-only gadgets) or in the RLPAGEMODULES array and loaded by the startup module (general gadgets), while the page HTML can be cached up to one week(?) in wmf-hosted wikis for anon users.
Jun 2 2024
According to MainConfigSchema.php#2225 and the original commit 27105c21295dbc16532875feb3582a0555576e73 which added this config:
May 29 2024
May 28 2024
Variant names can be obtained from the meta=languageinfo API (see also T302200), play with API sandbox for more parameters
May 24 2024
May 18 2024
(For skins-demo.wmflabs.org, according to Wikitech doc, the primary maintainer of it is @Jdlrobson)
It's on 1.42 but not 1.41 as far as I can see. https://phabricator.wikimedia.org/source/mediawiki/branches/master/;21d8d9863b393e0bea608ac2f926b40bfecff9ad
This is due to the removal of that deprecated class alias, you should report at their repo: https://gerrit.wikimedia.org/g/mediawiki/core/+/bb1f7e4aa2c87039e87291ef1ed31ca955a23eb7/RELEASE-NOTES-1.42#420
Note: mergeMessageFileList.php needs to be updated for wmf-hosted sites and wiki farms using manualRecache for $wgLocalisationCacheConf
May 17 2024
May 15 2024
May 11 2024
Related: T200506
May 7 2024
This is because of calls to Module:TemplateExist, and this report should be closed as invalid. cc @A2569875, the author of that module.
May 6 2024
Apr 29 2024
According to the protection log by Xiplus-abot, some "templates" already have 1026 transclusions as of 30 January.
Apr 25 2024
Apr 24 2024
Apr 23 2024
Apr 20 2024
The current implementation of var_final (after commit 9597f365) is nothing more special than others, if anything will break in the future, that would be the whole extension.