https://bugzilla.wikimedia.org/show_bug.cgi?id=41881
Krinkle <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #1 from Krinkle <[email protected]> 2012-11-08 14:52:17 UTC --- @Roan, @Trevor There are a lot of parameters currently in mw config that are really inter-related and would suit having their own module, and therewith avoid bloating the startup module. Like we (almost) did for mw.user, though it currently still fetches its info through wgUserName... Basically data provider modules (generated like LanguageDataModule) for classes. In the case of wgContentNamespaces it would be provided by the data provider module for mw.Title and accessible through some static method of mw.Title. I would like to put a stop on putting more variables in mw.config until we figure out a way to deal with this. Reason being that whatever we put in it, we have to support for a long while. As for the current needs: I believe this information is available in the API. -- 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
