<feed xmlns='http://www.w3.org/2005/Atom'>
<title>FreshRSS (Customized), branch 1.1.3-beta</title>
<subtitle>Customized version of FreshRSS, a self-hosted RSS feed aggregator</subtitle>
<id>https://git.rdnlsmith.com/fresh-rss-custom/atom?h=1.1.3-beta</id>
<link rel='self' href='https://git.rdnlsmith.com/fresh-rss-custom/atom?h=1.1.3-beta'/>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/'/>
<updated>2015-09-12T16:15:46+00:00</updated>
<entry>
<title>Version 1.1.3-beta</title>
<updated>2015-09-12T16:15:46+00:00</updated>
<author>
<name>Marien Fressinaud</name>
<email>dev@marienfressinaud.fr</email>
</author>
<published>2015-09-12T16:15:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=133e369afff02e5984fe4ce5109e33fd2fbccfc7'/>
<id>urn:sha1:133e369afff02e5984fe4ce5109e33fd2fbccfc7</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix CREDITS file</title>
<updated>2015-09-12T16:10:55+00:00</updated>
<author>
<name>Marien Fressinaud</name>
<email>dev@marienfressinaud.fr</email>
</author>
<published>2015-09-12T16:10:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=0204e8ff08ba9ae103c46d08484cf30aedfb9148'/>
<id>urn:sha1:0204e8ff08ba9ae103c46d08484cf30aedfb9148</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix CHANGELOG.md</title>
<updated>2015-09-12T16:06:14+00:00</updated>
<author>
<name>Marien Fressinaud</name>
<email>dev@marienfressinaud.fr</email>
</author>
<published>2015-09-12T16:06:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=96d88718318dcf8054e79472829e49ec12db2b30'/>
<id>urn:sha1:96d88718318dcf8054e79472829e49ec12db2b30</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge pull request #982 from aledeg/fix-user-queries-deletion</title>
<updated>2015-09-12T09:31:04+00:00</updated>
<author>
<name>Marien Fressinaud</name>
<email>dev@marienfressinaud.fr</email>
</author>
<published>2015-09-12T09:31:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=da82b66570fc4355eec130a0931977dc1ce37fdf'/>
<id>urn:sha1:da82b66570fc4355eec130a0931977dc1ce37fdf</id>
<content type='text'>
Fix feed and category side effect</content>
</entry>
<entry>
<title>Fix feed and category side effect</title>
<updated>2015-09-11T22:45:25+00:00</updated>
<author>
<name>Alexis Degrugillier</name>
<email>github@ainw.org</email>
</author>
<published>2015-09-11T22:45:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=271d43b5692de4d56f05d38ca802b7807c8743cf'/>
<id>urn:sha1:271d43b5692de4d56f05d38ca802b7807c8743cf</id>
<content type='text'>
Before, when deleting a feed or a category, the user queries were deleted as well. No matter if they were related or not.
Now, they are deleted only if they are related.

I this this fix is not the best way to handle that. I think it would be better if we could find a way to create a UserQuery object from the array.
The same applies when displaying the user queries in the interface.

See #980
</content>
</entry>
<entry>
<title>fixed misleading i18n wording bug.</title>
<updated>2015-09-10T18:39:05+00:00</updated>
<author>
<name>Marcus Rohrmoser</name>
<email>github@mro.name</email>
</author>
<published>2015-09-10T07:52:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=5a2bc9261ca5104022ce64e00d0384791b0443d1'/>
<id>urn:sha1:5a2bc9261ca5104022ce64e00d0384791b0443d1</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge pull request #973 from Alkarex/TagBug</title>
<updated>2015-09-08T19:44:34+00:00</updated>
<author>
<name>Alexandre Alapetite</name>
<email>alexandre@alapetite.fr</email>
</author>
<published>2015-09-08T19:44:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=55764935a71594fbe9354bfa0ca8888ca8d79c00'/>
<id>urn:sha1:55764935a71594fbe9354bfa0ca8888ca8d79c00</id>
<content type='text'>
Tag link encoding bug</content>
</entry>
<entry>
<title>Changelog Fix tag search link from articles</title>
<updated>2015-09-08T19:39:13+00:00</updated>
<author>
<name>Alexandre Alapetite</name>
<email>alexandre@alapetite.fr</email>
</author>
<published>2015-09-08T19:39:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=4cd5608651aaa7e262926a85a4b7ecbdeca6e730'/>
<id>urn:sha1:4cd5608651aaa7e262926a85a4b7ecbdeca6e730</id>
<content type='text'>
https://github.com/FreshRSS/FreshRSS/issues/970
</content>
</entry>
<entry>
<title>Tag link double encoding problem</title>
<updated>2015-09-08T19:31:24+00:00</updated>
<author>
<name>Alexandre Alapetite</name>
<email>alexandre@alapetite.fr</email>
</author>
<published>2015-09-08T19:31:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=d073331d2496d427dad972b9e024f247015e50ce'/>
<id>urn:sha1:d073331d2496d427dad972b9e024f247015e50ce</id>
<content type='text'>
https://github.com/FreshRSS/FreshRSS/issues/970
Tags coming from the database are already HTML-encoded.
</content>
</entry>
<entry>
<title>Error encoding tag link</title>
<updated>2015-09-08T18:52:37+00:00</updated>
<author>
<name>Alexandre Alapetite</name>
<email>alexandre@alapetite.fr</email>
</author>
<published>2015-09-08T18:52:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=9fcdaf99e24a23724c2b95b29b85b8112b6263fb'/>
<id>urn:sha1:9fcdaf99e24a23724c2b95b29b85b8112b6263fb</id>
<content type='text'>
https://github.com/FreshRSS/FreshRSS/issues/970
</content>
</entry>
</feed>
