Jump to content

Commons:Village pump/Technical

Add topic
From Wikimedia Commons, the free media repository
Latest comment: 22 hours ago by Maclemo in topic Błąd wewnętrzny

Shortcuts: COM:VP/T • COM:VPT

Welcome to the Village pump technical section
Technical discussion
Village pump/Technical
 Bug reports
 Code review
Tools
 Tools/Directory
 Idea Lab



This page is used for technical questions relating to the tools, gadgets, or other technical issues about Commons; it is distinguished from the main Village pump, which handles community-wide discussion of all kinds. The page may also be used to advertise significant discussions taking place elsewhere, such as on the talk page of a Commons policy. Recent sections with no replies for 30 days and sections tagged with {{Section resolved|1=--~~~~}} may be archived; for old discussions, see the archives; recent archives: /Archive/2026/08 /Archive/2026/09.

Please note
 
SpBot archives all sections tagged with {{Section resolved|1=~~~~}} after 1 day and sections whose most recent comment is older than 30 days.

Solution idea for category name problem

[edit]

before we finally get a system that allows multiple / multilingual category names, i just had an idea to patch on top of what we have now.

what if in addition to showing the actual cat names, a tool shows additional names above them (like ruby text)? the additional names could be, that category's wikidata label (in a language chosen by the user), or defined on the cat page itself by using

{{en|...}}
{{fr|...}}
{{ja|...}}
...

it's a solution for people quarreling over whether a category name should be english or other native latin-alphabetic language. example: Category:FC Bayern München. with this tool, if the cat name is english, users can see the german name above so german users still know what it is; if the cat name is german, non german users can see the english (or any other language user chooses) name above.

it appears like this on a parent cat page containing it.

  FC Bayern Munich
> FC Bayern München (24 C, 88 F)

or

 FC Bayern München
> FC Bayern Munich (24 C, 88 F)

it's not just useful for multilingual name conflicts, but also if something has some very famous alternative names, e.g.

 Sears Tower
> Willis Tower (10 C, 35 F)

other considerations:

  1. if querying up to 200 pages every time someone opens a cat page is too much for the servers,
    1. the tool could query the page and show the alternative name only when the cursor hovers over the target.
    2. or there could be a cache set up on toolforge that stores cat pages queried and their alternative names, so if a page is queried recently, there's no need to query wikidata or commons again but the tool can directly fetch the cached data.
  2. this solution is ofc not compatible with current designs of hotcat, catalot, uploadwizard... which can only show the actual page name.

RoyZuo (talk) 15:20, 6 July 2026 (UTC)Reply

Closest thing I could think of would be to disable $wgRestrictDisplayTitle, but MediaWiki's manual page discourages that practice. Alternatively, the Translate extension could be used to create internationalization variations for categories, similar to what's already in place for pages in the Commons namespace. ForeverFlying (talk) 18:11, 5 August 2026 (UTC)Reply

So one option here, would be to do something like the following in the {{Wikidata infobox}} template:

{{DISPLAYTITLE:<span class="translated-title" title="TRANSLATED NAME OF CATEGORY FROM WIKIDATA HERE"><span class="translated-title-inner">{{FULLPAGENAME}}</span></span>}}

Then add the following CSS to either site CSS or your personal Special:MyPage/common.css

#firstHeading .translated-title::before {
  content: attr(title) " ";
}
#firstHeading .translated-title .translated-title-inner {
  font-size: 50%;
  color: grey;
}
#firstHeading .translated-title .translated-title-inner::before {
  content: '(';
}
#firstHeading .translated-title .translated-title-inner::after {
  content: ')';
}

Then we can get translated titles based on wikidata information on the category page.

As far as translating category names on individual pages, that is one of the potential benefits of showing categories in the information template (As i proposed at Commons:Village_pump/Proposals#Include_categories_and_depicts_in_the_{{Information}}_template), since we can potentially translate them in display. For example, see how the category Western Caucasus is shown in my example in english vs french.

That's not exactly what you are suggesting, but perhaps a step in the right direction. Bawolff (talk) 05:44, 21 August 2026 (UTC)Reply

Flickr2Commons

[edit]

Not all OK with Flickr2Сommons, sadly. I've uploaded File:Sunset in Vernazza 2018.jpg and File:Sunset in Hehuanshan, Taroko National Park.jpg, they have been transferred without date and {{Flickreview}} tag. I've added them manually. It is possible to use an old version? Юрий Д.К. 09:34, 8 July 2026 (UTC)Reply

@1Veertje. RoyZuo (talk) 13:45, 8 July 2026 (UTC)Reply
sorry, should have tested more. Submitted a patch that should fix this Vera (talk) 19:25, 8 July 2026 (UTC)Reply

Last month in technical changes

[edit]

Following Wikimania 2026, another overview of technical changes in the media support corner of MediaWiki, covering activity since June 17th.

  • A big new development: WMF has created a new dedicated Media Platform Team on July 1st, to own how we store, manipulate, stream, and display media going forward — Thumbor, file storage, and thumbnailing infrastructure all fall under it now. Their initial focus is thumbnail infrastructure sustainability.
  • The hCaptcha support added to UploadWizard has now also found its way to the Special:Upload page and there have been a few follow-up fixes, like a proper loading indicator T429322, T429287.
  • Failed uploads in UploadWizard can now be retried individually per file instead of only being able to retry the whole batch. An improvement contributed by @Amdrel. T410980.
  • The "Other resolutions" list on file pages, broken since the thumnbnail size limitations that I mentioned in the previous editions, should now be matching the actual available sizes. T401668
  • @Mimurawil added a new category suggestion framework for UploadWizard. This works towards Wishlist item W526. Geo- and full-text-based search suggestions are in active development T427047, T428065, T428066.
  • On mobile, you can now double-tap the left or right third of the video player to skip back or forward 10 seconds, similar to many video apps. This was wishlist item Wishlist item W468 and added by @Brooke Vibber. T432729.
  • I myself completed the changes for WebVTT subtitle support. Next week, it will be possible to create a Timed Text page with the .vtt file extension and you can use advanced styling and positioning of subtitles beyond what the SRT support already allowed for. T116154. If you want to help update the Timed Text documentation, that would be appreciated btw !
  • There has been some work on 3D models, with @Amdrel driving the latest changes. Thera are patches out for review across the extension, its metadata handling, and the thumbnailing backend. Without support of the foundation and people reviewing the patches, it is however hard to land these changes, so if you can help in any way with testing or reviewing, that is appreciated. T246901, T419711, T187844.
  • There were several Wikimedia Commons related projects presented at the Wikimania 2026 Hackathon closing ceremony, which you can watch back on Youtube

——TheDJ (talkcontribs) 12:33, 26 July 2026 (UTC)Reply

Can't wait to see the rollout of textured meshes on Commons :3 --PantheraLeo1359531 😺 (talk) 19:15, 1 August 2026 (UTC)Reply

Thumbnail sizes

[edit]

Still doesn't appear to be consistently matching available thumbnail sizes. See, for example, File:Seattle - Rainier Avenue overpass, 1954 (22651065004).gif. It offers a 1,920 × 1,481 pixel thumbnail of this 1,400 × 1,080 pixel image. - Jmabel ! talk 06:46, 28 July 2026 (UTC)Reply

Language missing

[edit]

I don't know where to reach out about this, so I'll do it here.
It is not possible to create a VTT file through the TimedText page (example) when there already is an SRT for the same language. It doesn't come up in the list. I suspect it is the same the other way around too. It also isn't a translation, so the text is technically wrong. Thanks. // Kakan spelar (talk) 16:16, 6 August 2026 (UTC)Reply

Newsletter?

[edit]
[edit]

I searched for "english national football team" in Commons. The URL is https://commons.wikimedia.org/w/index.php?search=english+national+football+team&title=Special%3AMediaSearch&type=image. To my surpise, the result set includes File:Lions Family Portrait Masai Mara.jpg which makes some sense in that the logo for the English national football team is three lions, but the metadata for the lions family portrait file shows nothing about English football that I can see. What might have happened with the search tool that caused this result? I'm wondering if the search tool leverages data from additional sources beyond the search text string and the image metadata. ↠Pine () 19:20, 26 July 2026 (UTC)Reply

I think the search uses Wikidata to try to match up words with concepts. My guess is that since "english national football team" is one of the aliases of Wikidata item England men's national association football team (Q47762), and so is "Three Lions", that those are considered completely equivalent terms by something within the search engine, and that picture has the text "three lions" in its description. That's a guess; I'm not sure where (or if) it's documented exactly how the search finds synonyms or related concepts. — PeterCooperJr (talk) 17:18, 31 July 2026 (UTC)Reply
@PeterCooperJr: thanks for the comment. That may be what happened. See mw:Help:MediaSearch, mw:MediaSearch and Commons talk:Media search. By the way @JTweed-WMF: you appear to be a member of the newly-created mw:Media Platform Team, and perhaps can answer my question authoritatively as well as the unanswered questions and comments on those talk pages. Thanks, ↠Pine () 17:27, 1 August 2026 (UTC)Reply
Thanks for the ping, I love this example and have passed it onto the right team internally. Search is not part of the new Media Platform team scope, but it is a problem space that I'm familiar with from a previous role so it's been interesting to take a look. In this case, the guess above is correct. The "three lions" term is coming from Wikidata and being included as a synonym. The reason that the image of lions is appearing so high in the results is because it's a previous picture of the day, which gives its relevance score a considerable boost. This is a good example of two good things that improve search in the aggregate (synonyms and a quality image signal) causing issues for one particular search. Optimising search is really hard and often things that fix one query will perform worse for others. The Search team is always trying to find the balance that gives the best results overall across all queries, but are now aware of this query and have taken this example on board. JTweed-WMF (talk) 14:26, 12 August 2026 (UTC)Reply

Redesign of photo navboxes

[edit]
Deutsch: Hi! Ich habe länger darüber nachgedacht, und möchte es jetzt gerne zur Aussprache bringen. Die Navigationsboxen von Fotos eines Jahrzehntes, wie bei Category:2019 photographs of Bavaria, kommt mir etwas klein vor. Wäre es eventuell besser, die Schriftgröße zu erhöhen und die Box über die ganze Breite der Weißfläche zu ziehen oder zumindest in eine zweite Zeile zu erweitern? Bin gespannt auf eure Meinungen. Grüße!


English: Hi! I've been thinking about this for a while, and I'd now like to bring it up for discussion. The navigation boxes for photos from a specific decade, like the one at Category:2019 photographs of Bavaria, seem a bit small to me. Would it perhaps be better to increase the font size and stretch the box across the entire width of the white space, or at least expand it to a second line? I’m curious to hear your thoughts. Best regards!

--PantheraLeo1359531 😺 (talk) 19:20, 1 August 2026 (UTC)Reply

@Reinhard Müller made a series of super neat templates Template:Category description. RoyZuo (talk) 09:27, 6 August 2026 (UTC)Reply

There was a problem during the HTTP request: 429 Too Many Requests

[edit]

I've never encountered this message before. Just trying to upload some of my photos from Flickr as normal, but I'm getting cut off at around 50 photos. Normally I have no issues, but now it won't let me upload anything. Is there a way to increase the limit of photos I can upload? PascalHD (talk) 16:28, 4 August 2026 (UTC)Reply

There is a related discussion here: Commons:Upload Wizard feedback#There was a problem during the HTTP request: 429 Too Many Requests. I also have encounter this same error couple days ago when I was trying to upload Flickr images, but I'm not sure what is the reason for this problem. Thanks. Tvpuppy (talk) 18:03, 4 August 2026 (UTC)Reply

Cleanup of bad pages created by broken template

[edit]

I just wanted to notify that due to a missing pipe in the template Commons:Deletion requests/Mass deletion request/header/i18n some bad pages got accidentally created such as:

I already fixed the template but Commons:Deletion requests/Mass deletion request/header/i18n/en and Commons:Deletion requests/Mass deletion request/header/i18n/de need to be updated accordingly.

The template had been broken since it got localized in 12 June 2026 by @Matrix, see Special:Diff/1230195948/cur & Special:Diff/1230196854. After checking all the deletion requests subpages from June till August I don't think any extra cleanup would be needed.


It's moon (talk) 14:05, 6 August 2026 (UTC)Reply

Moved the last one and deleted it. - Jmabel ! talk 20:30, 6 August 2026 (UTC)Reply
The next needed step is to mark Commons:Deletion requests/Mass deletion request/header/i18n for translation. I don't actually know how to do that. - Jmabel ! talk 20:36, 6 August 2026 (UTC)Reply
Someone has already requested this in Commons:Translators' noticeboard#Mark translation for Deletion requests/Mass deletion request/header/i18n.
According to Commons:Preparing a page for translation, it appears you need translation admin rights, which appear to be separate from regular admin. It's moon (talk) 23:28, 6 August 2026 (UTC)Reply
It looks like the translated subpages have been updated (Special:Diff/1257622398 & Special:Diff/1257622393) :)) It's moon (talk) 21:48, 7 August 2026 (UTC)Reply
Thanks to It's moon for noticing and fixing it, my bad :) —Matrix(!) ping onewhen replying {user - talk? - uselesscontributions} 11:46, 11 August 2026 (UTC)Reply

Tech News: 2026-33

[edit]

MediaWiki message delivery 20:42, 10 August 2026 (UTC)Reply

Data file too big to edit

[edit]

I've come across the strange case of Data:McGraw electric railway directory company observations.tab. DavidLevinson was able to upload it and later add categories, but my attempt to move it from Category:Rail transport in the United States to Category:Tram transport in the United States failed with the error The text you have submitted is 3,123.549 kilobytes long, which is more than the maximum of 2,048 kilobytes. David thinks it might be due to how Commons expands JSON. Does anyone have any way to make the category change - and are there any guardrails we can put up to prevent large data files becoming effectively uneditable? Pi.1415926535 (talk) 02:54, 11 August 2026 (UTC)Reply

I filed a request to increase the tabular data limit, but it wasn't successful (Commons:Village_pump/Proposals/Archive/2026/04#Increase_data_maximum_of_(tabular)_data_pages) --PantheraLeo1359531 😺 (talk) 19:46, 12 August 2026 (UTC)Reply
in theory it should have not been possible to do this in the first place. the file will become editable once enough content is removed from it to bring it below the limit. Bawolff (talk) 17:07, 15 August 2026 (UTC)Reply

Some strange changes in header menu like "nominate this image, copy, etc...

[edit]
Something seems to have gone wrong here.

.

The old version was located in a separate bar, as can be seen here.

Good day! I have once again noticed that something was unnecessarily changed regarding the display of files here. It used to be displayed on a separate line, but now it only appears under a single dot, and if you're lucky, the full menu actually shows up. Why was this changed, and for what reason? I’m not a programmer, just an admin, and I’m a creature of habit; but if something doesn't work properly, it shouldn't have been implemented in the first place. Best regards, זיו「Ziv」For love letters and other notes 14:09, 13 August 2026 (UTC)Reply

Confirmed. Fortunately, it happened just twice and appeared temporarily two days ago, then it was fine again and now it doesn't work properly... --Achim55 (talk) 15:54, 13 August 2026 (UTC)Reply

"File:HTML tooltip.png" fails to render if requested as a thumbnail

[edit]

I noticed that File:HTML tooltip.png is rendered as a blank/broken image if the image is used with the "thumbnail" parameter included, no matter if it's viewed on desktop or mobile device.

For some reason, it leads to the Too many thumbnail requests for failing image error message if visited via the browser's context menu, no matter what the requested thumbnail size is.

Comparison:

[[File:HTML tooltip.png]]:

[[File:HTML tooltip.png|thumb]]:

Is this a software bug that needs to be fixed, or do I have to update (to an image with different content) and upload a new version of the image with larger resolution, or should I do something else, like uploading a new image (like I mentioned before on this paragraph) with different file name and replacing all usage of the older one with the newer one? Exploraz (talk) 00:14, 16 August 2026 (UTC)Reply

According to this snapshot on the Wayback Machine of the downscaled thumbnail image URL, the server returned the following error message: Error while trying to fetch the image: Failed to convert image b"convert: no images defined `png:-' @ error/convert.c/ConvertImageCommand/3229.\n" Exploraz (talk) 06:03, 16 August 2026 (UTC)Reply
Looking at the error message, I think that includes an excerpt of an error message produced by en:ImageMagick.
Indeed, when I processed that image with magick convert HTML_tooltip.png -resize 250 250px_HTML_tooltip.png, an identical but more complete error message shows up:
convert: IDAT: invalid distance too far back `HTML_tooltip.png' @ error/png.c/MagickPNGError/1308.
convert: no images defined `250px_HTML_tooltip.png' @ error/deprecate.c/ConvertImageCommand/3375.
According to this GitHub issue coment, running pngfix --out=HTML_tooltip_fixed.png HTML_tooltip.png does indeed made magick convert HTML_tooltip_fixed.png -resize 250 250px_HTML_tooltip_fixed.png happy.
I'll overwrite it with the fixed image then.
Exploraz (talk) 06:24, 16 August 2026 (UTC)Reply
It turns out I can't overwrite it by myself with my current user rights (I see others used to be able to do that without autopatrol, but that got changed). If any autopatrols are running a Linux system, feel free to do that. —Exploraz (talk) 06:46, 16 August 2026 (UTC)Reply
@Exploraz: I've marked that file page to allow overwriting. Please let me know when you are done with it so I can revert that. - Jmabel ! talk 20:36, 16 August 2026 (UTC)Reply
✓ Done -- Thanks for helping, @Jmabel! It took about 3 minutes for the server-side cache to catch up, which has already passed now. Exploraz (talk) 05:02, 17 August 2026 (UTC)Reply
Turns out that this is not the only instance where this would happen in Commons:

Upload fails

[edit]

(copied here from Commons:Help desk) I no longer seem to be able to upload anything, either via the Upload Wizard or via the 'Upload a new version' command. I use Private Relay for privacy, so have to manually unhide my IP address to edit here. That worked fine until recently, but no longer seems to – in the upload wizard I get a message that says "The server responded with an invalid JSON document. This could be a problem with the API, or you could be using a proxy server that prevents you from uploading files"; in the 'Upload a new version' dialogue I just get shunted back to a blank upload page. Has something changed, or is there a way round this? Thanks, Justlettersandnumbers (talk) 08:02, 17 August 2026 (UTC)Reply

I've tried switching off Private Relay. That allows me to edit normally, without needing to unhide my IP, but doesn't allow me to upload. Any help welcome. Thanks, Justlettersandnumbers (talk) 08:05, 17 August 2026 (UTC)Reply
I've had nonexistent IP blocks be resolved by clearing cache and cookies. Try logging in in incognito with Private Relay off? JayCubby (talk) 20:18, 17 August 2026 (UTC)Reply

Tech News: 2026-34

[edit]

MediaWiki message delivery 21:00, 17 August 2026 (UTC)Reply

[edit]

politique de confidentialit'e ~2026-45131-71 (talk) 07:57, 19 August 2026 (UTC)Reply

Uploads do not appear permanently on my Watchlist

[edit]

My uploads do not appear permanently on my Watchlist (only for "1 year") though my Global Preferences are indicating they should. What do I do wrong or is this a hiccup in the system? JopkeB (talk) 09:13, 23 August 2026 (UTC)Reply

For me it seems to work fine. I've clicked the "edit your watchlist" button and it shows all files as "never", and some o the ones I've found are several years old. Pere prlpz (talk) 14:20, 2 September 2026 (UTC)Reply

Edit requests for abusefilter admin and interface admin

[edit]

Can someone deal with this editrequest that has been open for a month and also this requested change to the abusefilter 103 ? —TheDJ (talkcontribs) 14:55, 24 August 2026 (UTC)Reply

Tech News: 2026-35

[edit]

MediaWiki message delivery 20:42, 24 August 2026 (UTC)Reply

Problem with FlickreviewR 2

[edit]

There seems to be a problem with the FlickreviewR 2 bot. It seems recently the rate of Flickr files reviewed by the bot has significantly decreased, causing a large growing backlog in Category:Flickr review needed. The category has 2600+ files when I checked yesterday, currently it has 3300+ files.

Previously these Flickr files were reviewed within several minutes, but now it takes 1 or 2 days for them to be reviewed. I worried that it might taken even longer in the future if the backlog continues to grow.

Anyone knows how to solve this problem? Is it something wrong with the bot or with Flickr? It is possible that this is related to the ongoing rate-limit problem with Flickr at the UploadWizard and Flickr2Commons. Thanks. Tvpuppy (talk) 20:02, 25 August 2026 (UTC)Reply

It appears the problem has somehow been resolved, as the backlog has been decreasing since yesterday. Thanks. Tvpuppy (talk) 13:12, 27 August 2026 (UTC)Reply

Last month in technical changes (August)

[edit]

Overview of development and technical activity since July 26th. These changes might not have made the bigger news bulletins as they are more specific to Commons and have smaller usecases and/or audiences.

  • Already covered in Tech News, but native lazy-loading has landed everywhere on desktop T148047. This means that now all images only load when they are close to being in view of the browser viewport, which should help with bandwidth usage for both clients and the wikimedia servers. This is a browser feature that was launched some 10 6 years ago, that we can now use natively (without Javascript). This took several of the Wikimedia developer teams (mobile, content platform, multimedia etc).
  • UploadWizard's Flickr import works again after Content-Security-Policy had broken it T419263 T278472.
  • Special:Upload pages can now test larger than 100MB uploads by making use of the chunked parameter phab:T74768. Another very old wishlist item getting closer to resolution. By Amdrel (wishlist contractor) and myself.
  • A new version of thumbor (the thumbnailing service) was released. Now running Debian Trixie, with newer versions of Imagemagick, libsvg etc. T419815. Thanks to Wikimedia's MediaWiki-Media-Platform Team.
    • More of the rarer EXIF orientations are handled correctly now T424495. By myself and MediaWiki-Media-Platform team.
    • Transparent WebP images no longer lose their transparency when resized T283646. By myself and MediaWiki-Media-Platform team
    • Multilingual SVG rendering is now better supported, with fixes for language fallback T261192 and T154237.
    • librsvg update fixed T246003, T270836, T370044, T431758.
    • a bug where thumbnails of HDR images would sometimes turn black has been fixed T393331.
  • PDF handling should be more resilient now: metadata-extraction failures are classified as transient or permanent instead of getting permanently cached as "no metadata", a likely cause or contributing factor to PDFs showing as having 0×0 dimensions T433059 T420341 T299521. PDFs are also now fetched by storage URL for metadata extraction. Thanks to Chuiimuii_ofc, Sam Wilson, Bawolff and myself.
  • TIFF lossy/lossless parameters would sometime break loading TIFF files in MultimediaViewer T434333. By myself
  • VTT captions now render natively in the browser instead of with a software renderer, T116154. This briefly broke SRT-only subtitles and audio captions, both now fixed T434172. By myself with support of James Forrester.
  • Video transcoding was updated to a newer ffmpeg version. This enabled making use of the ffmpeg's fpsmax flag. This helps with transcoding 60fps original content T318419. Thanks to @Ladsgroup of MediaWiki-Media-Platform team.
  • Thumbnail serving is being moved off the upload cluster onto a new thumb.wikimedia.org domain, for better caching and resilience against scraper traffic T427465. This is rolling out wiki by wiki; test wikis, mediawiki.org, cs/fawiki and dewiki so far. By MediaWiki-Media-Platform team
  • And the usual set of changes related translations, dependency updates and newer PHP/MediaWiki versions (~90 this period, excl. translations).

Apologies if i forgot to name a few people. —TheDJ (talkcontribs) 10:16, 26 August 2026 (UTC)Reply

Sounds good! --PantheraLeo1359531 😺 (talk) 13:12, 26 August 2026 (UTC)Reply
Great updates, thank you! I'm especially looking forward to the new thumb.wikimedia.org in hopes that it helps resolve issues for tools whose display of thumbnails have been impacted by rate limiting. ~Kevin Payravi (talk) 16:32, 26 August 2026 (UTC)Reply
Indeed, that is part of the reason we're doing this. The other being it allows us to move thumbnails to the same CDN cache as text, which is much larger and means that thumbnails won't be ejected from the cache due to automated access to the much larger original files. Once this is all in place, we will look to introduce separate rate limits for thumbnails and originals. We're also considering if this can be tiered like the API rate limiting. JTweed-WMF (talk) 12:58, 27 August 2026 (UTC)Reply
Thanks for putting all this together in one place, it's a great summary of what's going on. Happy that the new Media Platform team is starting to make a difference. JTweed-WMF (talk) 12:54, 27 August 2026 (UTC)Reply
Attention! This update of librsvg in August 2026 has almost certainly caused broken rendering of Media Viewer at various types of images and vector files rendering errors in hundreds of known files. I request a fix or tentative rollback of changes before August 2026. (Most recent reports connected: PNG caching bug? and Image not loading the SVG) ThecentreCZ (talk) 08:03, 2 September 2026 (UTC)Reply
I see no evidence in either report. There are a lot of things changing atm for various reasons about images (OS upgrades, improved caching, new urls etc etc). You are going to have to be very specific if you think there is something wrong that you want people to look into. —TheDJ (talkcontribs) 08:11, 2 September 2026 (UTC)Reply

subcategory sortkey display

[edit]

Mostly, the 'Subcategories' section of a category is divided by letter or number, more rarely other glyphs (there are informal standards); for this post I wish to bring up the 'regional indicator symbols'. For the Unicode characters in the range U+1F1E6 to U+1F1FF, which have the property that when put next to each other (example: 🇧 followed by 🇷) then browsers and font vendors can decide which flag should go with pairs of symbols (🇧🇷). In theory, this makes for a good sortkey. As these characters are encoded in alphabetical order from A to Z, they naturally sort by this two-letter code. However, in the category view only the first character is displayed, which breaks the flag. Could an exception be made for this use case? — Arlo James Barnes 03:13, 27 August 2026 (UTC)Reply

What is the chance of any large number of users being able to work with this successfully through the existing UI? - Jmabel ! talk 20:27, 27 August 2026 (UTC)Reply
I guess that depends on what you mean by large. Plenty of people have access to emoji keyboards that can paste flag icon pairs, but if something breaks (like the two halves get separated) it may not be immediately obvious what went wrong. Arlo James Barnes 20:53, 27 August 2026 (UTC)Reply

PNG caching bug?

[edit]

I've been trying to upload a new version of File:Strait of Malacca highlighted.png, but the image preview is refusing to update (even after reverting back and forth). Is there a currently known bug affecting PNGs or something? — Paul_012 (talk) 00:30, 31 August 2026 (UTC)Reply

Hmm, seems like linking to the file caused it to resolve itself? — Paul_012 (talk) 00:59, 31 August 2026 (UTC)Reply
It's not just PNG, I've noticed various files take awhile to regenerate thumbnails. Maybe a new anti-DOS precaution? #Last month in technical changes (August) mentions some relevant updates. — Arlo James Barnes 16:54, 31 August 2026 (UTC)Reply
@Paul 012 This is most likely a known cache invalidation problem phab:T425216. —TheDJ (talkcontribs) 08:17, 2 September 2026 (UTC)Reply

Tech News: 2026-36

[edit]

MediaWiki message delivery 20:50, 31 August 2026 (UTC)Reply

"Add a note"

[edit]

The "Add a note" (ImageNote) feature seems to have gone away for me today on all file pages. Is this a bug, or is there some UI change that requires me to change how I get this? I believe Image-Annotator is turned on by default, and I certainly have not done anything deliberate to disable it.

I'm getting the following in my browser console; maybe something else is firing an error and it never reaches the JavaScript to load this button?

uncaught exception: Object
can't access property "currentWindowGlobal", bc is null ext-tabs-base.js:813:19
uncaught exception: Object 2
IndexedDB UnknownErr in ClampResultCode: ..\..\..\..\checkouts\gecko\dom\indexedDB\IndexedDBCommon.cpp:47
uncaught exception: Object

- Jmabel ! talk 23:21, 31 August 2026 (UTC)Reply

same for me. --Herzi Pinki (talk) 08:55, 1 September 2026 (UTC)Reply
Even worse now: "Open in Media Viewer" no longer appears on a line of its own (no line break before it). - Jmabel ! talk 18:24, 1 September 2026 (UTC)Reply
There is an open thread reporting the same bug in MediaWiki_talk:Gadget-ImageAnnotator.js#annotations_with_problems, but I wonder if there is a better place to report it in order to be fixed. Pere prlpz (talk) 13:52, 2 September 2026 (UTC)Reply

I need wikidata-to-commonscat help

[edit]

I need help untangling some Wikidata connections for horse-drawn vehicle categories. Could someone help me establish correct one-to-one Wikidata connections for:

I discovered that the Wikidata item d:Q4655519 (coach) was linked to both Category:Horse-drawn carriages and Category:Coaches (carriage). Since d:Q4655519 is specifically about coaches, I removed the carriage-related sitelink. However, Category:Horse-drawn carriages continued to display d:Q4655519 in its Wikidata infobox, and I am not sure why.

While trying to fix this, I started creating a new item (d:Q141245384) before realizing that d:Q235356 (carriage) already exists and is linked to Category:Carriages. But Category:Carriages includes both horse-drawn and non-horse-drawn material, so I am unsure how to correctly align the Wikidata items with the Commons categories.

At this point I am confused and do not want to make things worse. Any guidance would be greatly appreciated.   ▶ I am Grorp ◀ 06:32, 1 September 2026 (UTC)Reply

Update: This morning, Category:Horse-drawn carriages is no longer displaying d:Q4655519 (coach), which is correct, so maybe that problem was a caching issue.   ▶ I am Grorp ◀ 15:35, 1 September 2026 (UTC)Reply
Update #2: I think I've figured it out (courtesy of 2 separate AIs, neither of which gave me the exact right instructions, but which helped me figure it out). At least now there is a 1-to-1 correlation between each of the three Commons categories and a singular wikidata record.   ▶ I am Grorp ◀ 09:36, 2 September 2026 (UTC)Reply

Image not loading the SVG

[edit]

When I go to Category:Wikipedians interested in East Asia, I seen the SVG is not display on Commons. I seen the image is missing so it not loading SVG?

Ranch9613 💬 17:44, 1 September 2026 (UTC)Reply

Hello, I think someone or something broke the SVG Media Viewer and rendering of vector files at Commons in about August 2026. I have seen some files and i have a vector file that was rendered perfectly from 2025 to Summer 2026 and since last month it shows weird wrong line drawing and tweaks. ThecentreCZ (talk) 07:13, 2 September 2026 (UTC)Reply
It seems that a new recursion/depth limit has been put in place in newer versions of librsvg. This will require some investigation. —TheDJ (talkcontribs) 08:13, 2 September 2026 (UTC)Reply
Yeah, it's the limit. test:File:East Asia orthographic projection flattened - 2.svg works fine no issues. Re-upload might still show broken because of memcached protection in place (which is based on the image name, not hash) but that should fix it :/ Amir (talk) 10:34, 2 September 2026 (UTC)Reply
The file there is File:East Asia (orthographic projection).svg. This error sounds similar to T436505: 400 Bad Request on File:Warsaw Pact in 1990 (orthographic projection).svg. Sam Wilson 08:01, 2 September 2026 (UTC)Reply
This is now fixed —TheDJ (talkcontribs) 15:28, 2 September 2026 (UTC)Reply

SVG uploads failing

[edit]

It seems uploading new versions of existing SVG files are failing in two ways:

  1. For File:picture_maze_solved.svg, though the thumbnail on the file page is updated, viewing the SVG loads the old version – I've uploaded two new versions. Even editing with User:Rillke/SVGedit.js loads the old one.
  2. For File:2026_uk_heatwaves.svg, both thumbnail on the file page and the file are updated, but the thumbnail on en:2026 United Kingdom heatwaves is not despite doing ?action=purge on both the file page and article.

Could someone please look into it?

Thanks,
cmɢʟee ⋅τaʟκ 08:42, 2 September 2026 (UTC)Reply

Hi. Sorry about this, we're looking into as a priority. There are a couple of actively reported SVG issues, both here and on English Wikipedia village pump, but it's too early to say if they are related or what the cause is. JTweed-WMF (talk) 10:31, 2 September 2026 (UTC)Reply
Ok, it looks like this is unrelated to the other SVG issues. It is a known issue with cache purges more broadly. which is already being actively worked on and tracked in phab:T425216. JTweed-WMF (talk) 10:42, 2 September 2026 (UTC)Reply
@JTweed-WMF: Many thanks for your prompt attention. The first issue has been resolved (but not the second). Cheers, cmɢʟee ⋅τaʟκ 14:04, 2 September 2026 (UTC)Reply

Błąd wewnętrzny

[edit]

[e7abf4b6-7e7a-487d-bc5c-a4eeb7f22944] 2026-09-02 18:25:08: Krytyczny wyjątek typu „InvalidArgumentException”.

-> Błąd Magen (talk) 18:28, 2 September 2026 (UTC)Reply

I have the same, for the last 10 minutes. Ymblanter (talk) 18:30, 2 September 2026 (UTC)Reply
So did I. Obviously the upload is not working at all. -- Clemens 18:48, 2 September 2026 (UTC)Reply
The old form still works. Ymblanter (talk) 18:52, 2 September 2026 (UTC)Reply
Ah, Thank you. Still a severe issue, because the old form cannot be accessed via WP (e. g. Wiki loves monuments pages(!)). -- Clemens 18:55, 2 September 2026 (UTC)Reply
It's now working again. Many thanks to whoever fixed this. -- Clemens 19:10, 2 September 2026 (UTC)Reply