User talk:Kenyu73

From mediawiki.org
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)Reply 

Extension[edit]

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)Reply

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)Reply

tabber XSS vulnerability & spaces in tab names[edit]

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)Reply

XSS vulnerabilities also in Extension:Presentation. Should be fixed. ~ Seb35 [^_^] 18:00, 6 April 2015 (UTC)Reply

catalan i18n[edit]

Thanks for extension. I can't add this languaje in repository, so I give you here to add in Calendar.i18n.php file.

	//català
	$messages['ca'] = array(
		'default_title' => "Públic",
		'year' => "any",
		'month' => "mes",
		'week' => "setmana",
		'ical_inst' => "Si us plau, especifiqueu un fitxer de format iCal (vCalendar).",
		'add_event' => "Afegiu Tasca",
		'add_event_tip' => "afegiu una tasca nova",
		'styles_btn' => "estils tasca",
		'styles_btn_tip' => "Conjunt sobre la base dels estils css desencadenar paraules",
		'template_btn' => "tasques",
		'template_btn_tip' => "Crear múltiples tasques en una pàgina...",
		'ical_btn' => "carregueu",
		'ical_btn_tip' => "seleccioneu el fitxer d'importació",
		'ical_browse_tip' => "seleccioneu un fitxer ical per carregar...",
		'config_btn' => "preferències",
		'config_btn_tip' => "Afegiu paràmetres del calendari",
		'today' => "avui",
		'invalid_namespace' => "De noms no vàlids - Aquest calendari d'extensió s'ha de crear en l'espai de noms: ",
		'about' => "Cliqueu aquí per obtenir ajuda",
		'dayyearTranslated' => "Dia de l'any",
		'weekyearTranslated' => "Setmana de l'any"
	);

Thanks --88.26.91.10 09:17, 26 May 2013 (UTC)Reply