Skip to content

Commit

Permalink
T13058: Add $wgExportAllowListContributors to ManageWiki (#5778)
Browse files Browse the repository at this point in the history
Fixes T13058

---------

Co-authored-by: Reception123 <[email protected]>
  • Loading branch information
BlankEclair and Reception123 authored Jan 14, 2025
1 parent 0f377fd commit 28c1c5d
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
4 changes: 4 additions & 0 deletions LocalSettings.php
Original file line number Diff line number Diff line change
Expand Up @@ -2653,6 +2653,10 @@
'default' => 1000
],

'wgExportAllowListContributors' => [
'default' => false,
],

'wgIgnoreImageErrors' => [
'default' => true
],
Expand Down
9 changes: 9 additions & 0 deletions ManageWikiSettings.php
Original file line number Diff line number Diff line change
Expand Up @@ -361,6 +361,15 @@
'help' => 'This option controls whether or not feeds will be linked to in the sidebar',
'requires' => [],
],
'wgExportAllowListContributors' => [
'name' => 'Allow exporting contributor list on Special:Export',
'from' => 'mediawiki',
'type' => 'check',
'overridedefault' => false,
'section' => 'other',
'help' => 'Whether or not to allow exporting a list of contributors to exported pages on Special:Export',
'requires' => [],
],
'wmgMirahezeFeaturedFeedsInUserLanguage' => [
'name' => 'Should feeds honor the user\'s preferred language?',
'from' => 'featuredfeeds',
Expand Down

0 comments on commit 28c1c5d

Please sign in to comment.