User Details
- User Since
- Dec 15 2020, 3:00 PM (269 w, 3 d)
- Availability
- Available
- LDAP User
- Func
- MediaWiki User
- Func86 [ Global Accounts ]
Tue, Feb 10
The code path looks unrelated to the issue you encountered.
Are you unable to remove a preference via Special:Preferences, or do you literally mean a pref named someprefname-local-exception that initially registered via API?
Sun, Feb 1
@matmarex Thanks for the pointers. With display: flow-root, we are free from the alignment and resizing issues of the previous attempts, and I made some improvements for smaller container sizes just now.
It's very unfortunate that the original patch for T360589 got merged, the test cases are so broken and assert the wrong behaviour. And the unchanged size was used for the actual scaling, so now we have thumbs smaller than the claimed size in the production storage.
Thu, Jan 29
Same underlying issue as T276855
Wed, Jan 28
I tried to reimplement it using flex layout, but it seems impossible to replicate the intended behaviour of the current implementation: "for the elements in the last row, only grow if they can fill the row nicely within their max-width, (grow to the average zoom factor otherwise)".
Tue, Jan 27
Mon, Jan 26
Jan 6 2026
This is blocking changes on MobileFrontend: https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php82/22563/console
Dec 9 2025
Dec 8 2025
Final diff with only trivial diffs: P86446, filtered with change 1216181 for a cleaner diff.
Dec 6 2025
Oh, I am not familiar with this area. I filed for MediaWiki-Codesniffer just because they mentioned that particular sniff, which may also need to be fixed.
Just run the diffConfig CI on change 956060 again, the diff is huge, at P86437
Rebased - merge conflict due to moved files.
Dec 5 2025
Dec 3 2025
@Chuiimuii_ofc Please don't abuse the Gerrit system.
Oh, I didn't think of backports. @Reedy, should we update the version numbers for wfDeprecated to minor versions of the next release of each branch?
Dec 2 2025
Nov 28 2025
Currently, setting manualRecache to true requires running the rebuildLocalisationCache maintenance script for all the languages; otherwise, messages would be in English if the language requested is not cached.
Nov 16 2025
Sorry for taking this over, I think it's just easier to fix my oversights on the original implementation (b67c7962) myself with solid comments, along with some other quirks I found.
Nov 15 2025
@Chuiimuii_ofc You can always update existing changeset (with git commit --amend and git review -R) instead of creating a new one.
Nov 13 2025
Oct 30 2025
Oct 29 2025
Described different problems with different root causes.
Oct 26 2025
Oct 21 2025
There are some files now with duplicate @license tags, e.g. includes/libs/HtmlArmor/HtmlArmor.php
Oct 20 2025
Oct 17 2025
Example of EXPLAIN query outputs as requested on Gerrit:
Oct 14 2025
Why changing to {{#pageviewlanguage}}?
Oct 11 2025
Oct 9 2025
Oct 5 2025
Oct 3 2025
Sep 27 2025
Sep 14 2025
Sep 10 2025
Aug 21 2025
Aug 8 2025
Since marked as skipped
Aug 7 2025
Aug 6 2025
I saw this twice today.
Aug 4 2025
(fix edit conflict(?) on subscribers)
I think we should also fix the Sanitizer::safeEncodeTagAttributes function, it's not as safe as it sounds, if at all.
Aug 2 2025
Aug 1 2025
With MediaWiki 1.36+ requiring php-intl, at least for Pinyin and Bopomofo, we can use transliterator_transliterate directly without fiddling with ICU, Unihan, etc.
Jul 30 2025
This can also be a Debian 13 support issue, some MW installations may have had $wgLocaltimezone set to deprecated values like PRC by the installer or manually. After they upgrade to Debian 13, the tzdata package no longer provides these timezones, and the tzdata-legacy package is not to be installed by default.
Mar 14 2025
It's also possible that some error thrown after $this->mTablesLoaded was set to true, but before $this->mTables is actually set. If something outside caught the exception and didn't fail the request, the next call to the language converter would have the initial value of an empty array.
