<feed xmlns='http://www.w3.org/2005/Atom'>
<title>phorkie.git/src/phorkie, branch master</title>
<subtitle>Self-hosted pastebin software written in PHP. Pastes are editable, may have multiple files and are stored in git repositories.</subtitle>
<id>https://git.cweiske.de/phorkie.git/atom?h=master</id>
<link rel='self' href='https://git.cweiske.de/phorkie.git/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://git.cweiske.de/phorkie.git/'/>
<updated>2023-03-23T19:31:53Z</updated>
<entry>
<title>Fix DOMDocument usage on PHP 8.2</title>
<updated>2023-03-23T19:31:53Z</updated>
<author>
<name>Christian Weiske</name>
<email>cweiske@cweiske.de</email>
</author>
<published>2023-03-23T19:31:53Z</published>
<link rel='alternate' type='text/html' href='https://git.cweiske.de/phorkie.git/commit/?id=ada5b21e333298cb88152d51cb4ca30e8b13f56b'/>
<id>urn:sha1:ada5b21e333298cb88152d51cb4ca30e8b13f56b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Use real return types in Repositories.php</title>
<updated>2023-03-22T21:21:03Z</updated>
<author>
<name>Christian Weiske</name>
<email>cweiske@cweiske.de</email>
</author>
<published>2023-03-22T20:02:53Z</published>
<link rel='alternate' type='text/html' href='https://git.cweiske.de/phorkie.git/commit/?id=48c36233ec93e9a236c503628dee064c4366eee9'/>
<id>urn:sha1:48c36233ec93e9a236c503628dee064c4366eee9</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix error with git 2.25.1 complaining about missing committer</title>
<updated>2023-03-22T21:21:03Z</updated>
<author>
<name>Christian Weiske</name>
<email>cweiske@cweiske.de</email>
</author>
<published>2023-03-22T20:02:02Z</published>
<link rel='alternate' type='text/html' href='https://git.cweiske.de/phorkie.git/commit/?id=b5859f1f2baf8dc945cbeac0622f8f1039702171'/>
<id>urn:sha1:b5859f1f2baf8dc945cbeac0622f8f1039702171</id>
<content type='text'>
.. needs current VersionControl_Git 0.7.0 that allows setting environment vars.

Also add composer.lock so we know what exact versions worked.
</content>
</entry>
<entry>
<title>Fix stripping ".git" from dir names</title>
<updated>2023-03-22T21:21:03Z</updated>
<author>
<name>Christian Weiske</name>
<email>cweiske@cweiske.de</email>
</author>
<published>2023-03-22T19:22:01Z</published>
<link rel='alternate' type='text/html' href='https://git.cweiske.de/phorkie.git/commit/?id=894b39fb81760fb6fbff105159da993b512f8ce3'/>
<id>urn:sha1:894b39fb81760fb6fbff105159da993b512f8ce3</id>
<content type='text'>
This did never work, but earlier PHP versions did not complain
</content>
</entry>
<entry>
<title>Remove PEAR support from file type detection</title>
<updated>2023-03-22T21:21:03Z</updated>
<author>
<name>Christian Weiske</name>
<email>cweiske@cweiske.de</email>
</author>
<published>2023-03-21T18:57:23Z</published>
<link rel='alternate' type='text/html' href='https://git.cweiske.de/phorkie.git/commit/?id=d6276ca061f76ae1e810a7725402fe38e09c0b2b'/>
<id>urn:sha1:d6276ca061f76ae1e810a7725402fe38e09c0b2b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Use composer package names in setup check</title>
<updated>2023-03-22T21:21:03Z</updated>
<author>
<name>Christian Weiske</name>
<email>cweiske@cweiske.de</email>
</author>
<published>2023-03-21T18:56:42Z</published>
<link rel='alternate' type='text/html' href='https://git.cweiske.de/phorkie.git/commit/?id=a99373911922f7b1b5d42cf42d273bc7b0c61c61'/>
<id>urn:sha1:a99373911922f7b1b5d42cf42d273bc7b0c61c61</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix curly brace when accessing character inside string</title>
<updated>2023-03-22T21:21:03Z</updated>
<author>
<name>Christian Weiske</name>
<email>cweiske@cweiske.de</email>
</author>
<published>2023-03-21T18:56:21Z</published>
<link rel='alternate' type='text/html' href='https://git.cweiske.de/phorkie.git/commit/?id=c6ba8c79609aaf6bd85c2b8765bc1629b5f0db72'/>
<id>urn:sha1:c6ba8c79609aaf6bd85c2b8765bc1629b5f0db72</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Do not use each() anymore (breaks on PHP 8)</title>
<updated>2023-03-21T16:53:07Z</updated>
<author>
<name>Christian Weiske</name>
<email>cweiske@cweiske.de</email>
</author>
<published>2023-03-21T16:53:07Z</published>
<link rel='alternate' type='text/html' href='https://git.cweiske.de/phorkie.git/commit/?id=e9867d24b944b1c9c71c2c6c214cb80ba628c0b9'/>
<id>urn:sha1:e9867d24b944b1c9c71c2c6c214cb80ba628c0b9</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Word-wrap for txt files</title>
<updated>2017-10-28T13:47:06Z</updated>
<author>
<name>Christian Weiske</name>
<email>cweiske@cweiske.de</email>
</author>
<published>2017-10-28T13:47:06Z</published>
<link rel='alternate' type='text/html' href='https://git.cweiske.de/phorkie.git/commit/?id=53cddb9c9e119561458dff43a4b1be67de73cf4f'/>
<id>urn:sha1:53cddb9c9e119561458dff43a4b1be67de73cf4f</id>
<content type='text'>
This means there are no line numbers for .txt anymore,
but I find it more important to have word wrap.

Resolves: https://github.com/cweiske/phorkie/issues/31
</content>
</entry>
<entry>
<title>Make random IDs configurable</title>
<updated>2017-10-13T16:25:40Z</updated>
<author>
<name>Christian Weiske</name>
<email>cweiske@cweiske.de</email>
</author>
<published>2017-10-13T16:25:40Z</published>
<link rel='alternate' type='text/html' href='https://git.cweiske.de/phorkie.git/commit/?id=25b59cbc644e59559296beef66b8509fd4cdefcf'/>
<id>urn:sha1:25b59cbc644e59559296beef66b8509fd4cdefcf</id>
<content type='text'>
</content>
</entry>
</feed>
