[14:43:27] Technical Advice IRC meeting starting in 15 minutes in channel #wikimedia-tech, hosts: @chiborg & @amir1 - all questions welcome, more infos: https://www.mediawiki.org/wiki/Technical_Advice_IRC_Meeting [15:01:04] o/ [15:01:23] Welcome to the Technical Advice IRC meeting. Amir1 and me will answer all your mediawiki and other project related questions [15:01:28] ... as good as we can :) [15:02:18] hi! :) [15:02:44] Hey [15:02:53] :) [15:03:21] I maintain https://github.com/Wikidata/editgroups and was wondering how hard it would be to migrate this from GitHub/Travis to Gerrit/Phabricator/Jekins/the rest of the Wikimedia ecosystem [15:04:39] hello! given a ID of a logged action, how can I make a permalink to the entry in Special:Log, that works for all types? Special:Log?logid=123 works for some, but not for Thanks, apparently [15:05:12] example: https://en.wikipedia.org/wiki/Special:Log?logid=91221356 versus https://en.wikipedia.org/wiki/Special:Log?type=thanks&logid=91221356 [15:06:04] maybe this is a bug in how the Thanks log works, or perhaps Special:Redirect/logid/123 could be improved [15:06:08] pintoch: not hard. https://www.mediawiki.org/wiki/Gerrit/New_repositories just request the github repo to be imported when requesting the repo [15:06:41] DanielK_WMDE: awesome! I will have a look [15:07:24] musikanimal: I was working on Logs for a while [15:07:53] yeah? [15:08:01] huh, why doesn't it work for thanks [15:08:02] looking at this case [15:08:04] that's just weird [15:08:13] it's a bug [15:08:18] ah https://en.wikipedia.org/w/index.php?title=Special:Log&logid=91221356&hide_thanks_log=0 [15:08:30] because we're hiding thanks log by default [15:08:38] ohh, It makes sense [15:08:40] yeah I was thinking Thanks might be intentionally hidden [15:08:43] we should probably not do that if a logid paramter is present [15:08:59] that'd be helpful, it seems I shouldn't have to know about the type [15:09:08] musikanimal: There's the links for "Hide thanks log | Show patrol log | Show tag log | Show review log" there [15:09:10] Some log actions are hidden per default like patrol [15:09:55] so there are others [15:10:40] yeah, I can find similar cases too [15:10:45] well, I am pulling this from the database, so I could also fetch the `log_type` and append that to the URL, I guess [15:11:48] musikanimal: example: https://en.wikipedia.org/w/index.php?title=Special:Log&logid=91230856&hide_patrol_log=0 [15:11:54] but it doesn't seem to work with Special:Redirect, https://en.wikipedia.org/wiki/Special:Redirect/logid/91221356?type=thanks [15:12:20] right [15:13:03] let me check the code for Special:Redirect, I doubt it would support "hide_patrol_log" [15:14:44] Oh well. I can make it work by fetching log_type, just a bit more coding. Thanks for the help, all! [15:15:15] musikanimal: it removes all of query options, it shouldn't. It would be great if you file a bug [15:15:32] I've noticed lately some users "talk" link is highlighted in a light blue color on simple. Is this a new feature? [15:15:46] https://www.dropbox.com/s/w08emyh4nqwuih7/WikiClip.png?dl=0 [15:15:54] Operator873: yes, it's when they are currently blocked [15:15:55] sure I can file a bug [15:16:24] Operator873: sorry I was too fast [15:16:31] you meant something else [15:16:41] lol indeed. no problem though [15:17:23] I can't describe it very well so I've included a screen grab of the issue in the above link [15:17:35] I don't think it's anything happened in mediawiki core, it can be a new script in your wiki [15:17:51] If I can have the color code, I can search for it [15:18:39] Operator873: is it English Wikipedia [15:18:51] Simple English Wikipedia [15:18:51] I appears to only happen on simple [15:18:58] It* [15:19:52] https://simple.wikipedia.org/wiki/MediaWiki:Gadget-HighlightAdmins.js [15:19:58] It's this [15:20:56] talk [15:21:03] Looks like I found it too [15:21:06] Thanks Amir1 [15:21:22] https://simple.wikipedia.org/wiki/Special:Gadgets [15:21:31] "Highlight Administrators: Highlights the link to the talk pages of Administrators to make them easier to locate." [15:21:57] Amir1: Is that optional or deployed for everyone on simple wiki? [15:22:06] * Vermont doesn’t fully understand how those scripts work [15:22:15] It's in the gadgets under 'My Settings' [15:22:19] I rememeber turning it on now [15:22:26] Vermont: https://simple.wikipedia.org/wiki/MediaWiki:Gadgets-definition says it's optional (if It had "|default" it would be enabled by default for everyone) [15:22:39] ah [15:22:41] ty [15:23:14] you are very welcome [15:36:43] gst [16:00:55] Thanks to everyone participating! Special thanks to the awesome Amir1 who was much more knowlegdeable than me.