Wolfgang Gassler

Results 34 comments of Wolfgang Gassler
trafficstars

Are you talking about the git author or some history in the wiki iteself?

you can try to change the function on line 95 in action/editcommit.php to: ``` private function getAuthor() { return !empty($GLOBALS['USERINFO']['name']) ? $GLOBALS['USERINFO']['name'] : $_SERVER['REMOTE_USER'] ; } ``` when does it...

Do you mean to add all dokuwiki revs as git commits? Such a feature is currently not available but I would be very happy if you want to develop such...

I guess there are two options: - implement all hooks that are missing to track all changes of other plugins (this depends on the plugins and the plugins have to...

I see, maybe as an optional feature it could solve some issues, true. @fama, would you be up to develop this feature and send a Pull Request? It would help...

hey, thanks for the proposal. I am not sure if I understand your use case, could you describe in more detail how you envision the workflow please. cheers

OK, got it. I think it would be a nice feature. I think it is not a huge deal, just an external endpoint that can be called and calls the...

ok, maybe I'll find the time to quickly implement it or also from my side a +1 if somebody else wants to implement it.