Skip to content

Releases: woolfg/dokuwiki-plugin-gitbacked

Release 2023-05-07

07 May 14:39
Compare
Choose a tag to compare

dokuwiki-plugin-gitbacked

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

Release notes for this version:

2023-05-07

Fixed

  • Deprecation warnings raised on action/editcommit.php - fixes [#86]

Release 2023-03-07

07 Mar 16:54
Compare
Choose a tag to compare

dokuwiki-plugin-gitbacked

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

Release notes for this version:

2023-03-07

Changed

  • Allow absolute path in 'repoPath' and/or 'repoWorkDir' - implements [#80]
  • 'repoWorkDir' is configured empty by default now
  • --work-tree option is ommited, if 'repoWorkDir' is empty - addressing [#79]

Fixed

  • Cyrillic commit messages not being corrupted anymore - fixes [#82]

Release 2022-02-06

01 Apr 00:04
Compare
Choose a tag to compare

dokuwiki-plugin-gitbacked

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

Release notes for this version:

2022-02-06

Changed

  • Created LICENSE file and removed corresponding text from the README.md - implements #67
  • Use DokuWiki's user name & email address as commit author - implements #63, #66
    • Updated default setting for $conf['addParams'] to apply DokuWiki user name as commit author and DokuWiki user eMail as eMail.
    • If DokuWiki user eMail is empty, then the eMail assigned to the commit will be empty as well.
  • Updated README.md:
    • Added a link to the referred COPYING license file originally hosted on the DokuWiki master branch to simplify a probable lookup.
    • Issues linked on startpage, motivate people to contribute

Fixed

  • Allow empty commits - fixes #39

Release 2022-01-20

31 Mar 23:33
Compare
Choose a tag to compare

dokuwiki-plugin-gitbacked

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

Release notes for this version:

2022-01-20

Fixed

  • Fix for compatibility to PHP versions <7.4 - was introduced by previous release - fixes #69

Release 2021-03-19

31 Mar 23:31
Compare
Choose a tag to compare

dokuwiki-plugin-gitbacked

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

Release notes for this version:

2021-03-19

Added

  • Extended to send error messages to a configurable eMail address - implements #53
  • Added config 'emailAddressOnError'
  • Added config 'notifyByMailOnSuccess'
  • Added localizations for error messages
  • Added eMail templates for mail notifications
  • German translations added

Release 2016-08-14

31 Mar 23:27
Compare
Choose a tag to compare

dokuwiki-plugin-gitbacked

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

Release notes for this version:

2016-08-14

Changed

  • Updated last change date to current date - fix #38

Fixed

  • Adjusted method signatures to match parent in action/editcommit.php
  • Corrected method signature for php7-compatibility in action/editcommit.php

Release 2015-10-03

31 Mar 23:23
Compare
Choose a tag to compare

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

Release 2012-10-31

31 Mar 23:21
Compare
Choose a tag to compare

dokuwiki-plugin-gitbacked

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

Release notes for this version:

2012-10-31

Added

  • Initial release

Comments

  • The release name complies with the date property of plugin.info.txt
  • The recent commit within this release is 2dbc1a5 of 13-Nov-2012