User talk:Kenyu73
Please post any bugs or feature requests on the respective code download sites. If this isn't possible, please post the comment on the extensions discussion page. --Kenyu73 01:30, 3 May 2009 (UTC)
[edit] Extension
I see you added a page at Extension:Calendar_(Kenyu73). We typically don't document our extensions this way. You're best off creating a new page in the extension namespace (Extension:MW-Calendar seems like it would work well for you). We also try to document our extensions using {{Extension}}, to make things pretty standard. Thanks :) ^demon 14:48, 3 August 2009 (UTC)
I have used this [[[Extension:Tabber|Extension:Tabber]]] by User Kenyu73. I have found that there were some errors and as it was using some deprecated functions, I mailed the solution to Eric Fortin (about 2 days back), but i haven't yet received a reply. I need a quick reply! Thanks! :)--Hardik.SICSR 06:11, 13 December 2010 (UTC)
[edit] tabber XSS vulnerability & spaces in tab names
First off, thanks for the cool extension! :)
Bawolff found an XSS vulnerability in tabber. The fix to that vulnerability also happens to make it easy to put spaces in the tab names without having to use .
The fix is to just change title attribute of the line with the tab-name to be: title="'.htmlspecialchars($tabName).'" It looks like this in the code: http://trac.wikia-code.com/changeset/31720
Please update the extension, it's a bit insecure at the moment.
Thank you!
-SColombo 19:54, 22 December 2010 (UTC)