Skip to content

Commit 848e96b

Browse files
committed
fix: disable Extension:SemanticBreadcrumbLinks
installation problem with composer
1 parent 8426031 commit 848e96b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

mediawiki/config/DockerSettings.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -503,7 +503,7 @@
503503

504504
######################## UI #############################
505505
$wgNamespacesWithSubpages[NS_MAIN] = true;
506-
wfLoadExtension( 'SemanticBreadcrumbLinks' );
506+
#wfLoadExtension( 'SemanticBreadcrumbLinks' ); //installation problem with composer
507507
$wgNamespacesWithSubpages[NS_TEMPLATE] = true; //NS Template
508508
$smwgNamespacesWithSemanticLinks[NS_TEMPLATE] = true; //Needed for Subpage Navbar
509509
wfLoadExtension( 'JSBreadCrumbs' );

mediawiki/config/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,7 @@ RUN set -x; \
201201
&& COMPOSER=composer.local.json composer require --no-update mediawiki/semantic-extra-special-properties:3.0.1 \
202202
&& COMPOSER=composer.local.json composer require --no-update mediawiki/semantic-compound-queries:~2.2 \
203203
# && COMPOSER=composer.local.json composer require --no-update mediawiki/semantic-interlanguage-links:2.1 \ #not compatible with SMW > 4.0
204-
&& COMPOSER=composer.local.json composer require --no-update mediawiki/semantic-breadcrumb-links:2.1.x-dev \
204+
# && COMPOSER=composer.local.json composer require --no-update mediawiki/semantic-breadcrumb-links:2.1.x-dev \ #installation problem with composer
205205
&& COMPOSER=composer.local.json composer require --no-update mediawiki/maps:10.0.0 \
206206
&& COMPOSER=composer.local.json composer require --no-update mediawiki/semantic-forms-select:4.0.x-dev \
207207
&& COMPOSER=composer.local.json composer require --no-update mediawiki/semantic-scribunto:~2.2 \

0 commit comments

Comments
 (0)