| ed28adde | 21-Jan-2022 |
Wolfgang Gassler <wolfgang@gassler.org> |
issues linked on startpage, motivate people to contribute |
| 106af46b | 20-Jan-2022 |
Markus Hoffrogge <mhoffrogge@gmail.com> |
Update plugin.info.txt |
| a2158894 | 20-Jan-2022 |
Markus Hoffrogge <mhoffrogge@gmail.com> |
Fix for compatibility to PHP versions <7.4
fixes #69 |
| 1edba4ef | 10-Jan-2022 |
Wolfgang Gassler <wolfgang@gassler.org> |
Update README.md
looking for maintainers |
| 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 ...
|
| 00aa0913 | 25-Mar-2021 |
Markus Hoffrogge <mhoffrogge@gmail.com> |
Extension to send error messages to a configurable eMail address
- German translations added
Signed-off-by: Markus Hoffrogge <mhoffrogge@gmail.com> |
| e8224fc2 | 25-Mar-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 instanc
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>
show more ...
|
| d681a185 | 14-Aug-2016 |
Wolfgang Gassler <wolfgang@gassler.org> |
updated last change date to current date
fix #38 |
| a6cdc68c | 10-May-2016 |
Michael Sorg <michael.sorg@diehl.com> |
corrected method-signature for php7-compatibility |
| 6150e7de | 02-Feb-2016 |
Andreas Gohr <andi@splitbrain.org> |
Adjust method signatures to match parent |
| a81f4390 | 03-Oct-2015 |
Wolfgang Gassler <wolfgang@gassler.org> |
Update plugin.info.txt |
| 27fbdc25 | 03-Oct-2015 |
Carsten Teibes <dev@f4ke.de> |
Some housekeeping: * Use Markdown for the GitHub README. * Update plugin date and URL * Pull latest git php library |
| 635161d0 | 03-Oct-2015 |
Carsten Teibes <dev@f4ke.de> |
Allow to set the path to the git binary Implements #8. |
| 985a1bc7 | 03-Oct-2015 |
Carsten Teibes <dev@f4ke.de> |
Fix passing additional arguments to git binary
This fixes a regression introduced in 01bf4c860c8 "Update library Git.php to 0.1.4"
The hard-coded string $git_path does not exit anymore, there is no
Fix passing additional arguments to git binary
This fixes a regression introduced in 01bf4c860c8 "Update library Git.php to 0.1.4"
The hard-coded string $git_path does not exit anymore, there is now an api to get and set the git executable.
show more ...
|
| 66f21a70 | 09-Apr-2015 |
Wolfgang Gassler <wolfgang@gassler.org> |
added setting ignorePaths to ignore specified paths in add/commit-process |
| 38f8ac72 | 26-Nov-2014 |
Wolfgang Gassler <wolfgang@gassler.org> |
dokuwiki Farm fix
issue #20 when using dokuwiki Farm |
| 01bf4c86 | 03-Nov-2014 |
Danny Lin <danny0838@gmail.com> |
Update library Git.php to 0.1.4 |
| 2377428f | 03-Nov-2014 |
Danny Lin <danny0838@gmail.com> |
Coding compliance change: move handle_periodic_pull down, together with other "handle"s. |
| 12701840 | 03-Nov-2014 |
Danny Lin <danny0838@gmail.com> |
Fix lang typos. |
| 0d7cb616 | 02-Nov-2013 |
Birkir A. Barkarson <birkirb@stoicviking.net> |
Allow name and mail user variables in addParams. |
| 4eba9b44 | 19-Oct-2013 |
Danny Lin <danny0838@gmail.com> |
Add an option for customizing git working tree |
| 00ce3f12 | 19-Oct-2013 |
Danny Lin <danny0838@gmail.com> |
Use relative path for Git.php and $conf['tempdir'] for temp file. |
| e7471cfa | 19-Oct-2013 |
Danny Lin <danny0838@gmail.com> |
Coding compliance change, tabs to spaces, fix typos. |
| 2dbc1a55 | 13-Nov-2012 |
Wolfgang Gassler <wolfgang@gassler.org> |
default commit messages changed |
| b92b117a | 12-Nov-2012 |
Wolfgang Gassler <wolfgang@gassler.org> |
periodic pull implemented |