MediaWiki REL1_30
DefaultSettings.php
Go to the documentation of this file.
1<?php
50if ( !defined( 'MEDIAWIKI' ) ) {
51 echo "This file is part of MediaWiki and is not a valid entry point\n";
52 die( 1 );
53}
54
63
71 'main' => 'GlobalVarConfig::newInstance'
72];
73
78$wgVersion = '1.30.2';
79
83$wgSitename = 'MediaWiki';
84
92
109$wgServer = WebRequest::detectServer();
110
119
126
127/************************************************************************/
142
160$wgUsePathInfo = ( strpos( PHP_SAPI, 'cgi' ) === false ) &&
161 ( strpos( PHP_SAPI, 'apache2filter' ) === false ) &&
162 ( strpos( PHP_SAPI, 'isapi' ) === false );
163
176
179/************************************************************************/
202$wgScript = false;
203
211
219
226
233
239$wgExtensionDirectory = "{$IP}/extensions";
240
246$wgStyleDirectory = "{$IP}/skins";
247
256
262
267
273
278$wgLogo = false;
279
295$wgLogoHD = false;
296
301$wgFavicon = '/favicon.ico';
302
309
319
335
342
351
367
370/************************************************************************/
379
383$wgUploadStashMaxAge = 6 * 3600; // 6 hours
384
389
399
408
414
419
435
518
523
530
541
552 // Fields to make available in the dialog. `true` means that this field is visible, `false` means
553 // that it is hidden. The "Name" field can't be hidden. Note that you also have to add the
554 // matching replacement to the 'filepage' format key below to make use of these.
555 'fields' => [
556 'description' => true,
557 'date' => false,
558 'categories' => false,
559 ],
560 // Suffix of localisation messages used to describe the license under which the uploaded file will
561 // be released. The same value may be set for both 'local' and 'foreign' uploads.
562 'licensemessages' => [
563 // The 'local' messages are used for local uploads on this wiki:
564 // * upload-form-label-own-work-message-generic-local
565 // * upload-form-label-not-own-work-message-generic-local
566 // * upload-form-label-not-own-work-local-generic-local
567 'local' => 'generic-local',
568 // The 'foreign' messages are used for cross-wiki uploads from other wikis to this wiki:
569 // * upload-form-label-own-work-message-generic-foreign
570 // * upload-form-label-not-own-work-message-generic-foreign
571 // * upload-form-label-not-own-work-local-generic-foreign
572 'foreign' => 'generic-foreign',
573 ],
574 // Upload comments to use for 'local' and 'foreign' uploads. This can also be set to a single
575 // string value, in which case it is used for both kinds of uploads. Available replacements:
576 // * $HOST - domain name from which a cross-wiki upload originates
577 // * $PAGENAME - wiki page name from which an upload originates
578 'comment' => [
579 'local' => '',
580 'foreign' => '',
581 ],
582 // Format of the file page wikitext to be generated from the fields input by the user.
583 'format' => [
584 // Wrapper for the whole page. Available replacements:
585 // * $DESCRIPTION - file description, as input by the user (only if the 'description' field is
586 // enabled), wrapped as defined below in the 'description' key
587 // * $DATE - file creation date, as input by the user (only if the 'date' field is enabled)
588 // * $SOURCE - as defined below in the 'ownwork' key, may be extended in the future
589 // * $AUTHOR - linked user name, may be extended in the future
590 // * $LICENSE - as defined below in the 'license' key, may be extended in the future
591 // * $CATEGORIES - file categories wikitext, as input by the user (only if the 'categories'
592 // field is enabled), or if no input, as defined below in the 'uncategorized' key
593 'filepage' => '$DESCRIPTION',
594 // Wrapped for file description. Available replacements:
595 // * $LANGUAGE - source wiki's content language
596 // * $TEXT - input by the user
597 'description' => '$TEXT',
598 'ownwork' => '',
599 'license' => '',
600 'uncategorized' => '',
601 ],
602];
603
641
657
669$wgShowEXIF = function_exists( 'exif_read_data' );
670
677
692
697
702
707
713
718
724
731
738
745
751
763
780$wgMaxUploadSize = 1024 * 1024 * 100; # 100MB
781
789
801
808
821
826
841
848
857$wgRepositoryBaseUrl = "https://commons.wikimedia.org/wiki/File:";
858
867$wgFileExtensions = [ 'png', 'gif', 'jpg', 'jpeg', 'webp' ];
868
875 # HTML may contain cookie-stealing JavaScript and web bugs
876 'html', 'htm', 'js', 'jsb', 'mhtml', 'mht', 'xhtml', 'xht',
877 # PHP scripts may execute arbitrary code on the server
878 'php', 'phtml', 'php3', 'php4', 'php5', 'phps',
879 # Other types that may be interpreted by some servers
880 'shtml', 'jhtml', 'pl', 'py', 'cgi',
881 # May contain harmful executables for Windows victims
882 'exe', 'scr', 'dll', 'msi', 'vbs', 'bat', 'com', 'pif', 'cmd', 'vxd', 'cpl' ];
883
889 # HTML may contain cookie-stealing JavaScript and web bugs
890 'text/html', 'text/javascript', 'text/x-javascript', 'application/x-shellscript',
891 # PHP scripts may execute arbitrary code on the server
892 'application/x-php', 'text/x-php',
893 # Other types that may be interpreted by some servers
894 'text/x-python', 'text/x-perl', 'text/x-bash', 'text/x-sh', 'text/x-csh',
895 # Client-side hazards on Internet Explorer
896 'text/scriptlet', 'application/x-msdownload',
897 # Windows metafile, client-side vulnerability on some systems
898 'application/x-msmetafile',
899];
900
907
914
922
930
935
947 MEDIATYPE_BITMAP, // all bitmap formats
948 MEDIATYPE_AUDIO, // all audio formats
949 MEDIATYPE_VIDEO, // all plain video formats
950 "image/svg+xml", // svg (only needed if inline rendering of svg is not supported)
951 "application/pdf", // PDF files
952 # "application/x-shockwave-flash", //flash/shockwave movie
953];
954
963
969 'image/jpeg' => 'MockBitmapHandler',
970 'image/png' => 'MockBitmapHandler',
971 'image/gif' => 'MockBitmapHandler',
972 'image/tiff' => 'MockBitmapHandler',
973 'image/webp' => 'MockBitmapHandler',
974 'image/x-ms-bmp' => 'MockBitmapHandler',
975 'image/x-bmp' => 'MockBitmapHandler',
976 'image/x-xcf' => 'MockBitmapHandler',
977 'image/svg+xml' => 'MockSvgHandler',
978 'image/vnd.djvu' => 'MockDjVuHandler',
979];
980
989 // the usual case
990 CONTENT_MODEL_WIKITEXT => 'WikitextContentHandler',
991 // dumb version, no syntax highlighting
992 CONTENT_MODEL_JAVASCRIPT => 'JavaScriptContentHandler',
993 // simple implementation, for use by extensions, etc.
994 CONTENT_MODEL_JSON => 'JsonContentHandler',
995 // dumb version, no syntax highlighting
996 CONTENT_MODEL_CSS => 'CssContentHandler',
997 // plain text, for use by extensions, etc.
998 CONTENT_MODEL_TEXT => 'TextContentHandler',
999];
1000
1007
1017
1021$wgImageMagickConvertCommand = '/usr/bin/convert';
1022
1028
1033
1038
1044
1058
1064$wgJpegTran = '/usr/bin/jpegtran';
1065
1086
1091$wgExiv2Command = '/usr/bin/exiv2';
1092
1098$wgExiftool = '/usr/bin/exiftool';
1099
1110 'ImageMagick' =>
1111 '$path/convert -background "#ffffff00" -thumbnail $widthx$height\! $input PNG:$output',
1112 'sodipodi' => '$path/sodipodi -z -w $width -f $input -e $output',
1113 'inkscape' => '$path/inkscape -z -w $width -f $input -e $output',
1114 'batik' => 'java -Djava.awt.headless=true -jar $path/batik-rasterizer.jar -w $width -d '
1115 . '$output $input',
1116 'rsvg' => '$path/rsvg-convert -w $width -h $height -o $output $input',
1117 'imgserv' => '$path/imgserv-wrapper -i svg -o png -w$width $input $output',
1118 'ImagickExt' => [ 'SvgHandler::rasterizeImagickExt' ],
1119];
1120
1124$wgSVGConverter = 'ImageMagick';
1125
1130
1135
1141
1154
1169
1177
1192
1199$wgThumbnailEpoch = '20030516000000';
1200
1208
1221
1230
1235
1242
1249
1285
1286 # setup for clamav
1287 'clamav' => [
1288 'command' => 'clamscan --no-summary ',
1289 'codemap' => [
1290 "0" => AV_NO_VIRUS, # no virus
1291 "1" => AV_VIRUS_FOUND, # virus found
1292 "52" => AV_SCAN_ABORTED, # unsupported file format (probably immune)
1293 "*" => AV_SCAN_FAILED, # else scan failed
1294 ],
1295 'messagepattern' => '/.*?:(.*)/sim',
1296 ],
1297];
1298
1303
1308
1314$wgMimeTypeFile = 'includes/mime.types';
1315
1320$wgMimeInfoFile = 'includes/mime.info';
1321
1334
1341
1347 'http://www.w3.org/2000/svg:svg' => 'image/svg+xml',
1348 'svg' => 'image/svg+xml',
1349 'http://www.lysator.liu.se/~alla/dia/:diagram' => 'application/x-dia-diagram',
1350 'http://www.w3.org/1999/xhtml:html' => 'text/html', // application/xhtml+xml?
1351 'html' => 'text/html', // application/xhtml+xml?
1352];
1353
1363 [ 320, 240 ],
1364 [ 640, 480 ],
1365 [ 800, 600 ],
1366 [ 1024, 768 ],
1367 [ 1280, 1024 ]
1368];
1369
1376 120,
1377 150,
1378 180,
1379 200,
1380 250,
1381 300
1382];
1383
1394
1411
1423
1436
1443
1451
1459
1475
1482
1487
1499
1511
1518
1525
1541
1548
1553
# end of DJvu }
1555
# end of file uploads }
1557
1558/************************************************************************/
1569
1578
1584$wgPasswordSenderName = 'MediaWiki Mail';
1585
1592
1599
1605
1612
1623
1629
1633$wgNewPasswordExpiry = 3600 * 24 * 7;
1634
1639
1645
1650$wgPasswordExpireGrace = 3600 * 24 * 7; // 7 days
1651
1669$wgSMTP = false;
1670
1675
1681
1687
1688// TODO move UPO to preferences probably ?
1689# If set to true, users get a corresponding option in their preferences and can choose to
1690# enable or disable at their discretion
1691# If set to false, the corresponding input form on the user preference page is suppressed
1692# It call this to be a "user-preferences-option (UPO)"
1693
1700
1705
1714
1720
1735
1744
1750
1755
1761
# end of email settings
1763
1764/************************************************************************/
1772$wgDBserver = 'localhost';
1773
1778
1782$wgDBname = 'my_wiki';
1783
1787$wgDBuser = 'wikiuser';
1788
1793
1797$wgDBtype = 'mysql';
1798
1807$wgDBssl = false;
1808
1818
1823
1828
1836
1845
1850
1854$wgDBTableOptions = 'ENGINE=InnoDB';
1855
1863
1868
1873
1900
1905
1909$wgSharedTables = [ 'user', 'user_properties' ];
1910
1916
1972
1983$wgLBFactoryConf = [ 'class' => 'LBFactorySimple' ];
1984
1992
1997
2017
2035
2063
2070
2077
2082
2087
# End of DB settings }
2089
2090/************************************************************************/
2102
2115
2131
2147
2155
# end text storage }
2157
2158/************************************************************************/
2167
2172
2177
2182
2187
2192
2197
2203
2211
# end performance hacks }
2213
2214/************************************************************************/
2228
2247
2255
2263
2270
2280
2295 CACHE_NONE => [ 'class' => 'EmptyBagOStuff', 'reportDupes' => false ],
2296 CACHE_DB => [ 'class' => 'SqlBagOStuff', 'loggroup' => 'SQLBagOStuff' ],
2297
2298 CACHE_ANYTHING => [ 'factory' => 'ObjectCache::newAnything' ],
2299 CACHE_ACCEL => [ 'factory' => 'ObjectCache::getLocalServerInstance' ],
2300 CACHE_MEMCACHED => [ 'class' => 'MemcachedPhpBagOStuff', 'loggroup' => 'memcached' ],
2301
2302 'db-replicated' => [
2303 'class' => 'ReplicatedBagOStuff',
2304 'readFactory' => [
2305 'class' => 'SqlBagOStuff',
2306 'args' => [ [ 'slaveOnly' => true ] ]
2307 ],
2308 'writeFactory' => [
2309 'class' => 'SqlBagOStuff',
2310 'args' => [ [ 'slaveOnly' => false ] ]
2311 ],
2312 'loggroup' => 'SQLBagOStuff',
2313 'reportDupes' => false
2314 ],
2315
2316 'apc' => [ 'class' => 'APCBagOStuff', 'reportDupes' => false ],
2317 'apcu' => [ 'class' => 'APCUBagOStuff', 'reportDupes' => false ],
2318 'xcache' => [ 'class' => 'XCacheBagOStuff', 'reportDupes' => false ],
2319 'wincache' => [ 'class' => 'WinCacheBagOStuff', 'reportDupes' => false ],
2320 'memcached-php' => [ 'class' => 'MemcachedPhpBagOStuff', 'loggroup' => 'memcached' ],
2321 'memcached-pecl' => [ 'class' => 'MemcachedPeclBagOStuff', 'loggroup' => 'memcached' ],
2322 'hash' => [ 'class' => 'HashBagOStuff', 'reportDupes' => false ],
2323];
2324
2341
2358 CACHE_NONE => [
2359 'class' => 'WANObjectCache',
2360 'cacheId' => CACHE_NONE,
2361 'channels' => []
2362 ]
2363 /* Example of a simple single data-center cache:
2364 'memcached-php' => [
2365 'class' => 'WANObjectCache',
2366 'cacheId' => 'memcached-php',
2367 'channels' => [ 'purge' => 'wancache-main-memcached-purge' ]
2368 ]
2369 */
2370];
2371
2384
2399$wgMainStash = 'db-replicated';
2400
2406
2411
2416
2421
2439
2446
2451
2455$wgMemCachedServers = [ '127.0.0.1:11211' ];
2456
2462
2467
2480
2488
2512 'class' => 'LocalisationCache',
2513 'store' => 'detect',
2514 'storeClass' => false,
2515 'storeDirectory' => false,
2516 'manualRecache' => false,
2517];
2518
2523
2532$wgCacheEpoch = '20030516000000';
2533
2539
2548
2555
2563
2569
2575
2586
2591
2599
2607
2618
2635
# end of cache settings
2637
2638/************************************************************************/
2656
2661
2668
2678
2688
2697
2704
2720
2727
2734
2744
2752
2773
2826
2832
2837
# end of HTTP proxy settings
2839
2840/************************************************************************/
2862
2868
2879
2884
2889
2904
2909
2924 'bh' => 'bho', // Bihari language family
2925 'no' => 'nb', // Norwegian language family
2926 'simple' => 'en', // Simple English
2927];
2928
2936
2946
2957
2969
2981
2986
3000
3006
3012
3018
3023
3028
3033
3038
3043
3049
3060
3079
3086
3107
3132
3143
# End of language/charset settings
3145
3146/*************************************************************************/
3154$wgMimeType = 'text/html';
3155
3164
3173
3182
3192
3201
3209
3218
3234
3243
3248
3254
3260
3266$wgFallbackSkin = 'fallback';
3267
3274
3279
3286
3293
3300
3305
3310
3316
3337
3349
3354
3363
3394$wgFragmentMode = [ 'legacy' ];
3395
3405
3437 "copyright" => [
3438 "copyright" => [], // placeholder for the built in copyright icon
3439 ],
3440 "poweredby" => [
3441 "mediawiki" => [
3442 // Defaults to point at
3443 // "$wgResourceBasePath/resources/assets/poweredby_mediawiki_88x31.png"
3444 // plus srcset for 1.5x, 2x resolution variants.
3445 "src" => null,
3446 "url" => "//www.mediawiki.org/",
3447 "alt" => "Powered by MediaWiki",
3448 ]
3449 ],
3450];
3451
3459
3464
3477
3488
3496
3506
# End of output format settings }
3508
3509/*************************************************************************/
3532
3622
3634
3640
3658 'versioned' => [
3659 'server' => 30 * 24 * 60 * 60, // 30 days
3660 'client' => 30 * 24 * 60 * 60, // 30 days
3661 ],
3662 'unversioned' => [
3663 'server' => 5 * 60, // 5 minutes
3664 'client' => 5 * 60, // 5 minutes
3665 ],
3666];
3667
3674
3682
3691
3698
3708
3735
3750
3759
3769
3798 'deviceWidthTablet' => '720px',
3799];
3800
3815 "$IP/resources/src/mediawiki.less/",
3816];
3817
3823
3831
3844
# End of ResourceLoader settings }
3846
3847/*************************************************************************/
3857
3866
3894
3902
3922
3950$wgLegalTitleChars = " %!\"$&'()*,\\-.\\/0-9:;=?@A-Z\\\\^_`a-z~\\x80-\\xFF+";
3951
3958
3968
3973
3998
4006
4011
# end of Interwiki caching settings.
4013
4022$wgSitesCacheFile = false;
4023
# end of SiteStore caching settings.
4025
4041$wgRedirectSources = false;
4042
4051
4067
4073 NS_TALK => true,
4074 NS_USER => true,
4075 NS_USER_TALK => true,
4076 NS_PROJECT => true,
4077 NS_PROJECT_TALK => true,
4078 NS_FILE_TALK => true,
4079 NS_MEDIAWIKI => true,
4080 NS_MEDIAWIKI_TALK => true,
4081 NS_TEMPLATE => true,
4082 NS_TEMPLATE_TALK => true,
4083 NS_HELP => true,
4084 NS_HELP_TALK => true,
4086];
4087
4104
4112
4120
4129
4136
4147$wgInvalidRedirectTargets = [ 'Filepath', 'Mypage', 'Mytalk', 'Redirect' ];
4148
# End of title and interwiki settings }
4150
4151/************************************************************************/
4179 'class' => 'Parser',
4180 # 'preprocessorClass' => 'Preprocessor_Hash',
4181];
4182
4187
4193
4204
4212
4217
4229 'bitcoin:', 'ftp://', 'ftps://', 'geo:', 'git://', 'gopher://', 'http://',
4230 'https://', 'irc://', 'ircs://', 'magnet:', 'mailto:', 'mms://', 'news:',
4231 'nntp://', 'redis://', 'sftp://', 'sip:', 'sips:', 'sms:', 'ssh://',
4232 'svn://', 'tel:', 'telnet://', 'urn:', 'worldwind://', 'xmpp:', '//'
4233];
4234
4239
4244
4258
4269
4279
4305
4311
4316$wgTidyBin = 'tidy';
4317
4322$wgTidyConf = $IP . '/includes/tidy/tidy.conf';
4323
4329
4334$wgTidyInternal = extension_loaded( 'tidy' );
4335
4341
4348
4359
4367
4373
4387$wgNoFollowDomainExceptions = [ 'mediawiki.org' ];
4388
4393
4400
4406
4412
4417
4423
4431 'ISBN' => false,
4432 'PMID' => false,
4433 'RFC' => false
4434];
4435
# end of parser settings }
4437
4438/************************************************************************/
4461
4470
# End of statistics }
4472
4473/************************************************************************/
4484 'local' => [ 'class' => 'LocalIdLookup' ],
4485];
4486
4492
4517 'policies' => [
4518 'bureaucrat' => [
4519 'MinimalPasswordLength' => 8,
4520 'MinimumPasswordLengthToLogin' => 1,
4521 'PasswordCannotMatchUsername' => true,
4522 'PasswordCannotBePopular' => 25,
4523 ],
4524 'sysop' => [
4525 'MinimalPasswordLength' => 8,
4526 'MinimumPasswordLengthToLogin' => 1,
4527 'PasswordCannotMatchUsername' => true,
4528 'PasswordCannotBePopular' => 25,
4529 ],
4530 'bot' => [
4531 'MinimalPasswordLength' => 8,
4532 'MinimumPasswordLengthToLogin' => 1,
4533 'PasswordCannotMatchUsername' => true,
4534 ],
4535 'default' => [
4536 'MinimalPasswordLength' => 1,
4537 'PasswordCannotMatchUsername' => true,
4538 'PasswordCannotMatchBlacklist' => true,
4539 'MaximalPasswordLength' => 4096,
4540 ],
4541 ],
4542 'checks' => [
4543 'MinimalPasswordLength' => 'PasswordPolicyChecks::checkMinimalPasswordLength',
4544 'MinimumPasswordLengthToLogin' => 'PasswordPolicyChecks::checkMinimumPasswordLengthToLogin',
4545 'PasswordCannotMatchUsername' => 'PasswordPolicyChecks::checkPasswordCannotMatchUsername',
4546 'PasswordCannotMatchBlacklist' => 'PasswordPolicyChecks::checkPasswordCannotMatchBlacklist',
4547 'MaximalPasswordLength' => 'PasswordPolicyChecks::checkMaximalPasswordLength',
4548 'PasswordCannotBePopular' => 'PasswordPolicyChecks::checkPopularPasswordBlacklist'
4549 ],
4550];
4551
4572
4578 'preauth' => [
4579 MediaWiki\Auth\LegacyHookPreAuthenticationProvider::class => [
4580 'class' => MediaWiki\Auth\LegacyHookPreAuthenticationProvider::class,
4581 'sort' => 0,
4582 ],
4583 MediaWiki\Auth\ThrottlePreAuthenticationProvider::class => [
4584 'class' => MediaWiki\Auth\ThrottlePreAuthenticationProvider::class,
4585 'sort' => 0,
4586 ],
4587 ],
4588 'primaryauth' => [
4589 // TemporaryPasswordPrimaryAuthenticationProvider should come before
4590 // any other PasswordAuthenticationRequest-based
4591 // PrimaryAuthenticationProvider (or at least any that might return
4592 // FAIL rather than ABSTAIN for a wrong password), or password reset
4593 // won't work right. Do not remove this (or change the key) or
4594 // auto-configuration of other such providers in extensions will
4595 // probably auto-insert themselves in the wrong place.
4596 MediaWiki\Auth\TemporaryPasswordPrimaryAuthenticationProvider::class => [
4597 'class' => MediaWiki\Auth\TemporaryPasswordPrimaryAuthenticationProvider::class,
4598 'args' => [ [
4599 // Fall through to LocalPasswordPrimaryAuthenticationProvider
4600 'authoritative' => false,
4601 ] ],
4602 'sort' => 0,
4603 ],
4604 MediaWiki\Auth\LocalPasswordPrimaryAuthenticationProvider::class => [
4605 'class' => MediaWiki\Auth\LocalPasswordPrimaryAuthenticationProvider::class,
4606 'args' => [ [
4607 // Last one should be authoritative, or else the user will get
4608 // a less-than-helpful error message (something like "supplied
4609 // authentication info not supported" rather than "wrong
4610 // password") if it too fails.
4611 'authoritative' => true,
4612 ] ],
4613 'sort' => 100,
4614 ],
4615 ],
4616 'secondaryauth' => [
4617 MediaWiki\Auth\CheckBlocksSecondaryAuthenticationProvider::class => [
4618 'class' => MediaWiki\Auth\CheckBlocksSecondaryAuthenticationProvider::class,
4619 'sort' => 0,
4620 ],
4621 MediaWiki\Auth\ResetPasswordSecondaryAuthenticationProvider::class => [
4622 'class' => MediaWiki\Auth\ResetPasswordSecondaryAuthenticationProvider::class,
4623 'sort' => 100,
4624 ],
4625 // Linking during login is experimental, enable at your own risk - T134952
4626 // MediaWiki\Auth\ConfirmLinkSecondaryAuthenticationProvider::class => [
4627 // 'class' => MediaWiki\Auth\ConfirmLinkSecondaryAuthenticationProvider::class,
4628 // 'sort' => 100,
4629 // ],
4630 MediaWiki\Auth\EmailNotificationSecondaryAuthenticationProvider::class => [
4631 'class' => MediaWiki\Auth\EmailNotificationSecondaryAuthenticationProvider::class,
4632 'sort' => 200,
4633 ],
4634 ],
4635];
4636
4676 'default' => 300,
4677];
4678
4695 'default' => true,
4696];
4697
4708 \MediaWiki\Auth\TemporaryPasswordAuthenticationRequest::class
4709];
4710
4721 \MediaWiki\Auth\PasswordAuthenticationRequest::class,
4722];
4723
4729
4736
4749
4756
4763
4784 'A' => [
4785 'class' => 'MWOldPassword',
4786 ],
4787 'B' => [
4788 'class' => 'MWSaltedPassword',
4789 ],
4790 'pbkdf2-legacyA' => [
4791 'class' => 'LayeredParameterizedPassword',
4792 'types' => [
4793 'A',
4794 'pbkdf2',
4795 ],
4796 ],
4797 'pbkdf2-legacyB' => [
4798 'class' => 'LayeredParameterizedPassword',
4799 'types' => [
4800 'B',
4801 'pbkdf2',
4802 ],
4803 ],
4804 'bcrypt' => [
4805 'class' => 'BcryptPassword',
4806 'cost' => 9,
4807 ],
4808 'pbkdf2' => [
4809 'class' => 'Pbkdf2Password',
4810 'algo' => 'sha512',
4811 'cost' => '30000',
4812 'length' => '64',
4813 ],
4814];
4815
4823 'username' => true,
4824 'email' => true,
4825];
4826
4831
4837
4843 'MediaWiki default', // Default 'Main Page' and MediaWiki: message pages
4844 'Conversion script', // Used for the old Wikipedia software upgrade
4845 'Maintenance script', // Maintenance scripts which perform editing, image import script
4846 'Template namespace initialisation script', // Used in 1.2->1.3 upgrade
4847 'ScriptImporter', // Default user name used by maintenance/importSiteScripts.php
4848 'Unknown user', // Used in WikiImporter when importing revisions with no author
4849 'msg:double-redirect-fixer', // Automatic double redirect fix
4850 'msg:usermessage-editor', // Default user for leaving user messages
4851 'msg:proxyblocker', // For $wgProxyList and Special:Blockme (removed in 1.22)
4852 'msg:spambot_username', // Used by cleanupSpam.php
4853 'msg:autochange-username', // Used by anon category RC entries (parser functions, Lua & purges)
4854];
4855
4863 'ccmeonemails' => 0,
4864 'cols' => 80, // @deprecated since 1.29 No longer used in core
4865 'date' => 'default',
4866 'diffonly' => 0,
4867 'disablemail' => 0,
4868 'editfont' => 'monospace',
4869 'editondblclick' => 0,
4870 'editsectiononrightclick' => 0,
4871 'enotifminoredits' => 0,
4872 'enotifrevealaddr' => 0,
4873 'enotifusertalkpages' => 1,
4874 'enotifwatchlistpages' => 1,
4875 'extendwatchlist' => 1,
4876 'fancysig' => 0,
4877 'forceeditsummary' => 0,
4878 'gender' => 'unknown',
4879 'hideminor' => 0,
4880 'hidepatrolled' => 0,
4881 'hidecategorization' => 1,
4882 'imagesize' => 2,
4883 'math' => 1,
4884 'minordefault' => 0,
4885 'newpageshidepatrolled' => 0,
4886 'nickname' => '',
4887 'norollbackdiff' => 0,
4888 'numberheadings' => 0,
4889 'previewonfirst' => 0,
4890 'previewontop' => 1,
4891 'rcdays' => 7,
4892 'rcenhancedfilters' => 0,
4893 'rcenhancedfilters-disable' => 0,
4894 'rclimit' => 50,
4895 'rows' => 25, // @deprecated since 1.29 No longer used in core
4896 'showhiddencats' => 0,
4897 'shownumberswatching' => 1,
4898 'showtoolbar' => 1,
4899 'skin' => false,
4900 'stubthreshold' => 0,
4901 'thumbsize' => 5,
4902 'underline' => 2,
4903 'uselivepreview' => 0,
4904 'usenewrc' => 1,
4905 'watchcreations' => 1,
4906 'watchdefault' => 1,
4907 'watchdeletion' => 0,
4908 'watchuploads' => 1,
4909 'watchlistdays' => 3.0,
4910 'watchlisthideanons' => 0,
4911 'watchlisthidebots' => 0,
4912 'watchlisthideliu' => 0,
4913 'watchlisthideminor' => 0,
4914 'watchlisthideown' => 0,
4915 'watchlisthidepatrolled' => 0,
4916 'watchlisthidecategorization' => 1,
4917 'watchlistreloadautomatically' => 0,
4918 'watchlistunwatchlinks' => 0,
4919 'watchmoves' => 0,
4920 'watchrollback' => 0,
4921 'wllimit' => 250,
4922 'useeditwarning' => 1,
4923 'prefershttps' => 1,
4924];
4925
4930
4937
4948
4956
4968
4978 MediaWiki\Session\CookieSessionProvider::class => [
4979 'class' => MediaWiki\Session\CookieSessionProvider::class,
4980 'args' => [ [
4981 'priority' => 30,
4982 'callUserSetCookiesHook' => true,
4983 ] ],
4984 ],
4985 MediaWiki\Session\BotPasswordSessionProvider::class => [
4986 'class' => MediaWiki\Session\BotPasswordSessionProvider::class,
4987 'args' => [ [
4988 'priority' => 75,
4989 ] ],
4990 ],
4991];
4992
# end user accounts }
4994
4995/************************************************************************/
5004
5009
5014
5030 'IPv4' => 16, # Blocks larger than a /16 (64k addresses) will not be allowed
5031 'IPv6' => 19,
5032];
5033
5042
5064
5092
5098
5104
5130
5132// Implicit group for all visitors
5133$wgGroupPermissions['*']['createaccount'] = true;
5134$wgGroupPermissions['*']['read'] = true;
5135$wgGroupPermissions['*']['edit'] = true;
5136$wgGroupPermissions['*']['createpage'] = true;
5137$wgGroupPermissions['*']['createtalk'] = true;
5138$wgGroupPermissions['*']['writeapi'] = true;
5139$wgGroupPermissions['*']['editmyusercss'] = true;
5140$wgGroupPermissions['*']['editmyuserjs'] = true;
5141$wgGroupPermissions['*']['viewmywatchlist'] = true;
5142$wgGroupPermissions['*']['editmywatchlist'] = true;
5143$wgGroupPermissions['*']['viewmyprivateinfo'] = true;
5144$wgGroupPermissions['*']['editmyprivateinfo'] = true;
5145$wgGroupPermissions['*']['editmyoptions'] = true;
5146# $wgGroupPermissions['*']['patrolmarks'] = false; // let anons see what was patrolled
5147
5148// Implicit group for all logged-in accounts
5149$wgGroupPermissions['user']['move'] = true;
5150$wgGroupPermissions['user']['move-subpages'] = true;
5151$wgGroupPermissions['user']['move-rootuserpages'] = true; // can move root userpages
5152$wgGroupPermissions['user']['move-categorypages'] = true;
5153$wgGroupPermissions['user']['movefile'] = true;
5154$wgGroupPermissions['user']['read'] = true;
5155$wgGroupPermissions['user']['edit'] = true;
5156$wgGroupPermissions['user']['createpage'] = true;
5157$wgGroupPermissions['user']['createtalk'] = true;
5158$wgGroupPermissions['user']['writeapi'] = true;
5159$wgGroupPermissions['user']['upload'] = true;
5160$wgGroupPermissions['user']['reupload'] = true;
5161$wgGroupPermissions['user']['reupload-shared'] = true;
5162$wgGroupPermissions['user']['minoredit'] = true;
5163$wgGroupPermissions['user']['purge'] = true;
5164$wgGroupPermissions['user']['sendemail'] = true;
5165$wgGroupPermissions['user']['applychangetags'] = true;
5166$wgGroupPermissions['user']['changetags'] = true;
5167$wgGroupPermissions['user']['editcontentmodel'] = true;
5168
5169// Implicit group for accounts that pass $wgAutoConfirmAge
5170$wgGroupPermissions['autoconfirmed']['autoconfirmed'] = true;
5171$wgGroupPermissions['autoconfirmed']['editsemiprotected'] = true;
5172
5173// Users with bot privilege can have their edits hidden
5174// from various log pages by default
5175$wgGroupPermissions['bot']['bot'] = true;
5176$wgGroupPermissions['bot']['autoconfirmed'] = true;
5177$wgGroupPermissions['bot']['editsemiprotected'] = true;
5178$wgGroupPermissions['bot']['nominornewtalk'] = true;
5179$wgGroupPermissions['bot']['autopatrol'] = true;
5180$wgGroupPermissions['bot']['suppressredirect'] = true;
5181$wgGroupPermissions['bot']['apihighlimits'] = true;
5182$wgGroupPermissions['bot']['writeapi'] = true;
5183
5184// Most extra permission abilities go to this group
5185$wgGroupPermissions['sysop']['block'] = true;
5186$wgGroupPermissions['sysop']['createaccount'] = true;
5187$wgGroupPermissions['sysop']['delete'] = true;
5188// can be separately configured for pages with > $wgDeleteRevisionsLimit revs
5189$wgGroupPermissions['sysop']['bigdelete'] = true;
5190// can view deleted history entries, but not see or restore the text
5191$wgGroupPermissions['sysop']['deletedhistory'] = true;
5192// can view deleted revision text
5193$wgGroupPermissions['sysop']['deletedtext'] = true;
5194$wgGroupPermissions['sysop']['undelete'] = true;
5195$wgGroupPermissions['sysop']['editinterface'] = true;
5196$wgGroupPermissions['sysop']['editusercss'] = true;
5197$wgGroupPermissions['sysop']['edituserjs'] = true;
5198$wgGroupPermissions['sysop']['import'] = true;
5199$wgGroupPermissions['sysop']['importupload'] = true;
5200$wgGroupPermissions['sysop']['move'] = true;
5201$wgGroupPermissions['sysop']['move-subpages'] = true;
5202$wgGroupPermissions['sysop']['move-rootuserpages'] = true;
5203$wgGroupPermissions['sysop']['move-categorypages'] = true;
5204$wgGroupPermissions['sysop']['patrol'] = true;
5205$wgGroupPermissions['sysop']['autopatrol'] = true;
5206$wgGroupPermissions['sysop']['protect'] = true;
5207$wgGroupPermissions['sysop']['editprotected'] = true;
5208$wgGroupPermissions['sysop']['rollback'] = true;
5209$wgGroupPermissions['sysop']['upload'] = true;
5210$wgGroupPermissions['sysop']['reupload'] = true;
5211$wgGroupPermissions['sysop']['reupload-shared'] = true;
5212$wgGroupPermissions['sysop']['unwatchedpages'] = true;
5213$wgGroupPermissions['sysop']['autoconfirmed'] = true;
5214$wgGroupPermissions['sysop']['editsemiprotected'] = true;
5215$wgGroupPermissions['sysop']['ipblock-exempt'] = true;
5216$wgGroupPermissions['sysop']['blockemail'] = true;
5217$wgGroupPermissions['sysop']['markbotedits'] = true;
5218$wgGroupPermissions['sysop']['apihighlimits'] = true;
5219$wgGroupPermissions['sysop']['browsearchive'] = true;
5220$wgGroupPermissions['sysop']['noratelimit'] = true;
5221$wgGroupPermissions['sysop']['movefile'] = true;
5222$wgGroupPermissions['sysop']['unblockself'] = true;
5223$wgGroupPermissions['sysop']['suppressredirect'] = true;
5224# $wgGroupPermissions['sysop']['pagelang'] = true;
5225# $wgGroupPermissions['sysop']['upload_by_url'] = true;
5226$wgGroupPermissions['sysop']['mergehistory'] = true;
5227$wgGroupPermissions['sysop']['managechangetags'] = true;
5228$wgGroupPermissions['sysop']['deletechangetags'] = true;
5229
5230// Permission to change users' group assignments
5231$wgGroupPermissions['bureaucrat']['userrights'] = true;
5232$wgGroupPermissions['bureaucrat']['noratelimit'] = true;
5233// Permission to change users' groups assignments across wikis
5234# $wgGroupPermissions['bureaucrat']['userrights-interwiki'] = true;
5235// Permission to export pages including linked pages regardless of $wgExportMaxLinkDepth
5236# $wgGroupPermissions['bureaucrat']['override-export-depth'] = true;
5237
5238# $wgGroupPermissions['sysop']['deletelogentry'] = true;
5239# $wgGroupPermissions['sysop']['deleterevision'] = true;
5240// To hide usernames from users and Sysops
5241# $wgGroupPermissions['suppress']['hideuser'] = true;
5242// To hide revisions/log items from users and Sysops
5243# $wgGroupPermissions['suppress']['suppressrevision'] = true;
5244// To view revisions/log items hidden from users and Sysops
5245# $wgGroupPermissions['suppress']['viewsuppressed'] = true;
5246// For private suppression log access
5247# $wgGroupPermissions['suppress']['suppressionlog'] = true;
5248
5255# $wgGroupPermissions['developer']['siteadmin'] = true;
5256
5269
5273$wgImplicitGroups = [ '*', 'user', 'autoconfirmed' ];
5274
5297
5302
5310$wgRestrictionTypes = [ 'create', 'edit', 'move', 'upload' ];
5311
5323$wgRestrictionLevels = [ '', 'autoconfirmed', 'sysop' ];
5324
5335
5349
5358
5369
5391
5402
5461 'autoconfirmed' => [ '&',
5464 ],
5465];
5466
5486 'onEdit' => [],
5487];
5488
5494
5518
5523
5529
5535
5544
5567 'count' => 0,
5568 'seconds' => 86400,
5569] ];
5570
5583
5588
5595
5619$wgDnsBlacklistUrls = [ 'http.dnsbl.sorbs.net.' ];
5620
5626
5635
5642
5679 // Page edits
5680 'edit' => [
5681 'ip' => [ 8, 60 ],
5682 'newbie' => [ 8, 60 ],
5683 'user' => [ 90, 60 ],
5684 ],
5685 // Page moves
5686 'move' => [
5687 'newbie' => [ 2, 120 ],
5688 'user' => [ 8, 60 ],
5689 ],
5690 // File uploads
5691 'upload' => [
5692 'ip' => [ 8, 60 ],
5693 'newbie' => [ 8, 60 ],
5694 ],
5695 // Page rollbacks
5696 'rollback' => [
5697 'user' => [ 10, 60 ],
5698 'newbie' => [ 5, 120 ]
5699 ],
5700 // Triggering password resets emails
5701 'mailpassword' => [
5702 'ip' => [ 5, 3600 ],
5703 ],
5704 // Emailing other users using MediaWiki
5705 'emailuser' => [
5706 'ip' => [ 5, 86400 ],
5707 'newbie' => [ 5, 86400 ],
5708 'user' => [ 20, 86400 ],
5709 ],
5710 'changeemail' => [
5711 'ip-all' => [ 10, 3600 ],
5712 'user' => [ 4, 86400 ]
5713 ],
5714 // Purging pages
5715 'purge' => [
5716 'ip' => [ 30, 60 ],
5717 'user' => [ 30, 60 ],
5718 ],
5719 // Purges of link tables
5720 'linkpurge' => [
5721 'ip' => [ 30, 60 ],
5722 'user' => [ 30, 60 ],
5723 ],
5724 // Files rendered via thumb.php or thumb_handler.php
5725 'renderfile' => [
5726 'ip' => [ 700, 30 ],
5727 'user' => [ 700, 30 ],
5728 ],
5729 // Same as above but for non-standard thumbnails
5730 'renderfile-nonstandard' => [
5731 'ip' => [ 70, 30 ],
5732 'user' => [ 70, 30 ],
5733 ],
5734 // Stashing edits into cache before save
5735 'stashedit' => [
5736 'ip' => [ 30, 60 ],
5737 'newbie' => [ 30, 60 ],
5738 ],
5739 // Adding or removing change tags
5740 'changetag' => [
5741 'ip' => [ 8, 60 ],
5742 'newbie' => [ 8, 60 ],
5743 ],
5744 // Changing the content model of a page
5745 'editcontentmodel' => [
5746 'newbie' => [ 2, 120 ],
5747 'user' => [ 8, 60 ],
5748 ],
5749];
5750
5756
5763
5769
5783 // Short term limit
5784 [ 'count' => 5, 'seconds' => 300 ],
5785 // Long term limit. We need to balance the risk
5786 // of somebody using this as a DoS attack to lock someone
5787 // out of their account, and someone doing a brute force attack.
5788 [ 'count' => 150, 'seconds' => 60 * 60 * 48 ],
5789];
5790
5802
5803// @TODO: clean up grants
5804// @TODO: auto-include read/editsemiprotected rights?
5805
5806$wgGrantPermissions['basic']['autoconfirmed'] = true;
5807$wgGrantPermissions['basic']['autopatrol'] = true;
5808$wgGrantPermissions['basic']['editsemiprotected'] = true;
5809$wgGrantPermissions['basic']['ipblock-exempt'] = true;
5810$wgGrantPermissions['basic']['nominornewtalk'] = true;
5811$wgGrantPermissions['basic']['patrolmarks'] = true;
5812$wgGrantPermissions['basic']['purge'] = true;
5813$wgGrantPermissions['basic']['read'] = true;
5814$wgGrantPermissions['basic']['skipcaptcha'] = true;
5815$wgGrantPermissions['basic']['writeapi'] = true;
5816
5817$wgGrantPermissions['highvolume']['bot'] = true;
5818$wgGrantPermissions['highvolume']['apihighlimits'] = true;
5819$wgGrantPermissions['highvolume']['noratelimit'] = true;
5820$wgGrantPermissions['highvolume']['markbotedits'] = true;
5821
5822$wgGrantPermissions['editpage']['edit'] = true;
5823$wgGrantPermissions['editpage']['minoredit'] = true;
5824$wgGrantPermissions['editpage']['applychangetags'] = true;
5825$wgGrantPermissions['editpage']['changetags'] = true;
5826
5827$wgGrantPermissions['editprotected'] = $wgGrantPermissions['editpage'];
5828$wgGrantPermissions['editprotected']['editprotected'] = true;
5829
5830$wgGrantPermissions['editmycssjs'] = $wgGrantPermissions['editpage'];
5831$wgGrantPermissions['editmycssjs']['editmyusercss'] = true;
5832$wgGrantPermissions['editmycssjs']['editmyuserjs'] = true;
5833
5834$wgGrantPermissions['editmyoptions']['editmyoptions'] = true;
5835
5836$wgGrantPermissions['editinterface'] = $wgGrantPermissions['editpage'];
5837$wgGrantPermissions['editinterface']['editinterface'] = true;
5838$wgGrantPermissions['editinterface']['editusercss'] = true;
5839$wgGrantPermissions['editinterface']['edituserjs'] = true;
5840
5841$wgGrantPermissions['createeditmovepage'] = $wgGrantPermissions['editpage'];
5842$wgGrantPermissions['createeditmovepage']['createpage'] = true;
5843$wgGrantPermissions['createeditmovepage']['createtalk'] = true;
5844$wgGrantPermissions['createeditmovepage']['move'] = true;
5845$wgGrantPermissions['createeditmovepage']['move-rootuserpages'] = true;
5846$wgGrantPermissions['createeditmovepage']['move-subpages'] = true;
5847$wgGrantPermissions['createeditmovepage']['move-categorypages'] = true;
5848
5849$wgGrantPermissions['uploadfile']['upload'] = true;
5850$wgGrantPermissions['uploadfile']['reupload-own'] = true;
5851
5852$wgGrantPermissions['uploadeditmovefile'] = $wgGrantPermissions['uploadfile'];
5853$wgGrantPermissions['uploadeditmovefile']['reupload'] = true;
5854$wgGrantPermissions['uploadeditmovefile']['reupload-shared'] = true;
5855$wgGrantPermissions['uploadeditmovefile']['upload_by_url'] = true;
5856$wgGrantPermissions['uploadeditmovefile']['movefile'] = true;
5857$wgGrantPermissions['uploadeditmovefile']['suppressredirect'] = true;
5858
5859$wgGrantPermissions['patrol']['patrol'] = true;
5860
5861$wgGrantPermissions['rollback']['rollback'] = true;
5862
5863$wgGrantPermissions['blockusers']['block'] = true;
5864$wgGrantPermissions['blockusers']['blockemail'] = true;
5865
5866$wgGrantPermissions['viewdeleted']['browsearchive'] = true;
5867$wgGrantPermissions['viewdeleted']['deletedhistory'] = true;
5868$wgGrantPermissions['viewdeleted']['deletedtext'] = true;
5869
5870$wgGrantPermissions['viewrestrictedlogs']['suppressionlog'] = true;
5871
5873 $wgGrantPermissions['viewdeleted'];
5874$wgGrantPermissions['delete']['delete'] = true;
5875$wgGrantPermissions['delete']['bigdelete'] = true;
5876$wgGrantPermissions['delete']['deletelogentry'] = true;
5877$wgGrantPermissions['delete']['deleterevision'] = true;
5878$wgGrantPermissions['delete']['undelete'] = true;
5879
5880$wgGrantPermissions['protect'] = $wgGrantPermissions['editprotected'];
5881$wgGrantPermissions['protect']['protect'] = true;
5882
5883$wgGrantPermissions['viewmywatchlist']['viewmywatchlist'] = true;
5884
5885$wgGrantPermissions['editmywatchlist']['editmywatchlist'] = true;
5886
5887$wgGrantPermissions['sendemail']['sendemail'] = true;
5888
5889$wgGrantPermissions['createaccount']['createaccount'] = true;
5890
5891$wgGrantPermissions['privateinfo']['viewmyprivateinfo'] = true;
5892
5898 // Hidden grants are implicitly present
5899 'basic' => 'hidden',
5900
5901 'editpage' => 'page-interaction',
5902 'createeditmovepage' => 'page-interaction',
5903 'editprotected' => 'page-interaction',
5904 'patrol' => 'page-interaction',
5905
5906 'uploadfile' => 'file-interaction',
5907 'uploadeditmovefile' => 'file-interaction',
5908
5909 'sendemail' => 'email',
5910
5911 'viewmywatchlist' => 'watchlist-interaction',
5912 'editviewmywatchlist' => 'watchlist-interaction',
5913
5914 'editmycssjs' => 'customization',
5915 'editmyoptions' => 'customization',
5916
5917 'editinterface' => 'administration',
5918 'rollback' => 'administration',
5919 'blockusers' => 'administration',
5920 'delete' => 'administration',
5921 'viewdeleted' => 'administration',
5922 'viewrestrictedlogs' => 'administration',
5923 'protect' => 'administration',
5924 'createaccount' => 'administration',
5925
5926 'highvolume' => 'high-volume',
5927
5928 'privateinfo' => 'private-information',
5929];
5930
5936
5943
5953
# end of user rights settings
5955
5956/************************************************************************/
5965
5976
# end of proxy scanner settings
5978
5979/************************************************************************/
5988
5996
6002
6008
6016
6024
6031
6038
6043
6048
6057
# end of cookie settings }
6059
6060/************************************************************************/
6072
# end LaTeX }
6074
6075/************************************************************************/
6089
6094
6101
6108
6118
6128
6135 // HTTP GET/HEAD requests.
6136 // Master queries should not happen on GET requests
6137 'GET' => [
6138 'masterConns' => 0,
6139 'writes' => 0,
6140 'readQueryTime' => 5
6141 ],
6142 // HTTP POST requests.
6143 // Master reads and writes will happen for a subset of these.
6144 'POST' => [
6145 'readQueryTime' => 5,
6146 'writeQueryTime' => 1,
6147 'maxAffected' => 1000
6148 ],
6149 'POST-nonwrite' => [
6150 'masterConns' => 0,
6151 'writes' => 0,
6152 'readQueryTime' => 5
6153 ],
6154 // Deferred updates that run after HTTP response is sent
6155 'PostSend' => [
6156 'readQueryTime' => 5,
6157 'writeQueryTime' => 1,
6158 'maxAffected' => 1000,
6159 // Log master queries under the post-send entry point as they are discouraged
6160 'masterConns' => 0,
6161 'writes' => 0,
6162 ],
6163 // Background job runner
6164 'JobRunner' => [
6165 'readQueryTime' => 30,
6166 'writeQueryTime' => 5,
6167 'maxAffected' => 500 // ballpark of $wgUpdateRowsPerQuery
6168 ],
6169 // Command-line scripts
6170 'Maintenance' => [
6171 'writeQueryTime' => 5,
6172 'maxAffected' => 1000
6173 ]
6174];
6175
6207
6230 'class' => '\\MediaWiki\\Logger\\LegacySpi',
6231];
6232
6239
6245
6250
6255
6262
6270
6280
6285
6290
6297
6303
6310
6316
6324
6336
6345
6353
6360
6368
6383
6388
6394
6403
# end of profiling, testing and debugging }
6405
6406/************************************************************************/
6415
6421
6426$wgSearchHighlightBoundaries = '[\p{Z}\p{P}\p{C}]';
6427
6439
6449 'application/x-suggestions+json' => false,
6450 'application/x-suggestions+xml' => false,
6451];
6452
6460
6466
6471
6476
6482
6493 NS_MAIN => true,
6494];
6495
6501
6518
6525
6532
6548
6555
# end of search settings
6557
6558/************************************************************************/
6567$wgDiff3 = '/usr/bin/diff3';
6568
6572$wgDiff = '/usr/bin/diff';
6573
6580 NS_CATEGORY => true
6581];
6582
6589
6596
# end edit UI }
6598
6599/************************************************************************/
6609if ( !isset( $wgCommandLineMode ) ) {
6610 $wgCommandLineMode = false;
6611}
6618
6628
6637
6648
6652$wgGitBin = '/usr/bin/git';
6653
6668 'https://(?:[a-z0-9_]+@)?gerrit.wikimedia.org/r/(?:p/)?(.*)' =>
6669 'https://phabricator.wikimedia.org/r/revision/%R;%H',
6670 'ssh://(?:[a-z0-9_]+@)?gerrit.wikimedia.org:29418/(.*)' =>
6671 'https://phabricator.wikimedia.org/r/revision/%R;%H',
6672];
6673
# End of maintenance }
6675
6676/************************************************************************/
6686$wgRCMaxAge = 90 * 24 * 3600;
6687
6693$wgWatchersMaxAge = 180 * 24 * 3600;
6694
6702
6711
6716$wgRCLinkLimits = [ 50, 100, 250, 500 ];
6717
6722$wgRCLinkDays = [ 1, 3, 7, 14, 30 ];
6723
6778
6785 'redis' => 'RedisPubSubFeedEngine',
6786 'udp' => 'UDPRCFeedEngine',
6787];
6788
6801
6807
6819
6827
6834
6839
6846
6851
6855$wgFeed = true;
6856
6862
6872
6878
6892
6899 'rss' => 'RSSFeed',
6900 'atom' => 'AtomFeed',
6901];
6902
6908
6913
6918
6925
6931
6937
6942
6948
6957
6983 'newpage' => [
6984 'letter' => 'newpageletter',
6985 'title' => 'recentchanges-label-newpage',
6986 'legend' => 'recentchanges-legend-newpage',
6987 'grouping' => 'any',
6988 ],
6989 'minor' => [
6990 'letter' => 'minoreditletter',
6991 'title' => 'recentchanges-label-minor',
6992 'legend' => 'recentchanges-legend-minor',
6993 'class' => 'minoredit',
6994 'grouping' => 'all',
6995 ],
6996 'bot' => [
6997 'letter' => 'boteditletter',
6998 'title' => 'recentchanges-label-bot',
6999 'legend' => 'recentchanges-legend-bot',
7000 'class' => 'botedit',
7001 'grouping' => 'all',
7002 ],
7003 'unpatrolled' => [
7004 'letter' => 'unpatrolledletter',
7005 'title' => 'recentchanges-label-unpatrolled',
7006 'legend' => 'recentchanges-legend-unpatrolled',
7007 'grouping' => 'any',
7008 ],
7009];
7010
# end RC/watchlist }
7012
7013/************************************************************************/
7026
7033
7041
7046
7051
7060
7066
# end of copyright and credits settings }
7068
7069/************************************************************************/
7097
7106
7113
7120
7125
7138
7143
7148
7156
# end of import/export }
7158
7159/*************************************************************************/
7169
7197
7224
7231
7247
7252
7262
7270
7275
7282
7336
7342$wgAuth = null;
7343
7379
7392 __DIR__ . '/ServiceWiring.php'
7393];
7394
7402 'refreshLinks' => 'RefreshLinksJob',
7403 'deleteLinks' => 'DeleteLinksJob',
7404 'htmlCacheUpdate' => 'HTMLCacheUpdateJob',
7405 'sendMail' => 'EmaillingJob',
7406 'enotifNotify' => 'EnotifNotifyJob',
7407 'fixDoubleRedirect' => 'DoubleRedirectJob',
7408 'AssembleUploadChunks' => 'AssembleUploadChunksJob',
7409 'PublishStashedFile' => 'PublishStashedFileJob',
7410 'ThumbnailRender' => 'ThumbnailRenderJob',
7411 'recentChangesUpdate' => 'RecentChangesUpdateJob',
7412 'refreshLinksPrioritized' => 'RefreshLinksJob',
7413 'refreshLinksDynamic' => 'RefreshLinksJob',
7414 'activityUpdateJob' => 'ActivityUpdateJob',
7415 'categoryMembershipChange' => 'CategoryMembershipChangeJob',
7416 'cdnPurge' => 'CdnPurgeJob',
7417 'enqueue' => 'EnqueueJob', // local queue for multi-DC setups
7418 'null' => 'NullJob'
7419];
7420
7432$wgJobTypesExcludedFromDefaultQueue = [ 'AssembleUploadChunks', 'PublishStashedFile' ];
7433
7444
7459
7467 'default' => [ 'class' => 'JobQueueDB', 'order' => 'random', 'claimTTL' => 3600 ],
7468];
7469
7475 'class' => 'JobQueueAggregatorNull'
7476];
7477
7490
7496 'Statistics' => [ 'SiteStatsUpdate', 'cacheUpdate' ]
7497];
7498
7507 'hiddencat' => 'categorylinks',
7508];
7509
# End extensions }
7511
7512/*************************************************************************/
7521
7527
7532
7559
# End categories }
7561
7562/*************************************************************************/
7574 '',
7575 'block',
7576 'protect',
7577 'rights',
7578 'delete',
7579 'upload',
7580 'move',
7581 'import',
7582 'patrol',
7583 'merge',
7584 'suppress',
7585 'tag',
7586 'managetags',
7587 'contentmodel',
7588];
7589
7598 'suppress' => 'suppressionlog'
7599];
7600
7621 'patrol' => true,
7622 'tag' => true,
7623];
7624
7635 '' => 'all-logs-page',
7636 'block' => 'blocklogpage',
7637 'protect' => 'protectlogpage',
7638 'rights' => 'rightslog',
7639 'delete' => 'dellogpage',
7640 'upload' => 'uploadlogpage',
7641 'move' => 'movelogpage',
7642 'import' => 'importlogpage',
7643 'patrol' => 'patrol-log-page',
7644 'merge' => 'mergelog',
7645 'suppress' => 'suppressionlog',
7646];
7647
7658 '' => 'alllogstext',
7659 'block' => 'blocklogtext',
7660 'delete' => 'dellogpagetext',
7661 'import' => 'importlogpagetext',
7662 'merge' => 'mergelogpagetext',
7663 'move' => 'movelogpagetext',
7664 'patrol' => 'patrol-log-header',
7665 'protect' => 'protectlogtext',
7666 'rights' => 'rightslogtext',
7667 'suppress' => 'suppressionlogtext',
7668 'upload' => 'uploadlogpagetext',
7669];
7670
7678
7686 'block/block' => 'BlockLogFormatter',
7687 'block/reblock' => 'BlockLogFormatter',
7688 'block/unblock' => 'BlockLogFormatter',
7689 'contentmodel/change' => 'ContentModelLogFormatter',
7690 'contentmodel/new' => 'ContentModelLogFormatter',
7691 'delete/delete' => 'DeleteLogFormatter',
7692 'delete/delete_redir' => 'DeleteLogFormatter',
7693 'delete/event' => 'DeleteLogFormatter',
7694 'delete/restore' => 'DeleteLogFormatter',
7695 'delete/revision' => 'DeleteLogFormatter',
7696 'import/interwiki' => 'ImportLogFormatter',
7697 'import/upload' => 'ImportLogFormatter',
7698 'managetags/activate' => 'LogFormatter',
7699 'managetags/create' => 'LogFormatter',
7700 'managetags/deactivate' => 'LogFormatter',
7701 'managetags/delete' => 'LogFormatter',
7702 'merge/merge' => 'MergeLogFormatter',
7703 'move/move' => 'MoveLogFormatter',
7704 'move/move_redir' => 'MoveLogFormatter',
7705 'patrol/patrol' => 'PatrolLogFormatter',
7706 'patrol/autopatrol' => 'PatrolLogFormatter',
7707 'protect/modify' => 'ProtectLogFormatter',
7708 'protect/move_prot' => 'ProtectLogFormatter',
7709 'protect/protect' => 'ProtectLogFormatter',
7710 'protect/unprotect' => 'ProtectLogFormatter',
7711 'rights/autopromote' => 'RightsLogFormatter',
7712 'rights/rights' => 'RightsLogFormatter',
7713 'suppress/block' => 'BlockLogFormatter',
7714 'suppress/delete' => 'DeleteLogFormatter',
7715 'suppress/event' => 'DeleteLogFormatter',
7716 'suppress/reblock' => 'BlockLogFormatter',
7717 'suppress/revision' => 'DeleteLogFormatter',
7718 'tag/update' => 'TagLogFormatter',
7719 'upload/overwrite' => 'UploadLogFormatter',
7720 'upload/revert' => 'UploadLogFormatter',
7721 'upload/upload' => 'UploadLogFormatter',
7722];
7723
7733 'block' => [
7734 'block' => [ 'block' ],
7735 'reblock' => [ 'reblock' ],
7736 'unblock' => [ 'unblock' ],
7737 ],
7738 'contentmodel' => [
7739 'change' => [ 'change' ],
7740 'new' => [ 'new' ],
7741 ],
7742 'delete' => [
7743 'delete' => [ 'delete' ],
7744 'delete_redir' => [ 'delete_redir' ],
7745 'restore' => [ 'restore' ],
7746 'event' => [ 'event' ],
7747 'revision' => [ 'revision' ],
7748 ],
7749 'import' => [
7750 'interwiki' => [ 'interwiki' ],
7751 'upload' => [ 'upload' ],
7752 ],
7753 'managetags' => [
7754 'create' => [ 'create' ],
7755 'delete' => [ 'delete' ],
7756 'activate' => [ 'activate' ],
7757 'deactivate' => [ 'deactivate' ],
7758 ],
7759 'move' => [
7760 'move' => [ 'move' ],
7761 'move_redir' => [ 'move_redir' ],
7762 ],
7763 'newusers' => [
7764 'create' => [ 'create', 'newusers' ],
7765 'create2' => [ 'create2' ],
7766 'autocreate' => [ 'autocreate' ],
7767 'byemail' => [ 'byemail' ],
7768 ],
7769 'patrol' => [
7770 'patrol' => [ 'patrol' ],
7771 'autopatrol' => [ 'autopatrol' ],
7772 ],
7773 'protect' => [
7774 'protect' => [ 'protect' ],
7775 'modify' => [ 'modify' ],
7776 'unprotect' => [ 'unprotect' ],
7777 'move_prot' => [ 'move_prot' ],
7778 ],
7779 'rights' => [
7780 'rights' => [ 'rights' ],
7781 'autopromote' => [ 'autopromote' ],
7782 ],
7783 'suppress' => [
7784 'event' => [ 'event' ],
7785 'revision' => [ 'revision' ],
7786 'delete' => [ 'delete' ],
7787 'block' => [ 'block' ],
7788 'reblock' => [ 'reblock' ],
7789 ],
7790 'upload' => [
7791 'upload' => [ 'upload' ],
7792 'overwrite' => [ 'overwrite' ],
7793 ],
7794];
7795
7800
# end logging }
7802
7803/*************************************************************************/
7812
7818
7824
7830
# end special pages }
7832
7833/*************************************************************************/
7849 'credits' => true,
7850 'delete' => true,
7851 'edit' => true,
7852 'editchangetags' => 'SpecialPageAction',
7853 'history' => true,
7854 'info' => true,
7855 'markpatrolled' => true,
7856 'protect' => true,
7857 'purge' => true,
7858 'raw' => true,
7859 'render' => true,
7860 'revert' => true,
7861 'revisiondelete' => 'SpecialPageAction',
7862 'rollback' => true,
7863 'submit' => true,
7864 'unprotect' => true,
7865 'unwatch' => true,
7866 'view' => true,
7867 'watch' => true,
7868];
7869
# end actions }
7871
7872/*************************************************************************/
7883$wgDefaultRobotPolicy = 'index,follow';
7884
7900
7928
7940
# End robot policy }
7942
7943/************************************************************************/
7958
7965
7981
8019
8028
8037
8046
8055
8061
8067
8073
8080
8086
8091
8097 'MIMEsearch', // aiprop=mime
8098 'LinkSearch', // list=exturlusage
8099 'FileDuplicateSearch', // prop=duplicatefiles
8100];
8101
8106
8113
8118
8123
8129
8151
8158
# End AJAX and API }
8160
8161/************************************************************************/
8170
8176
8181
8187
8212
8216$wgPhpCli = '/usr/bin/php';
8217
8252$wgShellLocale = 'C.UTF-8';
8253
# End shell }
8255
8256/************************************************************************/
8266
8272
8277
8282
8297
8303
# End HTTP client }
8305
8306/************************************************************************/
8318
8327
8332
8337
# End job queue }
8339
8340/************************************************************************/
8352
8366
8376
8382
8388
8393
8399
8405
8439
8444
8454
8466
8481
8493 CONTENT_MODEL_WIKITEXT, // Just for completeness, wikitext will always be parsed.
8494 CONTENT_MODEL_JAVASCRIPT, // Make categories etc work, people put them into comments.
8495 CONTENT_MODEL_CSS, // Make categories etc work, people put them into comments.
8496];
8497
8504 'mediawiki' => 'MediaWikiSite',
8505];
8506
8513
8521
8529
8538
8548
8556
8564
8603 'paths' => [],
8604 'modules' => [],
8605 'global' => [
8606 # Timeout in seconds
8607 'timeout' => 360,
8608 # 'domain' is set to $wgCanonicalServer in Setup.php
8609 'forwardCookies' => false,
8610 'HTTPProxy' => null
8611 ]
8612];
8613
8622
8634$wgPopularPasswordFile = __DIR__ . '/../serialized/commonpasswords.cdb';
8635
8636/*
8637 * Max time (in seconds) a user-generated transaction can spend in writes.
8638 * If exceeded, the transaction is rolled back with an error instead of being committed.
8639 *
8640 * @var int|bool Disabled if false
8641 * @since 1.27
8642 */
8644
8645/*
8646 * Max time (in seconds) a job-generated transaction can spend in writes.
8647 * If exceeded, the transaction is rolled back with an error instead of being committed.
8648 *
8649 * @var int|bool Disabled if false
8650 * @since 1.30
8651 */
8653
8674 'default' => [
8675 'class' => 'EventRelayerNull',
8676 ]
8677];
8678
8693
8703 'https://3hub.co' => true,
8704 'https://morepro.info' => true,
8705 'https://p.ato.mx' => true,
8706 'https://s.ato.mx' => true,
8707 'https://adserver.adtech.de' => true,
8708 'https://ums.adtechus.com' => true,
8709 'https://cas.criteo.com' => true,
8710 'https://cat.nl.eu.criteo.com' => true,
8711 'https://atpixel.alephd.com' => true,
8712 'https://rtb.metrigo.com' => true,
8713 'https://d5p.de17a.com' => true,
8714 'https://ad.lkqd.net/vpaid/vpaid.js' => true,
8715];
8716
8725 'IPv4' => 16,
8726 'IPv6' => 32,
8727];
8728
8745
8764
8771
and(b) You must cause any modified files to carry prominent notices stating that You changed the files
in the Source form of any Derivative Works that You all copyright
to move a page</td >< td > &*You are moving the page across *A non empty talk page already exists under the new or *You uncheck the box below In those you will have to move or merge the page manually if desired</td >< td > be sure to &You are responsible for making sure that links continue to point where they are supposed to go Note that the page will &a page at the new title
$wgGalleryOptions
Parameters for the "<gallery>" tag.
$wgObjectCaches
Advanced object cache configuration.
$wgMaxShellWallClockTime
Maximum wall clock time (i.e.
$wgJobTypeConf
Map of job types to configuration arrays.
$wgAntivirus
Internal name of virus scanner.
$wgRestrictionLevels
Rights which can be required for each protection level (via action=protect)
$wgDisableHardRedirects
Disable redirects to special pages and interwiki redirects, which use a 302 and have no "redirected f...
$wgExemptFromUserRobotsControl
An array of namespace keys in which the INDEX/__NOINDEX__ magic words will not function,...
$wgCustomConvertCommand
Use another resizing converter, e.g.
$wgRightsIcon
Override for copyright metadata.
$wgCacheEpoch
Set this to current time to invalidate all prior cached pages.
$wgCdnMaxageLagged
Cache timeout for the CDN when DB replica DB lag is high.
$wgLegalTitleChars
Allowed title characters – regex character class Don't change this unless you know what you're doing.
$wgUploadThumbnailRenderHttpCustomHost
When using the "http" wgUploadThumbnailRenderMethod, lets one specify a custom Host HTTP header.
$wgBreakFrames
Break out of framesets.
bool $wgPageLanguageUseDB
Enable page language feature Allows setting page language in database.
$wgCookieSetOnAutoblock
Whether to set a cookie when a user is autoblocked.
$wgMaxInterlacingAreas
Array of max pixel areas for interlacing per MIME type.
$wgAdvancedSearchHighlighting
Set to true to have nicer highlighted text in search results, by default off due to execution overhea...
$wgUsePathInfo
Whether to support URLs like index.php/Page_title These often break when PHP is set up in CGI mode.
$wgUseSiteCss
Use the site's Cascading Style Sheets (CSS)?
$wgInterwikiExpiry
Expiry time for cache of interwiki table.
$wgAPIUselessQueryPages
The ApiQueryQueryPages module should skip pages that are redundant to true API queries.
$wgResourceLoaderMinifierMaxLineLength
Maximum line length when minifying JavaScript.
$wgGitRepositoryViewers
Map GIT repository URLs to viewer URLs to provide links in Special:Version.
$wgFileBackends
File backend structure configuration.
string $wgCentralIdLookupProvider
Central ID lookup provider to use by default.
$wgUseTinyRGBForJPGThumbnails
When this variable is true and JPGs use the sRGB ICC profile, swaps it for the more lightweight (and ...
$wgExtensionEntryPointListFiles
Array of files with list(s) of extension entry points to be used in maintenance/mergeMessageFileList....
$wgSemiprotectedRestrictionLevels
Restriction levels that should be considered "semiprotected".
Array $wgGrantPermissions
Map of (grant => right => boolean) Users authorize consumers (like Apps) to act on their behalf but o...
$wgLanguageCode
Site language code.
$wgFileExtensions
This is the list of preferred extensions for uploading files.
$wgAllowImageMoving
Allows to move images and other media files.
$wgMaximumMovedPages
Maximum number of pages to move at once when moving subpages with a page.
$wgConfigRegistry
Registry of factory functions to create config objects: The 'main' key must be set,...
$wgParserCacheType
The cache type for storing article HTML.
$wgRateLimitsExcludedIPs
Array of IPs / CIDR ranges which should be excluded from rate limits.
$wgSessionHandler
$wgMemoryLimit
The minimum amount of memory that MediaWiki "needs"; MediaWiki will try to raise PHP's memory limit i...
$wgMaxTemplateDepth
Maximum recursion depth for templates within templates.
$wgAPIMetaModules
API Query meta module extensions.
$wgGroupsRemoveFromSelf
$wgSharedThumbnailScriptPath
$wgEmergencyContact
Site admin email address.
$wgRCShowWatchingUsers
Show watching users in recent changes, watchlist and page history views.
$wgDBprefix
Table name prefix.
$wgAPIMaxResultSize
The maximum size (in bytes) of an API result.
$wgNewPasswordExpiry
The time, in seconds, when an emailed temporary password expires.
$wgMaxPPNodeCount
A complexity limit on template expansion: the maximum number of nodes visited by PPFrame::expand()
$wgPreviewOnOpenNamespaces
Which namespaces have special treatment where they should be preview-on-open Internally only Category...
$wgAllowUserJs
Allow user Javascript page? This enables a lot of neat customizations, but may increase security risk...
$wgEnotifWatchlist
Allow users to enable email notification ("enotif") on watchlist changes.
$wgCdnReboundPurgeDelay
If set, any SquidPurge call on a URL or URLs will send a second purge no less than this many seconds ...
$wgArticleRobotPolicies
Robot policies per article.
$wgApplyIpBlocksToXff
Whether to look at the X-Forwarded-For header's list of (potentially spoofed) IPs and apply IP blocks...
$wgLegacySchemaConversion
If set to true, the MediaWiki 1.4 to 1.5 schema conversion will create stub reference rows in the tex...
$wgDBuser
Database username.
$wgCategoryPagingLimit
Paging limit for categories.
$wgFeedCacheTimeout
Minimum timeout for cached Recentchanges feed, in seconds.
$wgUserEmailConfirmationTokenExpiry
The time, in seconds, when an email confirmation email expires.
$wgRemoveGroups
$wgSessionProviders
MediaWiki\Session\SessionProvider configuration.
$wgUpdateCompatibleMetadata
If to automatically update the img_metadata field if the metadata field is outdated but compatible wi...
$wgUploadMaintenance
To disable file delete/restore temporarily.
$wgUniversalEditButton
Enable the UniversalEditButton for browsers that support it (currently only Firefox with an extension...
$wgMaxArticleSize
Maximum article size in kilobytes.
$wgMaxGeneratedPPNodeCount
A complexity limit on template expansion: the maximum number of elements generated by Preprocessor::p...
string $wgPHPSessionHandling
Whether to use PHP session handling ($_SESSION and session_*() functions)
$wgCrossSiteAJAXdomainExceptions
Domains that should not be allowed to make AJAX requests, even if they match one of the domains allow...
$wgEnableParserLimitReporting
Whether to include the NewPP limit report as a HTML comment.
$wgDisableCookieCheck
By default, MediaWiki checks if the client supports cookies during the login process,...
$wgEnotifMaxRecips
Maximum number of users to mail at once when using impersonal mail.
$wgEnotifUserTalk
Allow users to enable email notification ("enotif") when someone edits their user talk page.
$wgUploadStashMaxAge
The maximum age of temporary (incomplete) uploaded files.
$wgLearnerMemberSince
Name of the external diff engine to use.
$wgExportFromNamespaces
Whether to allow the "export all pages in namespace" option.
$wgDefaultRobotPolicy
Default robot policy.
$wgCascadingRestrictionLevels
Restriction levels that can be used with cascading protection.
$wgExtraSignatureNamespaces
Array of namespaces, in addition to the talk namespaces, where signatures (~~~~) are likely to be use...
$wgStatsdMetricPrefix
Prefix for metric names sent to $wgStatsdServer.
$wgAutoblockExpiry
Number of seconds before autoblock entries expire.
$wgLocalDatabases
Other wikis on this site, can be administered from a single developer account.
$wgDefaultLanguageVariant
Default variant code, if false, the default will be the language code.
$wgBrowserBlackList
$wgMessagesDirs
Extension messages directories.
$wgDisableQueryPageUpdate
Set this to an array of special page names to prevent maintenance/updateSpecialPages....
$wgParserTestFiles
Parser test suite files to be run by parserTests.php when no specific filename is passed to it.
$wgProxyList
Big list of banned IP addresses.
$wgScript
The URL path to index.php.
$wgLegacyEncoding
Set this to eg 'ISO-8859-1' to perform character set conversion when loading old revisions not marked...
$wgUseInstantCommons
Use Commons as a remote file repository.
$wgSQLiteDataDir
To override default SQLite data directory ($docroot/../data)
$wgThumbUpright
Adjust width of upright images when parameter 'upright' is used This allows a nicer look for upright ...
$wgEnableImageWhitelist
If $wgAllowExternalImages is false, you can allow an on-wiki whitelist of regular expression fragment...
$wgValidateAllHtml
Validate the overall output using tidy and refuse to display the page if it's not valid.
$wgPasswordExpireGrace
If a user's password is expired, the number of seconds when they can still login, and cancel their pa...
$wgFeedLimit
Set maximum number of results to return in syndication feeds (RSS, Atom) for eg Recentchanges,...
$wgActiveUserDays
How many days user must be idle before he is considered inactive.
$wgLockManagers
Array of configuration arrays for each lock manager.
$wgNamespacesWithSubpages
Which namespaces should support subpages? See Language.php for a list of namespaces.
$wgSiteTypes
Register handlers for specific types of sites.
$wgEditSubmitButtonLabelPublish
Whether to label the store-to-database-and-show-to-others button in the editor as "Save page"/"Save c...
$wgRawHtml
Allow raw, unchecked HTML in "<html>...</html>" sections.
$wgHiddenPrefs
An array of preferences to not show for the user.
$wgMaxRedirectLinksRetrieved
Maximum number of links to a redirect page listed on Special:Whatlinkshere/RedirectDestination.
$wgForeignUploadTargets
Array of foreign file repo names (set in $wgForeignFileRepos above) that are allowable upload targets...
$wgCheckFileExtensions
This is a flag to determine whether or not to check file extensions on upload.
$wgUserrightsInterwikiDelimiter
Character used as a delimiter when testing for interwiki userrights (In Special:UserRights,...
$wgUseCopyrightUpload
Set this to true if you want detailed copyright information forms on Upload.
$wgRCFeeds
Recentchanges items are periodically purged; entries older than this many seconds will go.
$wgNoFollowNsExceptions
Namespaces in which $wgNoFollowLinks doesn't apply.
$wgEnableOpenSearchSuggest
Enable OpenSearch suggestions requested by MediaWiki.
$wgCleanSignatures
If true, removes (by substituting) templates in signatures.
$wgDBadminuser
Separate username for maintenance tasks.
$wgUseLocalMessageCache
Set this to true to maintain a copy of the message cache on the local server.
$wgCountCategorizedImagesAsUsed
On Special:Unusedimages, consider images "used", if they are put into a category.
$wgInternalServer
Internal server name as known to CDN, if different.
$wgHTCPRouting
Routing configuration for HTCP multicast purging.
$wgCacheDirectory
Directory for caching data in the local filesystem.
$wgAutoloadAttemptLowercase
Switch controlling legacy case-insensitive classloading.
$wgHashedSharedUploadDirectory
Set the following to false especially if you have a set of files that need to be accessible by all wi...
$wgServerName
Server name.
$wgTidyConf
The path to the tidy config file.
$wgPageInfoTransclusionLimit
InfoAction retrieves a list of transclusion links (both to and from).
bool $wgEnableBotPasswords
Whether to enable bot passwords.
$wgAmericanDates
Enable dates like 'May 12' instead of '12 May', if the default date format is 'dmy or mdy'.
$wgGenerateThumbnailOnParse
Allow thumbnail rendering on page view.
$wgRightsUrl
Set this to specify an external URL containing details about the content license used on your wiki.
$wgRenderHashAppend
Append a configured value to the parser cache and the sitenotice key so that they can be kept separat...
$wgSharedTables
$wgSend404Code
Some web hosts attempt to rewrite all responses with a 404 (not found) status code,...
$wgStyleVersion
Bump this number when changing the global style sheets and JavaScript.
$wgMaxShellMemory
Maximum amount of virtual memory available to shell processes under linux, in KB.
$wgThumbLimits
Adjust thumbnails on image pages according to a user setting.
$wgSessionName
Override to customise the session name.
$wgHideIdentifiableRedirects
Should MediaWiki attempt to protect user's privacy when doing redirects? Keep this true if access cou...
$wgUseAjax
Enable AJAX framework.
$wgDefaultUserOptions
Settings added to this array will override the default globals for the user preferences used by anony...
$wgUploadStashScalerBaseUrl
To enable remote on-demand scaling, set this to the thumbnail base URL.
$wgBlockCIDRLimit
Limits on the possible sizes of range blocks.
$wgLogActions
Lists the message key string for formatting individual events of each type and action when listed in ...
int $wgHTTPTimeout
Timeout for HTTP requests done internally, in seconds.
$wgAdaptiveMessageCache
Instead of caching everything, only cache those messages which have been customised in the site conte...
$wgUseTagFilter
Allow filtering by change tag in recentchanges, history, etc Has no effect if no tags are defined in ...
$wgTrackingCategories
Array holding default tracking category names.
$wgUseImageResize
Whether to enable server-side image thumbnailing.
$wgSessionsInObjectCache
$wgDisableSearchUpdate
If you've disabled search semi-permanently, this also disables updates to the table.
$wgUseTeX
To use inline TeX, you need to compile 'texvc' (in the 'math' subdirectory of the MediaWiki package a...
$wgExtraInterlanguageLinkPrefixes
List of additional interwiki prefixes that should be treated as interlanguage links (i....
$wgDisableOutputCompression
Disable output compression (enabled by default if zlib is available)
$wgResourceLoaderLESSVars
Global LESS variables.
$wgTrxProfilerLimits
Performance expectations for DB usage.
$wgDebugLogPrefix
Prefix for debug log lines.
$wgLocalInterwiki
The interwiki prefix of the current wiki, or false if it doesn't have one.
$wgActionPaths
To set 'pretty' URL paths for actions other than plain page views, add to this array.
$wgSitemapNamespaces
Array of namespaces to generate a Google sitemap for when the maintenance/generateSitemap....
$wgLoginLanguageSelector
Show a bar of language selection links in the user login and user registration forms; edit the "login...
$wgDisableAnonTalk
Disable links to talk pages of anonymous users (IPs) in listings on special pages like page history,...
$wgAdvertisedFeedTypes
Which feed types should we provide by default? This can include 'rss', 'atom', neither,...
$wgAuthManagerConfig
Configure AuthManager.
$wgPhpCli
Executable path of the PHP cli binary (php/php5).
$wgAutopromoteOnceLogInRC
Put user rights log entries for autopromotion in recent changes?
$wgResourceLoaderMinifierStatementsOnOwnLine
Put each statement on its own line when minifying JavaScript.
$wgSecretKey
This should always be customised in LocalSettings.php.
$wgIgnoreImageErrors
If set, inline scaled images will still produce "<img>" tags ready for output instead of showing an e...
$wgMimeType
The default Content-Type header.
$wgEnableAutoRotation
If set to true, images that contain certain the exif orientation tag will be rotated accordingly.
$wgExtraGenderNamespaces
Same as above, but for namespaces with gender distinction.
$wgEnableUserEmail
Set to true to enable user-to-user e-mail.
$wgCookieExpiration
Default cookie lifetime, in seconds.
$wgPagePropLinkInvalidations
Page property link table invalidation lists.
$wgPasswordPolicy
Password policy for local wiki users.
$wgAllowUserCss
Allow user Cascading Style Sheets (CSS)? This enables a lot of neat customizations,...
$wgAutopromote
Array containing the conditions of automatic promotion of a user to specific groups.
$wgSVGConverter
Pick a converter defined in $wgSVGConverters.
$wgOverrideHostname
Override server hostname detection with a hardcoded value.
$wgSummarySpamRegex
Same as the above except for edit summaries.
$wgFallbackSkin
Fallback skin used when the skin defined by $wgDefaultSkin can't be found.
$wgQueryPageDefaultLimit
Integer defining default number of entries to show on special pages which are query-pages such as Spe...
$wgRevisionCacheExpiry
Revision text may be cached in $wgMemc to reduce load on external storage servers and object extracti...
$wgTranslateNumerals
For Hindi and Arabic use local numerals instead of Western style (0-9) numerals in interface.
$wgForcedRawSMaxage
Default maximum age for raw CSS/JS accesses.
$wgDjvuRenderer
Path of the ddjvu DJVU renderer Enable this and $wgDjvuDump to enable djvu rendering example: $wgDjvu...
$wgImageMagickTempDir
Temporary directory used for ImageMagick.
$wgUsejQueryThree
Use jQuery 3 (with jQuery Migrate) instead of jQuery 1.
$wgAllowDisplayTitle
Allow DISPLAYTITLE to change title display.
$wgTidyInternal
Set this to true to use the tidy extension.
$wgSitemapNamespacesPriorities
Custom namespace priorities for sitemaps.
$wgLogNames
Lists the message key string for each log type.
$wgSharedUploadPath
Full path on the web server where shared uploads can be found.
$wgCapitalLinks
Set this to false to avoid forcing the first letter of links to capitals.
$wgCdnMaxageSubstitute
Cache timeout for the CDN when a response is known to be wrong or incomplete (due to load)
$wgExperiencedUserMemberSince
Name of the external diff engine to use.
$wgResourceLoaderSources
Extensions should register foreign module sources here.
array $wgRangeContributionsCIDRLimit
Shortest CIDR limits that can be checked in any individual range check at Special:Contributions.
$wgLogExceptionBacktrace
If true, send the exception backtrace to the error log.
$wgSQLMode
SQL Mode - default is turning off all modes, including strict, if set.
$wgEnableJavaScriptTest
Allow running of javascript test suites via [[Special:JavaScriptTest]] (such as QUnit).
$wgHashedUploadDirectory
Set this to false if you do not want MediaWiki to divide your images directory into many subdirectori...
$wgPutIPinRC
Log IP addresses in the recentchanges table; can be accessed only by extensions (e....
$wgJobQueueAggregator
Which aggregator to use for tracking which queues have jobs.
$wgInvalidateCacheOnLocalSettingsChange
Invalidate various caches when LocalSettings.php changes.
$wgLocalStylePath
The URL path of the skins directory.
$wgAPIMaxLagThreshold
Maximum amount of DB lag on a majority of DB replica DBs to tolerate before forcing bots to retry any...
$wgResourceLoaderValidateStaticJS
If set to true, statically-sourced (file-backed) JavaScript resources will be parsed for validity bef...
$wgDBservers
Database load balancer This is a two-dimensional array, an array of server info structures Fields are...
$wgMaxPPExpandDepth
$wgThumbnailScriptPath
Give a path here to use thumb.php for thumbnail generation on client request, instead of generating t...
$wgNonincludableNamespaces
Pages in namespaces in this array can not be used as templates.
$wgExportPagelistLimit
Maximum number of pages returned by the GetPagesFromCategory and GetPagesFromNamespace functions.
array $wgDefaultExternalStore
The place to put new revisions, false to put them in the local text table.
$wgUseTidy
Set this to true to use the deprecated tidy configuration parameters.
$wgPasswordResetRoutes
Whether to allow password resets ("enter some identifying data, and we'll send an email with a tempor...
$wgHKDFSecret
Secret for hmac-based key derivation function (fast, cryptographically secure random numbers).
$wgRegisterInternalExternals
By default MediaWiki does not register links pointing to same server in externallinks dataset,...
$wgNoFollowLinks
If true, external URL links in wiki text will be given the rel="nofollow" attribute as a hint to sear...
$wgDisableLangConversion
Whether to enable language variant conversion.
$wgRestrictDisplayTitle
For consistency, restrict DISPLAYTITLE to text that normalizes to the same canonical DB key.
$wgSlaveLagWarning
If lag is higher than $wgSlaveLagWarning, show a warning in some special pages (like watchlist).
$wgMaxRedirects
Max number of redirects to follow when resolving redirects.
$wgFileCacheDepth
Depth of the subdirectory hierarchy to be created under $wgFileCacheDirectory.
$wgReadOnly
Set this to a string to put the wiki into read-only mode.
$wgResourceLoaderDebug
The default debug mode (on/off) for of ResourceLoader requests.
$wgAntivirusRequired
Determines if a failed virus scan (AV_SCAN_FAILED) will cause the file to be rejected.
$wgUseFilePatrol
Use file patrolling to check new files on Special:Newfiles.
$wgMediaHandlers
Plugins for media file type handling.
$wgImageLimits
Limit images on image description pages to a user-selectable limit.
$wgShowHostnames
Expose backend server host names through the API and various HTML comments.
$wgJobRunRate
Number of jobs to perform per request.
$wgAllowSpecialInclusion
Allow special page inclusions such as {{Special:Allpages}}.
$wgJobQueueIncludeInMaxLagFactor
Whether to include the number of jobs that are queued for the API's maxlag parameter.
$wgUseAutomaticEditSummaries
If user doesn't specify any edit summary when making a an edit, MediaWiki will try to automatically c...
$wgAllowUserCssPrefs
Allow user-preferences implemented in CSS? This allows users to customise the site appearance to a gr...
$wgCentralIdLookupProviders
Central ID lookup providers Key is the provider ID, value is a specification for ObjectFactory.
$wgUploadSizeWarning
Warn if uploaded files are larger than this (in bytes), or false to disable.
$wgAPIMaxUncachedDiffs
The maximum number of uncached diffs that can be retrieved in one API request.
$wgHTTPConnectTimeout
Timeout for connections done internally (in seconds) Only works for curl.
array $wgVirtualRestConfig
Global configuration variable for Virtual REST Services.
$wgProfileLimit
Only record profiling info for pages that took longer than this.
$wgGrammarForms
Some languages need different word forms, usually for different cases.
$wgDebugTidy
Put tidy warnings in HTML comments Only works for internal tidy.
$wgHTTPProxy
Proxy to use for CURL requests.
string null $wgAuthenticationTokenVersion
Versioning for authentication tokens.
$wgInterwikiPrefixDisplayTypes
Mapping of interwiki index prefixes to descriptors that can be used to change the display of interwik...
$wgExportAllowListContributors
Return distinct author list (when not returning full history)
$wgPasswordAttemptThrottle
Limit password attempts to X attempts per Y seconds per IP per account.
$wgContentNamespaces
Array of namespaces which can be deemed to contain valid "content", as far as the site statistics are...
string[] $wgSoftBlockRanges
IP ranges that should be considered soft-blocked (anon-only, account creation allowed).
$wgExtraNamespaces
Additional namespaces.
$wgSVGMaxSize
Don't scale a SVG larger than this.
$wgMaxShellFileSize
Maximum file size created by shell processes under linux, in KB ImageMagick convert for example can b...
$wgThumbnailBuckets
When defined, is an array of image widths used as buckets for thumbnail generation.
$wgDisableUploadScriptChecks
Setting this to true will disable the upload system's checks for HTML/JavaScript.
$wgAllowCategorizedRecentChanges
Enable filtering of categories in Recentchanges.
$wgDisabledVariants
Disabled variants array of language variant conversion.
$wgTmpDirectory
The local filesystem path to a temporary directory.
$wgStyleDirectory
Filesystem stylesheets directory.
$wgAutoloadClasses
Array mapping class names to filenames, for autoloading.
$wgShellCgroup
Under Linux: a cgroup directory used to constrain memory usage of shell commands.
$wgDBtype
Database type.
$wgTransactionalTimeLimit
The minimum amount of time that MediaWiki needs for "slow" write request, particularly ones with mult...
$wgDBmwschema
Mediawiki schema.
$wgMinUploadChunkSize
Minimum upload chunk size, in bytes.
$wgProxyWhitelist
Proxy whitelist, list of addresses that are assumed to be non-proxy despite what the other methods mi...
$wgShortPagesNamespaceBlacklist
Optional array of namespaces which should be blacklisted from Special:ShortPages Only pages inside $w...
$wgNoReplyAddress
Reply-To address for e-mail notifications.
$wgShowRollbackEditCount
The $wgShowRollbackEditCount variable is used to show how many edits can be rolled back.
$wgUpgradeKey
When you run the web-based upgrade utility, it will tell you what to set this to in order to authoriz...
$wgDBname
Name of the database.
$wgUseDatabaseMessages
Translation using MediaWiki: namespace.
string $wgPopularPasswordFile
Where popular password file is located.
$wgSiteNotice
Site notice shown at the top of each page.
$wgXMLMimeTypes
Additional XML types we can allow via MIME-detection.
$wgJobTypesExcludedFromDefaultQueue
Jobs that must be explicitly requested, i.e.
$wgReferrerPolicy
Value for the referrer policy meta tag.
$wgImgAuthDetails
Set this to true if you use img_auth and want the user to see details on why access failed.
$wgValidSkinNames
List of valid skin names.
$wgMaxMsgCacheEntrySize
Maximum entry size in the message cache, in bytes.
$wgUseGzip
When using the file cache, we can store the cached HTML gzipped to save disk space.
$wgCachePages
Allow client-side caching of pages.
$wgDBerrorLogTZ
Timezone to use in the error log.
$wgResourceModules
Client-side resource modules.
$wgResourceLoaderStorageEnabled
Whether ResourceLoader should attempt to persist modules in localStorage on browsers that support the...
$wgEnableSearchContributorsByIP
If true, searches for IP addresses will be redirected to that IP's contributions page.
$wgAutoConfirmCount
Number of edits an account requires before it is autoconfirmed.
$wgUploadDirectory
The filesystem path of the images directory.
$wgCookieHttpOnly
Set authentication cookies to HttpOnly to prevent access by JavaScript, in browsers that support this...
$wgMangleFlashPolicy
When OutputHandler is used, mangle any output that contains <cross-domain-policy>.
$wgLogTypes
The logging system has two levels: an event type, which describes the general category and can be vie...
$wgClockSkewFudge
Clock skew or the one-second resolution of time() can occasionally cause cache problems when the user...
$wgCapitalLinkOverrides
$wgAPIPropModules
API Query prop module extensions.
$wgMaximalPasswordLength
Specifies the maximal length of a user password (T64685).
$wgSitename
Name of the site.
$wgUseCombinedLoginLink
Login / create account link behavior when it's possible for anonymous users to create an account.
$wgGroupsAddToSelf
A map of group names that the user is in, to group names that those users are allowed to add or revok...
$wgExternalServers
An array of external MySQL servers.
$wgAPIListModules
API Query list module extensions.
$wgResourceLoaderLESSImportPaths
Default import paths for LESS modules.
$wgThumbnailMinimumBucketDistance
When using thumbnail buckets as defined above, this sets the minimum distance to the bucket above the...
$wgHKDFAlgorithm
Algorithm for hmac-based key derivation function (fast, cryptographically secure random numbers).
$wgLocalVirtualHosts
Local virtual hosts.
$wgAdditionalMailParams
Additional email parameters, will be passed as the last argument to mail() call.
$wgHideInterlanguageLinks
Hide interlanguage links from the sidebar.
$wgScriptExtension
The extension to append to script names by default.
$wgPasswordSalt
For compatibility with old installations set to false.
$wgAvailableRights
A list of available rights, in addition to the ones defined by the core.
$wgDBadminpassword
Separate password for maintenance tasks.
$wgCompressRevisions
We can also compress text stored in the 'text' table.
$wgSharedUploadDirectory
Path on the file system where shared uploads can be found.
$wgShowCreditsIfMax
If there are more than $wgMaxCredits authors, show $wgMaxCredits of them.
$wgDBerrorLog
File to log database errors to.
$wgReadOnlyFile
If this lock file exists (size > 0), the wiki will be forced into read-only mode.
$wgImportSources
List of interwiki prefixes for wikis we'll accept as sources for Special:Import and API action=import...
$wgInvalidRedirectTargets
Array of invalid page redirect targets.
$wgCachePrefix
Overwrite the caching key prefix with custom value.
$wgLogRestrictions
This restricts log access to those who have a certain right Users without this will not see it in the...
$wgResourceLoaderMaxQueryLength
If set to a positive number, ResourceLoader will not generate URLs whose query string is more than th...
int bool $wgCopyUploadTimeout
Different timeout for upload by url This could be useful since when fetching large files,...
$wgFileCacheDirectory
Directory where the cached page will be saved.
$wgEnableUserEmailBlacklist
Set to true to enable user-to-user e-mail blacklist.
$wgRightsText
If either $wgRightsUrl or $wgRightsPage is specified then this variable gives the text for the link.
$wgGitInfoCacheDirectory
Directory where GitInfo will look for pre-computed cache files.
$wgParserCacheExpireTime
The expiry time for the parser cache, in seconds.
$wgInterwikiFallbackSite
Fallback site, if unable to resolve from cache.
$wgUploadMissingFileUrl
Point the upload link for missing files to an external URL, as with $wgUploadNavigationUrl.
$wgMaxUserDBWriteDuration
Name of the external diff engine to use.
int bool $wgExtensionInfoMTime
When loading extensions through the extension registration system, this can be used to invalidate the...
$wgLogAutopatrol
Log autopatrol actions to the log table.
$wgEnotifFromEditor
True: from page editor if s/he opted-in.
$wgUnwatchedPageThreshold
If set to an integer, pages that are watched by this many users or more will not require the unwatche...
$wgExportAllowAll
Whether to allow exporting the entire wiki into a single file.
$wgIllegalFileChars
Additional characters that are not allowed in filenames.
$wgSquidServersNoPurge
As above, except these servers aren't purged on page changes; use to set a list of trusted proxies,...
$wgVerifyMimeType
Determines if the MIME type of uploaded files should be checked.
$wgShowUpdatedMarker
Show "Updated (since my last visit)" marker in RC view, watchlist and history view for watched pages ...
$wgExtensionMessagesFiles
Extension messages files.
$wgJsMimeType
Previously used as content type in HTML script tags.
$wgAntivirusSetup
Configuration for different virus scanners.
$wgUseRCPatrol
Use RC Patrolling to check for vandalism (from recent changes and watchlists) New pages and new files...
$wgLearnerEdits
The following variables define 3 user experience levels:
$wgCategoryCollation
Specify how category names should be sorted, when listed on a category page.
$wgEnableWriteAPI
Allow the API to be used to perform write operations (page edits, rollback, etc.) when an authorised ...
$wgResourceBasePath
The default 'remoteBasePath' value for instances of ResourceLoaderFileModule.
$wgNamespaceProtection
Set the minimum permissions required to edit pages in each namespace.
$wgSidebarCacheExpiry
Expiry time for the sidebar cache, in seconds.
$wgProfileOnly
Don't put non-profiling info into log file.
$wgCommandLineDarkBg
For colorized maintenance script output, is your terminal background dark ?
$wgEnotifRevealEditorAddress
Set the Reply-to address in notifications to the editor's address, if user allowed this in the prefer...
$wgDjvuOutputExtension
File extension for the DJVU post processor output.
$wgUseKeyHeader
Send the Key HTTP header for better caching.
$wgNamespaceRobotPolicies
Robot policies per namespaces.
$wgAppleTouchIcon
The URL path of the icon for iPhone and iPod Touch web app bookmarks.
$wgOpenSearchTemplate
Template for OpenSearch suggestions, defaults to API action=opensearch.
$wgExportMaxHistory
If set nonzero, Special:Export requests for history of pages with more revisions than this will be re...
$wgPasswordSenderName
Sender name for e-mail notifications.
$wgFooterIcons
Abstract list of footer icons for skins in place of old copyrightico and poweredbyico code You can ad...
$wgRestrictionTypes
Set of available actions that can be restricted via action=protect You probably shouldn't change this...
$wgDirectoryMode
Default value for chmoding of new directories.
$wgUseNPPatrol
Use new page patrolling to check new pages on Special:Newpages.
$wgFixDoubleRedirects
Fix double redirects after a page move.
$wgTidyBin
The path to the tidy binary.
$wgDisableTextSearch
Set this to true to disable the full text search feature.
$wgLegacyJavaScriptGlobals
Whether or not to assign configuration variables to the global window object.
$wgImgAuthUrlPathMap
Map of relative URL directories to match to internal mwstore:// base storage paths.
$wgStructuredChangeFiltersEnableExperimentalViews
Whether to show the new experimental views (like namespaces, tags, and users) in RecentChanges filter...
$wgRCChangedSizeThreshold
If the difference between the character counts of the text before and after the edit is below that va...
$wgObjectCacheSessionExpiry
The expiry time to use for session storage, in seconds.
$wgAjaxUploadDestCheck
Enable AJAX check for file overwrite, pre-upload.
$wgWhitelistRead
Pages anonymous user may see, set as an array of pages titles.
$wgInvalidUsernameCharacters
Characters to prevent during new account creations.
$wgAllowExternalImagesFrom
If the above is false, you can specify an exception here.
$wgStructuredChangeFiltersShowPreference
Whether a preference is displayed for structured change filters.
bool $wgEnableWANCacheReaper
Verify and enforce WAN cache purges using reliable DB sources as streams.
$wgUploadNavigationUrl
Point the upload navigation link to an external URL Useful if you want to use a shared repository by ...
$wgArticlePath
The URL path for primary article page views.
$wgDeprecationReleaseLimit
Release limitation to wfDeprecated warnings, if set to a release number development warnings will not...
$wgDBmysql5
Set to true to engage MySQL 4.1/5.0 charset-related features; for now will just cause sending of 'SET...
$wgSharpenReductionThreshold
Reduction in linear dimensions below which sharpening will be enabled.
$wgEnableSidebarCache
If on, the sidebar navigation links are cached for users with the current language set.
$wgUploadPath
The URL path for the images directory.
$wgCacheSharedUploads
Cache shared metadata in memcached.
$wgHooks
Global list of hooks.
$wgDBport
Database port number (for PostgreSQL and Microsoft SQL Server).
$wgEnableParserCache
Kept for extension compatibility; see $wgParserCacheType.
$wgMemCachedTimeout
Read/write timeout for MemCached server communication, in microseconds.
$wgCategoryMagicGallery
On category pages, show thumbnail gallery for images belonging to that category instead of listing th...
$wgFileBlacklist
Files with these extensions will never be allowed as uploads.
$wgExtendedLoginCookieExpiration
Default login cookie lifetime, in seconds.
$wgEnableEmail
Set to true to enable the e-mail basic features: Password reminders, etc.
$wgMaxNameChars
Maximum number of bytes in username.
$wgMemCachedDebug
If enabled, will send MemCached debugging information to $wgDebugLogFile.
$wgExtensionFunctions
A list of callback functions which are called once MediaWiki is fully initialised.
$wgServiceWiringFiles
List of service wiring files to be loaded by the default instance of MediaWikiServices.
$wgEnotifImpersonal
Send a generic mail instead of a personalised mail for each user.
$wgCopyUploadsDomains
A list of domains copy uploads can come from.
$wgSearchForwardUrl
Set this to a URL to forward search requests to some external location.
$wgUpdateRowsPerJob
Number of rows to update per job.
$wgUseSquid
Enable/disable CDN.
$wgMessageCacheType
The cache type for storing the contents of the MediaWiki namespace.
$wgStructuredChangeFiltersOnWatchlist
Whether to enable RCFilters app on Special:Watchlist.
$wgInterwikiMagic
Treat language links as magic connectors, not inline links.
$wgSiteStatsAsyncFactor
Set this to an integer to only do synchronous site_stats updates one every this many updates.
$wgAllowSiteCSSOnRestrictedPages
Whether to allow site-wide CSS (MediaWiki:Common.css and friends) on restricted pages like Special:Us...
$wgDisableInternalSearch
Disable the internal MySQL-based search, to allow it to be implemented by an extension instead.
$wgCrossSiteAJAXdomains
Settings for incoming cross-site AJAX requests: Newer browsers support cross-site AJAX when the targe...
$wgNoFollowDomainExceptions
If this is set to an array of domains, external links to these domain names (or any subdomains) will ...
$wgShellLocale
Locale for LC_ALL, to provide a known environment for locale-sensitive operations.
$wgDiff3
Path to the GNU diff3 utility.
$wgAjaxLicensePreview
Enable previewing licences via AJAX.
$wgAllUnicodeFixes
Set this to always convert certain Unicode sequences to modern ones regardless of the content languag...
$wgCookiePath
Set this variable if you want to restrict cookies to a certain path within the domain specified by $w...
$wgSecureLogin
This is to let user authenticate using https when they come from http.
$wgInterwikiScopes
Specify number of domains to check for messages.
$wgDjvuToXML
Path of the djvutoxml executable This works like djvudump except much, much slower as of version 3....
$wgUsePigLatinVariant
Whether to enable the pig latin variant of English (en-x-piglatin), used to ease variant development ...
$wgUsersNotifiedOnAllChanges
Array of usernames who will be sent a notification email for every change which occurs on a wiki.
$wgCookieDomain
Set to set an explicit domain on the login cookies eg, "justthis.domain.org" or "....
$wgRCMaxAge
Recentchanges items are periodically purged; entries older than this many seconds will go.
$wgImplicitGroups
Implicit groups, aren't shown on Special:Listusers or somewhere else.
$wgTidyOpts
The command line options to the tidy binary.
$wgFeedDiffCutoff
When generating Recentchanges RSS/Atom feed, diffs will not be generated for pages larger than this s...
$wgWhitelistReadRegexp
Pages anonymous user may see, set as an array of regular expressions.
$wgAddGroups
$wgAddGroups and $wgRemoveGroups can be used to give finer control over who can assign which groups a...
$wgActions
Array of allowed values for the "title=foo&action=<action>" parameter.
$wgDebugComments
Send debug data to an HTML comment in the output.
$wgLocaltimezone
Fake out the timezone that the server thinks it's in.
$wgSkipSkins
Specify the names of skins that should not be presented in the list of available skins in user prefer...
$wgActionFilteredLogs
List of log types that can be filtered by action types.
$wgRedirectOnLogin
Allow redirection to another page when a user logs in.
$wgAuthManagerAutoConfig
$wgUserEmailUseReplyTo
If true put the sending user's email in a Reply-To header instead of From (false).
$wgUploadBaseUrl
If set, this URL is added to the start of $wgUploadPath to form a complete upload URL.
$wgUrlProtocols
URL schemes that should be recognized as valid by wfParseUrl().
$wgEnableAsyncUploads
Enable deferred upload tasks that use the job queue.
$wgIncludeLegacyJavaScript
Whether to ensure the mediawiki.legacy library is loaded before other modules.
$wgJpegPixelFormat
At default setting of 'yuv420', JPEG thumbnails will use 4:2:0 chroma subsampling to reduce file size...
$wgDeleteRevisionsLimit
Optional to restrict deletion of pages with higher revision counts to users with the 'bigdelete' perm...
bool $wgPingback
Share data about this installation with MediaWiki developers.
$wgSpamRegex
Edits matching these regular expressions in body text will be recognised as spam and rejected automat...
$wgRCEngines
Used by RecentChange::getEngine to find the correct engine for a given URI scheme.
$wgPasswordExpirationDays
The number of days that a user's password is good for.
$wgSquidServers
List of proxy servers to purge on changes; default port is 80.
$wgDjvuTxt
Path of the djvutxt DJVU text extraction utility Enable this and $wgDjvuDump to enable text layer ext...
string bool $wgBotPasswordsDatabase
Database name for the bot_passwords table.
$wgAllowSchemaUpdates
Allow schema updates.
$wgBlockAllowsUTEdit
Set this to true to allow blocked users to edit their own user talk page.
$wgGroupPermissions
Permission keys given to users in each group.
string[] $wgChangeCredentialsBlacklist
List of AuthenticationRequest class names which are not changeable through Special:ChangeCredentials ...
$wgFixMalayalamUnicode
Set this to true to replace ZWJ-based chillu sequences in Malayalam text with their Unicode 5....
$wgShowExceptionDetails
If set to true, uncaught exceptions will print a complete stack trace to output.
$wgMimeTypeFile
Sets the MIME type definition file to use by MimeMagic.php.
$wgContentHandlerTextFallback
How to react if a plain text version of a non-text Content object is requested using ContentHandler::...
$wgAllowExternalImages
Whether to allow inline image pointing to other websites.
$wgMaxImageArea
The maximum number of pixels a source image can have if it is to be scaled down by a scaler that requ...
int[] $wgReauthenticateTime
Time frame for re-authentication.
$wgExperiencedUserEdits
Name of the external diff engine to use.
$wgDBcompress
Whether to use compression in DB connection.
$wgResponsiveImages
Generate and use thumbnails suitable for screens with 1.5 and 2.0 pixel densities.
$wgReservedUsernames
Array of usernames which may not be registered or logged in from Maintenance scripts can still use th...
$wgDBWindowsAuthentication
Use Windows Authentication instead of $wgDBuser / $wgDBpassword for MS SQL Server.
$wgArticleCountMethod
Method used to determine if a page in a content namespace should be counted as a valid article.
$wgPreprocessorCacheThreshold
Preprocessor caching threshold Setting it to 'false' will disable the preprocessor cache.
$wgLocalInterwikis
Array for multiple $wgLocalInterwiki values, in case there are several interwiki prefixes that point ...
$wgVersion
MediaWiki version number.
$wgEnableUploads
Uploads have to be specially set up to be secure.
$wgDebugRawPage
If true, log debugging data from action=raw and load.php.
$wgAllowJavaUploads
Allow Java archive uploads.
$wgResourceLoaderMaxage
Maximum time in seconds to cache resources served by ResourceLoader.
$wgUploadDialog
Configuration for file uploads using the embeddable upload dialog (https://www.mediawiki....
$wgMemCachedServers
The list of MemCached servers and port numbers.
$wgShowDebug
Display debug data at the bottom of the main content area.
$wgExperimentalHtmlIds
Abandoned experiment with HTML5-style ID escaping.
$wgInvalidPasswordReset
Specifies if users should be sent to a password-reset form on login, if their password doesn't meet t...
$wgLocalFileRepo
File repository structures.
$wgWantedPagesThreshold
Number of links to a page required before it is deemed "wanted".
$wgEnableMagicLinks
Enable the magic links feature of automatically turning ISBN xxx, PMID xxx, RFC xxx into links.
$wgExportMaxLinkDepth
If non-zero, Special:Export accepts a "pagelink-depth" parameter up to this specified level,...
$wgBlockDisablesLogin
If true, blocked users will not be allowed to login.
$wgParserOutputHooks
Parser output hooks.
$wgRCLinkLimits
List of Limits options to list in the Special:Recentchanges and Special:Recentchangeslinked pages.
$wgMWLoggerDefaultSpi
Default service provider for creating Psr\Log\LoggerInterface instances.
$wgQueryCacheLimit
Number of rows to cache in 'querycache' table when miser mode is on.
$wgResourceLoaderStorageVersion
Cache version for client-side ResourceLoader module storage.
$wgDefaultSkin
Default skin, for new users and anonymous visitors.
$wgStatsdServer
Destination of statsd metrics.
$wgDeletedDirectory
What directory to place deleted uploads in.
$wgSharpenParameter
Sharpening parameter to ImageMagick.
$wgScriptPath
The path we should point to.
$wgAllowImageTag
A different approach to the above: simply allow the "<img>" tag to be used.
$wgSquidMaxage
Cache TTL for the CDN sent as s-maxage (without ESI) or Surrogate-Control (with ESI).
$wgDataCenterUpdateStickTTL
After a state-changing request is done by a client, this determines how many seconds that client shou...
$wgWANObjectCaches
Advanced WAN object cache configuration.
$wgMaxAnimatedGifArea
Force thumbnailing of animated GIFs above this size to a single frame instead of an animated thumbnai...
$wgAjaxEditStash
Have clients send edits to be prepared when filling in edit summaries.
$wgDjvuPostProcessor
Shell command for the DJVU post processor Default: pnmtojpeg, since ddjvu generates ppm output Set th...
$wgEmailConfirmToEdit
Should editors be required to have a validated e-mail address before being allowed to edit?
$wgFeedClasses
Available feeds objects.
$wgSearchType
Search type.
$wgUnwatchedPageSecret
If active watchers (per above) are this number or less, do not disclose it.
$wgWikiDiff2MovedParagraphDetectionCutoff
wikidiff2 supports detection of changes in moved paragraphs.
$wgAPIRequestLog
Log file or URL (TCP or UDP) to log API requests to, or false to disable API request logging.
$wgShowArchiveThumbnails
Show thumbnails for old images on the image description page.
$wgSpecialVersionShowHooks
Show the contents of $wgHooks in Special:Version.
$wgSearchHighlightBoundaries
Regexp to match word boundaries, defaults for non-CJK languages should be empty for CJK since the wor...
$wgAuth $wgAuth
Authentication plugin.
$wgAllowHTMLEmail
For parts of the system that have been updated to provide HTML email content, send both text and HTML...
$wgFragmentMode
How should section IDs be encoded? This array can contain 1 or 2 elements, each of them can be one of...
$wgConf
wgConf hold the site configuration.
$wgPoolCounterConf
Configuration for processing pool control, for use in high-traffic wikis.
$wgRevokePermissions
Permission keys revoked from users in each group.
bool $wgAssumeProxiesUseDefaultProtocolPorts
When the wiki is running behind a proxy and this is set to true, assumes that the proxy exposes the w...
$wgAPIFormatModules
API format module extensions.
$wgHTTPImportTimeout
Timeout for HTTP requests done internally for transwiki imports, in seconds.
string[] $wgRemoveCredentialsBlacklist
List of AuthenticationRequest class names which are not removable through Special:RemoveCredentials a...
$wgSharedUploadDBname
DB name with metadata about shared directory.
$wgMainStash
Main object stash type.
$wgSlaveLagCritical
$wgApiFrameOptions
Disallow framing of API pages directly, by setting the X-Frame-Options header.
$wgTranscludeCacheExpiry
Expiry time for transcluded templates cached in transcache database table.
$wgParserConf
Parser configuration.
$wgRCShowChangedSize
Show the amount of changed characters in recent changes.
$wgExternalStores
External stores allow including content from non database sources following URL links.
$wgExportAllowHistory
If set to false, disables the full-history option on Special:Export.
$wgCSPFalsePositiveUrls
List of urls which appear often to be triggering CSP reports but do not appear to be caused by actual...
$wgThumbnailEpoch
If rendered thumbnail files are older than this timestamp, they will be rerendered on demand as if th...
$wgDebugTimestamps
Prefix debug messages with relative timestamp.
$wgMimeInfoFile
Sets the MIME type info file to use by MimeMagic.php.
$wgExtensionAssetsPath
The URL path of the extensions directory.
$wgEnableDnsBlacklist
Whether to use DNS blacklists in $wgDnsBlacklistUrls to check for open proxies.
$wgDebugToolbar
Display the new debugging toolbar.
$wgUseImageMagick
Resizing can be done using PHP's internal image libraries or using ImageMagick or another third-party...
$wgAsyncHTTPTimeout
Timeout for Asynchronous (background) HTTP requests, in seconds.
$wgUseMediaWikiUIEverywhere
Temporary variable that applies MediaWiki UI wherever it can be supported.
$wgHideUserContribLimit
The maximum number of edits a user can have and can still be hidden by users with the hideuser permis...
$wgJpegTran
used for lossless jpeg rotation
$wgMaxSigChars
Maximum number of Unicode characters in signature.
$wgPasswordDefault
Default password type to use when hashing user passwords.
$wgStrictFileExtensions
If this is turned off, users may override the warning for files not covered by $wgFileExtensions.
$wgDBTableOptions
MySQL table options to use during installation or update.
$wgVariantArticlePath
Like $wgArticlePath, but on multi-variant wikis, this provides a path format that describes which par...
$wgForeignFileRepos
$wgMaxJobDBWriteDuration
Name of the external diff engine to use.
$wgUseCategoryBrowser
Use experimental, DMOZ-like category browser.
$wgRepositoryBaseUrl
Base URL for a repository wiki.
$wgMemCachedPersistent
Use persistent connections to MemCached, which are shared across multiple requests.
$wgFilterLogTypes
Show/hide links on Special:Log will be shown for these log types.
$wgShowDBErrorBacktrace
If true, show a backtrace for database errors.
$wgLogHeaders
Lists the message key string for descriptive text to be shown at the top of each log type.
$wgUseESI
If you run Squid3 with ESI support, enable this (default:false):
$wgVaryOnXFP
Add X-Forwarded-Proto to the Vary and Key headers for API requests and RSS/Atom feeds.
$wgDebugLogGroups
Map of string log group names to log destinations.
$wgSVGConverterPath
If not in the executable PATH, specify the SVG converter path.
$wgSharedDB
Shared database for multiple wikis.
$wgPasswordConfig
Configuration for built-in password types.
$wgSessionCacheType
The cache type for storing session data.
$wgSharedUploadDBprefix
Optional table prefix used in database.
$wgExtensionDirectory
Filesystem extensions directory.
$wgEnotifMinorEdits
Potentially send notification mails on minor edits to pages.
$wgStatsdSamplingRates
Sampling rate for statsd metrics as an associative array of patterns and rates.
$wgEnableScaryTranscluding
Enable interwiki transcluding.
$wgDebugDumpSql
Write SQL queries to the debug log.
$wgExternalLinkTarget
Set a default target for external links, e.g.
$wgDummyLanguageCodes
Functionally the same as $wgExtraLanguageCodes, but deprecated.
$wgMimeTypeBlacklist
Files with these MIME types will never be allowed as uploads if $wgVerifyMimeType is enabled.
$wgSearchTypeAlternatives
Alternative search types Sometimes you want to support multiple search engines for testing.
int $wgCommentTableSchemaMigrationStage
Comment table schema migration stage.
$wgExiv2Command
Some tests and extensions use exiv2 to manipulate the Exif metadata in some image formats.
$wgAllowSlowParserFunctions
Enable slow parser functions.
bool[] $wgAllowSecuritySensitiveOperationIfCannotReauthenticate
Whether to allow security-sensitive operations when re-authentication is not possible.
$wgAttemptFailureEpoch
Certain operations are avoided if there were too many recent failures, for example,...
float[] $wgJobBackoffThrottling
Map of job types to how many job "work items" should be run per second on each job runner process.
$wgFetchCommonsDescriptions
Fetch commons image description pages and display them on the local wiki?
$wgExternalInterwikiFragmentMode
Which ID escaping mode should be used for external interwiki links? See documentation for $wgFragment...
$wgDBserver
Database host name or IP address.
$wgRecentChangesFlags
Flags (letter symbols) shown in recent changes and watchlist to indicate certain types of edits.
$wgSquidPurgeUseHostHeader
Whether to use a Host header in purge requests sent to the proxy servers configured in $wgSquidServer...
$wgLoadScript
The URL path to load.php.
$wgDnsBlacklistUrls
List of DNS blacklists to use, if $wgEnableDnsBlacklist is true.
$wgCookieSecure
Whether the "secure" flag should be set on the cookie.
$wgUseTwoButtonsSearchForm
Search form behavior.
$wgDebugRedirects
If true, instead of redirecting, show a page with a link to the redirect destination.
$wgEnableAPI
Enable the MediaWiki API for convenient access to machine-readable data via api.php.
$wgAPIModules
API module extensions.
$wgExtraLanguageCodes
List of mappings from one language code to another.
$wgSpecialPageCacheUpdates
Additional functions to be performed with updateSpecialPages.
$wgOpenSearchDescriptionLength
Minimum length of extract in .
$wgResourceLoaderValidateJS
If set to true, JavaScript modules loaded from wiki pages will be parsed prior to minification to val...
$wgSMTP
SMTP Mode.
$wgLanguageConverterCacheType
The cache type for storing language conversion tables, which are used when parsing certain text and i...
$wgCanonicalServer
Canonical URL of the server, to use in IRC feeds and notification e-mails.
$wgMiserMode
Disable database-intensive features.
$wgOverrideSiteFeed
Override the site's default RSS/ATOM feed for recentchanges that appears on every page.
$wgAutoConfirmAge
Number of seconds an account is required to age before it's given the implicit 'autoconfirm' group me...
$wgCacheVaryCookies
A list of cookies that vary the cache (for use by extensions)
$wgNamespaceAliases
Namespace aliases.
bool array string $wgInterwikiCache
Interwiki cache, either as an associative array or a path to a constant database (....
$wgTrivialMimeDetection
Switch for trivial MIME detection.
$wgStylePath
The URL path of the skins directory.
$wgDjvuDump
Path of the djvudump executable Enable this and $wgDjvuRenderer to enable djvu rendering example: $wg...
$wgServer
URL of the server.
$wgDBssl
Whether to use SSL in DB connection.
$wgRCFilterByAge
Filter $wgRCLinkDays by $wgRCMaxAge to avoid showing links for numbers higher than what will be store...
$wgUploadThumbnailRenderMethod
The method through which the thumbnails will be prerendered for the entries in $wgUploadThumbnailRend...
$wgMinimalPasswordLength
Specifies the minimal length of a user password.
$wgUploadThumbnailRenderHttpCustomDomain
When using the "http" wgUploadThumbnailRenderMethod, lets one specify a custom domain to send the HTT...
$wgRCWatchCategoryMembership
Treat category membership changes as a RecentChange.
$wgFeed
Provide syndication feeds (RSS, Atom) for, e.g., Recentchanges, Newpages.
$wgXhtmlDefaultNamespace
The default xmlns attribute.
$wgWatchersMaxAge
Page watchers inactive for more than this many seconds are considered inactive.
$wgSessionPbkdf2Iterations
Number of internal PBKDF2 iterations to use when deriving session secrets.
$wgRunJobsAsync
When $wgJobRunRate > 0, try to run jobs asynchronously, spawning a new process to handle the job exec...
$wgMetaNamespace
Name of the project namespace.
$wgExtensionCredits
An array of information about installed extensions keyed by their type.
$wgEmailAuthentication
Require email authentication before sending mail to an email address.
$wgLogo
The URL path of the wiki logo.
$wgDevelopmentWarnings
If set to true MediaWiki will throw notices for some possible error conditions and for deprecated fun...
$wgEdititis
Display user edit counts in various prominent places.
bool $wgSearchRunSuggestedQuery
Controls whether zero-result search queries with suggestions should display results for these suggest...
$wgStyleSheetPath
The URL path to index.php.
$wgJobClasses
Maps jobs to their handlers; extensions can add to this to provide custom jobs.
$wgHtml5
Previously used to determine if we should output an HTML5 doctype.
$wgTrustedMediaFormats
list of trusted media-types and MIME types.
$wgNamespaceContentModels
Associative array mapping namespace IDs to the name of the content model pages in that namespace shou...
$wgSVGConverters
Scalable Vector Graphics (SVG) may be uploaded as images.
$wgUseFileCache
This will cache static pages for non-logged-in users to reduce database traffic on public sites.
$wgMaxUploadSize
Max size for uploads, in bytes.
$wgHtml5Version
Defines the value of the version attribute in the <html> tag, if any.
$wgParserTestMediaHandlers
Media handler overrides for parser tests (they don't need to generate actual thumbnails,...
$wgSessionSecret
Secret for session storage.
$wgOpenSearchDefaultLimit
Integer defining default number of entries to show on OpenSearch call.
$wgMaxCredits
Set this to the number of authors that you want to be credited below an article text.
$wgSharedSchema
$wgSysopEmailBans
Allow sysops to ban users from accessing Emailuser.
$wgEditPageFrameOptions
The X-Frame-Options header to send on pages sensitive to clickjacking attacks, such as edit pages.
$wgDebugLogFile
Filename for debug logging.
$wgAccountCreationThrottle
Number of accounts each IP address may create per specified period(s).
$wgSessionInsecureSecrets
If for some reason you can't install the PHP OpenSSL or mcrypt extensions, you can set this to true t...
$wgForceUIMsgAsContentMsg
When translating messages with wfMessage(), it is not always clear what should be considered UI messa...
$wgPasswordSender
Sender email address for e-mail notifications.
$wgLogActionsHandlers
The same as above, but here values are names of classes, not messages.
$wgDBOracleDRCP
Set true to enable Oracle DCRP (supported from 11gR1 onward)
$wgRateLimits
Simple rate limiter options to brake edit floods.
$wgNamespacesToBeSearchedDefault
List of namespaces which are searched by default.
$wgEnableCanonicalServerLink
Output a <link rel="canonical"> tag on every page indicating the canonical server which should be use...
$wgPasswordReminderResendTime
Minimum time, in hours, which must elapse between password reminder emails for a given account.
$wgUpdateRowsPerQuery
Number of rows to update per query.
$wgUploadThumbnailRenderMap
When defined, is an array of thumbnail widths to be rendered at upload time.
$wgTiffThumbnailType
Browsers don't support TIFF inline generally... For inline display, we need to convert to PNG or JPEG...
$wgCopyUploadProxy
Proxy to use for copy upload requests.
$wgSVGMetadataCutoff
Don't read SVG metadata beyond this point.
$wgXhtmlNamespaces
Permit other namespaces in addition to the w3.org default.
$wgMetaNamespaceTalk
Name of the project talk namespace.
$wgExpensiveParserFunctionLimit
Maximum number of calls per parse to expensive parser functions such as PAGESINCATEGORY.
$wgLocalTZoffset
Set an offset from UTC in minutes to use for the default timezone setting for anonymous users and new...
$wgAllowTitlesInSVG
Disallow <title> element in SVG files.
$wgHTMLFormAllowTableFormat
Temporary variable that allows HTMLForms to be rendered as tables.
$wgDisableQueryPages
Disable all query pages if miser mode is on, not just some.
$wgExiftool
Path to exiftool binary.
$wgCookiePrefix
Cookies generated by MediaWiki have names starting with this prefix.
$wgContentHandlerUseDB
Set to false to disable use of the database fields introduced by the ContentHandler facility.
$wgResourceModuleSkinStyles
Skin-specific styles for resource modules.
$wgAPIMaxDBRows
Maximum amount of rows to scan in a DB query in the API The default value is generally fine.
$wgExtraLanguageNames
List of language names or overrides for default names in Names.php.
$wgSharedPrefix
$wgHTCPMulticastTTL
HTCP multicast TTL.
$wgLBFactoryConf
Load balancer factory configuration To set up a multi-master wiki farm, set the class here to somethi...
$wgMsgCacheExpiry
Expiry time for the message cache key.
string bool $wgBotPasswordsCluster
Cluster for the bot_passwords table If false, the normal cluster will be used.
$wgEventRelayerConfig
Mapping of event channels (or channel categories) to EventRelayer configuration.
$wgImportTargetNamespace
Optional default target namespace for interwiki imports.
Array $wgGrantPermissionGroups
Map of grants to their UI grouping.
$wgRightsPage
Override for copyright metadata.
$wgAPICacheHelpTimeout
Set the timeout for the API help text cache.
$wgMainWANCache
Main Wide-Area-Network cache type.
$wgMaxShellTime
Maximum CPU time in seconds for shell processes under Linux.
$wgPagePropsHaveSortkey
Whether the page_props table has a pp_sortkey column.
$wgDebugPrintHttpHeaders
Print HTTP headers for every request in the debug information.
$wgLocalisationCacheConf
Localisation cache configuration.
$wgMaxTocLevel
Maximum indent level of toc.
$wgUseSharedUploads
If you operate multiple wikis, you can define a shared upload path here.
$wgOpenSearchTemplates
Templates for OpenSearch suggestions, defaults to API action=opensearch.
$wgLinkHolderBatchSize
LinkHolderArray batch size For debugging.
$wgSearchSuggestCacheExpiry
Expiry time for search suggestion responses.
$wgAutopromoteOnce
Automatically add a usergroup to any user who matches certain conditions.
$wgMimeDetectorCommand
Sets an external MIME detector program.
$wgContentHandlers
Plugins for page content model handling.
$wgHttpsPort
Port where you have HTTPS running Supports HTTPS on non-standard ports.
$wgCopyUploadsFromSpecialUpload
Enable copy uploads from Special:Upload.
$wgImageMagickConvertCommand
The convert command shipped with ImageMagick.
$wgUsePrivateIPs
Should forwarded Private IPs be accepted?
$wgSiteSupportPage
If this is set, a "donate" link will appear in the sidebar.
$wgGitBin
Fully specified path to git binary.
$wgExternalDiffEngine
Name of the external diff engine to use.
$wgFixArabicUnicode
Set this to true to replace Arabic presentation forms with their standard forms in the U+0600-U+06FF ...
$wgAjaxExportList
List of Ajax-callable functions.
$wgLangObjCacheSize
Language cache size, or really how many languages can we handle simultaneously without degrading to c...
$wgDiff
Path to the GNU diff utility.
$wgDBpassword
Database user's password.
$wgFavicon
The URL path of the shortcut icon.
$wgShowEXIF
Show Exif data, on by default if available.
$wgTidyConfig
Configuration for HTML postprocessing tool.
float bool $wgJobSerialCommitThreshold
Make job runners commit changes for replica DB-lag prone jobs one job at a time.
$wgAllowCopyUploads
Allow for upload to be copied from an URL.
$wgUseSiteJs
Use the site's Javascript page?
$wgRCLinkDays
List of Days options to list in the Special:Recentchanges and Special:Recentchangeslinked pages.
$wgShowSQLErrors
Whether to show "we're sorry, but there has been a database error" pages.
$wgEnotifUseRealName
Use real name instead of username in e-mail "from" field.
$wgLogoHD
Array with URL paths to HD versions of the wiki logo.
$wgNewUserLog
Maintain a log of newusers at Log/newusers?
$wgTextModelsToParse
Determines which types of text are parsed as wikitext.
$wgDisableTitleConversion
Whether to enable language variant conversion for links.
$wgSpecialPages
Special page list.
global $wgCommandLineMode
Definition Setup.php:526
$IP
Definition WebStart.php:57
Value object for representing interwiki records.
Definition Interwiki.php:27
Dynamic JavaScript and CSS resource loading system.
This is a class for holding configuration settings, particularly for multi-wiki sites.
The ContentHandler facility adds support for arbitrary content types on wiki pages
The ContentHandler facility adds support for arbitrary content types on wiki instead of relying on wikitext for everything It was introduced in MediaWiki Each kind of and so on Built in content types as usual *javascript user provided javascript code *json simple implementation for use by extensions
design txt This is a brief overview of the new design More thorough and up to date information is available on the documentation wiki at etc Handles the details of getting and saving to the user table of the and dealing with sessions and cookies OutputPage Encapsulates the entire HTML page that will be sent in response to any server request It is used by calling its functions to add in any and then calling output() to send it all. It could be easily changed to send incrementally if that becomes useful
design txt This is a brief overview of the new design More thorough and up to date information is available on the documentation wiki at etc Handles the details of getting and saving to the user table of the and dealing with sessions and cookies OutputPage Encapsulates the entire HTML page that will be sent in response to any server request It is used by calling its functions to add text
Definition design.txt:18
This document is intended to provide useful advice for parties seeking to redistribute MediaWiki to end users It s targeted particularly at maintainers for Linux since it s been observed that distribution packages of MediaWiki often break We ve consistently had to recommend that users seeking support use official tarballs instead of their distribution s and this often solves whatever problem the user is having It would be nice if this could such and we might be restricted by PHP settings such as safe mode or open_basedir We cannot assume that the software even has read access anywhere useful Many shared hosts run all users web applications under the same user
Wikitext formatted, in the key only.
globals txt Globals are evil The original MediaWiki code relied on globals for processing context far too often MediaWiki development since then has been a story of slowly moving context out of global variables and into objects Storing processing context in object member variables allows those objects to be reused in a much more flexible way Consider the elegance of
database rows
Definition globals.txt:10
globals will be eliminated from MediaWiki replaced by an application object which would be passed to constructors Whether that would be an convenient solution remains to be but certainly PHP makes such object oriented programming models easier than they were in previous versions For the time being MediaWiki programmers will have to work in an environment with some global context At the time of globals were initialised on startup by MediaWiki of these were configuration settings
Definition globals.txt:37
const AV_SCAN_FAILED
Definition Defines.php:115
const AV_VIRUS_FOUND
Definition Defines.php:113
const APCOND_AGE
Definition Defines.php:207
const NS_HELP
Definition Defines.php:77
const NS_USER
Definition Defines.php:67
const CONTENT_MODEL_CSS
Definition Defines.php:238
const CACHE_NONE
Definition Defines.php:103
const CACHE_ANYTHING
Definition Defines.php:102
const NS_MEDIAWIKI_TALK
Definition Defines.php:74
const NS_MAIN
Definition Defines.php:65
const NS_PROJECT_TALK
Definition Defines.php:70
const NS_MEDIAWIKI
Definition Defines.php:73
const NS_TEMPLATE
Definition Defines.php:75
const CACHE_ACCEL
Definition Defines.php:106
const NS_FILE_TALK
Definition Defines.php:72
const CONTENT_MODEL_WIKITEXT
Definition Defines.php:236
const CONTENT_MODEL_JSON
Definition Defines.php:240
const NS_HELP_TALK
Definition Defines.php:78
const NS_CATEGORY_TALK
Definition Defines.php:80
const CACHE_MEMCACHED
Definition Defines.php:105
const CONTENT_MODEL_TEXT
Definition Defines.php:239
const CACHE_DB
Definition Defines.php:104
const AV_SCAN_ABORTED
Definition Defines.php:114
const APCOND_EDITCOUNT
Definition Defines.php:206
const NS_TALK
Definition Defines.php:66
const AV_NO_VIRUS
Definition Defines.php:112
const NS_USER_TALK
Definition Defines.php:68
const MIGRATION_OLD
Definition Defines.php:293
const NS_PROJECT
Definition Defines.php:69
const NS_CATEGORY
Definition Defines.php:79
const CONTENT_MODEL_JAVASCRIPT
Definition Defines.php:237
const NS_TEMPLATE_TALK
Definition Defines.php:76
the array() calling protocol came about after MediaWiki 1.4rc1.
For QUnit the mediawiki tests qunit testrunner dependency will be added to any module it s the URL of the revision text in external storage
Definition hooks.txt:2801
null means default in associative array with keys and values unescaped Should be merged with default with a value of false meaning to suppress the attribute in associative array with keys and values unescaped noclasses just before the function returns a value If you return true
Definition hooks.txt:1976
if the prop value should be in the metadata multi language array format
Definition hooks.txt:1646
We ve cleaned up the code here by removing clumps of infrequently used code and moving them off somewhere else It s much easier for someone working with this code to see what s _really_ going and make changes or fix bugs In we can take all the code that deals with the little used title reversing we can concentrate it all in an extension file
Definition hooks.txt:106
processing should stop and the error should be shown to the user * false
Definition hooks.txt:187
injection txt This is an overview of how MediaWiki makes use of dependency injection The design described here grew from the discussion of RFC T384 The term dependency this means that anything an object needs to operate should be injected from the the object itself should only know narrow no concrete implementation of the logic it relies on The requirement to inject everything typically results in an architecture that based on two main types of and essentially stateless service objects that use other service objects to operate on the value objects As of the beginning MediaWiki is only starting to use the DI approach Much of the code still relies on global state or direct resulting in a highly cyclical dependency which acts as the top level factory for services in MediaWiki which can be used to gain access to default instances of various services MediaWikiServices however also allows new services to be defined and default services to be redefined Services are defined or redefined by providing a callback the instantiator that will return a new instance of the service When it will create an instance of MediaWikiServices and populate it with the services defined in the files listed by thereby bootstrapping the DI framework Per $wgServiceWiringFiles lists includes ServiceWiring php
Definition injection.txt:37
you have access to all of the normal MediaWiki so you can get a DB use the cache
MediaWiki has optional support for a high performance
Definition memcached.txt:1
CACHE_MEMCACHED $wgMainCacheType
Definition memcached.txt:63
storage can be distributed across multiple and multiple web servers can use the same cache cluster *********************W A R N I N G ***********************Memcached has no security or authentication Please ensure that your server is appropriately and that the anyone on the internet can put data into and read data from your cache An attacker familiar with MediaWiki internals could use this to steal passwords and email addresses
Definition memcached.txt:43
const MEDIATYPE_VIDEO
Definition defines.php:35
const MEDIATYPE_AUDIO
Definition defines.php:32
const MEDIATYPE_BITMAP
Definition defines.php:28