Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion _resources/extensions/SemanticScribunto
8 changes: 7 additions & 1 deletion _settings/LocalSettings.php
Original file line number Diff line number Diff line change
Expand Up @@ -320,7 +320,7 @@
// WLDR-194
wfLoadExtension( 'ContributionScores' );
$wgContribScoreIgnoreBots = true;
$wgContribScoreIgnoreBlockedUsers = true;
$wgContribScoreIgnoreBlockedUsers = false;
$wgContribScoreIgnoreUsernames = [
'Wikiteq',
'WikiWorks',
Expand Down Expand Up @@ -414,3 +414,9 @@

// MBSD-355
wfLoadExtension( 'SemanticReports' );

// WLDR-406
wfLoadExtension( 'Widgets' );

// MBSD-369
wfLoadExtension( 'ExternalData' );
2 changes: 1 addition & 1 deletion compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ services:
- /matomo/data:/var/lib/mysql

web:
image: ghcr.io/wikiteq/taqasta:1.39.13-20251029-3c6664f # BEFORE upgrading to 1.4x, make sure the PR https://github.com/WikiTeq/Taqasta/pull/264 was merged or MW version >= 1.43.1
image: ghcr.io/wikiteq/taqasta:1.43.5-20251202-01333b3
restart: unless-stopped
extra_hosts:
- "gateway.docker.internal:host-gateway"
Expand Down