https://bugzilla.wikimedia.org/show_bug.cgi?id=47216
--- Comment #7 from Brad Jorsch <[email protected]> --- (In reply to comment #6) > It looks like this is now being deployed and it's a little odd. Looking at > the > diff [1] it's odd to me that unusable flag isn't coming through. It instead > looks like the unusable skins are being omitted which I know was discussed in > Comment 3 above so maybe that was how it was implemented in a later diff. The "unusable" flag is for skins that are installed but are being disabled via $wgSkipSkins or some similar mechanism. There are currently no skins actually being disabled via this mechanism on WMF wikis, however. The recent removal of various skins from core was actually that: the outright deletion of those skins. > The bigger item is that right now the value for default is '', rather than > some > form of boolean. This ends up looking odd, especially in the JSON format. This is, unfortunately, the way that the API represents boolean results: the key is present (with value '') if true, and entirely absent if false. -- 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
