andyboeh

Results 63 comments of andyboeh

I've got a MZ-N505 Type-R as well and it works fine. However, I had to give Linux the proper permissions, I edited `/etc/udev/rules.d/89-netmd.rules` to contain: ``` ACTION!="add|remove", GOTO="usb_netmd_end" SUBSYSTEMS=="usb", GOTO="usb_netmd_check"...

I had the same problem a few weeks ago and fixed it the same way as you did. However, since then Device Manager says "Unknown" instead of USB devices. Do...

Sorry for the noise, I seem to have accidentally deleted more keys than just UpperFilters. I could fix it by copying the missing ones from another Windows installation.

Thanks. I tried to fix a few more options in _formatData, but this way I'm definitely losing the title attribute when rendering type 'tag'.

I just noticed that it doesn't only break tests, it even changes the behaviour of the _formatData function. The reason is that $R->internallink has an option returnonly, which is not...

This now needs splitbrain/dokuwiki/pull/1239 to be merged before the tests succeed.

Yes, I think it's going to break older wikis - I'll test that.

Updated the documentation and added a check for the DokuWiki version. It runs either the old or the new formatting functionality, based on the Wiki version.

Regarding the failing test: I honestly believe that the output of the new _formatData function is valid (according to the HTML spec), although the output changes slightly (not visibly!).

This should fix the remaining tests. I had to change the output of the tag generation in _formatDataOld as well as URL extern generation. As an alternative, I could make...