Releases: woolfg/dokuwiki-plugin-gitbacked
Release 2025-11-11
dokuwiki-plugin-gitbacked
gitbacked Plugin for DokuWiki - Store/Sync pages and media files in a git repository
Release notes for this version:
2025-11-11
🚀 Added
- Add code style config files
- Add code style check
- Add auto loader
loader.php
🐛 Fixed
- Fix warnings on periodic pulls as no user is logged in - PR [#100]
- Replace references to deprecated classes by non deprecated classes
- Update code to meet DokuWiki standard code style
- Make use of plugin specific namespace for
classes/*.phpclasses
❤️ Thanks
Many thanks for collaboration on this release for: @ribsey, @mhoffrog
Release 2025-02-26
dokuwiki-plugin-gitbacked
gitbacked Plugin for DokuWiki - Store/Sync pages and media files in a git repository
Release notes for this version:
2025-02-26
🚀 Added
👷 Changed
- Avoid using $_ENV in
lib/Git.php#run_command- PR [#91]- ensuring more controlled and secure handling of environment variables
- fixes probable warning 'Array to string conversion'
❤️ Thanks
Many thanks for collaboration on this release for: @msx80, @delphij
Release 2023-05-07
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]
❤️ Thanks
Many thanks for collaboration on this release for: @mhoffrog
Release 2023-03-07
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-treeoption is ommited, if'repoWorkDir'is empty - addressing [#79]
🐛 Fixed
- Cyrillic commit messages not being corrupted anymore - fixes [#82]
❤️ Thanks
Many thanks for collaboration on this release for: @sjv0, @zlobniyshurik
Release 2022-02-06
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 default setting for
- 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
❤️ Thanks
Many thanks for collaboration on this release for: @SECtim, @ochurlaud
Release 2022-01-20
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
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
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
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
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