Skip to content

Commit

Permalink
Merge branch 'master' into master
Browse files Browse the repository at this point in the history
  • Loading branch information
songnguxyz authored Aug 18, 2024
2 parents 1e9ed9f + b194aea commit 72d780f
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 19 deletions.
6 changes: 5 additions & 1 deletion LocalSettings.php
Original file line number Diff line number Diff line change
Expand Up @@ -1795,7 +1795,11 @@
'default' => 'rsvg',
],
'wgSVGConverterPath' => [
'default' => '/usr/local/bin'
'default' => '/usr/local/bin',
],
'wgSVGNativeRendering' => [
'default' => false,
'cloudstreamwiki' => true,
],
'wgUploadMissingFileUrl' => [
'default' => false,
Expand Down
17 changes: 0 additions & 17 deletions LocalWiki.php
Original file line number Diff line number Diff line change
Expand Up @@ -536,23 +536,6 @@ function onBeforePageDisplay( OutputPage $out ) {
$out->addMeta( 'viewport', 'width=device-width, initial-scale=1' );
}

break;
case 'spacewiki':
$wgExtraNamespaces += [
NS_TALK => 'talk',
NS_USER => 'user',
NS_USER_TALK => 'user-talk',
NS_FILE => 'file',
NS_FILE_TALK => 'file-talk',
NS_MEDIAWIKI => 'mediawiki',
NS_MEDIAWIKI_TALK => 'mediawiki-talk',
NS_TEMPLATE => 'template',
NS_TEMPLATE_TALK => 'template-talk',
NS_HELP => 'guide',
NS_HELP_TALK => 'guide-talk',
NS_CATEGORY => 'category',
NS_CATEGORY_TALK => 'category-talk'
];
break;
case 'srewiki':
wfLoadExtension( 'LdapAuthentication' );
Expand Down
2 changes: 1 addition & 1 deletion ManageWikiExtensions.php
Original file line number Diff line number Diff line change
Expand Up @@ -1496,7 +1496,7 @@
'requires' => [],
'install' => [
'sql' => [
'linter' => "$IP/extensions/Linter/sql/tables-generated.sql"
'linter' => "$IP/extensions/Linter/sql/mysql/tables-generated.sql"
],
],
'section' => 'specialpages',
Expand Down

0 comments on commit 72d780f

Please sign in to comment.