Skip to content

Commit

Permalink
add RobloxAPI to MWE per T12951 (#5762)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions <[email protected]>
  • Loading branch information
Reception123 and github-actions authored Dec 8, 2024
1 parent d6113a9 commit 02f75b0
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 3 deletions.
6 changes: 3 additions & 3 deletions LocalWiki.php
Original file line number Diff line number Diff line change
Expand Up @@ -193,10 +193,10 @@ function onBeforePageDisplay( OutputPage $outputPage ) {

break;
case 'gui7814sgtafanonwiki':
$wgDplSettings['maxCategoryCount'] = 1000;
$wgDplSettings['maxResultCount'] = 1000;
$wgDplSettings['maxCategoryCount'] = 1000;
$wgDplSettings['maxResultCount'] = 1000;

break;
break;
case 'hommwiki':
// T12565: This is a workaround for an upstream bug, please remove when the bug fix is merged
$wgEnabledAudioTranscodeSet = [];
Expand Down
7 changes: 7 additions & 0 deletions ManageWikiExtensions.php
Original file line number Diff line number Diff line change
Expand Up @@ -874,6 +874,13 @@
'requires' => [],
'section' => 'parserhooks',
],
'robloxapi' => [
'name' => 'RobloxAPI',
'linkPage' => 'https://www.mediawiki.org/wiki/Extension:RobloxAPI',
'conflicts' => false,
'requires' => [],
'section' => 'parserhooks',
],
'rss' => [
'name' => 'RSS feed',
'linkPage' => 'https://www.mediawiki.org/wiki/Special:MyLanguage/Extension:RSS',
Expand Down

0 comments on commit 02f75b0

Please sign in to comment.