Skip to content

Commit

Permalink
Merge branch 'main' into add-visualeditor-ext
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrewKostka authored Nov 14, 2024
2 parents c8fbad5 + 28a061b commit df0103b
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 0 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@

Tags have the format: `<MediaWiki core version>-<PHP Version>-<date>-<build number>`

## 1.39-7.4-20241112-0
- Fix lexeme data transclusion returns 'nil' (#456)

## 1.39-7.4-20241107-0
- Remove Graph extension (#453)

Expand Down
1 change: 1 addition & 0 deletions dist-persist/wbstack/src/Settings/LocalSettings.php
Original file line number Diff line number Diff line change
Expand Up @@ -602,6 +602,7 @@ function onSkinTemplateNavigationUniversal( SkinTemplate $skin, array &$links )
$wgLexemeEnableDataTransclusion = true;

$wgWBRepoSettings['entitySources']['local']['entityNamespaces']['lexeme'] = '146/main';
$wgWBClientSettings['entitySources']['local']['entityNamespaces']['lexeme'] = '146/main';
}
# Federated Properties, By default not enabled, not enabled in maint mode
if( $wikiInfo->getSetting('wikibaseFedPropsEnable') ) {
Expand Down
1 change: 1 addition & 0 deletions dist/wbstack/src/Settings/LocalSettings.php
Original file line number Diff line number Diff line change
Expand Up @@ -602,6 +602,7 @@ function onSkinTemplateNavigationUniversal( SkinTemplate $skin, array &$links )
$wgLexemeEnableDataTransclusion = true;

$wgWBRepoSettings['entitySources']['local']['entityNamespaces']['lexeme'] = '146/main';
$wgWBClientSettings['entitySources']['local']['entityNamespaces']['lexeme'] = '146/main';
}
# Federated Properties, By default not enabled, not enabled in maint mode
if( $wikiInfo->getSetting('wikibaseFedPropsEnable') ) {
Expand Down

0 comments on commit df0103b

Please sign in to comment.