https://bugzilla.wikimedia.org/show_bug.cgi?id=19312


Tim Starling <tstarl...@wikimedia.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |tstarl...@wikimedia.org




--- Comment #2 from Tim Starling <tstarl...@wikimedia.org>  2009-06-23 03:25:05 
UTC ---
Suggest WONTFIX. The extension uses hooks to do a DB query on every wfMsg()
call, this would be excessively slow. HTTP fetches are done by a cron job. It
would be simpler and more efficient to put this in the cron job instead:

  find -name \*.i18n.php -or -name Messages\*.php -exec svn up
  scap


-- 
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
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to