<?xml version="1.0"?>
<?xml-stylesheet type="text/xsl" href="/rss.xsl.xml"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
    <title>Changes in settings.php</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2025</copyright>
    <generator>Java</generator><item>
        <title>1bd38d0c57611b671ef4c54d952b4e6e6039c8ed - Document new substitutions</title>
        <link>http://127.0.0.1:8080/history/plugin/gitbacked/lang/en/settings.php#1bd38d0c57611b671ef4c54d952b4e6e6039c8ed</link>
        <description>Document new substitutions

            List of files:
            /plugin/gitbacked/lang/en/settings.php</description>
        <pubDate>Tue, 17 Feb 2026 23:49:38 +0000</pubDate>
        <dc:creator>Sam Edwards &lt;sam@samedwards.ca&gt;</dc:creator>
    </item>
<item>
        <title>2762023dfb29a64197cb442f664aa321f9f5bc87 - Format code to comply with DW standard code style rules</title>
        <link>http://127.0.0.1:8080/history/plugin/gitbacked/lang/en/settings.php#2762023dfb29a64197cb442f664aa321f9f5bc87</link>
        <description>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

            List of files:
            /plugin/gitbacked/lang/en/settings.php</description>
        <pubDate>Mon, 03 Mar 2025 16:02:21 +0000</pubDate>
        <dc:creator>Markus Hoffrogge &lt;mhoffrogge@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>a1c1345032a5a7b91a3e4368ed6f280be36ddefb - Update settings description for &apos;updateIndexOnPull&apos;</title>
        <link>http://127.0.0.1:8080/history/plugin/gitbacked/lang/en/settings.php#a1c1345032a5a7b91a3e4368ed6f280be36ddefb</link>
        <description>Update settings description for &apos;updateIndexOnPull&apos;

            List of files:
            /plugin/gitbacked/lang/en/settings.php</description>
        <pubDate>Tue, 25 Feb 2025 22:50:34 +0000</pubDate>
        <dc:creator>Markus Hoffrogge &lt;mhoffrogge@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>2e4b7233fb3c84af9c4759ec3e4ac01f98099154 - Extension to send error messages to a configurable eMail address</title>
        <link>http://127.0.0.1:8080/history/plugin/gitbacked/lang/en/settings.php#2e4b7233fb3c84af9c4759ec3e4ac01f98099154</link>
        <description>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 descriptionSigned-off-by: Markus Hoffrogge &lt;mhoffrogge@gmail.com&gt;

            List of files:
            /plugin/gitbacked/lang/en/settings.php</description>
        <pubDate>Fri, 26 Mar 2021 22:18:58 +0000</pubDate>
        <dc:creator>Markus Hoffrogge &lt;mhoffrogge@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>e8224fc2adab60c230d2e234fb6752e82d78cfc3 - Extension to send error messages to a configurable eMail address</title>
        <link>http://127.0.0.1:8080/history/plugin/gitbacked/lang/en/settings.php#e8224fc2adab60c230d2e234fb6752e82d78cfc3</link>
        <description>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 &apos;emailAddressOnError&apos;  - added config &apos;notifyByMailOnSuccess&apos;- lang/en:  - added localizations for error messages  - added eMail templates for mail notifocationsSigned-off-by: Markus Hoffrogge &lt;mhoffrogge@gmail.com&gt;

            List of files:
            /plugin/gitbacked/lang/en/settings.php</description>
        <pubDate>Thu, 25 Mar 2021 21:31:06 +0000</pubDate>
        <dc:creator>Markus Hoffrogge &lt;mhoffrogge@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>635161d0b509deaca3533f7581e597f8f252f583 - Allow to set the path to the git binary</title>
        <link>http://127.0.0.1:8080/history/plugin/gitbacked/lang/en/settings.php#635161d0b509deaca3533f7581e597f8f252f583</link>
        <description>Allow to set the path to the git binaryImplements #8.

            List of files:
            /plugin/gitbacked/lang/en/settings.php</description>
        <pubDate>Sat, 03 Oct 2015 17:23:41 +0000</pubDate>
        <dc:creator>Carsten Teibes &lt;dev@f4ke.de&gt;</dc:creator>
    </item>
<item>
        <title>66f21a702463dd5a244dd1fbcabb73e5a6f4cc76 - added setting ignorePaths to ignore specified paths in add/commit-process</title>
        <link>http://127.0.0.1:8080/history/plugin/gitbacked/lang/en/settings.php#66f21a702463dd5a244dd1fbcabb73e5a6f4cc76</link>
        <description>added setting ignorePaths to ignore specified paths in add/commit-process

            List of files:
            /plugin/gitbacked/lang/en/settings.php</description>
        <pubDate>Thu, 09 Apr 2015 06:43:59 +0000</pubDate>
        <dc:creator>Wolfgang Gassler &lt;wolfgang@gassler.org&gt;</dc:creator>
    </item>
<item>
        <title>12701840a544e7d5bad6d9589986e8aab56ba257 - Fix lang typos.</title>
        <link>http://127.0.0.1:8080/history/plugin/gitbacked/lang/en/settings.php#12701840a544e7d5bad6d9589986e8aab56ba257</link>
        <description>Fix lang typos.

            List of files:
            /plugin/gitbacked/lang/en/settings.php</description>
        <pubDate>Mon, 03 Nov 2014 17:14:50 +0000</pubDate>
        <dc:creator>Danny Lin &lt;danny0838@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>0d7cb616b87a564f8c7e5af919ddf077802f5ae3 - Allow name and mail user variables in addParams.</title>
        <link>http://127.0.0.1:8080/history/plugin/gitbacked/lang/en/settings.php#0d7cb616b87a564f8c7e5af919ddf077802f5ae3</link>
        <description>Allow name and mail user variables in addParams.

            List of files:
            /plugin/gitbacked/lang/en/settings.php</description>
        <pubDate>Sat, 02 Nov 2013 05:04:26 +0000</pubDate>
        <dc:creator>Birkir A. Barkarson &lt;birkirb@stoicviking.net&gt;</dc:creator>
    </item>
<item>
        <title>4eba9b4410a4f784af648e9143efe5d4aa10464a - Add an option for customizing git working tree</title>
        <link>http://127.0.0.1:8080/history/plugin/gitbacked/lang/en/settings.php#4eba9b4410a4f784af648e9143efe5d4aa10464a</link>
        <description>Add an option for customizing git working tree

            List of files:
            /plugin/gitbacked/lang/en/settings.php</description>
        <pubDate>Sat, 19 Oct 2013 05:27:57 +0000</pubDate>
        <dc:creator>Danny Lin &lt;danny0838@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>b92b117a1c63763201438a5fdb8410884b3a4dee - periodic pull implemented</title>
        <link>http://127.0.0.1:8080/history/plugin/gitbacked/lang/en/settings.php#b92b117a1c63763201438a5fdb8410884b3a4dee</link>
        <description>periodic pull implemented

            List of files:
            /plugin/gitbacked/lang/en/settings.php</description>
        <pubDate>Mon, 12 Nov 2012 14:29:59 +0000</pubDate>
        <dc:creator>Wolfgang Gassler &lt;wolfgang@gassler.org&gt;</dc:creator>
    </item>
<item>
        <title>442c39818eb1e75a6f787fc1543049709c542c08 - media files recognized and added, delete msgs for pages and media files</title>
        <link>http://127.0.0.1:8080/history/plugin/gitbacked/lang/en/settings.php#442c39818eb1e75a6f787fc1543049709c542c08</link>
        <description>media files recognized and added, delete msgs for pages and media files

            List of files:
            /plugin/gitbacked/lang/en/settings.php</description>
        <pubDate>Fri, 02 Nov 2012 14:18:56 +0000</pubDate>
        <dc:creator>Wolfgang Gassler &lt;wolfgang@gassler.org&gt;</dc:creator>
    </item>
<item>
        <title>be81f8ff70c05a2e1904b351285e884faa16ec15 - addParams to add additional params for the git binary</title>
        <link>http://127.0.0.1:8080/history/plugin/gitbacked/lang/en/settings.php#be81f8ff70c05a2e1904b351285e884faa16ec15</link>
        <description>addParams to add additional params for the git binary

            List of files:
            /plugin/gitbacked/lang/en/settings.php</description>
        <pubDate>Fri, 02 Nov 2012 13:14:54 +0000</pubDate>
        <dc:creator>Wolfgang Gassler &lt;wolfgang@gassler.org&gt;</dc:creator>
    </item>
<item>
        <title>fa53f2a35d77ac419bbdb11e6872b25439750d9f - first checkin of files - pages are synced, no media sync support at the moment</title>
        <link>http://127.0.0.1:8080/history/plugin/gitbacked/lang/en/settings.php#fa53f2a35d77ac419bbdb11e6872b25439750d9f</link>
        <description>first checkin of files - pages are synced, no media sync support at the moment

            List of files:
            /plugin/gitbacked/lang/en/settings.php</description>
        <pubDate>Thu, 01 Nov 2012 22:27:31 +0000</pubDate>
        <dc:creator>Wolfgang Gassler &lt;wolfgang@gassler.org&gt;</dc:creator>
    </item>
</channel>
</rss>
