History log of /plugin/gitbacked/ (Results 26 – 50 of 82)
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
dd477e3007-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 ...

23da58a407-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

8f57114c22-Feb-2023 Markus Hoffrogge <mhoffrogge@gmail.com>

Update README.md

Add link to CHANGELOG.md

e09933d822-Feb-2023 Markus Hoffrogge <mhoffrogge@gmail.com>

Update CHANGELOG.md

Add recent updates and fixes from merged PRs

eeb1a59910-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 ...

4f40c9b409-Feb-2023 Markus Hoffrogge <mhoffrogge@gmail.com>

Gha/maintenance (#84)

* GHA: Fix deprecation warning on ::set-output

* GHA: Replace deprecated actions for release creation

dee8dca109-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 ...

467b71c512-Aug-2022 sjv0 <samjvaughan@gmail.com>

Accept Absolute Path in 'repoPath'

Don't concatenate DOKU_INC and repoPath if repoPath is an absolute path.

3410557002-Apr-2022 Markus Hoffrogge <mhoffrogge@gmail.com>

Added link to CHANGELOG.md for ...release notes...

10cae9cb02-Apr-2022 Markus Hoffrogge <mhoffrogge@gmail.com>

Minor phrasing change on README.md

98d8263902-Apr-2022 Markus Hoffrogge <mhoffrogge@gmail.com>

Moved paragraph 'Release Management' from README.md to workflows/docs/HowTo_MANAGE_RELEASES.md

#58

2acea66901-Apr-2022 Markus Hoffrogge <mhoffrogge@gmail.com>

Added paragraph 'Release Management' to README.md

#58

75d1efac31-Mar-2022 Markus Hoffrogge <mhoffrogge@gmail.com>

Updated CHANGELOG.md: added release notes and compare links for release 2022-02-06

d87ebb4b31-Mar-2022 Markus Hoffrogge <mhoffrogge@gmail.com>

Updated release notes for release 2022-01-20 in CHANGELOG.md

82722c7331-Mar-2022 Markus Hoffrogge <mhoffrogge@gmail.com>

Fixed release notes for release 2021-03-19

42b8437431-Mar-2022 Markus Hoffrogge <mhoffrogge@gmail.com>

Updated release notes in CHANGELOG.md for release 2021-03-19

669761ab31-Mar-2022 Markus Hoffrogge <mhoffrogge@gmail.com>

Updated release notes in CHANGELOG.md for release 2016-08-14

325f92e831-Mar-2022 Markus Hoffrogge <mhoffrogge@gmail.com>

Updated release notes for release 2015-10-03 in CHANGELOG.md

1e0a317531-Mar-2022 Markus Hoffrogge <mhoffrogge@gmail.com>

Updated CHANGELOG.md to the original github repo URLs

d32f757731-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

6142d70408-Feb-2022 Olivier CHURLAUD <ochurlaud@users.noreply.github.com>

Create LICENSE file and remove corresponding text from the readme

Fixes #67

0dd5656306-Feb-2022 Markus Hoffrogge <mhoffrogge@gmail.com>

Update plugin.info.txt

Updated date to reflect closed issues #39 and #63.

8457ba7e06-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 ...

f29fe32701-Feb-2022 SECtim <42440411+SECtim@users.noreply.github.com>

Allow empty commits

Fixes #39

0bed216c22-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.

1234