Re: [Mediawiki-l] importing dump

2009-12-22 Thread Stephen Earl
What version of the java vm are you using? You can find out by executing the following at a command prompt: java -fullversion Steve E. -Original Message- From: mediawiki-l-boun...@lists.wikimedia.org [mailto:mediawiki-l-boun...@lists.wikimedia.org] On Behalf Of Enrique Sent: Tuesday,

[Mediawiki-l] Injecting Javascript / Styles from Tag Extension

2009-12-08 Thread Stephen Earl
Hi, I'm developing a tag extension on MediaWiki 1.13 and I need to inject javascript and style tags into the head element only on pages where my tag extension is used. I've discovered how to do this with a parser extension and my javascript and style tags are included on every page, however I

[Mediawiki-l] Simple Extension and $wgOut->addScript

2009-09-15 Thread Stephen Earl
Hi, I'm working on what I think is a relatively simple extension to insert some javascript and css links into the head element of a particular page. I'm pretty new to MediaWiki so I'm sure that I'm just missing something here. Anyway, in the code below, the extjsHead method is my preferred me