Christoph Holtermann

Results 21 comments of Christoph Holtermann

A first simple step seems to be to add another css for media print: ``` @media print { .fc-scroller {overflow: visible !important;}; } ``` this prevents the events further down...

I'd like to be able to copy an event then maybe move it to another day or change some details. I like to handle similar or recurring events in that...

Sorry for having been to brief. The javascript gets included in Mediawiki:common.js. I have a list of markers from semantic mediawiki. There are two outputs. First as a leaflet map...

Ok, great. I'd suggest mentioning `mapsLeafletList` somewhere in the docs as it was rather coincidental that I came across it. Maybe I can simplify my use case to provide an...

I was thinking about the wiki.

I'm interested in this feature as well. It has not been implemented, has it?

Thank you for your reply. What I try to achieve is to show a common dataset on maps on different wikis of a wikifarm. As semantic mediawiki is limited to...

Thank you for pointing this out. I will have a look at the different options.

I have a running sympa system with mailu. Link above. Needed some manual finetuning but basically works.

I habe updated my work on sympa to mailu-1.7: https://github.com/c-holtermann/Mailu This issue still arises. As described I use override files which is rather ugly and needs restarting of containers. I...