Bump Mediawiki to 1.36
This commit is contained in:
parent
a85b4a1a5e
commit
b57b88bb28
@ -1,4 +1,4 @@
|
|||||||
FROM mediawiki:1.35
|
FROM mediawiki:1.36
|
||||||
|
|
||||||
RUN apt-get update \
|
RUN apt-get update \
|
||||||
&& apt-get install -y libldap2-dev libpng-dev git zip \
|
&& apt-get install -y libldap2-dev libpng-dev git zip \
|
||||||
@ -19,17 +19,17 @@ RUN git clone --depth 1 -b REL${MEDIAWIKI_MAJOR_VERSION/./_} \
|
|||||||
|
|
||||||
# https://www.mediawiki.org/wiki/Extension:LDAPProvider
|
# https://www.mediawiki.org/wiki/Extension:LDAPProvider
|
||||||
RUN git clone --depth 1 -b REL${MEDIAWIKI_MAJOR_VERSION/./_} \
|
RUN git clone --depth 1 -b REL${MEDIAWIKI_MAJOR_VERSION/./_} \
|
||||||
https://gerrit.wikimedia.org/r/mediawiki/extensions/LDAPProvider \
|
https://github.com/wikimedia/mediawiki-extensions-LDAPProvider \
|
||||||
/var/www/html/extensions/LDAPProvider
|
/var/www/html/extensions/LDAPProvider
|
||||||
|
|
||||||
# https://www.mediawiki.org/wiki/Extension:LDAPUserInfo
|
# https://www.mediawiki.org/wiki/Extension:LDAPUserInfo
|
||||||
RUN git clone --depth 1 -b REL${MEDIAWIKI_MAJOR_VERSION/./_} \
|
RUN git clone --depth 1 -b REL${MEDIAWIKI_MAJOR_VERSION/./_} \
|
||||||
https://gerrit.wikimedia.org/r/mediawiki/extensions/LDAPUserInfo \
|
https://github.com/wikimedia/mediawiki-extensions-LDAPUserInfo \
|
||||||
/var/www/html/extensions/LDAPUserInfo
|
/var/www/html/extensions/LDAPUserInfo
|
||||||
|
|
||||||
# https://www.mediawiki.org/wiki/Extension:LDAPAuthentication2
|
# https://www.mediawiki.org/wiki/Extension:LDAPAuthentication2
|
||||||
RUN git clone --depth 1 -b REL${MEDIAWIKI_MAJOR_VERSION/./_} \
|
RUN git clone --depth 1 -b REL${MEDIAWIKI_MAJOR_VERSION/./_} \
|
||||||
https://gerrit.wikimedia.org/r/mediawiki/extensions/LDAPAuthentication2 \
|
https://github.com/wikimedia/mediawiki-extensions-LDAPAuthentication2 \
|
||||||
/var/www/html/extensions/LDAPAuthentication2
|
/var/www/html/extensions/LDAPAuthentication2
|
||||||
|
|
||||||
# https://www.mediawiki.org/wiki/Extension:MobileFrontend
|
# https://www.mediawiki.org/wiki/Extension:MobileFrontend
|
||||||
|
@ -15,6 +15,8 @@ if ( !defined( 'MEDIAWIKI' ) ) {
|
|||||||
exit;
|
exit;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
error_reporting( 0 );
|
||||||
|
|
||||||
# store passwords/sensitive data here
|
# store passwords/sensitive data here
|
||||||
$secrets = require('secrets.php');
|
$secrets = require('secrets.php');
|
||||||
|
|
||||||
@ -95,7 +97,7 @@ $wgPingback = false;
|
|||||||
## If you use ImageMagick (or any other shell command) on a
|
## If you use ImageMagick (or any other shell command) on a
|
||||||
## Linux server, this will need to be set to the name of an
|
## Linux server, this will need to be set to the name of an
|
||||||
## available UTF-8 locale
|
## available UTF-8 locale
|
||||||
$wgShellLocale = "en_US.utf8";
|
$wgShellLocale = "C.UTF-8";
|
||||||
|
|
||||||
## Set $wgCacheDirectory to a writable directory on the web server
|
## Set $wgCacheDirectory to a writable directory on the web server
|
||||||
## to make your wiki go slightly faster. The directory should not
|
## to make your wiki go slightly faster. The directory should not
|
||||||
|
Loading…
Reference in New Issue
Block a user