Home
last modified time | relevance | path

Searched hist:e8224fc2adab60c230d2e234fb6752e82d78cfc3 (Results 1 – 10 of 10) sorted by relevance

/plugin/gitbacked/lang/en/
H A Dmail_create_new_error.txte8224fc2adab60c230d2e234fb6752e82d78cfc3 Thu Mar 25 21:31:06 UTC 2021 Markus Hoffrogge <mhoffrogge@gmail.com> Extension to send error messages to a configurable eMail address

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

H A Dlang.phpe8224fc2adab60c230d2e234fb6752e82d78cfc3 Thu Mar 25 21:31:06 UTC 2021 Markus Hoffrogge <mhoffrogge@gmail.com> Extension to send error messages to a configurable eMail address

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

H A Dmail_repo_path_error.txte8224fc2adab60c230d2e234fb6752e82d78cfc3 Thu Mar 25 21:31:06 UTC 2021 Markus Hoffrogge <mhoffrogge@gmail.com> Extension to send error messages to a configurable eMail address

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

H A Dmail_command_error.txte8224fc2adab60c230d2e234fb6752e82d78cfc3 Thu Mar 25 21:31:06 UTC 2021 Markus Hoffrogge <mhoffrogge@gmail.com> Extension to send error messages to a configurable eMail address

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

H A Dmail_command_success.txte8224fc2adab60c230d2e234fb6752e82d78cfc3 Thu Mar 25 21:31:06 UTC 2021 Markus Hoffrogge <mhoffrogge@gmail.com> Extension to send error messages to a configurable eMail address

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

H A Dsettings.phpe8224fc2adab60c230d2e234fb6752e82d78cfc3 Thu Mar 25 21:31:06 UTC 2021 Markus Hoffrogge <mhoffrogge@gmail.com> Extension to send error messages to a configurable eMail address

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

/plugin/gitbacked/conf/
H A Dmetadata.phpe8224fc2adab60c230d2e234fb6752e82d78cfc3 Thu Mar 25 21:31:06 UTC 2021 Markus Hoffrogge <mhoffrogge@gmail.com> Extension to send error messages to a configurable eMail address

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

H A Ddefault.phpe8224fc2adab60c230d2e234fb6752e82d78cfc3 Thu Mar 25 21:31:06 UTC 2021 Markus Hoffrogge <mhoffrogge@gmail.com> Extension to send error messages to a configurable eMail address

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

/plugin/gitbacked/
H A Dplugin.info.txte8224fc2adab60c230d2e234fb6752e82d78cfc3 Thu Mar 25 21:31:06 UTC 2021 Markus Hoffrogge <mhoffrogge@gmail.com> Extension to send error messages to a configurable eMail address

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

/plugin/gitbacked/action/
H A Deditcommit.phpe8224fc2adab60c230d2e234fb6752e82d78cfc3 Thu Mar 25 21:31:06 UTC 2021 Markus Hoffrogge <mhoffrogge@gmail.com> Extension to send error messages to a configurable eMail address

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