dokuwiki-plugin-gitbacked
dokuwiki-plugin-gitbacked copied to clipboard
Plugin for DokuWiki to store/sync files and media with a git repo
PHP 8.0 Release 2022-07-31 "Igor" It seems, that any cyrillic letters don`t saves to comments of git commits. Comment in wiki with latin letters: ``` 17/08/2022 05:40 [start](https://dokuwiki.domain.ru/doku.php?id=start) – [Infrastructure]...
My dokuwiki data dir is not at the root level of my repo, so my repoWorkDir is a few levels deeper than my repoPath. If I enter these two configuration...
Don't concatenate DOKU_INC and repoPath if repoPath is an absolute path.
This is useful for people running wiki's offline, which need to then sync back up at a later time. My use case is: 1. I have a copy of dokuwiki...
As requested by @woolfg in #78, creating a new issue for this. If the repoPath configuration string is an absolute path, don't prepend DokuWiki's savedir to it. One way this...
#47 @ochurlaud - according to your proposal - please use this pull request for commenting your testing results. Many thanks for your efforts! Please watch my recent commit of today...
I've followed the setup as described in the [suggestions](https://www.dokuwiki.org/plugin:gitbacked#suggested_directories_structure). Now however all the content changes seem to happen in `repoPath`, rather than `repoWorkDir`, and thus I end up with ever...
Whenever a page is validated, add a specific empty commit to keep track of the validation. I already have a patch to implement that. If you think it's a legitimate...
We have two plugins that gitabacked fails to detect: - [Draw.io plugin](https://www.dokuwiki.org/plugin:drawio): The plugin will create a .png file in the media folder. But gitbacked does not detect the new...
For some reason, for our dokuwiki installation, the "name" field in the user info is always blank. It's there in the user list, but doesn't seem to show up in...