[07:13:00] Aha https://mediawiki.org/wiki/Manual:Hooks/SkinTemplateOutputPageBeforeExec states "This feature was removed completely in version 1.37.0 (after being deprecated in 1.35.0)." which explains why 5.7 no longer works https://www.mediawiki.org/wiki/Manual:FAQ#How_do_I_customize_the_link-URL_of_the_site-logo_in_the_top_left_corner_of_all_pages_that_activates_when_the_site-logo_is_clicked_upon? [07:14:18] So then I'm trying to figure out how to change the "main page" url linked from the logo image [07:29:43] Aha! https://mediawiki.org/wiki/Manual:Interface/Mainpage states "MediaWiki:Mainpage contains the location of the wiki's main page." [07:30:15] so then, is it not possible to dynamically change the main page? Or if it is possible, then it has to be done in MediaWiki:Mainpage, hmmmm [07:45:11] Overall what I want to accomplish is randomly selecting an image to use as logo, and depending on which image, to link to a different page per image. Right now the image selected is hardcoded in LocalSettings.php in $wgLogos variable [07:46:09] From MediaWiki:Mainpage is it possible to detect the value of the $wgLogos variable to determine what the mainpage should be? [08:00:35] you would probably need to write an extension for what you want to accomplish [08:01:52] but randomly changing your site logo image and link on every page load, would potentially be hugely confusing and terrible ux for your end users and depending on the implementation break any caching you have in place [08:17:31] Alright. That's fine. Vector skin defaults to "Visit the main page" tooltip text when hovering over the logo. skins/Vector/stories/skin.stories.data.js appears to define this in a constant variable. I suppose the only way to properly change the tooltip text is with JavaScript, right? [08:23:49] Oh crap! I don't want the domain url to redirect to the actual page in MediaWiki:Mainpage, just the logo image when clicked [12:38:35] https://moasspedia.org/ There must be a better, faster way to alter the Vector skin to add a link below the logo image without the flickering [17:48:00] In my mediawiki site, this job keeps failing. https://dpaste.org/8JUV This is the blob in job_params column of jobs table for a refreshLinks job_cmd on namespace 10 (template) with job_title "OSM_Location_map/core". I don't understand the data, but I want to figure out what is wrong and try to fix it. It seems to be coming from import of https://en.wikipedia.org/wiki/Template:OSM_Location_map/core [23:13:18] How do I change CentralAuth lock reasons? [23:27:01] Bongo-Cat: I want to say they're set in `MediaWiki:Centralauth-admin-status-reasons`.. [23:27:41] Alright thanks