Add Semantic ACL extension
This commit is contained in:
parent
deba265400
commit
ef3a0d6e4c
@ -58,3 +58,8 @@ RUN git clone --depth 1 -b $MEDIAWIKI_BRANCH \
|
||||
&& cd /var/www/html/extensions/Widgets && composer update --no-dev \
|
||||
&& chown www-data: compiled_templates/
|
||||
|
||||
# https://www.mediawiki.org/wiki/Extension:Semantic_ACL
|
||||
RUN git clone --depth 1 -b $MEDIAWIKI_BRANCH \
|
||||
https://gerrit.wikimedia.org/r/mediawiki/extensions/SemanticACL \
|
||||
/var/www/html/extensions/SemanticACL
|
||||
|
||||
|
@ -149,6 +149,8 @@ enableSemantics( 'claremontmakerspace.org' );
|
||||
$smwgPDefaultType = '_txt';
|
||||
$smwgEnabledQueryDependencyLinksStore = true;
|
||||
|
||||
wfLoadExtension( 'SemanticACL' );
|
||||
|
||||
wfLoadExtension( 'WikiEditor' );
|
||||
wfLoadExtension( 'CodeEditor' );
|
||||
$wgDefaultUserOptions['usebetatoolbar'] = 1; // user option provided by WikiEditor extension
|
||||
|
Loading…
Reference in New Issue
Block a user