https://bugzilla.wikimedia.org/show_bug.cgi?id=18131
--- Comment #1 from Tomasz Finc <[email protected]> 2009-03-24 21:48:41 UTC --- This seem to be a problem in rebuildTemplates.php Messages retrieved from the MediaWiki space work just fine unless they have any locality information that needs to be recorded. Since were running on hume and our configs do not state explicitly (nor should they) where any project lives; an entry of "localhost" is recorded for the {{SERVERNAME}} . We set/unset wgSitename & wgLang already to circumvent this. I can see two ways around this. Short circuit any {{SEVERNAME}} call to do a lookup against a config/dns pair (bad hacky idea) or as Danny_B pointed use an api call for expand templates. -- Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email ------- 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
