| #
2762023d |
| 03-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 ...
|
| #
2e4b7233 |
| 26-Mar-2021 |
Markus Hoffrogge <mhoffrogge@gmail.com> |
Extension to send error messages to a configurable eMail address
- Git.php: - improved error handling for more consistent and obvious Exception throwing
- lang/en/settings.php, lang/de/settings.p
Extension to send error messages to a configurable eMail address
- Git.php: - improved error handling for more consistent and obvious Exception throwing
- lang/en/settings.php, lang/de/settings.php: - improved settings description
Signed-off-by: Markus Hoffrogge <mhoffrogge@gmail.com>
show more ...
|