| dd477e30 | 07-May-2023 |
Markus Hoffrogge <mhoffrogge@gmail.com> |
Fix DokuWiki deprecation warnings
- action/editcommit.php: - remove obsolete require_once for action.php - comment dbglog(...) code lines Note: These did not yet have been replaced by DW Log
Fix DokuWiki deprecation warnings
- action/editcommit.php: - remove obsolete require_once for action.php - comment dbglog(...) code lines Note: These did not yet have been replaced by DW Logger::debug(...) since this would break compatibility to DW releases before Igor
- closes #86
show more ...
|
| 23da58a4 | 07-Mar-2023 |
Markus Hoffrogge <mhoffrogge@gmail.com> |
Update CHANGELOG.md: update release notes and compare links for release 2023-03-07
- CHANGELOG.md: - update issue references to appear as links - plugin.info.txt: - align release date |
| 8f57114c | 22-Feb-2023 |
Markus Hoffrogge <mhoffrogge@gmail.com> |
Update README.md
Add link to CHANGELOG.md |
| e09933d8 | 22-Feb-2023 |
Markus Hoffrogge <mhoffrogge@gmail.com> |
Update CHANGELOG.md
Add recent updates and fixes from merged PRs |
| eeb1a599 | 10-Feb-2023 |
Markus Hoffrogge <mhoffrogge@gmail.com> |
Fix: support cyrillic commit message
- editcommit.php: - initialize field var temp_dir by GitBackedUtil::getTempDir() - GitBackedUtil.php: - add static function getTempDir() to manage this p
Fix: support cyrillic commit message
- editcommit.php: - initialize field var temp_dir by GitBackedUtil::getTempDir() - GitBackedUtil.php: - add static function getTempDir() to manage this plugins temp dir in a central place - add static function createMessageFile($message) to wirte the git commit message to a temp file - Git.php: - write the commit message for commit() and add_tag() to a temp file and let git it read from that file to fix any escapeshellarg effects
fixes #82
show more ...
|
| 4f40c9b4 | 09-Feb-2023 |
Markus Hoffrogge <mhoffrogge@gmail.com> |
Gha/maintenance (#84)
* GHA: Fix deprecation warning on ::set-output
* GHA: Replace deprecated actions for release creation |
| dee8dca1 | 09-Feb-2023 |
Markus Hoffrogge <mhoffrogge@gmail.com> |
Improve absolute path determination to support Windows OS
- action/editcommit.php: - improve absolute path determination - apply absolute path determination for repoWorkDir as well - allow emp
Improve absolute path determination to support Windows OS
- action/editcommit.php: - improve absolute path determination - apply absolute path determination for repoWorkDir as well - allow empty work dir - conf/default.php: - update default for repoWorkDir as empty string -lib/GitBackedUtil.php: - added for common util functions
show more ...
|
| 467b71c5 | 12-Aug-2022 |
sjv0 <samjvaughan@gmail.com> |
Accept Absolute Path in 'repoPath'
Don't concatenate DOKU_INC and repoPath if repoPath is an absolute path. |
| 34105570 | 02-Apr-2022 |
Markus Hoffrogge <mhoffrogge@gmail.com> |
Added link to CHANGELOG.md for ...release notes... |
| 10cae9cb | 02-Apr-2022 |
Markus Hoffrogge <mhoffrogge@gmail.com> |
Minor phrasing change on README.md |
| 98d82639 | 02-Apr-2022 |
Markus Hoffrogge <mhoffrogge@gmail.com> |
Moved paragraph 'Release Management' from README.md to workflows/docs/HowTo_MANAGE_RELEASES.md
#58 |
| 2acea669 | 01-Apr-2022 |
Markus Hoffrogge <mhoffrogge@gmail.com> |
Added paragraph 'Release Management' to README.md
#58 |
| 75d1efac | 31-Mar-2022 |
Markus Hoffrogge <mhoffrogge@gmail.com> |
Updated CHANGELOG.md: added release notes and compare links for release 2022-02-06 |
| d87ebb4b | 31-Mar-2022 |
Markus Hoffrogge <mhoffrogge@gmail.com> |
Updated release notes for release 2022-01-20 in CHANGELOG.md |
| 82722c73 | 31-Mar-2022 |
Markus Hoffrogge <mhoffrogge@gmail.com> |
Fixed release notes for release 2021-03-19 |
| 42b84374 | 31-Mar-2022 |
Markus Hoffrogge <mhoffrogge@gmail.com> |
Updated release notes in CHANGELOG.md for release 2021-03-19 |
| 669761ab | 31-Mar-2022 |
Markus Hoffrogge <mhoffrogge@gmail.com> |
Updated release notes in CHANGELOG.md for release 2016-08-14 |
| 325f92e8 | 31-Mar-2022 |
Markus Hoffrogge <mhoffrogge@gmail.com> |
Updated release notes for release 2015-10-03 in CHANGELOG.md |
| 1e0a3175 | 31-Mar-2022 |
Markus Hoffrogge <mhoffrogge@gmail.com> |
Updated CHANGELOG.md to the original github repo URLs |
| d32f7577 | 31-Mar-2022 |
Markus Hoffrogge <mhoffrogge@gmail.com> |
#58 - Initially adding release build artifacts
Added workflows/build_release.yml, workflows/resources/RELEASE_HEAD.md and CHANGELOG.md |
| 6142d704 | 08-Feb-2022 |
Olivier CHURLAUD <ochurlaud@users.noreply.github.com> |
Create LICENSE file and remove corresponding text from the readme
Fixes #67 |
| 0dd56563 | 06-Feb-2022 |
Markus Hoffrogge <mhoffrogge@gmail.com> |
Update plugin.info.txt
Updated date to reflect closed issues #39 and #63. |
| 8457ba7e | 06-Feb-2022 |
Markus Hoffrogge <mhoffrogge@gmail.com> |
Use DokuWiki's user name & email address as commit author
- updated default setting for $conf['addParams'] to apply DokuWiki user name as commit author and DokuWiki user eMail as eMail. - if DokuWik
Use DokuWiki's user name & email address as commit author
- 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.
Fixes #63, #66
show more ...
|
| f29fe327 | 01-Feb-2022 |
SECtim <42440411+SECtim@users.noreply.github.com> |
Allow empty commits
Fixes #39 |
| 0bed216c | 22-Jan-2022 |
Markus Hoffrogge <mhoffrogge@gmail.com> |
Update README.md
Added a link to the referred COPYING license file originally hosted on the DokuWiki master branch to simplify a probable lookup. |