Merge branch 'master' of ssh://pagure.io/fedora-infra/ansible
This commit is contained in:
commit
4b98504aaa
1 changed files with 4 additions and 0 deletions
|
@ -312,6 +312,10 @@ wfLoadExtension( 'Interwiki' );
|
|||
wfLoadExtension( 'Cite' );
|
||||
wfLoadExtension( 'ConfirmEdit' );
|
||||
|
||||
# enable string functions from ParserFunctions:
|
||||
# https://www.mediawiki.org/wiki/Extension:ParserFunctions
|
||||
$wgPFEnableStringFunctions = true;
|
||||
|
||||
$wgShowExceptionDetails = true;
|
||||
|
||||
$wgSkipSkins = array("chick", "cologneblue", "monobook", "myskin", "nostalgia", "simple", "standard");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue