[00:11:59] Anyone know how I can use `$template->set('', '');` without using deprecated `SkinTemplateOutputPageBeforeExec` hook? [00:52:55] cloudcell: you can use a CSS rule, or install an extension https://www.mediawiki.org/wiki/Manual:FAQ#How_do_I_hide_the_main_page_title? (that's instructions for the main page, but you can change the rule to match a different page) [00:56:27] thank you very much MC8 !!! [03:13:14] In theory, if I don't want a default group added by an extension (say the Widget Editor group from the Widgets extension in this case), I can get rid of it by doing unset($wgGroupPermissions['widgeteditor']); after the wfLoadExtension(), right? So why does this still not get rid of that group in Special:ListGroupRights? [03:13:30] There's also massive inconsistencies between the rights that should be available and the ones that appear there [03:14:11] For example, we use a permissions hierarchy, where every group in the hierarchy should gain all permissions below it via $wgGroupPermissions['higher [03:14:29] Sorry, $wgGroupPermissions['higher'] += $wgGroupPermissions['lower']; [03:14:56] Yet I'm still seeing incredibly inconsistent results that often leave higher ranks without permissions they should have [03:15:49] We do utilize InitialiseSettings.php and have a lot of custom permissions set there; is it possible that it's causing problems with trying to modify $wgGroupPermissions? [14:39:09] Olá, I'm having trouble with redirects on a wikifarm using short/pretty URL. I'm using the configs found here mediawiki.org/wiki/Manual:Short_URL/Nginx [14:41:49] on Login or when submiting an edit firefox shows a page saying "oops, an error occured...". In both cases the action being performed works, but some redirection does not [17:45:56] I'm trying to get VisualEditor Running on a 1.35.2 wiki [17:46:36] currently I encountered that the parasoid API (v3/page/html) doesn't render/know some subpages at all or you can't access with the revision ID [17:46:57] someone know about an open bug report ? [18:53:19] if someone is interested, I documented the bug here: now even with a bug report for @mediawiki [18:53:19] : https://phabricator.wikimedia.org/T270377#7012133 [18:53:19] #mediawiki #bugs [19:06:27] https://www.mediawiki.org/wiki/Extension:VisualEditor#Allowing_VisualEditor_on_page_titles_containing_slashes [21:02:26] Anyone know how I can use `$template->set('', '');` without using deprecated `SkinTemplateOutputPageBeforeExec` hook?