Lines Matching +full:release +full:-
8 <!-- Format restrictions - see https://common-changelog.org and https://keepachangelog.com/ for det…
9 <!-- Each Release must start with a line for the release version of exactly this format: ## [versio…
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:
14 - This feature was changed
17 - This feature was added
20 - This feature was changed
23 - This feature was removed
26 - This issue was fixed
28 <empty line> - next line is the starting of the previous release
29 ## [yyyy-mm-dd]
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 accordi…
35 …At the end of this file appropriate compare links have to be maintained for each release version i…
37 +-current release version
39 …| +-URL to this repo previous release version tag-+ +-current …
41 [yyyy-mm-dd]: https://github.com/woolfg/dokuwiki-plugin-gitbacked/compare/vYYYY-MM-DD..vYYYY-MM-DD
42 -->
43 <!--
47 - TBD
50 - TBD
53 - TBD
56 - TBD
59 - TBD
62 - TBD
65 - TBD
68 - TBD
69 -->
74 - TBD
77 ## [2025-11-11]
80 - Add code style config files
81 - Add code style check
82 - Add auto loader `loader.php`
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
91 Many thanks for collaboration on this release for: @ribsey, @mhoffrog
94 ## [2025-02-26]
97 - Add config `'updateIndexOnPull'` - PR [#93], [#94]
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'
105 Many thanks for collaboration on this release for: @msx80, @delphij
108 ## [2023-05-07]
111 - Deprecation warnings raised on `action/editcommit.php` - fixes [#86]
114 Many thanks for collaboration on this release for: @mhoffrog
117 ## [2023-03-07]
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]
125 - Cyrillic commit messages not being corrupted anymore - fixes [#82]
128 Many thanks for collaboration on this release for: @sjv0, @zlobniyshurik
131 ## [2022-02-06]
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 an…
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 branc…
140 - Issues linked on startpage, motivate people to contribute
143 - Allow empty commits - fixes [#39]
146 Many thanks for collaboration on this release for: @SECtim, @ochurlaud
149 ## [2022-01-20]
152 - Fix for compatibility to PHP versions <7.4 - was introduced by previous release - fixes [#69]
155 ## [2021-03-19]
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
166 ## [2016-08-14]
169 - Updated last change date to current date - fix [#38]
172 - Adjusted method signatures to match parent in action/editcommit.php
173 - Corrected method signature for php7-compatibility in action/editcommit.php
176 ## [2015-10-03]
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
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.
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
198 ## [2012-10-31]
201 - Initial release
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-gitb…
207 <!--
211 - This is just a dummy placeholder to make the parser of GHCICD/release-notes-from-changelog@v1 hap…
212 -->
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