[10:07:46] Dreamy_Jazz: it looks like Krinkle modified this one most recently https://phabricator.wikimedia.org/transactions/editengine/maniphest.task/view/46/. And there's a few other people on there that you could ping [10:09:10] {{done}} https://phabricator.wikimedia.org/transactions/editengine/maniphest.task/view/46/#2596 [10:10:34] Thanks! [10:22:10] Dreamy_Jazz: the easiest way to file a task under #phabricator [10:22:21] *is to file [10:22:27] Okay. Thanks. [10:22:28] get the rights and fix it yo self [10:22:29] :P [10:28:05] or just assign the work to Reedy <.< [11:12:02] Hi, I'd like to ask about sending emails from the wiki. I suspect that the issue is the email server but I am not sure [11:12:12] I connected the said wiki with https://www.mediawiki.org/wiki/Manual:$wgSMTP [11:12:25] In general emails are sent out. [11:13:44] However, in case the user name contains an umlaut, probably multibyte character is probably the better word here, the mail delivery fails. [11:15:26] This error message is being used: https://translatewiki.net/w/i.php?title=MediaWiki:Confirmemail_sendfailed/en [11:17:35] and the server: Validation faled for: =?UTF-8?Q?A.W=C§=B6l?= [11:18:07] As far as I can see the email does not contain a multibyte character but the user name. [11:18:42] Not sure now if it is MediaWiki or the SMTP-server. [11:20:25] Anyone here who has experienced the same before? [11:46:07] I was able to verify that the username and not the email-address is causing the issue. [11:46:18] I will file a task at Phabricator. [12:04:42] https://phabricator.wikimedia.org/T344912 [12:04:49] Cheers [13:03:20] Hi there, I'm using MW 1.39 and would like to know if there is way to have a smaller image in the infobox by default like 220px? as of now I have 300px which is showing without the image_size parameter. [13:05:25] https://www.mediawiki.org/wiki/Common_thumbnail_sizes [13:07:38] Hi andre I already have these settings but they aren't working for some reason: https://dpaste.org/JQQ2P [13:11:01] hmm. what is "the infobox"? [13:11:28] It's Infobox spaceflight [13:11:45] But the size is the same on all infoboxes. [13:17:29] Does it has to do something with infobox stylesheet? [13:40:42] Guest2: The infobox code may have a specific size for the image, some syntax like [[File:{{{image}}}|300px]]. Editing the infobox template and replacing that hardcoded value to something else should solve the problem [13:43:58] Vulpix thank you for replying. The image parameter in the particular infobox has the following. I notice the same page on Wikipedia has different size for anon and that's the reason I was wondering if there is a setting because the wiki I'm working on has larger size then Wikipedia. [13:43:58] image = {{#invoke:InfoboxImage|InfoboxImage|image={{{image|}}}|alt={{{image_alt|}}}|size={{{image_size|}}}| maxsize=200px|sizedefault=frameless|upright={{{image_upright|1.18}}}}} [13:45:25] than* [14:52:19] Guest2: Maybe the fix is updating Module:InfoboxImage changing the default of 300px, or setting the image_size parameter when needed [15:35:00] I tried that too but seems like the only option is to add image_size parameter. I have no idea how it's working on Wikipedia. [21:44:18] Is there a config option which removes the dot from permissions error messages [21:44:23] Like when trying to edit a protected page [21:44:42] Probably not... [21:44:51] Someone overriding them might [21:58:54] Reedy yeah they were overridde, but the dot is still there [21:59:18] Sure it's using the message you think it is? [22:03:16] Yeah it should be using protected page text [22:03:19] https://totalfreedom.wiki/wiki/MediaWiki:Protectedpagetext [22:03:30] The actual message shown, like when trying to edit the main page, is different [22:03:32] And has the dot [22:03:34] Which is weird [22:04:41] it's a bullet point [22:04:54] I'm guessing, MW is expecting it to be a list of text/errors [22:06:03] more visible on https://totalfreedom.wiki/index.php?title=Main_Page&action=edit&uselang=qqx [22:06:36] https://github.com/wikimedia/mediawiki/blob/0f513f1e7a1362097116fe8ed662a1d5c428e7ef/includes/OutputPage.php#L3133-L3147 [22:06:37] You could change the style of ul.permissions-errors [22:06:51] On wikipedia itself it doesn't show the bullet point [22:06:55] Might be something they did [22:07:48] The other weird thing is that it removes the fmbox template from the message itself [22:07:54] When in the mediawiki page it's there [22:10:53] As bd808 said... [22:10:54] https://en.wikipedia.org/wiki/MediaWiki:Common.css [22:11:02] look at line 223 [22:11:07] onwards [22:11:07] /* Remove bullets when there are multiple edit page warnings */ [22:12:15] I see [22:12:23] That solves that issue [22:12:46] I'll still have to troubleshoot why when the message is displayed it removes the fmbox and mbox template from it [22:12:54] Or if that's just a weird thing the template itself does [22:13:30] Thanks for the help