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

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

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

--- Comment #12 from Krinkle <krinklem...@gmail.com> 2011-02-19 15:32:33 UTC ---
mw.loader.load either loads modules (combined/minified/localized) or external
links (seperate, unmodified).

I think adding support to load wiki-pages as external links is a bad idea and
ineffecient as well (since they'd be all seperate and unminified). Instead they
should be loaded as modules:

ie. mw.loader.load( ['gadget.Foobar', 'user.Foo.bar'] );

Support to allow normal wiki pages (other then MediaWiki:Common.js and
User:name/vector.js etc.) to be part of a module is bug 27535.

Support to register them from JavaScript as well is bug 27561.

Proposing to close this bug as WONTFIX.

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