Gerrit Uitslag
Gerrit Uitslag
There is a big refactor of the code under way of the revision en diff UI parts. I guess it is most practical to merge this after https://github.com/splitbrain/dokuwiki/pull/3361
Your proposal with two events, and the second one that wraps the default html output makes sense for me, but I assumed that you build a complete new diff view....
> Currently its not very optimal to insert a new renderer. Maybe you have some ideas to improve it. you means this part: https://github.com/peterfromearth/dokuwiki-plugin-htmldiff/blob/f50d93986106138db15466413278ae3139264883/action.php#L66-L67 The use of p_wiki_xhtml() is fine...
Implementing a cache is an improvement that is suggested in https://github.com/splitbrain/dokuwiki/issues/1577 as well. There it is suggested to implement it independent from the authentication backend. If you could implement it...
@splitbrain @Chris--S what are your thoughts about where caching should be implemented? I see only a non-backward compatible approach: introduce an general dokuwiki function with caching which calls `DokuWiki_Auth_Plugin->getUserData`. This...
By setting https://www.dokuwiki.org/config:lang the ltr and rtl are swopped as well. The direction is available as dir attribute to the html element. See e.g. https://codesearch.dokuwiki.org/xref/dokuwiki/lib/tpl/dokuwiki/main.php#16 How is this dir=auto combining...
This is a combination of css and JavaScript which are getting the desired state open/closed menu in more steps. https://github.com/splitbrain/dokuwiki/pull/1496#issuecomment-264146964 (Discussion is bit different than actual thread topic) https://bugs.dokuwiki.org/2926.html Older,...
No, then it would be done. We have divided the code over some parts: the core and the templates, that bothers a quick fix. Most quick fixes I have seen...
Please see https://github.com/splitbrain/dokuwiki/issues/3479 I expect you can use that plugin for this. Or is the detail in availability of the support for the Android browser?
Good you are sharing your experiences. We depend on volunteer contributions, so not everything is added exactly at times you would maybe expect. Every help and feedback is welcome. Here...