History log of /plugin/gitbacked/ (Results 51 – 75 of 82)
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
ed28adde21-Jan-2022 Wolfgang Gassler <wolfgang@gassler.org>

issues linked on startpage, motivate people to contribute

106af46b20-Jan-2022 Markus Hoffrogge <mhoffrogge@gmail.com>

Update plugin.info.txt

a215889420-Jan-2022 Markus Hoffrogge <mhoffrogge@gmail.com>

Fix for compatibility to PHP versions <7.4

fixes #69

1edba4ef10-Jan-2022 Wolfgang Gassler <wolfgang@gassler.org>

Update README.md

looking for maintainers

2e4b723326-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 ...

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

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

d681a18514-Aug-2016 Wolfgang Gassler <wolfgang@gassler.org>

updated last change date to current date

fix #38

a6cdc68c10-May-2016 Michael Sorg <michael.sorg@diehl.com>

corrected method-signature for php7-compatibility

6150e7de02-Feb-2016 Andreas Gohr <andi@splitbrain.org>

Adjust method signatures to match parent

a81f439003-Oct-2015 Wolfgang Gassler <wolfgang@gassler.org>

Update plugin.info.txt

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

635161d003-Oct-2015 Carsten Teibes <dev@f4ke.de>

Allow to set the path to the git binary
Implements #8.

985a1bc703-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 ...

66f21a7009-Apr-2015 Wolfgang Gassler <wolfgang@gassler.org>

added setting ignorePaths to ignore specified paths in add/commit-process

38f8ac7226-Nov-2014 Wolfgang Gassler <wolfgang@gassler.org>

dokuwiki Farm fix

issue #20 when using dokuwiki Farm

01bf4c8603-Nov-2014 Danny Lin <danny0838@gmail.com>

Update library Git.php to 0.1.4

2377428f03-Nov-2014 Danny Lin <danny0838@gmail.com>

Coding compliance change: move handle_periodic_pull down, together with other "handle"s.

1270184003-Nov-2014 Danny Lin <danny0838@gmail.com>

Fix lang typos.

0d7cb61602-Nov-2013 Birkir A. Barkarson <birkirb@stoicviking.net>

Allow name and mail user variables in addParams.

4eba9b4419-Oct-2013 Danny Lin <danny0838@gmail.com>

Add an option for customizing git working tree

00ce3f1219-Oct-2013 Danny Lin <danny0838@gmail.com>

Use relative path for Git.php and $conf['tempdir'] for temp file.

e7471cfa19-Oct-2013 Danny Lin <danny0838@gmail.com>

Coding compliance change, tabs to spaces, fix typos.

2dbc1a5513-Nov-2012 Wolfgang Gassler <wolfgang@gassler.org>

default commit messages changed

b92b117a12-Nov-2012 Wolfgang Gassler <wolfgang@gassler.org>

periodic pull implemented

1234