[00:01:24] I am running mediawiki v1.31. I'm planning upgrading to v1.34 soon. As I understand it parsoid is moving from js to php. Where can I read up on upgrading to mw1.34 with respect to parsoid? [00:18:49] I don't believe that affects MW yet. So for 1.34 you probably still want parsoid 0.11 (there's a matrix on the VisualEditor page). Unless you can hold off your upgrade until summer [00:19:03] (parsoid/JS 0.11, I should clarify) [00:20:04] shauno: ah thank you [00:20:33] that table is what I was after. perfect! thanks shauno [00:20:34] I'm in the same boat and clinging on for parsoid/php. I think the delay will hurt less than trying to do that again [00:22:18] hmmm... no Xs in the 1.32 and 1.33 rows [12:35:26] I'm having an issue with the gallery function on mediawiki. On some pages it stretches the images out nicely across the screen, while in others it packs them together tightly in the center. Is there a way around this? Examples: https://www.fithydro.wiki/index.php/Guma_and_Vadocondes_test_cases#Gallery [12:35:26] https://www.fithydro.wiki/index.php/Trois_Ville_test_case#Gallery [14:01:43] Does the Universal Language Extension Pack interfere with the Vector skin ? [14:02:21] Shouldn't do.. But anything is possible [14:02:40] I installed it on the mediawiki-docker-dev (old one) environment and now the Vector skin doesn't work... [14:03:30] Define doesn't work? [14:04:08] Nothing is loaded, like no styles and all that [14:04:38] Also there is this weird error in the console [14:04:41] The resource from “http://default.web.mw.localhost:8080/mediawiki/load.php?lang…Print%2Cshared%7Cskins.vector.styles&only=styles&skin=vector” was blocked due to MIME type (“text/html”) mismatch (X-Content-Type-Options: nosniff). [14:04:55] https://www.mediawiki.org/wiki/Manual:Errors_and_symptoms#You_see_a_Blank_Page [14:10:21] Okay, Vector decided to load.. but there is this weird error [14:10:23] Warning: Use of undefined constant NS_TRANSLATIONS - assumed 'NS_TRANSLATIONS' (this will throw an Error in a future version of PHP) in /var/www/mediawiki/extensions/Translate/TranslateHooks.php on line 147 [14:11:03] I'm gonna guess it was timing out before all the PHP executed in the attempts before this ? [14:15:00] Hard to tell [15:03:01] Are we allowed to use data-* values to store and pass values between PHP and JS ? (in relation to T128137) [15:03:01] T128137: Stop using onclick attributes and globally scoped functions - https://phabricator.wikimedia.org/T128137