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

Krinkle <krinklem...@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |krinklem...@gmail.com

--- Comment #3 from Krinkle <krinklem...@gmail.com> 2010-12-09 20:36:20 UTC ---
I noticed the server side registering of modules takes parameters for several
things, of which one is part of the array defines which messages are used
inside the script.

The best place to add this functionality I believe is in using(), one passes
which modules are needed in the script, which messages and then a callback for
the function to be executed.

Also when registereing modules in javascript ability to add 'needed messages'
should be added.
That way several modules and messages can be queued up and will all be loaded
with only 1 call to go() (rather then having to do it all in using() which
would have to make a server request more often)

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