[13:10:52] hello [13:12:05] i used importDump.php to import some revisions, but theyre assigned to users with "imported>" im the name, and not local users [13:12:20] how do i fix this? is there a script to do this? [13:15:44] helo? [13:19:04] i used importDump.php to import pages, but the revisions were assigned to "imported>" users instead of the local users. how do i fix this? [13:19:13] is there a script to do this? [13:20:46] What parameters did you use? [13:21:18] nothing [13:21:18] If you passed `--no-local-users` >Treat all usernames as interwiki. The default is to assign edits to local users where they exist. [13:21:42] it was like `php importDump.php < d1.xml` or somthing like that [13:22:24] I think you should've passed a username-prefix [13:23:00] Though, the description above doesn't seem to match what you saw [13:23:05] how do i fix it now? [13:23:44] Delete the imported pages, I guess [13:24:04] I think you have found at least a documentation bug... [13:24:27] there was a local account named `Anpang` and the revisions have an account `Anpang` but it ended up becominb just `imported>Anpang` [13:24:39] delete? The [13:24:44] res like 2000 pages [13:25:09] like i nuke the pages and import again with correct configs? [13:25:45] If you care enough [13:26:10] is there no like, idk, database trick or script someone made [13:27:33] You could do it with an SQL query, but potential side effects [13:28:08] https://phabricator.wikimedia.org/T346898 [13:29:08] tysm [13:30:00] via Special:Import "Assign edits to local users where the named user exists locally" is disabled by default [13:33:00] err [13:33:13] i verified my email but phabricator says i haven't yet [13:33:25] i just want to subscribe to the task [13:35:40] nvm [15:03:05] i would like all my wiki pages to have suggested pages on the bottom is it possible to add that or is there any extensions to do so [15:14:43] never mind i got it [15:15:16] i need help so i installed the relatedarticles extension and its still not showing related articles https://filmpedia.fah-dc3-ds.com/index.php?title=Dear_Evan_Hansen&mobileaction=toggle_view_desktop [15:31:17] Cocopuff2018: have you read the instructions and requirements of the extension? [15:39:13] I have its still not working [15:40:01] Okay. Have you *followed* the instructions? [15:41:29] Yes and still no results on the related articles [15:48:02] Where have you specified the related articles on the page? or on the template? Can you show that? [16:03:18] Will check when I get home [16:36:27] @vupix on the bottom its suppose to display related articles, im not using any templates [16:39:50] hi all, reading: https://www.mediawiki.org/wiki/Skin:Vector/Customize [16:40:14] it says "up to 1.35", I'm running 1.40, is there an article that explains how to customize vector after 1.35? [16:45:53] Cocopuff2018: what instructions have you followed? The extension page clearly says you have to manually add a parser function on the pages to display the related articles (when not using Cirrus Search, which your wiki doesn't) [16:53:24] Vulpix: they haven't followed any part of any instructions [16:56:55] Oh thats why [16:57:07] *shrugs* [17:18:13] Yes I need circus search for it to work [17:19:53] How do you know? [17:20:43] The instructions [17:21:07] :) [17:21:45] Also you gave a hint when you said when not using cirrus search [17:26:41] That was specified in the instructions, anyway [18:02:45] digimer: New Vector is quite the something, but that page, too, is such a mess. what parts of the skin do you wish to customize and how? [18:06:15] I want to add a few css classes [18:06:17] nothing fancy [18:06:31] before, I used to edit vector.css, easy enough [18:06:36] that doesn't seem to work now [18:29:42] the on-wiki stylesheet page (akin to e.g. https://en.wikipedia.org/wiki/MediaWiki:Vector.css ) doesn't work? that sounds...unusual (granted, some things *do* intentionally disable the loading of the shared-between-all-skins stylesheet page, [[MediaWiki:Common.css]], so such behavior isn't *entirely* unheard of...) [18:37:59] ok, so that helps. I read that I needed to create MediaWiki:Gadget-site.css, but there was no option to edit/create that page. When I changed to MediaWiki:Vector.css, I got the message that it's for custom CSS. Tank you! [18:38:03] I'll experiment with this [18:38:21] maybe some css classes were renamed, or bundled rules are now over-specific, causing your rules to not apply. [18:38:32] wait, no, I still can't edit it [18:39:08] I'm logged in, but the only option is "View Source" [18:39:58] Digimer talk contribs block‏‎ (administrator, bureaucrat) (Created on 9 September 2009 at 04:24) [18:40:04] my user seems to have admin rights [18:40:48] digimer: recent versions of MediaWiki added a new group: interface-admin. Sysops can no loner edit pages in the MediaWiki: namespace by default [18:40:59] you need to be a member of the new "interface admin" user group or grant those user rights again to ...yeah, what Vulpix said :) [18:41:09] :) [18:41:19] thanks, looking into it now... not super familiar with mediawiki's internals [18:42:07] bam, now I can edit [18:42:09] a lot of Vector classes and other internals were changed for 1.35 and then again for newer (1.39+) versions...it was quite the pain to get https://www.mediawiki.org/wiki/Extension:Theme 's Vector themes work on both versions [18:42:11] thank you both very kindly [18:42:40] *nods*, it seems like 1.40 is quite a new version, and not just a release date newness :) [18:43:06] As you can see by the user create date, this wiki has been updated a lot over the years [19:28:23] confirmed fixed, my wiki is formatting properly again! Now, on to sorting out letsencrypt [19:28:30] thanks again, ashley and Vulpix