[00:02:30] [1/2] I can give you a link, but we use PortableInfoboxes. We do have separate parameters for tab names and tab titles, yeah - it does add to "parameter bloat" a bit so I actually don't use TemplateData for these templates. It means that the amount of parameters is directly tied to how the infobox displays, which isn't really a great solution. [00:02:30] [2/2] I think wwr's suggestion of classic (non-portable) infoboxes would be better (and more elegant) if you want more flexibility over tab numbers and TemplateData support [00:10:12] @janebuzjane: Ill admit, I saw something in here earlier that maybe Portable Infoboxes might not be as good. I would guess because Portable Infobox is kinda connected to fandom.com ? [00:11:20] and yea, I want my infoboxes to be flexible. I want to find ways to code in tabs that i can add on as needed (as in, having one infobox template that covers making an info box whether it has 2 tabs or 6 tabs). Same goes for the style tabs for just switching an image (but leaving the templatedata values the same) [00:12:40] [1/2] Yeah, I think that's part of it - they're also written in XML instead of in wikitext, which lots of experienced admins/editors don't like. They display nicely on mobile out-of-the-box but as I think wwr pointed out somewhere a few days ago, with CSS grid properties that shouldn't really be a problem nowadays. I think you'll definitely be happier with classic infoboxes with the us [00:12:40] [2/2] e cases you've mentioned. [00:14:21] Just was offering #if statements as a solution if your infoboxes were going to be a bit narrower in scope and you didn't want to bother with modules~ [00:23:17] Yeah. I want to find the kind of code to use that is closer to the Classic Infobox . Im okay installing modules but obvioulsy I have to stick to what Miraheze allows [00:27:21] @janebuzjane Any chance you know where I can find the code needed to create such a thing? I have an idea of some infoboxes (seen on other wikis) which kinda speak to me as far as what Im after. Some are using {{#if... (for example, this template https://minecraft.wiki/w/Template:Infobox_item . Notice that the parameters listed use this thing where it goes GroupN) [00:30:13] Im on IRC so I dont know if I can show images here: https://www.pasteboard.co/U-B-qKVlhR94.png (this shows the source of that infobox tempalte, but I do not see where GroupN stuff is set up) [00:34:30] They're using a module and the grouping is handled within the module ([here]()) - The template is just invoking the module, and the parameter for number of tabs is telling the module what to do [00:35:54] https://dev.miraheze.org/wiki/Template:LuaInfobox [00:36:01] just add like 15 paragraphs of invisible nonsense text per page [00:36:03] smh my head [00:36:09] ¯\_(ツ)_/¯ [00:38:13] https://dev.miraheze.org/wiki/Template:LuaInfobox -- thank you . It looks like I can likely pull the code manually or ... import? I had originally started making templates using Portable Infobox but I wanna switch [00:38:56] Import w/ dependencies is what you'll want to do, ye, and add the JS as mentioned [00:40:33] Okay. That will be cool..... Even if this LuaInfobox template is what I base mine off of, I understand the sentiment of keeping to just 10 or less infobox tabs [00:41:18] There is an example template https://communities.miraheze.org/wiki/Template:InfoboxWiki which does something similar to what you want. It creates 2 tabs if the page wikitext is smaller than a certain size. You can see the difference in https://communities.miraheze.org/wiki/Stella_Sora_Wiki and https://communities.miraheze.org/wiki/Blue_Archive_Wiki [00:42:18] [1/10] Another route is to use https://dev.miraheze.org/wiki/Template:Tab which only creates a tab if the text is empty, so if you do something like [00:42:18] [2/10] ``` [00:42:19] [3/10] {{Tab [00:42:19] [4/10] |1={{{name1|}}} [00:42:19] [5/10] |2={{{value1|}}} [00:42:20] [6/10] |3={{{name2|}}} [00:42:20] [7/10] |4={{{value2|}}} [00:42:20] [8/10] }} [00:42:21] [9/10] ``` [00:42:21] [10/10] If `name2` does not exist then you won't see the second tab. [00:48:16] [1/3] hi there, im wondering if there is anyone who would be able to help me set up a `pairsfile` for this pywikibot script? [00:48:17] [2/3] [00:48:17] [3/3] i read the instructions but im struggling to understand how to format the data 😅 [00:49:42] I KNOW IT'S :NotdoneMH: THAT SHOULDA BEEN OBV FROM THE MESSAGE UNDER IT- 😭 [00:53:13] hi pixl LOL [00:53:49] Never tried but it seems like just a text file with double bracket links to the original and new titles, doesn’t seem to have anything that specifically pairs the two besides counting every two lines or smt [00:54:11] [1/2] it has some weird thing regarding the second column which i just dont understand [00:54:11] [2/2] https://cdn.discordapp.com/attachments/407537962553966603/1537262962039980123/image.png?ex=6a7e6733&is=6a7d15b3&hm=d4c6a24cf894a3a3029fbe6e22c90d354ce240ef0591b2e345740c923d79e269& [00:54:55] https://cdn.discordapp.com/attachments/407537962553966603/1537263143863058522/image0.gif?ex=6a7e675e&is=6a7d15de&hm=17f0737321c823ca06f37f8c0e2fe96132086546f40a58762828ac66efeb92f2& [00:57:25] Who wrote this thing.. [00:57:39] Okay like I get it. I think. But also I don’t and this is not a great way to explain or do it [00:57:46] yeah it does not make any sense to my brain LOL [00:57:57] And raises the question of if the brackets are actually even needed?? [00:58:00] Okay uh [00:58:05] Honestly [00:58:10] You just need to change namespace right [00:58:38] yeah [00:58:50] i need to move Patch_Notes/[Page] to Patch_Notes:[Page] [00:58:54] i have a list of all the pages [00:59:16] oooooooookay [00:59:24] i have my laptop out now so [00:59:27] nw [00:59:28] dm? [00:59:42] You can DM me the list if you want yeah [01:00:04] I think I have a better way of doing this [02:04:43] @posix_memalign hi, i hear you might be able to help with pywikibot? [02:16:43] Just use [[dev:jswikibot]] and replace `Patch Notes/` with `Patch Notes:`. [02:16:44] [02:17:41] there are too many bots what on earth [02:18:04] alright thank you ill try it [02:18:16] i couldnt even get PWB to login 😅 [02:22:28] THANK YOU SO MUCH it worked 😭 [02:24:07] WAIT THAT DOES WORK? [02:24:28] it did hallelujah [02:24:33] OH COME ON I TRIED THAT AS LIKE THE FIRST THING AND COULDNT FIND A RENAME OPTION LMAO [02:24:40] LOL IM SORRY [02:24:53] no this is funny lol [02:31:38] [1/6] ``` [02:31:39] [2/6] oldname1 [02:31:39] [3/6] newname1 [02:31:39] [4/6] oldname2 [02:31:39] [5/6] newname2 [02:31:40] [6/6] ``` [02:33:18] It's one of the features I really want to have. Being able to rename pages based on find-and-replace patterns instead of a pairs file. [02:33:37] usage like `py pwb.py .\movepages -noredirect "-summary:omochi gave me permission" "-pairsfile:pwb_input.txt"` [02:37:38] It's still a bit iffy because there is no preview button, so once you click submit it's YOLO time and the bot can do a lot of moves in a short time before you notice a typo. [02:46:08] yeah, in the end i couldnt even get my bottpassword to work so [02:47:32] `('TheWWRNerdGuy', BotPassword('AWB', 'aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa'))` [02:47:44] yeah i followed the docs exactly and it just did not work [02:48:26] [1/21] ```python [02:48:26] [2/21] from pywikibot import family [02:48:27] [3/21] class Family(family.Family): [02:48:27] [4/21] name = 'miraheze' [02:48:27] [5/21] langs = { [02:48:27] [6/21] 'en': 'battlecats.miraheze.org', [02:48:28] [7/21] } [02:48:28] [8/21] def scriptpath(self, code): [02:48:28] [9/21] return '/w' [02:48:29] [10/21] return { [02:48:29] [11/21] 'en': '/w', [02:48:30] [12/21] }[code] [02:48:30] [13/21] def version(self, code): [02:48:31] [14/21] return "1.38.4" # The MediaWiki version used. [02:48:31] [15/21] def protocol(self, code): [02:48:32] [16/21] return 'https' [02:48:32] [17/21] # def protocol(self, code): [02:48:33] [18/21] # return { [02:48:33] [19/21] # 'en': 'https', [02:48:34] [20/21] # }[code] [02:48:34] [21/21] ```does the family file look like this [02:49:12] [1/24] i used the generate family tool and it came out with this [02:49:12] [2/24] ```py [02:49:13] [3/24] """ [02:49:13] [4/24] This family file was auto-generated by generate_family_file.py script. [02:49:13] [5/24] Configuration parameters: [02:49:13] [6/24] url = https://phighting.wiki [02:49:14] [7/24] name = phwiki [02:49:14] [8/24] Please do not commit this to the Git repository! [02:49:14] [9/24] """ [02:49:15] [10/24] from pywikibot import family [02:49:15] [11/24] class Family(family.Family): # noqa: D101 [02:49:16] [12/24] name = 'phwiki' [02:49:16] [13/24] langs = { [02:49:17] [14/24] 'en': 'phighting.wiki', [02:49:17] [15/24] } [02:49:18] [16/24] def scriptpath(self, code): [02:49:18] [17/24] return { [02:49:19] [18/24] 'en': '/w', [02:49:19] [19/24] }[code] [02:49:20] [20/24] def protocol(self, code): [02:49:20] [21/24] return { [02:49:21] [22/24] 'en': 'https', [02:49:21] [23/24] }[code] [02:49:22] [24/24] ``` [02:49:47] [1/5] and then ```python [02:49:47] [2/5] family = 'miraheze' [02:49:47] [3/5] mylang = 'en' [02:49:48] [4/5] usernames['miraheze']['*'] = u'TheWWRNerdGuy' [02:49:48] [5/5] password_file = "user-password.py"``` [02:49:51] yes [02:50:26] [1/2] https://cdn.discordapp.com/attachments/407537962553966603/1537292215834120212/image.png?ex=6a7e8271&is=6a7d30f1&hm=bc674df4d1edc24596187560848018188010d98c9168d9e376755a4950628e43& [02:50:26] [2/2] https://cdn.discordapp.com/attachments/407537962553966603/1537292216207278080/image.png?ex=6a7e8271&is=6a7d30f1&hm=8078cafbad1e5eb0133670e5448b746dcdf6982d1af448853e12b104096b3588& [02:50:40] as far as i can tell everything is according to the docs [02:54:23] worked for me [02:54:27] wtf [02:54:37] so it hates me ..understood [02:54:59] hmm why the cfg file [02:55:18] thats what it generated [02:55:18] I will also note I do not have the latest version because I never bothered upgrading [02:56:02] and what does it say when you do `py pwb.py login` [02:57:17] my only real guesses would be trying everything I have that's different to yours [02:57:40] [1/2] (its pwb login since i used pip) it just doesnt do anything [02:57:40] [2/2] https://cdn.discordapp.com/attachments/407537962553966603/1537294035268411522/image.png?ex=6a7e8423&is=6a7d32a3&hm=147ad04bc9e2a19945aba52e05f18a45d5d563bc6931c1f977b42ad558e93dd6& [02:57:47] i even tried `-v -v` and it doesnt say anything its weird [02:58:18] oh right I have no idea what to do in that case lmao mine's installed from git [02:58:49] lmao fair enough [03:23:00] How does the `(editallcustomprotected)` permission work? Does it allow users to edit pages with all custom protection types or all protection types? [04:50:00] Woah! [04:50:05] Sims pfp? /pos [05:09:37] Do u means /s? cause /pos can be misintepreted very easily [05:10:08] Nope! I'm certain I mean it positively. [05:10:14] I like Sims. [05:10:45] I like eradicating every Maxis-made Sims and replace them with Sims of my favorite characters from various fandoms. [07:26:38] all custom protection types as far I'm aware [07:59:57] How do I verify this? [08:00:36] i'm not sure [09:29:17] [1/2] heya just wanna ask something in regards to colouring text [09:29:17] [2/2] i know you can give tex basic colours using `(text here)/span`, but how do you make gradient text? [09:42:09] `style="background:linear-gradient(your gradient here);background-clip:text;color:transparent"`? [09:43:44] how should the gradient be formatted? [09:48:27] [1/2] found a site that does it quite nicely, i'm sure there's better ways but this works fine for now [09:48:27] [2/2] https://cdn.discordapp.com/attachments/407537962553966603/1537397412375568394/image.png?ex=6a7ee46a&is=6a7d92ea&hm=67666438d238439fa026cc78ab6757bfa3238715216e8884b9151ff023745549& [09:48:52] [1/3] `T/spana/spanl/spane/spann/spant/spane/spand/span /spanA/spanr/s [09:48:53] [2/3] pant/spani/spans/spant/span` [09:48:53] [3/3] i love codeslop 😋 [09:49:50] https://developer.mozilla.org/en-US/docs/Web/CSS/Reference/Values/gradient/linear-gradient [09:52:03] hm i see [09:54:47] that's defenitally one way to do it lol [09:55:07] transparrent text on a gradient background [12:17:51] It’s not available for users I believe [12:17:57] Or at least it shouldn’t be [12:19:13] I am aware. Hence why I asked. [12:19:39] I would have tested it myself if I had access to it. [12:20:30] it is indeed a permission meant to grant global groups the ability to perform actions without needing to deal with being unable to action pages with custom protection levels [12:21:13] Does it work on non-custom protection levels though? Also would the permission work on custom protection levels outside of Miraheze? [12:22:09] take it away pix [12:22:45] I literally wrote the code to add the permission so I can just explain how it works exactly rq lol [12:24:34] Basically if a user with this permission has permissions to edit a protected page checked, the code gets a list of all the configured protecting levels, specifically removes the ones in default mediawiki, and adds the associated right to the list of permissions of that user [12:25:08] So no it doesn’t work on ‘vanilla’ protection levels, and if you wanted to yes the code should work just as fine off of Miraheze [12:25:25] You just may need to tweak it a bit because of the global permission check [12:25:26] it's a hook [12:25:40] Would it work just as fine off of Miraheze though? [12:25:53] see his last message [12:26:03] Probably™ [12:26:16] [12:26:30] Is there no way I can have a definite answer? [12:27:02] your definite answer is the opposite of "do you use CentralAuth" [12:27:08] as in, if you dont, it might not [12:28:03] i dont think my logic works rn let me get another coffee [12:28:25] It's just that I'm about to specify what the permission can and can't do. And I need to know that it would work on non-Miraheze protection levels before I add that information to an article. [12:28:28] The code is really very simple logic you could reimplement it around the central Auth bit fairly easilt [12:28:38] It would really just be simplifying the code more [12:29:04] wdym by "non-Miraheze protection levels" [12:29:35] we dont operate a cursed version of mediawiki unlike fandom [13:15:18] to put it another way, what Miraheze develops is probably interoperable but it is not tested on other configurations so you are probably a trailblazer in saying for sure if it works or not and if it works after updates change things is another question [13:17:47] if you want a definite answer you will have to test and if the answer is no outside of the caveats like 'you will have to account for the centralauth bit if using outside centralauth' then maybe that is something that can be documented or a bug fixed, because we haven't done that exhaustive testing [13:35:41] is it possible to transclude global user pages on wikis with userprofilev2? [13:44:57] adding things like `{{loginwiki::User:{{PAGENAME}}}}` to noarticletext(-nopermission) will also transclude `There is currently no text in this page…` so maybe there's a better way? [13:48:30] and ifexist doesn't work for interwiki links [13:59:18] cc @originalauthority as the, well, authority on upv2 [14:07:07] [1/3] here's the comparison: i've no local user page on both wikis: [14:07:07] [2/3] wiki w/o userprofilev2: https://meta.miraheze.org/wiki/user:Honoka55?useskin=citizen [14:07:07] [3/3] wiki w/ userprofilev2: https://battlecats.miraheze.org/wiki/user:Honoka55?useskin=citizen [14:08:14] Is it only with citizen [14:08:19] no, any skin [14:09:01] citizen issue was fixed in https://issue-tracker.miraheze.org/T13771 recently, but i found it still doesn't work on some wikis [14:09:19] that's when i'm aware it's not the skin problem it's the userprofilev2 probelm [14:22:34] gup is disabled on battlecatswiki [14:25:20] how? [14:26:21] butit doesn't work on other wikis with userprofilev2 on either then [14:28:53] https://strinova.org/wiki/User:Honoka55 [14:29:38] it has 'View on login.miraheze.org' and placeholder [14:29:58] and it's vector-2022 [14:32:44] any resources on building a skin from scratch? im not happy with any of my options and would like to make one, but the syntax is a little confusing and also skins lab isnt working for me [14:34:24] im vaguely familiar with all the languages presented but not as much in practice [14:34:38] i think there are already many open skin reviews. even if you build one it may still take long to get reviewed [14:35:15] also, maybe you should not create a skin if you're only vaguely familiar. there are many security concerns about skins [14:35:44] id understand if i was using javascript but i mainly just want to style the css differently [14:35:55] what would you recommend one does in that instance [14:36:25] mediawiki:.css [14:38:27] it doesnt give me as much freedom as id like it to. i am still at the whims of how the skin was originally styled, which stops me from doing too much [14:39:13] id specifically like to style a dark theme but in vector 2022 its locked to color variables [14:39:21] maybe investing in a different skin would work [14:40:07] so you want to create a new skin with no js at all in 2026? it doesn't sound that feasible [14:40:55] if its a problem im not doing it [14:41:14] it's not. i know there are still nojs users today [14:41:22] [1/2] "content" can't be used in css to insert text? [14:41:22] [2/2] https://cdn.discordapp.com/attachments/407537962553966603/1537471127016968283/image.png?ex=6a7f2911&is=6a7dd791&hm=3d96737690ba1262812b7d17931ad064969b3297e7ef48143e33144a5cf2dea3& [14:41:54] I'm probably not using it correctly [14:42:52] not in templatestyles that's for sure [14:43:19] [1/2] it is [14:43:20] [2/2] https://cdn.discordapp.com/attachments/407537962553966603/1537471620967432254/image.png?ex=6a7f2987&is=6a7dd807&hm=204a64deb9be77c54c2cf8ea70554a03ea0232e52df09db59dd7a872b954cdd0& [14:43:30] why are you inserting text with css anyway [14:43:37] [[mw:Help:TemplateStyles]] [14:43:38] [14:44:24] I'm putting multiple elements inside one element [14:44:31] [1/2] i have an example of using content in templatestyles [14:44:31] [2/2] https://cdn.discordapp.com/attachments/407537962553966603/1537471920273096875/image.png?ex=6a7f29ce&is=6a7dd84e&hm=3159581352e1c895b47abab50c496b49b4229987551377309d160edd32635291& [14:44:39] it definitely works [14:44:39] so I thought it can be shortened that way [14:44:50] they also evil shit like content but not variables 😭 [14:45:04] peak [14:45:11] still waiting for someone to fork templatestyles and make a version that isn't dogshit [14:45:22] (excluding gadgets if you're wwr) [14:45:51] i think they would share the same [[mw:css-sanitizer]]? [14:45:52] [14:46:04] otherwise it won't pass safety review maybe [14:46:15] css ext also uses the same css sanitizer [14:46:31] okay can we get a not shit sanitizer then [14:46:41] the problem with ts is that you cannot make a version of it that allows everything and is secure [14:46:45] there is genuinely no reason whatsoever for fucking color-mix to be unusable (unless you make a variable and put it there) [14:47:21] place to complain about that: https://phabricator.wikimedia.org/tag/css-sanitizer/ [14:47:28] noted [14:47:32] https://cdn.discordapp.com/attachments/972727958873722884/1529657511773339688/caption.gif [14:48:07] stolen [14:48:08] oh so this is how its used thanks [14:48:21] wow [14:51:22] [1/2] nvm it probably doesn't work like that [14:51:22] [2/2] https://cdn.discordapp.com/attachments/407537962553966603/1537473643175747605/image.png?ex=6a7f2b69&is=6a7dd9e9&hm=9120381938a184b176c9bea7f190d50848efbd10b17dac7a596234d6bec1e8f1& [14:51:27] I'll just keep everything in html [14:53:02] 😱 [14:53:59] It's not a UPV2 problem. 2 extensions cannot both override the article contents. It's either one or the other. MediaWiki does not allow you to define the order in which hooks run. [14:54:37] Idk how many times I have to say it it's getting annoying repeating it now [14:56:05] i'm so sorry i did search for things like global user pages + userprofilev2 in this server and google and found nothing so i asked here. i apologize again [14:56:11] (that wasn't aimed at you specifically btw that was just a generalised comment) [15:08:06] [1/4] btw, i've figured out what to add to noarticletext messages to transclude login user page. in case someone else also need this [15:08:07] [2/4] ``` [15:08:07] [3/4] {{#ifeq:{{#sub:{{raw:loginwiki::User:{{PAGENAME}}}}|0|26}}|[Template fetch failed for||{{loginwiki::User:{{PAGENAME}}}}}} [15:08:07] [4/4] ``` [15:41:41] https://dev.miraheze.org/wiki/Template:LuaInfobox -- Just imported this into my wiki so I can create infobox with group tabs (and hopefully image gallery tabs in some cases). I imported with dependancies so I see it brought over needed modules and gadgets. What about this part " Import .... and add the JS as mentioned" .... that sounds like maybe there is one other part (javascript) that i have to bring in manually? [15:45:57] https://dev.miraheze.org/wiki/Template:LuaInfobox#Prerequisite [16:43:53] TemplateStylesUnlimited is the closest [16:44:09] assuming it works like gadgets except without you needing to add a category or a definition [16:48:14] You could add a note to the extension documentation [16:48:57] the concept of insecure css [17:09:28] Hi people [17:10:11] New account, previously known as BitByte10. Aka the Skibidi Toilet guy [17:15:53] hello [17:17:17] Hope you're doing good! [17:21:26] im doing great, thanks! [17:21:31] hiw about you [17:29:38] welcome back bro [17:31:21] Decent [17:31:24] Yooo [18:47:27] Oh BitByte10. What happens to the skibidi fandom? [19:08:35] [1/2] I'm having a bit of problems with the popups extension [19:08:35] [2/2] it works, but i want to only have the bio show up, not the rest [19:08:50] The fandom is in utter decline I'd say (I assume you're referring to the fanbase not the Fandom Wiki) [19:18:01] never mind figured it out [19:25:10] I'm refering to the wiki [19:34:20] Unfortunately still thriving [19:34:41] Due to a select few users just not migrating due to reasons unknown [19:35:55] Ok select few is wrong, majority didn't migrate [19:36:07] Or like edits on both wikis for some reason which makes no sense [20:11:59] GUGU GAGA [20:28:55] ok then [20:47:31] ibw is on wikioasis now [20:57:26] [1/2] mostly joking: i'm bothered that nobody told me we could have MediaWiki nonsense in Notepad++ (with a Dark Mode!) [20:57:26] [2/2] https://cdn.discordapp.com/attachments/407537962553966603/1537565768454246451/NotePad.JPG?ex=6a7f8135&is=6a7e2fb5&hm=4bf474d6e170627106934ea925744f42e6c78a441dcea09a5f8975ba4d6b7ba2& [21:08:25] oh god please just use vscode [21:08:47] that looks like a nightmare [21:18:06] i'd also suggest monospace fon [21:20:10] iirc monospaced comic sans fork exists [21:25:32] i got logged out mid editing [21:25:35] while making a new page [21:25:36] 😭 [21:25:52] luckily i copy pasted like almost all of it in time before the site kicked me out [21:26:43] but i wasn't in source editing [21:26:48] so i'm gonna have to redo a LOT [21:26:51] fuckkkkkk amn [21:38:18] my worst fear [21:41:41] i know you can mke text appear in the middle of a page as opposed to the left side, but can the same thing be done with something like tables? [22:05:26] edit recovery in preferences (idk if that works for visual editor though) [22:06:43] `text-align: center`? or if it's a block element something like `
(insert table here)/div` [22:07:07] or these days `display:flex; justify-content: center;` [22:12:47] [1/2] kinda? [22:12:47] [2/2] https://cdn.discordapp.com/attachments/407537962553966603/1537584729891803226/image.png?ex=6a7f92de&is=6a7e415e&hm=bb5f5d34351b956cc88aaacd783a4abdcc597802da3306b856eb15adf5a44eca& [22:13:12] oh thats such a bad image im sorry 😭 [22:13:51] oh yea this one did the trick! [22:15:31] 🩵 [22:38:20] question, i updated the main page of my wiki. does that count as activity? [22:39:35] yes, the automatic activity check is only done once a day though [22:39:53] before closure, before you ask [22:40:10] you can also remove the inactive mark yourself in managewiki/core [22:41:16] okie, i mainly wanted to confirm cus i been busy with irl stuff and such so it hasnt been updated that much but i occasionally update it so it dont get deleted after 6 months, i do plan on starting work again though [22:42:04] hope thats fine ig [22:42:37] yeah it is [22:42:57] do consider a [DPE] if you ever get too busy [22:43:01] aight good, thankies [22:43:05] [[DPE]] [22:43:07] [22:43:11] whoops forgot to double [22:47:23] don't remind me [22:48:17] [1/2] deja vu [22:48:17] [2/2] https://cdn.discordapp.com/attachments/407537962553966603/1537593664488869888/image.png?ex=6a7f9b30&is=6a7e49b0&hm=7331b7b32f31aabacace4644d52372c2f7bd0a1c832a37ef656e40498dd1fdbc& [22:49:24] I feel like now it's a solid 20 times an day that I get spammed by sentry about pages timing out [23:01:29] in that case what harm would the 21st reminder be [23:04:22] [1/2] anybody know why an 'AutoSave to the Wayback Machine' script wouldn't work? i'd like to make my life easier, but it's not saving the pages [23:04:22] [2/2] i assume VPN's and Waterfox privacy/security settings aren't an issue here [23:07:32] jinxed tf out myself ts just happened [23:07:51] a whole infobox too that was pretty much done [23:14:12] i noticed that userpages dont allow external links for some reason. i ran a poll and people seem to be ok with it? the problem is i actually have no idea how to enable it [23:54:13] I think that's just prevented by captchas? If you give all users the `skipcaptcha` right does that resolve it