https://bugzilla.wikimedia.org/show_bug.cgi?id=21497
JeLuF <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED --- Comment #18 from JeLuF <[email protected]> 2011-02-06 13:58:04 UTC --- Your change has been completed. Please reopen this ticket if anything went wrong. The following configuration settings have been changed: =================================================================== Index: CommonSettings.php =================================================================== --- CommonSettings.php (revision 1573) +++ CommonSettings.php (working copy) @@ -808,8 +808,8 @@ include($IP.'/extensions/timeline/Timeline.php'); include($IP.'/extensions/wikihiero/wikihiero.php'); -if ( $wgDBname == "testwiki" ) { - $wgTimelineSettings->fontFile = "FreeSansWMF.ttf"; +if ( $wgDBname == 'testwiki' || $wgDBname == 'mlwiki' ) { + $wgTimelineSettings->fontFile = 'FreeSansWMF.ttf'; } @@ -1127,7 +1127,7 @@ // Back-compat for Fedora boxes $wgTimelineSettings->ploticusCommand = '/usr/local/bin/pl'; } -$wgTimelineSettings->epochTimestamp = '20081209214953'; // fixed font setting +$wgTimelineSettings->epochTimestamp = '20110206135500'; // fixed font setting putenv("GDFONTPATH=/usr/local/apache/common/fonts"); $wgAllowRealName = false; =================================================================== You can find the entire config file at http://noc.wikimedia.org/conf/highlight.php?file=InitialiseSettings.php -- Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
