[00:21:50] Reedy: is https://gerrit.wikimedia.org/r/#/c/254401/ a version bump for the sake of bumping or is that monolog formatter change needed somewhere? [00:24:33] Mostly for the sake of bumping [00:25:02] K. it needs a core composer.json patch to match up with it [00:25:24] It's got one [00:25:32] link? [00:25:37] https://gerrit.wikimedia.org/r/#/c/254785/ [00:25:51] I guess I never added it to the comments [00:26:09] cool. rebase it again and I'll merge [00:26:24] Guess it'd be nice if the gerrit UI showed Depends-On dependancies [00:26:44] ah yeah [00:27:50] Probably not worth the development effort on our part though :) [00:29:47] we will have a whole new sea of issues to work through with arc and differential [00:30:14] like when I landed the patch that you made to composer-merge-plugin and it ended up looking like I wrote it :/ [00:30:24] patch stealer! [00:30:36] * bd808 pads his stats [00:34:02] What's the nice way of actually rebasing for these composer conflicts? [00:34:42] Last time I just ended up reappling my manual change, composer update, and recommit that [00:35:40] cause there's the hash and contenthash in the lock file [00:35:59] and then some seemingly re-arrangements etc in composer/installed.json [00:39:13] it does like moving stuff around in installed.json [00:41:46] Looks like my composer was a little out of date [01:00:11] Reedy: rebasing doesn't really work since the files are generated, you just have to recreate them [01:09:02] Reedy: I've done "rebases" by pulling down the gerrit change, rebasing it, discarding the composer.lock and installed.json files from the original patch, and then running composer update again [13:16:40] ostriches: The barrier to entry for oss-performance is just insane [13:19:38] https://github.com/hhvm/oss-performance/blob/master/FB_EMPLOYEE_README.md [13:22:48] https://github.com/hhvm/oss-performance/commit/358025b850e6dac264f757ddb8170df6fa97c9fc [13:22:57] At least they spell our name correctly now [13:31:47] hey i just upgraded to MW1_26 and something's gone wrong with vector. I've cloned a clean version of the skin into the skins directory but am getting a 500 error when attempting to edit the css file, also the layout is all borked: https://psychonautwiki.org/wiki/Main_Page .. anyone know what's up? [13:46:00] Krinkle: Mediawiki is wrongly capitalised above [13:46:04] Yeah [13:46:14] https://github.com/facebook/hhvm/issues/6606 [13:46:17] ^ bug 1 [13:46:47] PJosepherum: What do you man by 'edit the css file' [13:47:03] Layout looks alright from first glance [13:47:13] yeah i just fixed the layout thanks. though the error 500 persists on MediaWiki:Vector.css. perhaps this is because of the changes to geshi? [13:47:46] PJosepherum: Did you checking 1_26 of vector? [13:47:52] Or did you clone latest master from git [13:48:03] cloned REL1_26 branch [13:48:07] OK [13:48:19] the layout is repaired, just having the issue with accessing css from within mw [13:48:21] And the same for the extensions? [13:48:26] yeah [13:48:42] I get the 500 when viewing https://psychonautwiki.org/wiki/MediaWiki:Common.js/secure_new.js [13:48:55] PJosepherum: Check your erorr logs, what is the exception? [13:49:24] https://www.mediawiki.org/wiki/Debug [13:49:29] PHP Fatal error: Class 'KzykHys\\Pygments\\Pygments' not found in /var/www/mediawiki/w/extensions/SyntaxHighlight_GeSHi/SyntaxHighlight_GeSHi.class.php on line 280! :) [13:49:41] so i need to read geshi's update instructions i think [13:50:21] PJosepherum: Are you using mediawiki/vendor or did you run 'composer install'? [13:50:35] If the latter, make sure to run 'composer install' in the extensions/SyntaxHighlight directory as well [13:52:12] thanks! this is not mentioned on the extension's installation instructions [13:52:20] https://www.mediawiki.org/wiki/Extension:SyntaxHighlight_GeSHi [13:52:26] got it working now :) [13:54:40] PJosepherum: The extension distributor bundles a composer install already [13:55:00] If using git, the readme does mention it; https://github.com/wikimedia/mediawiki-extensions-SyntaxHighlight_Geshi#readme [13:55:55] PJosepherum: btw, there is a request made for common/secure_new on every page of that wiki, made by https://psychonautwiki.org/wiki/MediaWiki:Common.js - you may wanna reduce that to not do that since that doens't actually exist on your wiki. [13:55:58] i see, would have missed that via cloning from gerrit [13:55:59] Slows down the page a bit [13:56:38] Probably most things in Common.js from enwiki are not applicable to your wiki [13:57:51] thanks for the tip. i think only the collapsible tables are needed