Skip to content

Release 2015-10-03

Choose a tag to compare

@github-actions github-actions released this 31 Mar 23:23

dokuwiki-plugin-gitbacked

gitbacked Plugin for DokuWiki - Store/Sync pages and media files in a git repository

Release notes for this version:

2015-10-03

🚀 Added

  • Allow name and mail user variables in addParams.
  • Add an option for customizing git working tree
  • Added setting ignorePaths to ignore specified paths in add/commit-process

👷 Changed

  • Use Markdown for the GitHub README.
  • Update plugin date and URL, added Carsten Teibes as author
  • Pull latest git php library (0.1.4)
  • Allow to set the path to the git binary - implements #8
  • Use relative path for Git.php and $conf['tempdir'] for temp file.
  • Coding compliance change: move handle_periodic_pull down, together with other "handle"s.

🐛 Fixed

  • Fix passing additional arguments to git binary
  • Fix lang typos.
  • Coding compliance change, tabs to spaces, fix typos.
  • dokuwiki Farm fix