[01:07:51] Are the url parameters for load.php documented anywhere? [01:09:40] probably [01:10:37] lol [01:11:28] actually, it may be affected by bug #1 :P [01:11:48] It's probably in the code.. [01:12:09] it should be quite straightforward [01:12:19] I think it has, waht 2-3 parameters? [01:12:52] 50 lines, half of them comments [01:14:06] styles, scripts, modules.. [01:14:47] Or not even that? [01:14:48] GET /load.php?modules=foo|bar|quux&lang=en&skin=vector&version=… [01:21:19] Maybe a better question would, If I want to split up styles onto seperate MediaWiki pages, can I get all of them bundled together as a single file through ResourceLoader, or do I have to @import each individual page with index.php? [01:30:21] so you want a second common.css ? [01:30:52] have a look at Gadgets extension [01:31:18] css-only gadgets enabled by default will probably solve your usecase [02:04:53] ohhh, that does sound like a good idea. the things I want seperated are just visual improvements, like making Special:RecentChanges a little cleaner. Thanks for the suggestion! [03:59:26] Platonides: Just wanted to follow up. Default-enabled gadgets are working wonderfully, thanks for the suggestion! [10:41:35] [[Tech]]; 185.102.29.122; [none]; https://meta.wikimedia.org/w/index.php?diff=20007987&oldid=20002224&rcid=15330986 [10:41:53] [[Tech]]; Tegel; Reverted changes by [[Special:Contributions/185.102.29.122|185.102.29.122]] ([[User talk:185.102.29.122|talk]]) to last version by Hiàn; https://meta.wikimedia.org/w/index.php?diff=20007988&oldid=20007987&rcid=15330987 [18:34:18] wychmire :) [20:59:05] Are you picking this up? [21:00:23] yes [21:02:56] Ah, thanks for responding. It's been a couple of decades since I last used IRC, and the Vagrant page didn't mention that the IRC channel requires nickname registration first. [21:03:45] certain channels do; this one does [21:03:51] to minimize abuse [21:03:57] While I'm here, does anyone know why the vendor directory within the mediawiki project is in the .gitignore file? [21:04:20] Yes [21:04:27] Because it doesn't get committed [21:04:35] We don't want a vendor folder in MW core in the git repo [21:04:56] I'm eyeing up task T203425, and starting off by replacing dirname(__FILE__) with __DIR__ and this old pattern is found a bunch of times within the vendor directory tree. [21:04:57] T203425: Clean up back-compatible code from the PHP 5.3 era - https://phabricator.wikimedia.org/T203425 [21:05:21] Ignore it :) [21:05:32] Okay, so anything in the vendor folder (and any other found within .gitignore) should just be disregarded? Okay, thank you. [21:05:37] You can, yeah [21:05:45] If you care enough, you can submit patches to other repos [21:05:58] Some of the libraries in there are Wikimedia/MediaWiki maintained, others aren't [21:06:02] Other repos? [21:06:06] Yes [21:06:15] The structure of this is still new to me. [21:06:22] https://gerrit.wikimedia.org/r/#/admin/projects/?filter=libs [21:06:53] Oh, will the vendor directory tree belong to one of those other projects? [21:07:05] No [21:07:27] The vendor directory is an inclusion of 3rd party code. That code will live in another git repo somewhere [21:08:17] Ah, okay. For now I'll sidestep it. I've selected the current task because it's tagged with good-first-task, so I don't want to wade in too far already. [21:10:02] Thanks for the information. Bye for now. [21:10:08] Sure. Good luck!