[00:00:01] hello. world [00:00:01] hello. world [00:00:15] it seems as if there are two Miraheze relays [00:00:15] it seems as if there are two Miraheze relays [00:00:20] The bots were moved to the new infrastructure, but haven’t been shut down on the old server [00:00:41] hello mr MirahezeRelay_ [00:00:56] gone 😢 [00:01:12] …and right as I said that it disconnected [00:01:36] rip [00:01:38] gone too soon [00:10:38] [1/2] I have one more question for today: Is there a way to change the font color on a table by table basis? I'm creating a template and I'd like it to have white text instead of black, but I don't want to make the ENTIRE wiki's text white [00:10:39] [2/2] Writing a "color:" line into the template code isn't working for me and I'm wondering if there's some simple solution I'm missing like with the border radius issue [00:12:53] `` ? [00:13:02] You are probably writing the color part in wrong, as you should indeed be able to put inline styling into the table [00:15:59] if doing a wikitable then it'd be more like `{| class="wikitable" style="color:white"` [00:24:13] It doesn't seem that those are working either, or I'm not writing them in correctly [00:24:51] I would not be surprised. I'm a real novice when it comes to coding [00:25:03] nah css is just a bitch [00:25:04] https://cdn.discordapp.com/attachments/407537962553966603/1194436710709350531/image.png?ex=65b058df&is=659de3df&hm=e60fc22a721fc4b82abe75e3c5542b96131f65d7e63f0fbabebff9f246841602& [00:25:15] Currently this is what the style code looks like [00:25:55] oh pfffffft [00:25:57] hey SRE its that time of day again! [00:25:58] It should work; I don't see anything wrong [00:26:01] 502s! [00:26:20] are you doing this in the css page or inline on a page's code? [00:27:02] Anyone getting em or just me? [00:27:03] Latter. I want this specific template to have white text and not all of the wiki's text [00:27:12] Latter. I want this specific template to have white text and not all of the wiki's text [00:27:13] hmm not spotting anything particularly wrong on its own, maybe try removeing all except for one, of them as a test, to be sure nothing messing up like that. Also is it a public wiki?, If so, maybe a link to the page, so we can take a look at it directly [00:27:30] It's a private wiki so I can't do that unfortunately [00:27:35] I will try the removing thing though [00:27:36] we back [00:28:23] ^ then the code should be right as long as youre closing tags correctly [00:28:59] yeah could be you are doing something wrong with the rest of the table syntax as well, that makes it mess up [00:31:42] That makes sense [00:31:49] [1/2] example (added blue to show it should work)(the other custom styling is applied in common css thats why theres no code here) [00:31:49] [2/2] https://cdn.discordapp.com/attachments/407537962553966603/1194438410291650680/image.png?ex=65b05a74&is=659de574&hm=21a429e404980e4ffa5efa90c074f3f9507ee93ae97b54779395b5b423c12a84& [00:35:00] ...I think I found the problem, and if it's what I think it is I'm gonna scream [00:35:54] Yeah ok I found it [00:36:52] [1/2] Once again, as it turns out, it was the Pivot skin once again not cooperating as the moment I switched away from it it worked [00:36:52] [2/2] https://cdn.discordapp.com/attachments/407537962553966603/1194439683212578927/image.png?ex=65b05ba4&is=659de6a4&hm=7f52092a2ff7832b47633deda348d539b9b29a12ccf56f84c2f38c8e1b67109f& [00:37:05] So what I've learned today is to not use Pivot, apparently. [00:40:02] Well thank you all for the help regardless, I appreciate it [00:44:35] <:jerma:1117269510836191292> its cool to help and learn [00:44:54] [1/2] The good news at least is that the skin is maintained, so if you'd like to stick with Pivot and want them to make fixes, they have a link to report issues/feature requests on their MW.org listing: [00:44:54] [2/2] https://www.mediawiki.org/wiki/Skin:Pivot [00:45:21] Cool cool, I'll send another report then [00:45:34] https://tenor.com/view/true-gif-21006811 [00:47:08] [1/2] Ok I lied one more question: I changed the skin to Nimbus to see if that would work instead and now I'm getting this when I try to go back to the manage wiki section or edit anything [00:47:08] [2/2] https://cdn.discordapp.com/attachments/407537962553966603/1194442266010460190/image.png?ex=65b05e0b&is=659de90b&hm=6a3db27845eaaa552257fdeaf5632d6f6478889a1e69e83b6b5fda6e44474331& [00:47:33] Are the servers having issues or did I just royally fuck something up [00:48:40] Apparently it's the servers, but I'm not having any issues [00:48:40] MediaWiki internal error. [00:48:59] send the text in the original exception to phabricator [00:49:16] everything after the colon or something [00:50:29] [1/2] Could have a couple different root causes, sometimes due to weird parameter conflicts w/ skins, sometimes the servers just plain acting up. [00:50:29] [2/2] Bukkit's route is one way to go if @Site Reliability Engineers are not available to assist, you can also try adding `?safemode=1` or `&safemode=1` to your URL and see if this makes a difference. [00:50:50] It's probably an extension bug, if anything [00:51:10] so not so much a server issue or a you issue but a code issue [00:51:35] @littlemissghostess , are you at least able to switch away from nimbus under your personal preferences? [00:51:38] what's safemode do [00:51:47] turns off CSS/JS [00:52:23] Nope, that gets me to the error too [00:52:27] ^ This. Not likely to solve things, but can sometimes work in a pinch if there's a weird conflict [00:52:52] i wish i knew that before lol [00:53:12] [1/2] More examples of how to use it: [00:53:12] [2/2] https://www.mediawiki.org/wiki/Manual:Safemode [00:53:50] was tinkering around with css and stuff and kept on deleting my personal css page until i did it to where i likee it [00:56:08] Darn. In that case please definitely file a ticket at https://phabricator.miraheze.org including context on what you were doing prior to the error to assist on debugging. Unfortunately our SRE team is pretty heads-down with the migration effort so that's probably best best. [00:56:19] Got'cha. Thank you [00:56:46] [1/2] I did try this too just to be sure [00:56:47] [2/2] https://cdn.discordapp.com/attachments/407537962553966603/1194444686937575564/image.png?ex=65b0604d&is=659deb4d&hm=4a94e8af2b7af40372009c15b40ccd9fe2df8fffeac4b13f7c7ecb54074f2027& [00:57:44] Trying to think through if there's any way to set your default skin through URL parameters or API to work around this now... [00:58:59] Ha! Try appending ?useskin=vector on your preferences URL [01:00:01] AYYYYYY that worked! [01:00:07] So try something like https://yourwiki.miraheze.org/Special:Preferences?useskin=vector, then go to appearance and change your default back [01:01:08] https://cdn.discordapp.com/attachments/407537962553966603/1194445788022059068/image.png?ex=65b06153&is=659dec53&hm=fc51a050a85c1e14a4bc6b258658372bfd8fe1c2fe1f793b713da1bd5ea35271& [01:01:12] And we're back in business [01:01:54] Thank you so much! That was admittedly very demoralizing, but I'm glad I know it's not irreversible if it happens again [01:03:17] https://tenor.com/view/the-more-you-know-gif-26317296 [01:03:18] I'm also thrilled to know that's a thing that can be done. [01:11:25] https://gerrit.wikimedia.org/r/989160 [01:15:34] Nice, thanks Paladox! [02:44:11] @orduin or @zppix - RfPs are able to close if someone has a quick sec, they're all pretty cut and dry [02:44:19] No rush [02:47:58] https://trollpasta.com/wiki/Special:UnusedFiles hasn't updated in 3 days even though it updates daily [02:48:07] same with other special pages [03:03:47] 2/4 RFS could be closed [03:04:03] the others don’t have enough votes to pass yet [03:59:54] [1/2] hello, i'm the "owner" (for lack of knowledge on a better term for that) of https://peppered.miraheze.org/wiki/Main_Page and it's been locked due to no edits. a "bureaucrat" is just someone who is an admin on the wiki, correct? like now that i've unchecked "closed" it should be available for editing again yeah? does this take a while to go through? i'm just worried t [03:59:54] [2/2] his will actually get deleted, do i need to put in a reopen request to keep that from happening? the only reason i haven't done anything with it yet is because the game this wiki is for hasn't been released yet, it's (hopefully) going to release this year. [04:19:08] if you unticked the box for closed and clicked submit, then you should be all set [04:26:03] MacFan4000: not sure regarding RfSs, I mean local RfPs [04:26:12] haven’t taken a look at the RfSs yet [04:46:46] A minor edit (even if adding a space to a page) is also recommended to avoid a retrigger [04:50:01] okay, thank you both. i had been doing well on adding an edit here or there, but lost track of time this time around. ;_; hopefully i can stay on top of it from here on out lol [04:51:05] for some reason it's still saying it's locked, but, i'm going to give it a few days before i really start freaking out lol [04:52:20] Did you actually click the "Save" button after removing the closed checkmark on the managewiki page? [05:11:30] The sitenotice that says it's closed gets cached. You may need to purge the cache to get it to go away. [05:38:34] i did click save ye, i went back to make sure it's not still checked. i will try purging cache [05:39:59] oops nevermind, looks like it did clear on its own lol [05:40:17] thanks to all of you for the suggestions :D [05:51:07] [1/6] If I wanted to change the font for page titles in a certain namespace, would I do this? [05:51:08] [2/6] ```css [05:51:08] [3/6] h1.ns-3002 { / 3002 is my target namespace ID / [05:51:08] [4/6] font-family: "Consolas"; [05:51:09] [5/6] } [05:51:09] [6/6] ``` [05:51:31] it doesn't work when I edit with inspect element, but that might just be because it's a MediaWiki-specific thing [05:52:05] (works without the `.ns-3002`) [05:54:29] [1/2] not sure why i'm getting this though [05:54:29] [2/2] https://cdn.discordapp.com/attachments/407537962553966603/1194519611845136424/image.png?ex=65b0a614&is=659e3114&hm=0d33d188448c58175d75bd570202681a7555781fd7b61c25309635db7326e611& [07:16:23] `.ns-3003` should probably be attached to `body` there, but it's morning so not 100% sure without testing haha. Generally it should work in i spector, the namespace class is alsready inserted by MW so it doesn't matter it's a MW thing <:pupCoffeeMH:766487840694599711> [07:55:26] strange then… [07:56:00] would it be `body.ns-3002 h1` thrn or soemthing? [07:56:11] to make sure only the header is affected [09:37:59] Yeah. If you have trouble getting the code to work in inspector, feel free to ping me again with the link to your wiki or create a support thread [10:32:24] [1/3] When it gets updated, refresh your browser, like `CTRL` + `F5` if you are in windows. [10:32:25] [2/3] For more ways to clean your cache: [10:32:25] [3/3] https://en.wikipedia.org/wiki/Wikipedia:Bypass_your_cache [10:34:18] If you try refresh cache, like `CTRL` + `F5` you don't have to wait days for the caché [14:43:20] [1/2] looks like that did work, thank you <:josukethumb:658089353637265418> [14:43:20] [2/2] https://cdn.discordapp.com/attachments/407537962553966603/1194652698339971214/image.png?ex=65b12206&is=659ead06&hm=718316873ee05c449c78cceb4dbff8ef8847fe7fdb65974c5af92275aaa28994& [14:44:54] looks like `body` isn't even necessary [14:45:01] `.ns-3002 h1 { }` [15:44:40] Heyyo, where would I go to ask questions about XML imports? [15:44:58] I decided to migrate my wiki from Fandom to Miraheze. [15:45:41] Yo we boosted again [15:52:49] idk but if you ask them here someone often sees it and answers it, though maybe 'support' would be helpful too? [15:53:43] also is anyone else having this problem: When I try to search something on my wiki, it just keeps me on my main page. This just started so I was wondering if it was a MH wide problem or if I just clicked the wrong thing or smth [15:55:20] For context, I submitted an XML file to import the articles from my wiki last night. I just have no idea how long the process would take. [15:57:22] a sysadmin will get too it as soon as they can [15:57:43] you mean the RequestImport on Meta Wiki, right? [15:58:03] Yes, I do [15:58:11] and have you requested/created wiki beforehand? [15:58:24] I have, the destination is set up already [15:59:06] It's going from sketchian-multiverse.fandom.com to sketchianmultiverse.miraheze.org [15:59:53] The destination has remained untampered for the time being. [16:00:48] Don't worry, I'm in no rush. In fact, I'm looking forward to giving the wiki a much-needed rework. [16:06:22] [1/2] just a heads up, everyone who work on Miraheze are volunteers, there's no staff and nobody gets paid, so they get to perform tasks whenever they can, this includes time zones [16:06:22] [2/2] but now we are having a good amount of people so things shouldn't take long time [16:07:35] Thanks for letting me know, man. I appreciate the time you guys are taking to make Miraheze worth moving to. [16:18:42] anyone knows which page has CSP whitelist? I remember stumbling on it once, can't find it on Meta now [16:19:49] https://github.com/miraheze/puppet/blob/master/modules/varnish/data/csp.yaml [16:20:02] oh hi Orange_Star [16:20:48] hi [16:20:49] oh well, guess Dailymotion isn't allowed [16:27:30] hello [16:49:43] [1/2] Regarding the `SyntaxHighlight` extensions (the `` tag), can I request that it be updated on Miraheze? [16:49:44] [2/2] https://cdn.discordapp.com/attachments/407537962553966603/1194684509464043590/Screenshot_2024-01-10-17-36-17-877_org.png?ex=65b13fa7&is=659ecaa7&hm=ce031fe668012e31a21c359fb652e46ee3f80235068fbf1700f1815625d667ea& [16:50:04] the extension works, but it seems to be outdated since `wikitext` isn't supported on Miraheze [16:50:22] The alternatives for older versions aren't great either [16:57:37] some user started translating new FAQ to Russian using Google Translate [16:58:02] I'm honestly not in the mood for translation rn but will try to fix [16:59:24] let me guess [16:59:27] Commentian Empire [16:59:30] yes [17:00:12] will warn [17:00:59] G Translate banned? [17:01:44] if you don't have a professional grasp of the language, yes [17:01:54] if you use it as an aid but you know the language then it's fine [17:02:08] Hm, does it count if you know the language but not the words? [17:02:09] Ah ok [17:03:06] I tried to check myself in google and yup, this user def used it w/o changes [17:03:11] (I was born in a Portuguese country but I’ve lived in US for most of my life and never had much of an education in Portuguese so I’m horrible at reading and writing it, but I can speak it) [17:03:53] if you write it in a way that's free from grammatical issues then I'd say its fine [17:04:10] (who manages this kind of stuff?) [17:04:47] assuming you're talking about updating extensions, a team called SRE [17:04:53] All our extensions were updated around 4 days ago [17:05:04] so you should have the latest SyntaxHighlight version [17:05:04] apparently that one wasn’t [17:05:16] according to Special:Version [17:05:31] Aight, probably wouldn’t do much translating anyways, I have the intuitive understanding but don’t really know the complicated Grammer rules [17:05:33] > 2.0 (4564275) 01:20, December 28, 2023 [17:06:04] 2.15 is the update i’m aiming for [17:06:15] [17:06:24] we use the REL1_40 branch [17:06:35] so what you're actually aiming for is MediaWiki 1.41 [17:06:57] update should come soon™️ [17:06:58] Are we planning on updating soon? [17:07:01] soon™️ [17:07:11] Just need to break the Union first [17:07:14] And move the servers [17:07:20] WikiTide already upgraded its biggest wikis, just need to upgrade the rest [17:07:24] but nothing has broken so far [17:07:48] oh ok [17:07:52] hype then [17:08:21] Different wikis use different versions? [17:09:21] we currently have https://phabricator.miraheze.org/T11309 (tracking ticket [17:09:22] WikiTide has multiversion yes [17:09:35] we are n the extension testing phase [17:09:50] WikiTide has done some testing [17:10:03] though some of our testing hasn't been logged yet [17:10:43] Miraheze also now has multiversion but 1.41 hasn't been installed yet on any server because of space [17:10:56] also because it'll probably take a decade for the files to copy from mwtask141 [17:11:01] Yes [17:11:05] https://tenor.com/view/anime-girl-panicking-scared-screaming-gif-18964383 [17:11:10] It’s so fucking long… [17:11:34] you can help us test extensions [17:11:36] The link of names exceeds discord non nitro characters limit by 2000… [17:11:37] @agentisai you tested the parser migration tool too? [17:11:53] we did but only on our test server [17:12:01] Was gonna say though- [17:12:01] nothing major broke [17:12:03] Why is graph there [17:12:04] https://m.mediawiki.org/wiki/Extension:Graph [17:12:13] something that really scared me was PortableInfobox but it didn't break on 1.41 [17:12:21] The page says it’s a security risk [17:12:36] @agentisai cool, 1.41 I'm not too worried about but 1.42 it is opt in on a user-by-user basis [17:12:41] Which does worry me [17:12:55] Current servers can barely cope with cache warning [17:13:22] I'd like to see WikiTide wikis using cache warming too [17:13:28] Well all our config [17:14:06] Because it's still in the repo I think [17:14:13] It's been disabled for a bit [17:15:45] updated testing page [17:15:49] 20% done [17:16:17] man I hate testing updates <:xsob:912928935577276526> [17:17:13] sql issues are mostly what scare me [17:17:36] There's been a lot of migrations going on [17:17:39] especially in the last year, at my work, half of the team refuse to test their shit because they are overloaded w/ other tasks, and when shit break live I'm the one who has to fix it ... [17:18:21] O o f [17:18:33] Production is the end to end testing [17:21:08] I’ve done it [17:21:20] [1/2] Behold [17:21:21] [2/2] https://cdn.discordapp.com/attachments/407537962553966603/1194692466683695214/makesweet-n3dj1v.gif?ex=65b14710&is=659ed210&hm=9465d1280606f4beefab61c36e89470155a09c30662a66ece83dc624e15325d4& [17:23:58] Thoughts? [17:30:50] [1/2] Also made another version, which y’all think it better? [17:30:50] [2/2] https://cdn.discordapp.com/attachments/407537962553966603/1194694855511785723/makesweet-lj7mgq.gif?ex=65b14949&is=659ed449&hm=d19ec35577aa0a6fd05ab0416dcf64fc1e46125248004ddbc802d1dbb5af2b27& [17:31:39] more familiar w/ the first [17:32:23] Yeah it’s funnier [17:33:05] I mostly associate w/ reverse hl scientist [17:33:08] Is it possible to make parser functions working in image maps? [17:33:17] Hm? [17:46:13] [1/2] Yeah it goes like `elementtype.classname` so specifying `body.ns-3002` you are telling it that it is any body elements with the class .ns-3002, where as just doing .ns-3002 you are telling it ANY elements with that class. so the former is more specific, than the latter. See https://www.w3schools.com/cssref/css_selectors.php for a link of the various types of s [17:46:13] [2/2] elector syntax that can be used for css [18:32:55] It has sorta been broken since 1.35 tbh, it has required setting `$wgTidyConfig['pwrap'] = false;` or formatting is completely messed up but that support will be removed eventually... [18:35:18] oh, I forgot I wanted to make phab task on PI [18:35:24] In fact at one point PortableInfobox has entire core files copied just to make it work but I managed to avoid that for the most part... [18:35:52] Don’t PI use GH? [18:36:37] i dunno, i was told phab [18:37:24] [18:37:53] Most my extensions are on GH, Cosmos is the exception. [18:38:00] Yeah, I remember I made an issue a few months ago and then CA just said “your translucent the wrong page” [18:38:31] 😅 [18:38:34] Mb [18:38:52] PortableInfobox and even more so, DPL3 are a serious pain to maintain also lol... they break and need fixes almost every upgrade... [18:38:55] is it related to infobox not rendering after import or visual builder? [18:39:08] [1/2] Question: [18:39:08] [2/2] When a Request for a new Wiki is made, how long does it take to be reviewed and made active so I can start using it? [18:39:17] Never heard of that issue.... [18:39:18] Depends on Wiki Creators [18:39:23] essentially [18:39:27] let me take a look [18:39:35] aight, I'll make an issue og gh [18:40:41] approved and created [18:42:02] Thanks so much. That's quite a fast service 😉 [18:43:15] Miraheze moment [18:43:33] everything is faster when you poke people to do it 😆 [18:44:57] True [18:45:10] https://cdn.discordapp.com/attachments/407537962553966603/1194713561809825803/makesweet-n3dj1v.gif?ex=65b15ab5&is=659ee5b5&hm=4f41e0e710308c503dd814cd604952f044565f6c5d0d2f6b374b3e3e5c3ba1cd& [18:45:16] And when you have double the volunteers [18:46:44] Phabricator tasks have been lowered quite substantially [18:46:53] down to 70 normal tasks, from 160 [18:47:03] average number of open tasks is around 50 [18:47:19] Woooo [18:47:33] WikiTide supremacy [18:48:38] MiraTide [18:48:46] Wikiheze [18:50:11] Wikiheze is fun, it reads like wikistar, or the king of wikis [18:50:37] WikiStar would've been an interesting name [18:50:49] it feels like a watered down version of miraheze [18:50:50] WikiKing 👑 [18:50:57] hey watered down! wikitide! [18:51:29] another water reference! [18:51:38] WikiWater [18:51:44] we need to get a roller coaster named after WikiTide in order to complete the circle [18:51:55] i gonna try and make some better role icons [18:52:04] can you get the role color for nitro? [18:52:28] f47fff [18:52:44] and have an idea for mod [19:00:39] [1/2] thought? [19:00:39] [2/2] https://cdn.discordapp.com/attachments/407537962553966603/1194717455487094794/6v9kEd8.png?ex=65b15e56&is=659ee956&hm=d4135b542916f76c288fced425883cb9f198ab3771443e75aaf02f180bff01b6& [19:08:33] more neon [19:10:47] Wikiheze does actually sound cool, IF there ever were a need for a new name (though yes I am aware it is unlikely to be needed, anytime soon, if ever) [19:11:52] can we go w/o "heze" ... [19:11:59] <.labster> Those colors are hydrogen and helium, not neon [19:15:27] Usually a few minutes if I'm online; as PixDeVl said, it depends on who's online [19:16:18] Miraheze has history as a brand; it doesn't make sense to change it if it's working [19:17:27] https://discord.com/channels/407504499280707585/407537962553966603/1194375145104625694 [19:20:12] <.labster> There are lots of words with no canon way to pronounce them in English like clerk and schedule. [19:22:35] lmao [19:22:43] i think boron [19:25:02] <.labster> I don’t think they use boron in lights [19:31:15] It is used in semiconductor production, so it might be part of a light, but not the light emitting element. [19:31:27] The brand has a lot of baggae [19:31:29] https://cdn.discordapp.com/attachments/407537962553966603/1194725217516404826/image-7.png?ex=65b16590&is=659ef090&hm=5b2919d6be140df711d8523c013888183fdee0a881378f0a9831cc6e7bfafb8b& [19:35:55] Wikihaze 😉 [19:36:03] To incorporate the water theme [19:36:44] and because it's wikis in the cloud and stuff [19:39:31] wait, I just realized you guys made your names non-translatable [19:39:44] I mean, ofc nicknames stay untouched [19:42:16] Mira [19:54:33] Why are people discussing rebranding Miraheze all of a sudden? I thought no branding would change with the merger! [19:55:25] It won't. [19:55:38] I think they're just saying like, 'if MH ever changed, what would that be like' [19:55:43] OK then! [19:56:09] the above is all just kicks and giggles [20:01:30] ye [20:02:40] Very nice [20:02:48] why is the mascot not a bee???? [20:03:07] its the logo [20:03:10] then we sue wikimedia for copyright infringement [20:03:11] @theoneandonlylegroom made a bee mascot [20:03:20] the logo is a super complicated thjng [20:03:23] ez money generator [20:03:29] i tried [20:03:30] has a very deep meaning appearently [20:03:55] its a honeycomb [20:04:08] or a flower [20:04:20] or 7 hexagons [20:04:37] gasp [20:04:38] Quim Gil gave the official meaning behind it [20:04:43] someone on the CN [20:05:59] <.labster> Bee mascot now! [20:07:02] [1/3] > One evening I opened Inkscape with some vague thoughts and later that night I came up with this. They say that constraints enhance creativity, and in my case I had abundance of constraints using producing anything graphical. I took a color schema that roughly recalls the MediaWiki sunflower used back then, and I went for an hexagon of hexagons because (I think) of the easy cloni [20:07:02] [2/3] ng and the solid structure that assembling hexagons provides, with the honeycomb as a natural proof of concept. Miraheze's value was/is about cloning independent MediaWikis and sharing the benefits of a common infrastructure. Honestly, I might be adding details after the fact. Even counting my Inkscape ineptitude, the whole thing was done in an evening if I recall correctly. 🙂 Qu [20:07:03] [3/3] imGil (talk) 21:58, 24 October 2022 (UTC) [20:07:15] oh hey, is there a way to automatically insert a certain a template on any page with a certain category? [20:07:38] <.labster> That needs to be on our history page. [20:08:05] I've tried to add it to the FAQ various times but I always forget to save [20:13:30] I'll try to add it now [20:16:11] [1/3] Does anyone have a good guide on setting up a module to work let there be a template for this [20:16:12] [2/3] https://cdn.discordapp.com/attachments/407537962553966603/1194736468044820510/Screenshot_20240110-114609_Chrome.jpg?ex=65b1700b&is=659efb0b&hm=fa2640251ee94adc5fe03db508145350d944a30bbf1e8266f2a15a32c11c3017& [20:16:12] [3/3] https://cdn.discordapp.com/attachments/407537962553966603/1194736468371972096/Screenshot_20240110-114717_Chrome.jpg?ex=65b1700b&is=659efb0b&hm=f48b05da46768369cb99f70d2451a912e24e6de0a246fdb4e191bc5a75a79560& [20:16:43] I feel like this kind of template will help my wiki [20:18:53] <.labster> I'm really surprised that people in this channel aren't interested in getting their requests answered faster by a volunteer. [20:19:52] <.labster> Like, they keep complaining about how slow things are, but then they don't even bother to vote for new stewards who could actually handle their requests. [20:20:04] [1/2] It's official [20:20:05] [2/2] https://cdn.discordapp.com/attachments/407537962553966603/1194737443396665434/Screenshot_20240110_141845_Firefox.jpg?ex=65b170f3&is=659efbf3&hm=7cbfc9073ee6edd2c1da4e47a3f66dd49552b99f86c942c770ee4c558e4a3cae& [20:20:43] Quite a lot of people only care about wiki requests, which I've got covered [20:20:47] <.labster> If only people could visit https://meta.miraheze.org/wiki/Requests_for_Stewardship and cast a vote we could get more done faster. [20:21:30] <.labster, replying to tali64> don't interrupt my sob story with facts [20:22:39] Void is the only Steward me need <:red_angry_face:804887498076586047> [20:23:41] Yeah; all we need to do is clone Void if we need things done faster [20:31:32] This is startlingly coincidental, I was thinking to myself just now “dang my request is taking a long time, maybe I should go see if anyone’s talking about it on the discord” and here it is: conversation about what to do [20:33:17] since when tranlation edits take so long to show up, even on RC and history <:ThinkerMH:912930078646730792> [20:33:26] Please annoy me into doing that tomorrow [20:35:44] Wish I could help out with the donation type of thing for Miraheze [20:35:53] It's very nice to have non profit stuff [20:36:51] [1/6] I have another question. [20:36:51] [2/6] For the Logo... [20:36:51] [3/6] Is it correct to replace [20:36:52] [4/6] //static.miraheze.org/metawiki/3/35/Miraheze_Logo.svg [20:36:52] [5/6] with [20:36:52] [6/6] //upload.wikimedia.org/wikipedia/commons/e/e5/Noia_64_devices_cdrom_mount.png ? [20:37:21] And if yes, It isn't quite clear how to replace the favicon [20:38:21] I tried uploading it under a different name, but it said it was a duplicate file from Commons. [20:38:55] I just voted - reception needs 1 more vote, NA needs 2 [20:39:05] I think it's possible to ignore warning and still upload [20:39:33] do you use Commons elsewhere on wiki tho? [20:39:57] Rookie question, how does one vote? [20:40:04] then it is down to void having time to close the requests as the uninvolved steward [20:40:55] click on edit of section where you gonna cast a vote [20:41:09] like [20:41:33] Basically going to use what is available, so commons, or other places that have files. [20:43:40] Yeah, I ignored the warning and it was okay after all.. Just didn't want to create a problem [20:43:46] Thanks for the help [20:45:57] A-gents rfs could be closed, and Kiju's cannot until an NDA is signed [20:47:22] The logo is not showing. Server cache? (I purged a few times) [20:47:54] Yes, it can take a few minutes [20:49:07] Okay [20:49:48] Do I have to rename the favicon? Or ...? [20:50:38] New Name <:nffsUp:893516189945458708> not wordy at all "Miraheze x Wikitide: Level Up" [20:52:32] it would affect the static link and you'll have to change, I believe [20:55:03] [1/2] //static.miraheze.org/jwmeetingwiki/8/8f/JW_Meeting.png doesn't show, only a failed square ;'( [20:55:03] [2/2] https://cdn.discordapp.com/attachments/407537962553966603/1194746248180285510/image.png?ex=65b17926&is=659f0426&hm=a8c22425df28bb39fe288b9b42c9d5258154efb2402a702ff94852d0362c65e3& [20:56:30] With my votes, Reception now has 20, which means his RfS can be closed; NA still needs one more [20:57:24] Got order of operations wrong on when NDA needs to get sent, should be rectified for Kiju shortly. 🙂 [20:59:43] @notaracham passes [20:59:53] Huzzah. [21:00:12] And I can't sign an NDA because of the explicit 18+ requirement that's now in place [21:02:07] Can @orduin now close them all [21:02:19] Yup. 😦 I know that there's rules in US about signing w/ parental consent, we'll revisit this in time. [21:02:48] It's not impossible [21:03:02] It's just whether someone on the board is willing to accept the risk [21:03:09] Mhmm [21:09:23] Legal agreements involving minors are complex [21:09:31] But they can happen [21:10:24] Hello there. [21:10:32] I need a help... [21:11:01] whats up? [21:11:28] Like thirty minutes ago, I unlogged myself for no reason. [21:12:24] [1/2] I haven't clicked on 'log out', and happened while i was checking some pages inside my wiki. [21:12:24] [2/2] https://cdn.discordapp.com/attachments/407537962553966603/1194750614727573544/image.png?ex=65b17d37&is=659f0837&hm=25c110af0d6dddaab9bc5e56e17b1b7a7a1372a3d2482bf7b02f77972626da15& [21:13:11] very weird. Was Miraheze doing some maintenance that made this happen? [21:13:41] When we do maintenance, you see a huge notice at the top [21:14:31] Sessions don't last forever and can expire for a number of reasons [21:15:20] for what timelapse was programmed to doing that? [21:15:52] Damn, thought someone hacked my account and logged out from my computer to log in somewhere. [21:17:13] eeh it log outs are pretty fruenquent [21:17:24] if someone will try to hack you'll receive email [21:17:58] I saw this happening once here w/ a silly guy trying to pretend as admin of the wiki [21:18:18] Does Miraheze emails you when someone attemps to log in a new pc/device? [21:18:37] I'd like to hear that story 🙂 [21:18:57] no, it was an attempt to reset password I think [21:19:01] if I'll find ... [21:19:06] okay. [21:19:27] You should get a notification yes [21:19:50] I recommend 2FA and a secure password [21:19:57] cool. So I'm safe (for now...). [21:20:02] https://discord.com/channels/407504499280707585/407537962553966603/1099245815236657162 [21:20:07] Which will significantly reduce your chance of being hacked [21:20:31] anyway, don't see the reason a hacker would do that just for a wiki. [21:21:14] I have seen attempts to compromise accounts before [21:21:21] I'm not aware of any successful ones [21:21:54] lol, that was a funny attempt [21:21:55] They are a variety of things we can use to monitor and mitigate risk though and it's always good to ask if you're unsure [21:22:10] especially since I think Coolster was/is in this Discord and was a Meta contributor at a point [21:22:35] Yep, coolster immediately called that individual's bluff [21:23:13] hahahaha [21:26:25] https://discord.com/channels/407504499280707585/407537962553966603/1099265483418632223 was the funniest message IMO, saying they are not them when their Discord username was exactly that lol [21:26:38] Yeah... [21:26:46] right lol [21:26:54] That is a very good example of why we are strict on account recovery [21:26:55] I later saw him hanging on wiki.gg discord [21:27:12] They are still in Fandom and wiki.gg Discord [21:27:51] I can only think of one case where we've allowed account recovery [21:27:58] Yep. I alerted wiki.gg to that particular bad behavior, on them whether to act on it. [21:28:03] There's probably only been a handful in total [21:40:53] by the way... haven't received an announce that Miraheze finally moved to Wikitide... [21:42:17] #announcements [21:46:45] Damn, remember days ago the interface was weird, for some reason... [21:48:49] WikiTide is merging with Miraheze; MH is now controlled by the WikiTide Foundation [21:49:14] It's still merging or is already merged? [21:49:39] Still merging; the merger will almost certainly be done by February [21:49:50] Legally, Miraheze is now operated by WikiTide [21:50:05] In the technical aspect, it's being merged [21:50:10] will sites still be sitename.miraheze.org [21:50:20] which is being operated by Tide pods. [21:50:29] was a bit too busy these past 2 months so i havent been keeping up too much [21:50:48] By the way, what's the meaning of 'Miraheze'? [21:51:00] No URL changes for the moment [21:51:04] ah okay [21:51:28] I used to pronounce it as "Mee-rah-heh-zee" until saw Mossbag video... [21:52:23] It's 2 stars [21:54:22] I think everyone agrees on the Miracpaet [21:54:44] For heze I say he, like in heck [21:54:57] is 'Miraheze' a japanese word? [21:56:15] Nah it’s just two star names rammed together Mira and Heze [21:56:34] Just like Twin Spica? [21:56:51] It comes from the names of two WMF servers that Miraheze's co-founder was installing while he was a volunteer for them [21:56:58] Partially true [21:58:04] I confess I was reading about the org and site the other day and that’s my short version. The star names were also assigned to some servers at wikimedia [22:07:14] Not true [22:07:29] He worked for them [22:07:36] as a contractor, right? [22:10:39] He had shell access [22:10:45] Not sure he was ever employed [22:11:05] But he certainly never had access to install either Mira or Heze [22:12:47] I don't believe he ever would have even had access to Heze as it's listed as being a backup server when it was around [22:13:02] Mira was a bastion and that would have been owned by what's now Infra Foundations [22:13:19] Not someone with restricted + mailman-admins as shell groups [22:13:28] @agentisai @tali64 [22:14:02] [1/2] From the FAQ [22:14:02] [2/2] https://cdn.discordapp.com/attachments/407537962553966603/1194766126270394368/IMG_5430.jpg?ex=65b18baa&is=659f16aa&hm=1c25d30b868b61b5312ffb1e7efae8b5d8cdbbd4c1c0ce2a689f04c7e14aea08& [22:14:34] @mindspoison none of that mentions installing any servers [22:14:48] I guess I was just remembering wrong [22:14:54] It simply says they existed. [22:15:00] I don’t think I mentioned installing servers? [22:15:17] I did [22:15:25] Yes but I assumed you were counteracting me saying @tali64's comment was untrue [22:15:49] Nah, I’m not here to be contradictory. [22:15:58] Okay [22:16:09] But yes, the FAQ is mostly true [22:16:18] The WMF used to name some servers after stars [22:16:31] And one of our volunteers used to have production shell access [22:16:56] I'm not sure if he was actually employed by them or whether he just volunteered tbh [22:17:20] @owenrb may recall that part [22:19:12] https://phabricator.wikimedia.org/T95436#1258434 [22:20:20] Which was abandoned [22:21:18] I just search Phabricator for any task with the mentions of "mira" or "heze" which had John as a subscriber [22:21:48] Looking at the task, he made a couple of related patches. He definitely didn't install them. [22:22:54] He didn't have the requisite access as far as I can tell to do that [22:23:06] He was likely just helping mutante out with the odd patch [22:23:12] Because mutante does everything [22:23:13] Still [22:23:51] That task is 9 years old and mutante & Rob are both still around [22:23:58] Rob still in the DC team [22:24:09] Mutante is collab services although does a lot [22:24:28] Not even sure collab services existed in any form then [22:29:20] They didn't publicly acknowledge sub teams until 2018 [22:29:29] So it was just Core ops for mutante back then [22:43:15] There’s so much history to every little thing. [22:56:34] Hey, I'm still having the issue where when I search it immediately takes me back to my home page ): [22:59:16] why are you laughing [22:59:42] Sorry, wrong emoji [23:01:02] ah [23:01:09] so, it's MH wide then? [23:01:16] ig I'll just have to be patient [23:03:47] Have you filed a phab task? [23:04:21] idk what that means [23:04:38] A bug report on https://phabricator.miraheze.org? [23:05:10] no, but I will do! Thanks for letting me know! [23:09:03] How do I submit the bug report? Sorry, it's all still pretty new to me [23:20:48] ah nvm found it [23:22:32] okay this is so stupid. I spent like 20 mins figuring out how to open the bug report form and when I did I went to my wiki and now the search works again lol. problem fixed [23:25:15] tech in a nutshell