Stephan Gambke

Results 48 comments of Stephan Gambke

It probably could, technically. I consider it a bad design decision to declare hooks in json and not in php. YMMV.

MediaWiki:Sidebar cannot deal with icons. Best alternative is to use a Menu component instead of the NavMenu. See https://github.com/cmln/chameleon/blob/master/docs/components.md#component-menu

Oh yes, forgot about the icon files. Let's keep it as an enhancement.

Thanks. Will look into it.

No idea. I was not aware of the problem. Are you sure it's from a conflict? Because as far as I can tell `jquery.ui.tooltip` is not loaded by default (the...

Those deprecation warnings should not be a problem. Well, for that moment that is. At some point the responsible dev will have to fix it. Might be me. Depends on...

I considered RTL when I originally wrote the skin, but it could well be that this deteriorated over time. The main problem here is that I do unfortunately not know...

> "show only the most appropriate edit button" This exactly. Why would you want the raw edit, if a form exists? Well, at least that was my thinking back then....

Adding a `class` attribute to rows and columns is no problem. The question is, how they would be set. By parser function? What you can use already are Modifications. See...

What I do not quite get is how you would activate that specialized styling. How/where/when would you add the class attribute to the row? Directly in the layout file? I...