Skip to content

Commit 88ce9ca

Browse files
committed
feat(config): add multiple new extensions
1 parent 8d8bc11 commit 88ce9ca

1 file changed

Lines changed: 20 additions & 0 deletions

File tree

config/MWCExtensions.php

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,10 @@ public function Bucket( string $dbUsername = 'bucket', string $dbPassword = 'buc
8888
->conf( 'wgBucketDBpassword', $dbPassword );
8989
}
9090

91+
public function CategoryTests(): self {
92+
return $this->ext( 'CategoryTests' );
93+
}
94+
9195
public function CategoryTree(): self {
9296
return $this->ext( 'CategoryTree' );
9397
}
@@ -436,6 +440,10 @@ public function MassEditRegex(): self {
436440
->grantPermission( 'sysop', 'masseditregex' );
437441
}
438442

443+
public function MediaUploader(): self {
444+
return $this->ext( 'MediaUploader' );
445+
}
446+
439447
public function Mermaid(): self {
440448
return $this->ext( 'Mermaid' );
441449
}
@@ -468,6 +476,10 @@ public function MultiBoilerplate(
468476
} );
469477
}
470478

479+
public function MultimediaViewer() {
480+
return $this->ext( 'MultimediaViewer' );
481+
}
482+
471483
public function MWDevHelper(): self {
472484
return $this->ext( 'MWDevHelper' );
473485
}
@@ -592,6 +604,10 @@ public function RatePage(): self {
592604
return $this->ext( 'RatePage' );
593605
}
594606

607+
public function RefreshSpecial(): self {
608+
return $this->ext( 'RefreshSpecial' );
609+
}
610+
595611
public function RelatedArticles(
596612
RelatedArticlesSource $source, bool $optionalDependencies = false
597613
): self {
@@ -620,6 +636,10 @@ public function ReplaceText(): self {
620636
return $this->ext( 'ReplaceText' );
621637
}
622638

639+
public function ReportIncident(): self {
640+
return $this->ext( 'ReportIncident' );
641+
}
642+
623643
public function RightFunctions(): self {
624644
return $this->ext( 'RightFunctions' );
625645
}

0 commit comments

Comments
 (0)