Script request?Edit

Hello! I was wondering if it'd be possible to code a script (since changing the AbuseFilter codebase is most likely not going to happen any time soon) to put a CentralAuth and GlobalBlock links next to the user/IP triggering the filter such as:

14:34, 5 March 2023: User:111.222.333.444 (xx.wiktionary.org) (centralauth · global block · guc) triggered filter xxx, performing the action "edit" on xxx. Actions taken: none; Filter description: Antivandalism (global) (details | examine | diff)

If the script could differentiate betweek registered users and IP addresses it'd be awesome, if not, I'm happy with both links. This will ease my global abusefilter log patrol activities several magnitudes. If you don't have time or don't want to do it that's, of course, totally fine. In any case, best wishes. —MarcoAurelio (talk) 14:50, 5 March 2023 (UTC)Reply[reply]

+ guc for https://guc.toolforge.org/?by=date&user=$user which would be awesome to have too. —MarcoAurelio (talk) 14:53, 5 March 2023 (UTC)Reply[reply]
I used $9 to create them via MediaWiki:Abusefilter-log-detailedentry-meta. I guess I can survive with these for now :-) —MarcoAurelio (talk) 15:00, 5 March 2023 (UTC)Reply[reply]
@MarcoAurelio Yeah I was going to say I would guess there's an interface message we can customize. I will however silently point to Suffusion of Yellow as a great AbuseFilter script author! They may be interested in working on this further if you still need something. MusikAnimal talk 19:20, 6 March 2023 (UTC)Reply[reply]

Wikimedians for Sustainable Development - March 2023 NewsletterEdit

This is our twentyfifth newsletter, covering March 2023. This issue has news related to SDGs 3, 5, 10, 13, 15 and 16.

Meetings

Activities

News

New Wikidata properties

Featured content

This message was sent with Global message delivery by Ainali (talk) 07:42, 1 April 2023 (UTC) • ContributeManage subscriptionReply[reply]

MoreMenuEdit

Where can I review Urdu translations for this? This appear to be some errors. Translatewiki or elsewhere? ─ The Aafī (talk) 18:32, 21 April 2023 (UTC)Reply[reply]

also please tell me ur:میڈیاویکی:Gadget-dropdown-menus-vector.js, is this ready to be deleted as you say in the edit summary? I'd be happy to do the cleanup work. I figured somewhere that: #25 "check-redirects": "رجوی مکررات کی جانچ پڑتال" has an error, and though there exist some others but this one is serious. Please change the word رجوی to رجوع. Thanks. ─ The Aafī (talk) 18:38, 21 April 2023 (UTC)Reply[reply]
I am asking for the deletion-clarification only because it has been several years and no one else has touched it. If the three edit summaries on ur:خاص:شراکتیں/MusikAnimal still stand valid, please confirm, and I will delete all these three pages locally. ─ The Aafī (talk) 18:40, 21 April 2023 (UTC)Reply[reply]
@TheAafi Urdu translations are at MediaWiki:Gadget-MoreMenu.messages.ur.js. Just either ping me or make a protected edit request on the talk page. And yes, those three pages can still be deleted. MusikAnimal talk 04:09, 24 April 2023 (UTC)Reply[reply]
@MusikAnimal, done, the pages have been deleted by my colleague because I do not have interface rights on Urdu Wikipedia. Please update the translation that I have highlighted above. ─ The Aafī (talk) 06:53, 24 April 2023 (UTC)Reply[reply]
  Done with Special:Diff/24931273. Best, MusikAnimal talk 17:10, 24 April 2023 (UTC)Reply[reply]

GIE GrantedEdit

Hello MusickAnimal, following your request, the global interface editor flag has been added to your account. This flag is designed to be temporary in nature, but as this is a repeat grant it has been issued for 2 years, you may begin a renewal application prior to the expiration at that time. Please refamiliarize yourself with the expectations of this role at Interface editors. Best regards, — xaosflux Talk 21:24, 24 April 2023 (UTC)Reply[reply]

Wikimedians for Sustainable Development - April 2023 NewsletterEdit

This is our twenty-sixth newsletter, covering April 2023. This issue has news related to SDGs 2, 4, 5, 6, 11, 13, 14, 15 and 16.

Meetings

Activities

News

Research

New Wikidata properties

Featured content

This message was sent with Global message delivery by Ainali (talk) 19:31, 2 May 2023 (UTC) • ContributeManage subscriptionReply[reply]

MusikBot offlineEdit

Hello, looks like MusikBot has been offline for the last two days. ~~~~
User:1234qwer1234qwer4 (talk)
14:00, 18 May 2023 (UTC)Reply[reply]

@1234qwer1234qwer4 Which tasks are you referring to? User:MusikBot II/TemplateProtector or one of the tasks for other wikis? MusikAnimal talk 06:17, 19 May 2023 (UTC)Reply[reply]
I meant the IRC bot. Sorry! ~~~~
User:1234qwer1234qwer4 (talk)
07:44, 19 May 2023 (UTC)Reply[reply]
Ah okay, restarted :) Of course, nothing in the logs explaining what happened. The main issue here is phab:T306391 and phab:T315729. There isn't a workable solution at the moment to auto-restart whenever the bot dies, which wasn't a problem in the past when we were using the Toolforge grid. That's deprecated now, so until Kubernetes has feature parity, occasionally the bot is doomed to die requiring a manual restart. Anyway, thanks for letting me know! MusikAnimal talk 08:11, 19 May 2023 (UTC)Reply[reply]
Thanks! ~~~~
User:1234qwer1234qwer4 (talk)
19:33, 19 May 2023 (UTC)Reply[reply]

global-search and case sensitivityEdit

Hi MA.

Freenode • global-search and freenode • global-search give different, case-sensitive results, and converting that to a regular expression seems weird approach. Is there a different syntax that can be used to get case-insensitivity? Seems that with case sensitivity it will be a means to miss things from within {{LinkSummary}} if a spammer plays silly buggers with us.  — billinghurst sDrewth 06:54, 29 May 2023 (UTC)Reply[reply]

@Billinghurst As far as I know this is only possible using a regular expression. However, since you're doing an exact match with double quotes, it's actually doing a regex search anyway behind the scenes. I should maybe document this or something. Anyway, despite the warning, a regex search as specific as this one should perform just fine. On my end it took only ~30 seconds. Best, MusikAnimal talk 04:10, 1 June 2023 (UTC)Reply[reply]