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

--- Comment #68 from Krinkle <[email protected]> 2012-03-05 18:49:27 UTC ---
The two main feature requests that were discussed here are implemented:
* Ability to load a module[1] from a top queue that is "blocking"
* Asynchronous loading of the 'bottom' queue from the top.


[1]: You didn't literally say "modules", however since loading of raw scripts
is discouraged and everything will eventually be loaded as a module (to allow
localization, minification, better caching, loading of dependencies, setting
properties such as 'messages' and 'position' etc.).

User scripts aren't modularized yet and the main reason for this is because
technically the concept of "user scripts" doesn't exist and never has existed.
There is no such feature in MediaWiki. Users have come up with this themselves
and the implementation is entirely javascript generics, not MediaWiki specific
(storing them on wiki pages and loading with with action=raw in a <script> tag,
importScript() ). I'll reply more on this at bug 34958.

-- 
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
[email protected]
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to