<feed xmlns='http://www.w3.org/2005/Atom'>
<title>FreshRSS (Customized)/app/Models/EntryDAO.php, branch 0.9.3</title>
<subtitle>Customized version of FreshRSS, a self-hosted RSS feed aggregator</subtitle>
<id>https://git.rdnlsmith.com/fresh-rss-custom/atom?h=0.9.3</id>
<link rel='self' href='https://git.rdnlsmith.com/fresh-rss-custom/atom?h=0.9.3'/>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/'/>
<updated>2014-12-06T15:27:45+00:00</updated>
<entry>
<title>Add comments</title>
<updated>2014-12-06T15:27:45+00:00</updated>
<author>
<name>Alexis Degrugillier</name>
<email>github@ainw.org</email>
</author>
<published>2014-12-06T15:15:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=eaaf8cdbf1e87ad22d25257eb99a4b80b579e661'/>
<id>urn:sha1:eaaf8cdbf1e87ad22d25257eb99a4b80b579e661</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Remove STATE_STRICT</title>
<updated>2014-10-22T16:33:46+00:00</updated>
<author>
<name>Marien Fressinaud</name>
<email>dev@marienfressinaud.fr</email>
</author>
<published>2014-10-22T16:33:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=8a6ad05ebacb6bf6c0f6afd0afe54a29a0a18ee9'/>
<id>urn:sha1:8a6ad05ebacb6bf6c0f6afd0afe54a29a0a18ee9</id>
<content type='text'>
See https://github.com/marienfressinaud/FreshRSS/issues/634
</content>
</entry>
<entry>
<title>Replace Minz_Log::record by corresponding methods</title>
<updated>2014-10-05T17:35:29+00:00</updated>
<author>
<name>Marien Fressinaud</name>
<email>dev@marienfressinaud.fr</email>
</author>
<published>2014-10-05T17:35:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=d8f4681382986524b91acb0500847e9f24badf20'/>
<id>urn:sha1:d8f4681382986524b91acb0500847e9f24badf20</id>
<content type='text'>
Please not use Minz_Log::record anymore!

See https://github.com/marienfressinaud/FreshRSS/issues/655
</content>
</entry>
<entry>
<title>Coding style</title>
<updated>2014-10-05T16:51:08+00:00</updated>
<author>
<name>Marien Fressinaud</name>
<email>dev@marienfressinaud.fr</email>
</author>
<published>2014-10-05T16:51:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=b5dee73ea0ab3cc24c4857ac102e9e78cf20ab92'/>
<id>urn:sha1:b5dee73ea0ab3cc24c4857ac102e9e78cf20ab92</id>
<content type='text'>
Remove spaces before parenthesis bis

See https://github.com/marienfressinaud/FreshRSS/issues/655
</content>
</entry>
<entry>
<title>SQL performance: Removed filter to hide old articles</title>
<updated>2014-09-30T20:28:47+00:00</updated>
<author>
<name>Alexandre Alapetite</name>
<email>alexandre@alapetite.fr</email>
</author>
<published>2014-09-30T20:28:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=a5a0bd9a350836cb7e504fdb501c82cda37d2562'/>
<id>urn:sha1:a5a0bd9a350836cb7e504fdb501c82cda37d2562</id>
<content type='text'>
As discussed on
https://github.com/marienfressinaud/FreshRSS/issues/493#issuecomment-56266415
For performance, but this is also a good simplification.
Will help with PostgreSQL
https://github.com/marienfressinaud/FreshRSS/issues/416 and SQLite too
https://github.com/marienfressinaud/FreshRSS/issues/100 because the main
query becomes simpler.

Me may need to introduce another system to hide old articles, if this is
a problem for some users.
Also, the feature showing "empty feeds" in another colour may need to be
adapted.
</content>
</entry>
<entry>
<title>Refactor code for strict unread message display</title>
<updated>2014-09-19T01:15:20+00:00</updated>
<author>
<name>Alexis Degrugillier</name>
<email>github@ainw.org</email>
</author>
<published>2014-09-19T01:06:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=71617080e224b8d3a3397a27b78e1f509499431c'/>
<id>urn:sha1:71617080e224b8d3a3397a27b78e1f509499431c</id>
<content type='text'>
Before, when you choose the show unread message option and the hide categories and feeds options, the categories and feeds weren't hidden. Now it is working properly.
Before, the unread filter icon was not selected with the previous way of using the constants. Now, the filter is highlighted when selected in strict mode.

See #619
</content>
</entry>
<entry>
<title>Add a new configuration option</title>
<updated>2014-09-06T15:32:52+00:00</updated>
<author>
<name>Alexis Degrugillier</name>
<email>github@ainw.org</email>
</author>
<published>2014-09-06T15:32:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=83832a39c4651bd3e4bfa007f75c91d040db79d3'/>
<id>urn:sha1:83832a39c4651bd3e4bfa007f75c91d040db79d3</id>
<content type='text'>
Before, when you selected the option to display only unread articles, it shows read articles if no unread article were found.
Now, this option is renamed to include information on fallback behavior and a new option is created to have the "only unread" behavior

See #551

It is missing the german translation
</content>
</entry>
<entry>
<title>Fix bug add favorite entry</title>
<updated>2014-08-23T20:02:22+00:00</updated>
<author>
<name>Marien Fressinaud</name>
<email>dev@marienfressinaud.fr</email>
</author>
<published>2014-08-23T20:02:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=1316ada15260e8f2fdb486595d5953bef9badc50'/>
<id>urn:sha1:1316ada15260e8f2fdb486595d5953bef9badc50</id>
<content type='text'>
See https://github.com/marienfressinaud/FreshRSS/issues/494
</content>
</entry>
<entry>
<title>Improvement for ASC order</title>
<updated>2014-08-19T18:58:18+00:00</updated>
<author>
<name>Alexandre Alapetite</name>
<email>alexandre@alapetite.fr</email>
</author>
<published>2014-08-19T18:58:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=50075bfbdcd6a7be010eb82ce1fffac0ea283de7'/>
<id>urn:sha1:50075bfbdcd6a7be010eb82ce1fffac0ea283de7</id>
<content type='text'>
https://github.com/marienfressinaud/FreshRSS/issues/495
</content>
</entry>
<entry>
<title>First bug for old articles first</title>
<updated>2014-08-07T09:29:19+00:00</updated>
<author>
<name>Alexandre Alapetite</name>
<email>alexandre@alapetite.fr</email>
</author>
<published>2014-08-07T09:29:19+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=65d6796e9244bbc94f5d04cf47723a533b6a5351'/>
<id>urn:sha1:65d6796e9244bbc94f5d04cf47723a533b6a5351</id>
<content type='text'>
https://github.com/marienfressinaud/FreshRSS/issues/495
</content>
</entry>
</feed>
