https://bugzilla.wikimedia.org/show_bug.cgi?id=61410
--- Comment #2 from Antoine "hashar" Musso <[email protected]> --- tonythomas01 / Gloria pinged me today and I suddenly remembered that our Jenkins job have a special global setting set when running jobs: $wgWikimediaJenkinsCI = true; Using that, the ParserFunctions.php entry point can be hacked to set the $wgPFEnableStringFunctions global variable, i.e. something like: if ( $wgWikimediaJenkinsCI === true ) { $wgPFEnableStringFunctions = true; } -- You are receiving this mail because: You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
