History log of /plugin/gitbacked/.github/ (Results 1 – 6 of 6)
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
f8541e5102-Feb-2026 Markus Hoffrogge <mhoffrogge@gmail.com>

Action dokuwiki.yml: Allow manual triggering

4685940503-Mar-2025 Markus Hoffrogge <mhoffrogge@gmail.com>

#71: Add initial DW standard Unit Test for this plugin

- .github/workflows/dokuwiki.yml:
- add DW standard action for code style checks
and generic Unit Test execution

- _test/GeneralTest.php

#71: Add initial DW standard Unit Test for this plugin

- .github/workflows/dokuwiki.yml:
- add DW standard action for code style checks
and generic Unit Test execution

- _test/GeneralTest.php:
- initial test for general DW plugin configurations

- update CHANGELOG.md

show more ...

2762023d03-Mar-2025 Markus Hoffrogge <mhoffrogge@gmail.com>

Format code to comply with DW standard code style rules

- add code formatter definitions:
- .editorconfig
- .vscode/settings.json

- update code to meet code style:
- conf/default.php,
con

Format code to comply with DW standard code style rules

- add code formatter definitions:
- .editorconfig
- .vscode/settings.json

- update code to meet code style:
- conf/default.php,
conf/metadata.php,
lang/de/settings.php,
lang/en/settings.php:
- fix for white space code style

- classes/*.php:
- attach classes to plugin specific namespace
- format to meet DW code style
- refactor method names to fix PSR1.Methods.CamelCapsMethodName.NotCamelCaps

- loader.php:
- add autoloader for plugin specific namespace classes

- action/editcommit.php:
- replace use of deprecated DW class definitions
by non deprecated class definitions
- followup code formatting of classes/*.php
- make use of auto loader loader.php

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

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

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

#58

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