dokuwiki-plugin-gitbacked
dokuwiki-plugin-gitbacked copied to clipboard
Plugin for DokuWiki to store/sync files and media with a git repo
It would be cool if git would be the primary backend instead of a mirror after-the-facts. This way we could avoid locking issues in multi-user environments (concurrent editing). It would...
### Feature request: I would like to configure: 1. separate repos for pages and for media 2. additional repo for the php core runtime path 3. additional repo for the...
I would like to use one git repo per "main directory" to enable fine-grained permissions on the git side.
Unit tests for this plugin will speed up testing - and in consequence - the accepting of pull requests. The implementation must follow the guide line at [Unit testing for...
This pull request implements Issue#55. Fixes #55 Note: This pull request builds upon pull request #54 **NOTE:** The commit comments contain details on all the changes made starting with the...
I would like to edit wiki pages with my favorite $EDITOR. Commiting changes to a cloned repo and have the gitbacked-plugin pull it seems to work. The changes are applied...
I'm using the gitbackend plugin for the improved history tracking. I often find myself trying to figure out who changed a specific line in a page, which is very tedious...
Would it be possible to use a webhook notification to do a pull request ? This would make sure any modification made through a `git push` make it faster to...
Is there a way of adding all old revisions in an existing installation?
Would it be possible to add a hook that can be configured by the git backend to notify dokuwiki that it needs to pull immediately? github, gitlab, vsts all support...