History log of /plugin/gitbacked/conf/default.php (Results 1 – 13 of 13)
Revision Date Author Comments
# 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 ...


# a2effbcb 19-Dec-2024 msx80 <msx80@github>

update index on pull


# dee8dca1 09-Feb-2023 Markus Hoffrogge <mhoffrogge@gmail.com>

Improve absolute path determination to support Windows OS

- action/editcommit.php:
- improve absolute path determination
- apply absolute path determination for repoWorkDir as well
- allow emp

Improve absolute path determination to support Windows OS

- action/editcommit.php:
- improve absolute path determination
- apply absolute path determination for repoWorkDir as well
- allow empty work dir
- conf/default.php:
- update default for repoWorkDir as empty string
-lib/GitBackedUtil.php:
- added for common util functions

show more ...


# 8457ba7e 06-Feb-2022 Markus Hoffrogge <mhoffrogge@gmail.com>

Use DokuWiki's user name & email address as commit author

- updated default setting for $conf['addParams'] to apply DokuWiki user name as commit author and DokuWiki user eMail as eMail.
- if DokuWik

Use DokuWiki's user name & email address as commit author

- updated default setting for $conf['addParams'] to apply DokuWiki user name as commit author and DokuWiki user eMail as eMail.
- if DokuWiki user eMail is empty, then the eMail assigned to the commit will be empty as well.

Fixes #63, #66

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


# 4eba9b44 19-Oct-2013 Danny Lin <danny0838@gmail.com>

Add an option for customizing git working tree


# 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


# 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