https://bugzilla.wikimedia.org/show_bug.cgi?id=6908
--- Comment #28 from akshay chugh <[email protected]> 2012-02-12 07:21:06 UTC --- Created attachment 9991 --> https://bugzilla.wikimedia.org/attachment.cgi?id=9991 It adds the functionality of Special:Myscript and Special:Mystyle Compared to the patch which i submitted before this one checks for the user skin preferences , and with the current version of mediawiki it would work with custom skins as well(as all the skins are listed in preferences->appearance items) so here instead of using $wgDefaultSkin which would have to be modified by the user in LocalSettings.php for to make a change in their skin it would be better to use $this(SpecialPage object)->getUser()->getSkin()->getSkinName() as it takes care of the overridden skin parameters as well. -- 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
