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


Roan Kattouw <roan.katt...@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |roan.katt...@gmail.com




--- Comment #3 from Roan Kattouw <roan.katt...@gmail.com>  2009-06-23 08:57:10 
UTC ---
(In reply to comment #2)
> Suggest WONTFIX. The extension uses hooks to do a DB query on every wfMsg()
> call, this would be excessively slow.
Good point. It should probably hook into message loading and load all
(relevant) messages from the DB then. That'd reduce it to one query at
initialization and one for every unique wfLoadExtensionMessages() call.


> 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
> 
I don't know a lot about this, but from what GerardM told me I understand that
the current code only updates messages whose English equivalent hasn't changed
(will ask Gerard whether this is correct), so a simple svn up wouldn't work.


-- 
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