.
Details
Wed, Jul 9
Tue, Jul 8
Mon, Jul 7
Change #1120559 merged by jenkins-bot:
[mediawiki/extensions/IPInfo@master] Always look up more recent rows in TempUserIPLookup->getMostRecentAddress queries
Tue, Jul 1
Mon, Jun 30
@ngkountas Confirmed desktop Content Translation editor in single-section translation mode, the machine translation (MT) limits must apply only to the section being translated, as seen in the gifs below. I will move this to Sign-off. Thanks for all your work!
Thu, Jun 26
Change #1164287 had a related patch set uploaded (by Michael Große; author: Michael Große):
[operations/mediawiki-config@master] Growth: enable new way of refreshing LinkRecommendations for more wikis
Wed, Jun 25
Tue, Jun 24
Update namespace of TemplateParser
Wed, Jun 18
Jun 14 2025
FWIW, I added a notification about this breaking change on https://www.mediawiki.org/wiki/API:Imageinfo - rephrase away if you think it is unclear.
Jun 6 2025
Change #1154253 had a related patch set uploaded (by Michael Große; author: Michael Große):
[mediawiki/extensions/CampaignEvents@master] reafctor: Use MediaWikiConfigRouter for mixed configuration
Jun 5 2025
@Izno Thanks. I think what you are suggesting should be feasible. The original goal for this task was around unregistered editors (temporary accounts). We can tackle what you suggest in T374718: Provide ability to access IP information of arbitrary addresses using external subscriptions for WMF wikis. I added your comments there to make sure we can take those into account when we kick off that work.
Jun 4 2025
this looks good to me! thanks everyone. moving to product sign off
@Izno Thanks for elaborating on that. Does T374718: Provide ability to access IP information of arbitrary addresses using external subscriptions for WMF wikis cover what you are suggesting?
That task is on hold at the moment. I'll clarify the requirements with Legal and then we can schedule it for engineering work.
Thanks for elaborating, @Izno.
Jun 2 2025
May 30 2025
Yes.
Thank you @Tchanders.
Well, this is not a big concern, this is a question, out of curiosity:
This task is called: Allow authorised users to see IP Info for actors if the IP exists in the CheckUser or AbuseFilter tables, or has contributions
...and the task is closed. So why there is no information button, next to each IP address, in Special:AbuseLog?
@NicoScribe It is correct that IPInfo does not display on Special:AbuseLog, and does display on those other pages listed.
May 27 2025
Sorry, I couldn't get to this earlier. Thanks for the QA @Wangombe! I checked as well, everything looks good to me.
In relation to https://gerrit.wikimedia.org/r/1142408, the result of accepting the suggestion displays the correct action source as assistant_language
@Dreamy_Jazz:
https://www.mediawiki.org/wiki/Extension:IPInfo says:
Information buttons are added next to IP addresses on history pages, the Special:Log page, the Special:RecentChanges page and the Special:Watchlist page.
I am not a temporary account IP viewer in it.wikipedia.org. But I activated IP Info in my preferences in it.wikipedia.org. And:
I see the information button, next to each IP address, in history pages, in Special:Log, in Special:RecentChanges and in Special:Watchlist.
I do not see the information button, next to each IP address, in Special:AbuseLog.
In the video below, only one translation suggestion event is logged. This functionality was added in https://gerrit.wikimedia.org/r/114013. Notice as well that the translation_memory action subtype now reads as expected with the underscore _.
May 22 2025
Change #1148436 merged by Cwhite:
[operations/puppet@production] ci: clean up statsite includes
Deprecated and removed. Thank you Jdforrester and Matmarex \o/
May 21 2025
Change #1126107 merged by jenkins-bot:
[mediawiki/core@master] Drop wgEnotifImpersonal and wgEnotifMaxRecips support, deprecated in 1.44
May 20 2025
Change #1148435 merged by Cwhite:
[operations/puppet@production] ci: uninstall statsite from ci hosts
Change #1148436 had a related patch set uploaded (by Cwhite; author: Cwhite):
[operations/puppet@production] ci: clean up statsite includes
Change #1148435 had a related patch set uploaded (by Cwhite; author: Cwhite):
[operations/puppet@production] ci: uninstall statsite from ci hosts
I'm seeing these errors in /var/log/messages on contint1002.wikimedia.org:
May 20 16:52:31 contint1002 statsite@8125[504329]: Traceback (most recent call last): May 20 16:52:31 contint1002 statsite@8125[504329]: File "/usr/lib/statsite/sinks/graphite.py", line 94, in <module> May 20 16:52:31 contint1002 statsite@8125[504329]: graphite = GraphiteStore(*sys.argv[1:]) May 20 16:52:31 contint1002 statsite@8125[504329]: File "/usr/lib/statsite/sinks/graphite.py", line 34, in __init__ May 20 16:52:31 contint1002 statsite@8125[504329]: self.sock = self._create_socket() May 20 16:52:31 contint1002 statsite@8125[504329]: File "/usr/lib/statsite/sinks/graphite.py", line 73, in _create_socket May 20 16:52:31 contint1002 statsite@8125[504329]: sock.connect((self.host, self.port)) May 20 16:52:31 contint1002 statsite@8125[504329]: TimeoutError: [Errno 110] Connection timed out May 20 16:52:31 contint1002 statsite@8125[1029]: statsite[1029]: Streaming command exited with status 1 May 20 16:52:31 contint1002 statsite[1029]: Streaming command exited with status 1
As part of testing T289388, I briefly tested without JS enabled and in older browsers (e.g. IE11) which fall back to the non-JS interface. I saw no problems.