<feed xmlns='http://www.w3.org/2005/Atom'>
<title>phorkie.git, branch v0.8.0</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=v0.8.0</id>
<link rel='self' href='https://git.cweiske.de/phorkie.git/atom?h=v0.8.0'/>
<link rel='alternate' type='text/html' href='https://git.cweiske.de/phorkie.git/'/>
<updated>2017-04-19T20:09:38Z</updated>
<entry>
<title>Release 0.8.0</title>
<updated>2017-04-19T20:09:38Z</updated>
<author>
<name>Christian Weiske</name>
<email>cweiske@cweiske.de</email>
</author>
<published>2017-04-19T20:09:38Z</published>
<link rel='alternate' type='text/html' href='https://git.cweiske.de/phorkie.git/commit/?id=27ec67ef0aca349725a2c70abe8670060c1c5dc4'/>
<id>urn:sha1:27ec67ef0aca349725a2c70abe8670060c1c5dc4</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Remove pear package creation script</title>
<updated>2017-04-19T20:09:05Z</updated>
<author>
<name>Christian Weiske</name>
<email>cweiske@cweiske.de</email>
</author>
<published>2017-04-19T20:09:05Z</published>
<link rel='alternate' type='text/html' href='https://git.cweiske.de/phorkie.git/commit/?id=98f337f8db95b36086e25b38edc5ab42aabf7c5a'/>
<id>urn:sha1:98f337f8db95b36086e25b38edc5ab42aabf7c5a</id>
<content type='text'>
There will be no pear package of phorkie
</content>
</entry>
<entry>
<title>Cache dir defaults to root directory. Updated gitignore to reflect that.</title>
<updated>2017-04-19T16:41:47Z</updated>
<author>
<name>Leo Leung</name>
<email>leo@steamr.com</email>
</author>
<published>2015-09-28T05:27:44Z</published>
<link rel='alternate' type='text/html' href='https://git.cweiske.de/phorkie.git/commit/?id=1d469ac79271e2048636836da6330d7c592d2e30'/>
<id>urn:sha1:1d469ac79271e2048636836da6330d7c592d2e30</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Warn people about changing config.default.php</title>
<updated>2017-04-19T16:39:25Z</updated>
<author>
<name>Christian Weiske</name>
<email>cweiske@cweiske.de</email>
</author>
<published>2017-04-19T16:39:25Z</published>
<link rel='alternate' type='text/html' href='https://git.cweiske.de/phorkie.git/commit/?id=93c0eee41d0a1ac512efe9e7018366358d355622'/>
<id>urn:sha1:93c0eee41d0a1ac512efe9e7018366358d355622</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed bad owner/user config, causing pastes to fail with 'Please tell me who you are'</title>
<updated>2017-04-19T16:37:26Z</updated>
<author>
<name>Leo Leung</name>
<email>leo@steamr.com</email>
</author>
<published>2015-09-28T01:35:12Z</published>
<link rel='alternate' type='text/html' href='https://git.cweiske.de/phorkie.git/commit/?id=b0396671c6aad090e6b9b5bc9d6b6886b9f0d4e3'/>
<id>urn:sha1:b0396671c6aad090e6b9b5bc9d6b6886b9f0d4e3</id>
<content type='text'>
"git help config" knows nothing about owner.* properties, only user.*.
</content>
</entry>
<entry>
<title>Do not crash list view when seeing a fully empty git repository</title>
<updated>2017-04-19T16:33:22Z</updated>
<author>
<name>Christian Weiske</name>
<email>cweiske@cweiske.de</email>
</author>
<published>2017-04-19T16:33:22Z</published>
<link rel='alternate' type='text/html' href='https://git.cweiske.de/phorkie.git/commit/?id=ade89bd51686796f30dc26b0f5c65eb9b6f66f21'/>
<id>urn:sha1:ade89bd51686796f30dc26b0f5c65eb9b6f66f21</id>
<content type='text'>
This is not a good way to handle it, but makes phorkie more resilient
against invalid data.

Resolves: https://github.com/cweiske/phorkie/issues/24
</content>
</entry>
<entry>
<title>Silently ignore invalid (already deleted) pastes</title>
<updated>2017-04-19T16:21:03Z</updated>
<author>
<name>Christian Weiske</name>
<email>cweiske@cweiske.de</email>
</author>
<published>2017-04-19T16:21:03Z</published>
<link rel='alternate' type='text/html' href='https://git.cweiske.de/phorkie.git/commit/?id=8a4d28fa14e4b0053d5fb9753535124b6bcbfe5e'/>
<id>urn:sha1:8a4d28fa14e4b0053d5fb9753535124b6bcbfe5e</id>
<content type='text'>
ElasticSearch takes a bit to delete a paste, and we got exceptions
when trying to list recent pastes when one of them had been deleted.

Resolves: https://github.com/cweiske/phorkie/issues/25
</content>
</entry>
<entry>
<title>Make phorkie work with git 2.11</title>
<updated>2017-04-18T21:13:52Z</updated>
<author>
<name>Christian Weiske</name>
<email>cweiske@cweiske.de</email>
</author>
<published>2017-04-18T21:13:52Z</published>
<link rel='alternate' type='text/html' href='https://git.cweiske.de/phorkie.git/commit/?id=e345da5f229be52b35c613d894687328a34da71c'/>
<id>urn:sha1:e345da5f229be52b35c613d894687328a34da71c</id>
<content type='text'>
Resolves: https://github.com/cweiske/phorkie/issues/23
</content>
</entry>
<entry>
<title>Move off sourceforge</title>
<updated>2017-04-18T20:56:53Z</updated>
<author>
<name>Christian Weiske</name>
<email>cweiske@cweiske.de</email>
</author>
<published>2017-04-18T20:56:53Z</published>
<link rel='alternate' type='text/html' href='https://git.cweiske.de/phorkie.git/commit/?id=81019df2b6d03e732b00e66913546af75bc4d560'/>
<id>urn:sha1:81019df2b6d03e732b00e66913546af75bc4d560</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Make phorkie search engine friendlier</title>
<updated>2016-02-11T16:16:21Z</updated>
<author>
<name>Christian Weiske</name>
<email>cweiske@cweiske.de</email>
</author>
<published>2016-02-11T16:16:21Z</published>
<link rel='alternate' type='text/html' href='https://git.cweiske.de/phorkie.git/commit/?id=8b86653c2471e04429ae9fec19dc33fcb5e5c059'/>
<id>urn:sha1:8b86653c2471e04429ae9fec19dc33fcb5e5c059</id>
<content type='text'>
Tell crawlers which links they should not follow.
Helps my own search engine "phinde"
</content>
</entry>
</feed>
