<feed xmlns='http://www.w3.org/2005/Atom'>
<title>FreshRSS (Customized)/app/layout, branch 0.7.4</title>
<subtitle>Customized version of FreshRSS, a self-hosted RSS feed aggregator</subtitle>
<id>https://git.rdnlsmith.com/fresh-rss-custom/atom?h=0.7.4</id>
<link rel='self' href='https://git.rdnlsmith.com/fresh-rss-custom/atom?h=0.7.4'/>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/'/>
<updated>2014-08-23T12:18:47+00:00</updated>
<entry>
<title>Add category reading option</title>
<updated>2014-08-23T12:18:47+00:00</updated>
<author>
<name>Alexis Degrugillier</name>
<email>github@ainw.org</email>
</author>
<published>2014-08-23T12:18:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=b1139bf39ca2ff8baa893a9d76e5196013666500'/>
<id>urn:sha1:b1139bf39ca2ff8baa893a9d76e5196013666500</id>
<content type='text'>
Before, when a category was selected, it was expanded to show the feeds in that category.
Now, there is a parameter that allows the user to choose either if he wants the old behaviour or if he wants to expand only when needed (when selecting a feed or when clicking the appropriate button)
</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>Option to hide (or not) feeds/categories with no unread article</title>
<updated>2014-08-09T16:46:22+00:00</updated>
<author>
<name>Alexandre Alapetite</name>
<email>alexandre@alapetite.fr</email>
</author>
<published>2014-08-09T16:46:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=2b25aa8f68dccf7001b965fc6c08c3a794ec6b04'/>
<id>urn:sha1:2b25aa8f68dccf7001b965fc6c08c3a794ec6b04</id>
<content type='text'>
https://github.com/marienfressinaud/FreshRSS/issues/430
https://github.com/marienfressinaud/FreshRSS/issues/575
</content>
</entry>
<entry>
<title>Fix problem token</title>
<updated>2014-08-09T13:26:12+00:00</updated>
<author>
<name>Marien Fressinaud</name>
<email>dev@marienfressinaud.fr</email>
</author>
<published>2014-08-09T13:26:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=c81be3c20aab4eb1773a0acd99d4aa5a9e30c4d6'/>
<id>urn:sha1:c81be3c20aab4eb1773a0acd99d4aa5a9e30c4d6</id>
<content type='text'>
Token was present in RSS url even without token value.
</content>
</entry>
<entry>
<title>Dynamic favicon showing the number of unread articles</title>
<updated>2014-08-01T23:33:33+00:00</updated>
<author>
<name>Alexandre Alapetite</name>
<email>alexandre@alapetite.fr</email>
</author>
<published>2014-08-01T23:33:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=8e5d98c4be836eed824260c01714e8d3624b9bef'/>
<id>urn:sha1:8e5d98c4be836eed824260c01714e8d3624b9bef</id>
<content type='text'>
https://github.com/marienfressinaud/FreshRSS/issues/539
Works in Firefox 32 and Opera 12. Does not work in IE 11 but without
error.
We should test if icons still work in many contexts such as placing a
shortcut on the desktop of various platforms.
</content>
</entry>
<entry>
<title>Merge pull request #548 from aledeg/more-stats</title>
<updated>2014-07-28T22:07:07+00:00</updated>
<author>
<name>Marien Fressinaud</name>
<email>dev@marienfressinaud.fr</email>
</author>
<published>2014-07-28T22:07:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=4a0e5ac037dc3c8fd16ca086924087f8ccaed46b'/>
<id>urn:sha1:4a0e5ac037dc3c8fd16ca086924087f8ccaed46b</id>
<content type='text'>
Add article repartition in stats</content>
</entry>
<entry>
<title>Hide read feeds and read categories when in unread mode</title>
<updated>2014-07-26T11:56:44+00:00</updated>
<author>
<name>Alexandre Alapetite</name>
<email>alexandre@alapetite.fr</email>
</author>
<published>2014-07-26T11:56:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=d19824b919289ad63743f27da7861f2422da5baa'/>
<id>urn:sha1:d19824b919289ad63743f27da7861f2422da5baa</id>
<content type='text'>
https://github.com/marienfressinaud/FreshRSS/issues/430
There are some repeated HTML attributes (`data-unread` and `active`)
which could maybe be simplified.
If some people do not like this behaviour, we could consider having an
option.
</content>
</entry>
<entry>
<title>Small fixes to follow @marienfressinaud recommandations</title>
<updated>2014-07-25T10:36:43+00:00</updated>
<author>
<name>Alexis Degrugillier</name>
<email>github@ainw.org</email>
</author>
<published>2014-07-25T10:36:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=84dcd25d89a85c00df39d70525aa6d401a69b005'/>
<id>urn:sha1:84dcd25d89a85c00df39d70525aa6d401a69b005</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add article repartition in stats</title>
<updated>2014-07-25T01:57:59+00:00</updated>
<author>
<name>Alexis Degrugillier</name>
<email>github@ainw.org</email>
</author>
<published>2014-07-25T01:57:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=d049c1bc806dc0677a4b2b17faf06080600c372f'/>
<id>urn:sha1:d049c1bc806dc0677a4b2b17faf06080600c372f</id>
<content type='text'>
Add article repartition per hour, per day of week, per month for all feeds but also for individual feeds.
</content>
</entry>
<entry>
<title>Coding style header.phtml + possibility to change logo</title>
<updated>2014-07-09T17:39:21+00:00</updated>
<author>
<name>Marien Fressinaud</name>
<email>dev@marienfressinaud.fr</email>
</author>
<published>2014-07-09T17:39:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=c1728fe0d776ccdedc20efd3120da599ac4157ed'/>
<id>urn:sha1:c1728fe0d776ccdedc20efd3120da599ac4157ed</id>
<content type='text'>
See https://github.com/marienfressinaud/FreshRSS/issues/532
</content>
</entry>
</feed>
