Add ApprovedRevs extension
This commit is contained in:
parent
1a7d88d545
commit
ca4f5ef567
@ -79,6 +79,11 @@ RUN git clone --depth 1 -b REL${MEDIAWIKI_MAJOR_VERSION/./_} \
|
|||||||
https://gerrit.wikimedia.org/r/mediawiki/extensions/Variables \
|
https://gerrit.wikimedia.org/r/mediawiki/extensions/Variables \
|
||||||
/var/www/html/extensions/Variables
|
/var/www/html/extensions/Variables
|
||||||
|
|
||||||
|
# https://www.mediawiki.org/wiki/Extension:Approved_Revs
|
||||||
|
RUN git clone --depth 1 -b REL${MEDIAWIKI_MAJOR_VERSION/./_} \
|
||||||
|
https://gerrit.wikimedia.org/r/mediawiki/extensions/ApprovedRevs \
|
||||||
|
/var/www/html/extensions/ApprovedRevs
|
||||||
|
|
||||||
# reset back to default shell
|
# reset back to default shell
|
||||||
SHELL ["/bin/sh", "-c"]
|
SHELL ["/bin/sh", "-c"]
|
||||||
|
|
||||||
|
@ -223,6 +223,7 @@ wfLoadExtension( 'Variables' );
|
|||||||
wfLoadExtension( 'CSS' );
|
wfLoadExtension( 'CSS' );
|
||||||
|
|
||||||
wfLoadExtension( 'Widgets' );
|
wfLoadExtension( 'Widgets' );
|
||||||
|
wfLoadExtension( 'ApprovedRevs' );
|
||||||
|
|
||||||
require_once "$IP/extensions/QRLite/QRLite.php";
|
require_once "$IP/extensions/QRLite/QRLite.php";
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user