#76 mediawiki: enable string functions from ParserFunctions
Merged 3 years ago by nb. Opened 3 years ago by adamwill.
fedora-infra/ adamwill/ansible mediawiki-string-functions  into  master

@@ -312,6 +312,10 @@ 

  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");

The ParserFunctions extension (which we already use) has some
string functions which I would like to use, but they aren't
enabled by default. Per the documentation, just adding this
config setting should turn them on.

Signed-off-by: Adam Williamson awilliam@redhat.com

rebased onto f103beaf04ac70b7ec415c97a063779e494c415e

3 years ago

Build succeeded.

rebased onto fcc445b

3 years ago

rebased onto fcc445b

3 years ago

Pull-Request has been merged by nb

3 years ago

Build succeeded.