Update to LTS 1.43.5
This commit is contained in:
parent
60a12874b0
commit
d0b2a4c94d
41 changed files with 69 additions and 54 deletions
|
|
@ -77,16 +77,16 @@ $wgCdnServers = array();
|
||||||
$wgCdnServers[] = "127.0.0.1";
|
$wgCdnServers[] = "127.0.0.1";
|
||||||
|
|
||||||
## PART FOR DEBUGGING, ALSO SET $wgUseSquid = false; when enabling this ##
|
## PART FOR DEBUGGING, ALSO SET $wgUseSquid = false; when enabling this ##
|
||||||
#$wgShowExceptionDetails = true;
|
$wgShowExceptionDetails = true;
|
||||||
#$wgShowSQLErrors = true;
|
$wgShowSQLErrors = true;
|
||||||
#$wgDebugComments = true;
|
$wgDebugComments = true;
|
||||||
#$wgLogQueries = true;
|
$wgLogQueries = true;
|
||||||
#$wgDebugDumpSql = true;
|
$wgDebugDumpSql = true;
|
||||||
#$wgDevelopmentWarnings = true;
|
$wgDevelopmentWarnings = true;
|
||||||
#$wgDebugProfiling = true;
|
$wgDebugProfiling = true;
|
||||||
#$wgDebugTimestamps = true;
|
$wgDebugTimestamps = true;
|
||||||
#$wgResourceLoaderDebug = true;
|
$wgResourceLoaderDebug = true;
|
||||||
#$wgDebugToolbar = true;
|
$wgDebugToolbar = true;
|
||||||
|
|
||||||
$wgFileExtensions = array('png','gif','jpg','jpeg','doc','xls','mpp','ppt','tiff','bmp','docx', 'xlsx','pptx','ps','odt','ods','odp','odg','svg','svgz','tar','gz','bzip','bz2','7z','ogg','mp3','wav','md','css','html','dxf','txt','pdf','dia');
|
$wgFileExtensions = array('png','gif','jpg','jpeg','doc','xls','mpp','ppt','tiff','bmp','docx', 'xlsx','pptx','ps','odt','ods','odp','odg','svg','svgz','tar','gz','bzip','bz2','7z','ogg','mp3','wav','md','css','html','dxf','txt','pdf','dia');
|
||||||
|
|
||||||
|
|
@ -96,6 +96,11 @@ $wgSVGNativeRendering = true;
|
||||||
$wgDefaultSkin = "vector";
|
$wgDefaultSkin = "vector";
|
||||||
#$wgSkipSkins = array( "vector-2022" );
|
#$wgSkipSkins = array( "vector-2022" );
|
||||||
wfLoadSkin( 'Vector' );
|
wfLoadSkin( 'Vector' );
|
||||||
|
wfLoadSkin( 'MinervaNeue' );
|
||||||
|
|
||||||
|
// For mobile visitors
|
||||||
|
#wfLoadExtension( 'MobileFrontend' );
|
||||||
|
#$wgDefaultMobileSkin = 'minerva';
|
||||||
|
|
||||||
######################## END OF CUSTOMIZABLE AREA #############################
|
######################## END OF CUSTOMIZABLE AREA #############################
|
||||||
#
|
#
|
||||||
|
|
@ -125,11 +130,10 @@ $wgMainCacheType = 'redis';
|
||||||
$wgSessionCacheType = 'redis'; // same as WMF prod
|
$wgSessionCacheType = 'redis'; // same as WMF prod
|
||||||
|
|
||||||
// Not widely tested:
|
// Not widely tested:
|
||||||
$wgMessageCacheType = 'redis';
|
#$wgMessageCacheType = 'redis';
|
||||||
$wgParserCacheType = 'redis';
|
$wgParserCacheType = 'redis';
|
||||||
$wgLanguageConverterCacheType = 'redis';
|
$wgLanguageConverterCacheType = 'redis';
|
||||||
|
|
||||||
|
|
||||||
/** @see RedisBagOStuff for a full explanation of these options. **/
|
/** @see RedisBagOStuff for a full explanation of these options. **/
|
||||||
$wgObjectCaches['redis'] = array(
|
$wgObjectCaches['redis'] = array(
|
||||||
'class' => 'RedisBagOStuff',
|
'class' => 'RedisBagOStuff',
|
||||||
|
|
|
||||||
|
|
@ -5,10 +5,11 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"require": {
|
"require": {
|
||||||
"mediawiki/semantic-media-wiki": "dev-master#649b261378a419a1951e84b7d417b3e5f6cc027a",
|
"mediawiki/semantic-media-wiki": "~6.0.0",
|
||||||
"mediawiki/semantic-result-formats": "dev-master#616fd091cdce78d706d13e8b10bf70087615bcd4",
|
"mediawiki/semantic-result-formats": "dev-master#fd6dfd804bf44d5923a1527be9a1f6e421e08456",
|
||||||
"mediawiki/admin-links": "dev-master#4cec145ad82dbea4e0155bf9abc0ae566547da7b",
|
"mediawiki/admin-links": "dev-master#4cec145ad82dbea4e0155bf9abc0ae566547da7b",
|
||||||
"mediawiki/page-forms": "dev-master#d8109745866f0860f66aecd31e009b68e5bedaf1",
|
"mediawiki/page-forms": "dev-master#d8109745866f0860f66aecd31e009b68e5bedaf1",
|
||||||
|
"x-mediawiki/mobile-frontend": "^1.43",
|
||||||
"x-mediawiki/confirm-edit": "^1.43",
|
"x-mediawiki/confirm-edit": "^1.43",
|
||||||
"x-mediawiki/headscript": "^1.43"
|
"x-mediawiki/headscript": "^1.43"
|
||||||
},
|
},
|
||||||
|
|
@ -18,8 +19,17 @@
|
||||||
"url": "https://gerrit.wikimedia.org/r/mediawiki/extensions/AdminLinks.git"
|
"url": "https://gerrit.wikimedia.org/r/mediawiki/extensions/AdminLinks.git"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"type": "vcs",
|
"type": "package",
|
||||||
"url": "https://gerrit.wikimedia.org/r/mediawiki/extensions/AdminLinks.git"
|
"package": {
|
||||||
|
"name": "x-mediawiki/mobile-frontend",
|
||||||
|
"type": "mediawiki-extension",
|
||||||
|
"version": "1.43.0",
|
||||||
|
"source": {
|
||||||
|
"type": "git",
|
||||||
|
"url": "https://gerrit.wikimedia.org/r/mediawiki/extensions/MobileFrontend.git",
|
||||||
|
"reference": "REL1_43"
|
||||||
|
}
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"type": "package",
|
"type": "package",
|
||||||
|
|
|
||||||
|
|
@ -1 +1 @@
|
||||||
Subproject commit 64335392ce931f5d65f1fa8033c24bcbb4c3f831
|
Subproject commit 1f56bbf8fb51aa00efb72113e51cc112fcf20991
|
||||||
|
|
@ -1 +1 @@
|
||||||
Subproject commit 0ff717b91a855fcd2f975c49a969897c13ab1df8
|
Subproject commit 0dc3c8e5f0432b4da2be818aeefe6a4fb13ebf54
|
||||||
|
|
@ -1 +1 @@
|
||||||
Subproject commit cadfade379b17f696224e9dd5d7b3f2b2ea38d38
|
Subproject commit 2e4685bed8218c9f4f0c1f607b8ba02c75a0781e
|
||||||
|
|
@ -1 +1 @@
|
||||||
Subproject commit 3f35fe5943b34d379f37fcb8278822f96cc02aae
|
Subproject commit 975e6a53197ab89dad2073b2337a18d3ccf1fc26
|
||||||
|
|
@ -1 +1 @@
|
||||||
Subproject commit 97bb077f5362c323fd2990b9674acbb32ca9940e
|
Subproject commit 627d1ac42e6daf18ba439812d5d5b38001db6d71
|
||||||
|
|
@ -1 +1 @@
|
||||||
Subproject commit 52f0514eaf22048c5f153d2da00f9429285285ad
|
Subproject commit f4c6ed018f5e7a2824845fc5137755af94324871
|
||||||
|
|
@ -1 +1 @@
|
||||||
Subproject commit f5ccf2ca382d0e5b12dbe8943fbaf279ce6fce0c
|
Subproject commit 2adb85bea8bc6a2146752e61ccb4fed448c8354b
|
||||||
|
|
@ -1 +1 @@
|
||||||
Subproject commit d93ef3187c4d1a74c445bcd2ca8c9002ba7b68dd
|
Subproject commit 70a2f80be89675c8c24ad2fedac06d0de140ab65
|
||||||
|
|
@ -1 +1 @@
|
||||||
Subproject commit f8dfbd62e8e4b98d3dd9de85023c431655472bba
|
Subproject commit 2fdd9dcc0f6286e2215b9b9c9b4aec2b06ce499f
|
||||||
|
|
@ -1 +1 @@
|
||||||
Subproject commit b484437d9fdd868ac1e58097c5aa2f92753696e4
|
Subproject commit 8a34479ecede081f5aaae07bcf84aa10558538a9
|
||||||
|
|
@ -1 +1 @@
|
||||||
Subproject commit 43313fab6a1b246600b5f4e983d35c96648ac579
|
Subproject commit 91117f41996260fdd61f4e960dddbe74b64df8f8
|
||||||
|
|
@ -1 +1 @@
|
||||||
Subproject commit d192f6d8099f0f0b6a3274951087c718beac45fd
|
Subproject commit 94a99a1da1b043632dc4ae7b5c1e079c25eb6d5a
|
||||||
|
|
@ -1 +1 @@
|
||||||
Subproject commit 163e96982b54399de373f0f2696802b8a0433b1b
|
Subproject commit 026865f5ef07d0074369f78d536b1898d6c5f61f
|
||||||
|
|
@ -1 +1 @@
|
||||||
Subproject commit 78d82f1c47581f417cb9603b61064dfac25042c0
|
Subproject commit 779ddfb8a374adb7bc75c5adfd47b08ce7234edd
|
||||||
|
|
@ -1 +1 @@
|
||||||
Subproject commit e6935b4396b2ad58051e3227ea9938cdc75e5f91
|
Subproject commit 118451fc50d58479a0ce49ae1bad5180ab8cb943
|
||||||
1
extensions/MobileFrontend
Submodule
1
extensions/MobileFrontend
Submodule
|
|
@ -0,0 +1 @@
|
||||||
|
Subproject commit c608823de18308908f75052734529f0f9c8d354f
|
||||||
|
|
@ -1 +1 @@
|
||||||
Subproject commit 3334cf58d2bc1ce0b05c110b48c20bc1df0ad78f
|
Subproject commit e2edc9c62e16c4a29abfad2ab0096187a97dd338
|
||||||
|
|
@ -1 +1 @@
|
||||||
Subproject commit db452c808079aec8b322bc71837a6bd8e883fd8d
|
Subproject commit 6b6673e8b8291d66771963120fdb232b4a2bf0f0
|
||||||
|
|
@ -1 +1 @@
|
||||||
Subproject commit 7a2efacd7ae67d56f83c8e6b2b67cbabf7cb5981
|
Subproject commit 6e3b7452b5ab9310aeca4522840964422bcf41ab
|
||||||
|
|
@ -1 +1 @@
|
||||||
Subproject commit 7d5fd46d6d5b1683bb7d24e6d9521e54328a2550
|
Subproject commit 63efff04e923b6b89167f6bad2764fdda09ccbe7
|
||||||
|
|
@ -1 +1 @@
|
||||||
Subproject commit 4529c93ab50465d5e9a8296f406fd0c6556c2d1c
|
Subproject commit 104b122f08bcf1fd4ad76bff196632cf78973320
|
||||||
|
|
@ -1 +1 @@
|
||||||
Subproject commit de41cc4864d775635868b7a0ddef30304fa29a2f
|
Subproject commit 271686bd316e90e87e57754b20d6ee3fefcd07b4
|
||||||
|
|
@ -1 +1 @@
|
||||||
Subproject commit 7f17973c881e9d066e3ae584cb7415279964ee6a
|
Subproject commit 8c1e853e2e7f08d20e0c78309509c90b46f73bae
|
||||||
|
|
@ -1 +1 @@
|
||||||
Subproject commit 478ee142a7718842cbc2c19fe3f44bb48cac0621
|
Subproject commit dd4afb8c0e90854748ae3cbf729421a7906b28cb
|
||||||
|
|
@ -1 +1 @@
|
||||||
Subproject commit 74f7d103524674dafe01f2a72a8ed7a5913b04c5
|
Subproject commit b90daf8a5b31af4f85b60b8051557b65278ab77b
|
||||||
|
|
@ -1 +1 @@
|
||||||
Subproject commit d7ffecb943c6f43c992f29bce3977be6d1298b03
|
Subproject commit 2435a55c6bee4c23b8face5d53b6cb9c2d2680d2
|
||||||
|
|
@ -1 +1 @@
|
||||||
Subproject commit 61dd88357bc17528900d7b6063bf0b7c4a8dc36c
|
Subproject commit 2b26708dd01e4eedc9036ca325ca1670bc4332fe
|
||||||
|
|
@ -1 +1 @@
|
||||||
Subproject commit d26925ac7fec83797a238114417f02fb6833331c
|
Subproject commit fef85e739cd942d24044c220f83d446cdd300fff
|
||||||
|
|
@ -1 +1 @@
|
||||||
Subproject commit c84bae04246c00595f995f22541570c966d1bd89
|
Subproject commit 15489e52eb7e460a3c428724235c8f2ecfde4c28
|
||||||
|
|
@ -1 +1 @@
|
||||||
Subproject commit 55355a15514691ca7b88ad43fd90eedff3a2c4b1
|
Subproject commit 3e98cd61c252c693f54999ee7f464d6f649d9da1
|
||||||
|
|
@ -1 +1 @@
|
||||||
Subproject commit e2628af82ed4d7b2765f3dea9a680eac46c82791
|
Subproject commit e78c7da5148d0b6cde93d2614fd35ee96024f21c
|
||||||
|
|
@ -1 +1 @@
|
||||||
Subproject commit b7ff44884d361889e3daaf6dd40007dc4fdcad7a
|
Subproject commit 53e456b3fab17f89687588810e30b5e2122b6e7e
|
||||||
|
|
@ -1 +1 @@
|
||||||
Subproject commit 5f54b1547a2d643319b047ee69789c899c57fa7f
|
Subproject commit 1b9a96181f8b90399f3656dff393eef2264f4971
|
||||||
|
|
@ -1 +1 @@
|
||||||
Subproject commit a95116bd1f2035a4ee5f5ed6189e9aa9f3fca967
|
Subproject commit d5184e3396e36465f467a51b61eeefe631502054
|
||||||
|
|
@ -1 +1 @@
|
||||||
Subproject commit 5625e7f7d259a6862771ef0f7af2a35379de51fa
|
Subproject commit 92fd097eb02b8c452ae5a80af838486f8d57a7e2
|
||||||
|
|
@ -1 +1 @@
|
||||||
Subproject commit 91a719b94ec03964eff71ff1ba9cfb4cae4a84df
|
Subproject commit 166be7720a9b997b33dc81a8d1807f6f39e360d0
|
||||||
|
|
@ -1 +1 @@
|
||||||
Subproject commit 0b6f38baa2404009a61c2fc6a6d43a61fbe45cb9
|
Subproject commit 4fb4f38f2a69dd525898a64acef6924ef5c45d67
|
||||||
|
|
@ -1 +1 @@
|
||||||
Subproject commit c1a37e7c4165e7fbe970095953e9e7a8203e5968
|
Subproject commit 2e08d5eabd942e6f98b33d2d7c3ce31caf660aaa
|
||||||
2
vendor
2
vendor
|
|
@ -1 +1 @@
|
||||||
Subproject commit cf26c797547c07cb8511bb1dc1956fd65eb48883
|
Subproject commit 5fc55a9b0fd6de356d2bd0338a42132e548f5c43
|
||||||
Loading…
Reference in a new issue