History log of /plugin/gitbacked/lang/en/settings.php (Results 1 – 14 of 14)
Revision Date Author Comments
# 1bd38d0c 17-Feb-2026 Sam Edwards <sam@samedwards.ca>

Document new substitutions


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


# a1c13450 25-Feb-2025 Markus Hoffrogge <mhoffrogge@gmail.com>

Update settings description for 'updateIndexOnPull'


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


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


# 635161d0 03-Oct-2015 Carsten Teibes <dev@f4ke.de>

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


# 66f21a70 09-Apr-2015 Wolfgang Gassler <wolfgang@gassler.org>

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


# 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


# b92b117a 12-Nov-2012 Wolfgang Gassler <wolfgang@gassler.org>

periodic pull implemented


# 442c3981 02-Nov-2012 Wolfgang Gassler <wolfgang@gassler.org>

media files recognized and added, delete msgs for pages and media files


# be81f8ff 02-Nov-2012 Wolfgang Gassler <wolfgang@gassler.org>

addParams to add additional params for the git binary


# fa53f2a3 01-Nov-2012 Wolfgang Gassler <wolfgang@gassler.org>

first checkin of files - pages are synced, no media sync support at the moment