[04:52:36] <2x2master> ermm... miraheze is down [04:53:23] <2x2master> Nvm it's up again [08:15:27] Hi, does requesting an image import mean that only files/images will be imported, or it'll import the xml dump as well? [08:17:03] I believe they are separate, yes [08:24:31] thanks for the answer [10:33:17] how do I know that my app has been accepted? [15:15:24] anyone using AbuseFilter? can you share your tips and settings? [15:25:00] also remind me please how to disable anon editing [15:25:30] I'm having doubts [15:33:24] also how exactly user goes from "autoconfirmed" to normal "user" [15:33:53] unless I'm missing something w/ how "user" group works [15:42:35] damn I'm stupid [18:23:49] "User" is there by default. "Autoconfirmed" is granted upon meeting a set criteria; it does not replace "user". [18:24:11] What are you trying to do? [18:34:42] [1/3] I wiki migrated from FANDOM because of bad cases of vandalism and not being able to prevent it, they want to make sure that when the word about new wiki will go far vandals will have harder time [18:34:42] [2/3] I guess filter hits on blanking and no summaries for the beginning? and what else could be done [18:34:42] [3/3] anon edits already disabled, made autocomfirmed to have proper emails too [18:36:40] No summaries may be too common, I think. [18:37:49] Blanking would be a good starting point. You can tell the filter to automatically block the user doing that. [19:22:06] apparently mw.loader should work for remote scripts with full url? [19:23:04] if on the CSP [19:24:54] wdym [19:25:10] Content Security Policy [19:25:21] is there a specfic failure? [19:26:05] no, no worries, i haven't tried yet but i'm looking to get userscripts globally for personal use [19:26:58] ok, if they hosted on miraheze/wikimedia, you'll be fine [19:27:51] fandom userscripts are made specifically for it's ui anyway [19:28:26] so i can just take wikimedia gadgets without a problem correct? [19:31:01] nowhere else is allowed? [19:31:29] there's a list [19:32:01] https://github.com/miraheze/puppet/blob/master/modules/varnish/data/csp.yaml [19:40:51] Rhinos - could Void to do this review for Bandcamp? or we are in limbo w/ no ETA? [19:47:10] [1/2] is there any way to {{sort| pages en masse automatically? as in [19:47:10] [2/2] 'A Good Day' is sorted as 'Good Day, A' [19:48:07] He could [19:48:10] @orduin [20:05:17] thanks! [20:16:15] how often do I need to show activity to make sure my wiki won't be deleted? [20:18:25] [[Dormancy Policy]] [20:18:25] https://meta.miraheze.org/wiki/Dormancy_Policy [20:18:26] [20:19:36] thx [20:23:56] uhhhh [20:24:17] betaheze request beta account throws a contact form error [20:24:54] <_ar1a024> Is there a drafts extension yet? [20:26:08] [1/2] if you mean this [[Extension:Drafts]] [20:26:08] https://meta.miraheze.org/wiki/Extension:Drafts [20:26:08] [2/2] it's unmaintained, which that no sane wiki farm whould use it [20:26:08] [20:28:55] <_ar1a024> Is there a substitute I can use or nag [20:31:48] make a personal sandbox subpage? thee old way [20:33:43] https://en.wikipedia.org/wiki/Template:Switcher Does this work on its own, or do you need to add in code stuff? [20:34:04] I have the template on my wiki but it only shows all 3 images, instead of like this [21:12:24] Anyone know? [21:14:58] I think a mini tabber w/ tooltip over tabs would be easier [21:16:17] I'm more asking if the aforementioned template requires extra code or extensions to use properly? [21:16:29] Cause I can't find anything on it in the documentation or talk page on it [21:17:00] neither I am [21:17:25] it's unusual to see such "ancient" template on Wikipedia too [21:17:31] w/ loads of if's [21:18:09] sorry man 🤷 [21:20:53] would it look visually the same? [21:21:35] no [21:22:00] unless you somehow dismantle tabber's default styling, I guess [21:27:13] It relies on javascript found at [21:28:13] So is it incompatible with Miraheze? [21:29:34] you can enable gadget extension and then copy it from wp [21:30:07] although [21:30:40] I thought gadget are like personal scripts, not for wiki itself [21:31:33] Not exactly, you could import the script and then add the following to MediaWiki:Gadgets-definition: `* switcher[ResourceLoader|default]|switcher.js` [21:32:51] [1/2] btw, Void [21:32:52] [2/2] https://phabricator.miraheze.org/T11129 [21:33:15] if you are able, of course [21:46:20] Gadgets still have to be created on the individual wiki, and depending on the settings set for them, they can be on or off by default, and also be able to be toggle on or off by each user, if desired. So highly costumizable in that regard, when created [21:47:14] okay, I meant that gadgets I've encoutered so far had to be enabled in user preferences [22:39:03] how do you use gadgets as personal scripts? [23:01:39] they're basically user scripts available for the wiki to use in a easy pluggable way [23:01:46] Just paste them into your common.js [23:02:32] the entire script? since wikimedia is whitelisted for scripts how do i call scripts instead of bloating my common.js? [23:03:50] You can use something like `mw.loader.load()` (make sure the URL has `action=raw` at the end) [23:18:08] what else there is for loading scripts reliably? [23:19:00] and if i want to load a css? [23:25:25] im going to be using it in global.js [23:25:43] `global.js` also works [23:29:01] do i have to create it in login instead? [23:29:43] No; Meta is strongly encouraged [23:30:19] what's the difference? [23:30:32] since login is the assigned wiki for userpages [23:31:14] this mirrors wikimedia, isnt the centralauth and global user wiki on meta? [23:39:19] why? [23:39:50] Login is only intended for central logins and global user pages, nothing more [23:40:46] I'm pretty sure global.js is only pulled from one location (metawiki) also [23:40:49] loginwiki is actually the global user wiki; I heard somewhere that GlobalUserPage (the extension that allows for global user pages) was installed on Meta a while ago, but it was moved to loginwiki due to creating too many jobs and slowing things down [23:44:18] i loaded them, how do i make use of the userscripts now? [23:47:58] i needed to add `&ctype=text/javascript` to make it work [23:49:01] its not working on other wikis [23:49:23] As Void stated above, global.js is only pulled from Meta [23:50:47] its on meta and its not working [23:51:02] do i need to clear cache? [23:52:51] nevermind, it works, just not on special pages and edit pages for some reason