[Wikitech-l] Maps extension graphical editor.

2012-05-31 Thread Kim Eik
Hi guys, i have created a simple map editor which works with the Maps extension, i'm looking for some feedback on your impression of it. please take a look @ http://ec2-46-137-28-172.eu-west-1.compute.amazonaws.com/static/google-draw2.htmland let me know what you think. and also, please note

Re: [Wikitech-l] Maps extension graphical editor.

2012-05-31 Thread Kim Eik
for that. By the way, the url is lwithout the - in the end. 2012/5/31 Ole Palnatoke Andersen palnat...@gmail.com URL correction: http://ec2-46-137-28-172.eu-west-1.compute.amazonaws.com/static/google-draw2.html- there was no space between this and and. On Thu, May 31, 2012 at 8:49 AM, Kim

Re: [Wikitech-l] Patch for gallery tag, review questions.

2012-04-12 Thread Kim Eik
My latest patch reuses regex already defined in Parser.php. please review @ https://gerrit.wikimedia.org/r/#change,4609 On Thu, Apr 12, 2012 at 10:43 AM, Antoine Musso hashar+...@free.fr wrote: Le 12/04/12 08:33, Roan Kattouw a écrit : snip some long regex ZOMG. Anyway, what I'd do if I had a

[Wikitech-l] Patch for gallery tag, review questions.

2012-04-11 Thread Kim Eik
check for an absolute uri? e.g http://example.org/foo/bar? And what is parser test cases, phpunit tests? or some other form of testing? Thank you! Kim Eik. ___ Wikitech-l mailing list Wikitech-l@lists.wikimedia.org https://lists.wikimedia.org/mailman

Re: [Wikitech-l] Announcing a new extension - SideBarMenu,

2012-03-10 Thread Kim Eik
The extension can be customized to your needs by hooking into the .sidebar-menu-container css class. setting this to include position: fixed; will get desired result. ___ Wikitech-l mailing list Wikitech-l@lists.wikimedia.org

Re: [Wikitech-l] Announcing a new extension - SideBarMenu,

2012-03-10 Thread Kim Eik
Do you have a wiki where my extension is used? Would be interesting too see it in action in a production environment. -Kim On Sat, Mar 10, 2012 at 6:49 PM, Alex Brollo alex.bro...@gmail.com wrote: Thank you, we did, but we wrapped the needed jQuery code into a gadget, so that users can set

[Wikitech-l] Announcing a new extension - SideBarMenu,

2012-03-08 Thread Kim Eik
The SideBarMenu simplifies creating multilevel menues. http://www.mediawiki.org/wiki/Extension:SideBarMenu This is my first development project including mediawiki and has been by request of a large oil company in Norway; Statoil. Any feedback of any kind, is appreciated. -Kim

Re: [Wikitech-l] Announcing a new extension - SideBarMenu,

2012-03-08 Thread Kim Eik
By fixed do you mean the css style position: fixed; ? On Thu, Mar 8, 2012 at 5:08 PM, Alex Brollo alex.bro...@gmail.com wrote: 2012/3/8 Kim Eik k...@heldig.org The SideBarMenu simplifies creating multilevel menues. http://www.mediawiki.org/wiki/Extension:SideBarMenu This is my first

[Wikitech-l] Having some trouble figuring out how to approach this problem.

2012-03-07 Thread Kim Eik
So just to get things straight, i'm rather new with mediawiki development. I have created an extension where i hook into the tag sidebarmenu, and so when this tag is present in the wiki the following method is called: public static function renderFromTag( $input, array $args, Parser $parser,

Re: [Wikitech-l] Having some trouble figuring out how to approach this problem.

2012-03-07 Thread Kim Eik
Nevermind, i solved it by outputting raw script/script above my extension output with my configuration needs. and then i removed my javascript hook ResourceLoaderGetConfigVars. On Wed, Mar 7, 2012 at 12:09 PM, Kim Eik k...@heldig.org wrote: So just to get things straight, i'm rather new

[Wikitech-l] How do i allow users of my extension to use their own css file?

2012-03-07 Thread Kim Eik
Is there any standard way of doing this? -Kim ___ Wikitech-l mailing list Wikitech-l@lists.wikimedia.org https://lists.wikimedia.org/mailman/listinfo/wikitech-l

Re: [Wikitech-l] How do i allow users of my extension to use their own css file?

2012-03-07 Thread Kim Eik
wikipo...@gmail.com wrote: 2012/3/7 Kim Eik k...@heldig.org Is there any standard way of doing this? I guess you should define and document classes in your output, and then users may make use of these classes as written by alex. -- Bináris

Re: [Wikitech-l] How do i allow users of my extension to use their own css file?

2012-03-07 Thread Kim Eik
Ok, thanks. On Wed, Mar 7, 2012 at 6:14 PM, Chad innocentkil...@gmail.com wrote: If your extension's output has classes or IDs, they can style it in site CSS. -Chad On Mar 7, 2012 12:10 PM, Kim Eik k...@heldig.org wrote: Hm i wasn't thinking of individual users of an instance