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

Krinkle <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
          Component|Gadgets                     |Resource Loader
            Version|any                         |1.17
            Product|MediaWiki extensions        |MediaWiki
            Summary|Shouldn't break ALL gadgets |mw.loader.load should
                   |if an unknown dependency is |(continue to) load other
                   |informed in only one of     |modules even if one of them
                   |them                        |doesn't make it

--- Comment #1 from Krinkle <[email protected]> 2012-03-02 22:30:51 UTC ---
Rephrasing bug and moving to MediaWiki core > ResourceLoader.

The gadgets (and other modules as well), are loaded from the html page with
mw.loader.load(), passing it an array of module names. Among them
gadget.Topicon and what not.

By default modules loaded in the same batch are related (e.g. a dependency
resolution, or a call to mw.loader.using() ). But calls to mw.loader.load()
shouldn't be treated like that.

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
You are on the CC list for the bug.

_______________________________________________
Wikibugs-l mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to