Skip to content

Conversation

@mhoffrog
Copy link
Collaborator

This pull request implements Issue#53.
Fixes #53

- plugin.info.txt:
  - added myself to the list of authors
  - updated date to 19-Mar-2021

- editcommit.php:
  - pass plugin instance to GitRepo cTor
  - added error notification helper methods
  - catch Exceptions from underlying GitRepo or Git methods
    to hide errors from end user rahter than sending error message by eMail

- Git.php:
  - Git:
    - added plugin instance to methods as paramater
  - GitRepo:
    - added plugin instance to cTor as parameter

- default.php, metadata.php, settings.php:
  - added config 'emailAddressOnError'
  - added config 'notifyByMailOnSuccess'

- lang/en:
  - added localizations for error messages
  - added eMail templates for mail notifocations

Signed-off-by: Markus Hoffrogge <mhoffrogge@gmail.com>
- German translations added

Signed-off-by: Markus Hoffrogge <mhoffrogge@gmail.com>
- 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>
@woolfg
Copy link
Owner

woolfg commented Jun 16, 2021

thanks @mhoffrog

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Send notification eMail in case of an error to a configurable mail address

3 participants