1# Changelog 2 3All notable changes to this project will be documented in this file. 4 5The format is based on [Keep a Changelog](http://keepachangelog.com/) 6and this project adheres to [Semantic Versioning](http://semver.org/). 7 8<!-- Format restrictions - see https://common-changelog.org and https://keepachangelog.com/ for details --> 9<!-- Each Release must start with a line for the release version of exactly this format: ## [version] --> 10<!-- The subsequent comment lines start with a space - not to irritate the release scripts parser! 11 ## [yyyy-mm-dd] 12 <empty line> - optional sub sections may follow like: 13 ### Breaking Change(s): 14 - This feature was changed 15 <empty line> 16 ### Added: 17 - This feature was added 18 <empty line> 19 ### Changed: 20 - This feature was changed 21 <empty line> 22 ### Removed: 23 - This feature was removed 24 <empty line> 25 ### Fixed: 26 - This issue was fixed 27 <empty line> 28 <empty line> - next line is the starting of the previous release 29 ## [yyyy-mm-dd] 30 <empty line> 31 <...> 32 !!! In addition the compare URL links are to be maintained at the end of this CHANGELOG.md as follows. 33 These links provide direct access to the GitHub compare vs. the previous release. 34 The particular link of a released version will be copied to the release notes of a release accordingly. 35 At the end of this file appropriate compare links have to be maintained for each release version in format: 36 37 +-current release version 38 | 39 | +-URL to this repo previous release version tag-+ +-current release version tag 40 | | | | 41 [yyyy-mm-dd]: https://github.com/woolfg/dokuwiki-plugin-gitbacked/compare/vYYYY-MM-DD..vYYYY-MM-DD 42--> 43<!-- 44## [Unreleased] 45 46### Breaking Change 47- TBD 48 49### Added 50- TBD 51 52### Changed 53- TBD 54 55### ⚠️ Deprecated 56- TBD 57 58### Removed 59- TBD 60 61### Fixed 62- TBD 63 64### ️ Security 65- TBD 66 67### Documentation 68- TBD 69--> 70 71## [Unreleased] 72 73### Changed 74- TBD 75 76 77## [2025-11-11] 78 79### Added 80- Add code style config files 81- Add code style check 82- Add auto loader `loader.php` 83 84### Fixed 85- Fix warnings on periodic pulls as no user is logged in - PR [#100] 86- Replace references to deprecated classes by non deprecated classes 87- Update code to meet DokuWiki standard code style 88- Make use of plugin specific namespace for `classes/*.php` classes 89 90### ❤️ Thanks 91Many thanks for collaboration on this release for: @ribsey 92 93 94## [2025-02-26] 95 96### Added 97- Add config `'updateIndexOnPull'` - PR [#93], [#94] 98 99### Changed 100- Avoid using $_ENV in `lib/Git.php#run_command` - PR [#91] 101 - ensuring more controlled and secure handling of environment variables 102 - fixes probable warning 'Array to string conversion' 103 104### ❤️ Thanks 105Many thanks for collaboration on this release for: @msx80, @delphij 106 107 108## [2023-05-07] 109 110### Fixed 111- Deprecation warnings raised on `action/editcommit.php` - fixes [#86] 112 113### ❤️ Thanks 114Many thanks for collaboration on this release for: @mhoffrog 115 116 117## [2023-03-07] 118 119### Changed 120- Allow absolute path in `'repoPath'` and/or `'repoWorkDir'` - implements [#80] 121- `'repoWorkDir'` is configured empty by default now 122- `--work-tree` option is ommited, if `'repoWorkDir'` is empty - addressing [#79] 123 124### Fixed 125- Cyrillic commit messages not being corrupted anymore - fixes [#82] 126 127### ❤️ Thanks 128Many thanks for collaboration on this release for: @sjv0, @zlobniyshurik 129 130 131## [2022-02-06] 132 133### Changed 134- Created LICENSE file and removed corresponding text from the README.md - implements [#67] 135- Use DokuWiki's user name & email address as commit author - implements [#63], [#66] 136 - Updated default setting for `$conf['addParams']` to apply DokuWiki user name as commit author and DokuWiki user eMail as eMail. 137 - If DokuWiki user eMail is empty, then the eMail assigned to the commit will be empty as well. 138- Updated README.md: 139 - Added a link to the referred COPYING license file originally hosted on the DokuWiki master branch to simplify a probable lookup. 140 - Issues linked on startpage, motivate people to contribute 141 142### Fixed 143- Allow empty commits - fixes [#39] 144 145### ❤️ Thanks 146Many thanks for collaboration on this release for: @SECtim, @ochurlaud 147 148 149## [2022-01-20] 150 151### Fixed 152- Fix for compatibility to PHP versions <7.4 - was introduced by previous release - fixes [#69] 153 154 155## [2021-03-19] 156 157### Added 158- Extended to send error messages to a configurable eMail address - implements [#53] 159- Added config `'emailAddressOnError'` 160- Added config `'notifyByMailOnSuccess'` 161- Added localizations for error messages 162- Added eMail templates for mail notifications 163- German translations added 164 165 166## [2016-08-14] 167 168### Changed 169- Updated last change date to current date - fix [#38] 170 171### Fixed 172- Adjusted method signatures to match parent in action/editcommit.php 173- Corrected method signature for php7-compatibility in action/editcommit.php 174 175 176## [2015-10-03] 177 178### Added 179- Allow name and mail user variables in addParams. 180- Add an option for customizing git working tree 181- Added setting ignorePaths to ignore specified paths in add/commit-process 182 183### Changed 184- Use Markdown for the GitHub README. 185- Update plugin date and URL, added Carsten Teibes as author 186- Pull latest git php library (0.1.4) 187- Allow to set the path to the git binary - implements [#8] 188- Use relative path for Git.php and `$conf['tempdir']` for temp file. 189- Coding compliance change: move handle_periodic_pull down, together with other "handle"s. 190 191### Fixed 192- Fix passing additional arguments to git binary 193- Fix lang typos. 194- Coding compliance change, tabs to spaces, fix typos. 195- dokuwiki Farm fix 196 197 198## [2012-10-31] 199 200### Added 201- Initial release 202 203### Comments 204- The release name complies with the date property of plugin.info.txt 205- The recent commit within this release is [2dbc1a5](https://github.com/woolfg/dokuwiki-plugin-gitbacked/commit/2dbc1a5564516b801dbda239b68152edb5be0303) of 13-Nov-2012 206 207<!-- 208## [] 209 210### NeverReleased 211- This is just a dummy placeholder to make the parser of GHCICD/release-notes-from-changelog@v1 happy! 212--> 213 214[Unreleased]: https://github.com/woolfg/dokuwiki-plugin-gitbacked/compare/v2025-11-11..HEAD 215[2025-11-11]: https://github.com/woolfg/dokuwiki-plugin-gitbacked/compare/v2025-02-26..v2025-11-11 216[2025-02-26]: https://github.com/woolfg/dokuwiki-plugin-gitbacked/compare/v2023-05-07..v2025-02-26 217[2023-05-07]: https://github.com/woolfg/dokuwiki-plugin-gitbacked/compare/v2023-03-07..v2023-05-07 218[2023-03-07]: https://github.com/woolfg/dokuwiki-plugin-gitbacked/compare/v2022-02-06..v2023-03-07 219[2022-02-06]: https://github.com/woolfg/dokuwiki-plugin-gitbacked/compare/v2022-01-20..v2022-02-06 220[2022-01-20]: https://github.com/woolfg/dokuwiki-plugin-gitbacked/compare/v2021-03-19..v2022-01-20 221[2021-03-19]: https://github.com/woolfg/dokuwiki-plugin-gitbacked/compare/v2016-08-14..v2021-03-19 222[2016-08-14]: https://github.com/woolfg/dokuwiki-plugin-gitbacked/compare/v2015-10-03..v2016-08-14 223[2015-10-03]: https://github.com/woolfg/dokuwiki-plugin-gitbacked/compare/v2012-10-31..v2015-10-03 224[2012-10-31]: https://github.com/woolfg/dokuwiki-plugin-gitbacked/releases/tag/v2012-10-31 225[#94]: https://github.com/woolfg/dokuwiki-plugin-gitbacked/pull/94 226[#93]: https://github.com/woolfg/dokuwiki-plugin-gitbacked/pull/93 227[#91]: https://github.com/woolfg/dokuwiki-plugin-gitbacked/pull/91 228[#86]: https://github.com/woolfg/dokuwiki-plugin-gitbacked/issues/86 229[#82]: https://github.com/woolfg/dokuwiki-plugin-gitbacked/issues/82 230[#80]: https://github.com/woolfg/dokuwiki-plugin-gitbacked/issues/80 231[#79]: https://github.com/woolfg/dokuwiki-plugin-gitbacked/issues/79 232[#69]: https://github.com/woolfg/dokuwiki-plugin-gitbacked/issues/69 233[#67]: https://github.com/woolfg/dokuwiki-plugin-gitbacked/issues/67 234[#66]: https://github.com/woolfg/dokuwiki-plugin-gitbacked/issues/66 235[#63]: https://github.com/woolfg/dokuwiki-plugin-gitbacked/issues/63 236[#53]: https://github.com/woolfg/dokuwiki-plugin-gitbacked/issues/53 237[#39]: https://github.com/woolfg/dokuwiki-plugin-gitbacked/issues/39 238[#38]: https://github.com/woolfg/dokuwiki-plugin-gitbacked/issues/38 239[#8]: https://github.com/woolfg/dokuwiki-plugin-gitbacked/issues/8 240