<feed xmlns='http://www.w3.org/2005/Atom'>
<title>FreshRSS (Customized)/app/views, branch 0.8.1</title>
<subtitle>Customized version of FreshRSS, a self-hosted RSS feed aggregator</subtitle>
<id>https://git.rdnlsmith.com/fresh-rss-custom/atom?h=0.8.1</id>
<link rel='self' href='https://git.rdnlsmith.com/fresh-rss-custom/atom?h=0.8.1'/>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/'/>
<updated>2014-10-09T14:00:33+00:00</updated>
<entry>
<title>Add percent of total on top 10 feeds</title>
<updated>2014-10-09T14:00:33+00:00</updated>
<author>
<name>Alexis Degrugillier</name>
<email>github@ainw.org</email>
</author>
<published>2014-09-29T22:26:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=8a09958281e7a4352c86d5734cbc9c6dc90b3c96'/>
<id>urn:sha1:8a09958281e7a4352c86d5734cbc9c6dc90b3c96</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add an average per day for the 30 day period</title>
<updated>2014-10-09T14:00:15+00:00</updated>
<author>
<name>Alexis Degrugillier</name>
<email>github@ainw.org</email>
</author>
<published>2014-09-29T22:54:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=57d4914bf81f3380fe55fa06b7b312f1c463e3e3'/>
<id>urn:sha1:57d4914bf81f3380fe55fa06b7b312f1c463e3e3</id>
<content type='text'>
Conflicts:
	app/views/stats/index.phtml
</content>
</entry>
<entry>
<title>Add string delimiters for averages.</title>
<updated>2014-10-09T13:58:10+00:00</updated>
<author>
<name>Alexis Degrugillier</name>
<email>github@ainw.org</email>
</author>
<published>2014-09-29T22:57:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=0965aecefef0fa1e67e649d24c6d4b3ba0e143c1'/>
<id>urn:sha1:0965aecefef0fa1e67e649d24c6d4b3ba0e143c1</id>
<content type='text'>
Before, if the average was equal to 0, it was displayed on the graph but the label was not displayed.
Now, the label is displayed.

Conflicts:
	app/views/stats/index.phtml
</content>
</entry>
<entry>
<title>Add space after tag icon</title>
<updated>2014-10-09T13:53:34+00:00</updated>
<author>
<name>Marien Fressinaud</name>
<email>dev@marienfressinaud.fr</email>
</author>
<published>2014-09-30T09:08:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=2fc3068d1b796152f374cfba3528f4273ad37bce'/>
<id>urn:sha1:2fc3068d1b796152f374cfba3528f4273ad37bce</id>
<content type='text'>
Fix https://github.com/marienfressinaud/FreshRSS/issues/643
</content>
</entry>
<entry>
<title>Fix bug mark as read a complete feed</title>
<updated>2014-09-24T12:14:33+00:00</updated>
<author>
<name>Marien Fressinaud</name>
<email>dev@marienfressinaud.fr</email>
</author>
<published>2014-09-24T12:14:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=e6a25f78f5abaea4dc0bfeba2bbb0a90119c624b'/>
<id>urn:sha1:e6a25f78f5abaea4dc0bfeba2bbb0a90119c624b</id>
<content type='text'>
Related to https://github.com/marienfressinaud/FreshRSS/issues/599
Fix https://github.com/marienfressinaud/FreshRSS/issues/633
</content>
</entry>
<entry>
<title>More explicit message when deleting feeds or cats</title>
<updated>2014-09-24T11:56:40+00:00</updated>
<author>
<name>Marien Fressinaud</name>
<email>dev@marienfressinaud.fr</email>
</author>
<published>2014-09-24T11:56:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=bcb1e3750a9eee51070d602cc77def06f7f071c9'/>
<id>urn:sha1:bcb1e3750a9eee51070d602cc77def06f7f071c9</id>
<content type='text'>
Introduce "data-str-confirm" to override default message for confirm actions.

Fix https://github.com/marienfressinaud/FreshRSS/issues/625
</content>
</entry>
<entry>
<title>Fix bug of JavaScript loading</title>
<updated>2014-09-19T17:51:02+00:00</updated>
<author>
<name>Marien Fressinaud</name>
<email>dev@marienfressinaud.fr</email>
</author>
<published>2014-09-19T17:51:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=e134891733a5e7916edeff09bd8ce6ea0042f86a'/>
<id>urn:sha1:e134891733a5e7916edeff09bd8ce6ea0042f86a</id>
<content type='text'>
Introduced by https://github.com/marienfressinaud/FreshRSS/commit/64b3d140f64d8fcaba30a514e0f956929f9bb126
</content>
</entry>
<entry>
<title>Improve redirection when deleting an idle feed</title>
<updated>2014-09-19T17:44:40+00:00</updated>
<author>
<name>Marien Fressinaud</name>
<email>dev@marienfressinaud.fr</email>
</author>
<published>2014-09-19T17:44:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=d284958d52f633738e8cc736f7f4a50e0c984ecf'/>
<id>urn:sha1:d284958d52f633738e8cc736f7f4a50e0c984ecf</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add a message if there is no idle feed (stats)</title>
<updated>2014-09-19T17:00:00+00:00</updated>
<author>
<name>Marien Fressinaud</name>
<email>dev@marienfressinaud.fr</email>
</author>
<published>2014-09-19T17:00:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=921dd88e646621a0118c97716cae6b34a0ed26b1'/>
<id>urn:sha1:921dd88e646621a0118c97716cae6b34a0ed26b1</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Load $nb/2 articles when reading view</title>
<updated>2014-09-19T16:47:49+00:00</updated>
<author>
<name>Marien Fressinaud</name>
<email>dev@marienfressinaud.fr</email>
</author>
<published>2014-09-19T16:47:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=07d123f1aa09afc79c322b2364132981f5285ac1'/>
<id>urn:sha1:07d123f1aa09afc79c322b2364132981f5285ac1</id>
<content type='text'>
Fix https://github.com/marienfressinaud/FreshRSS/commit/7d5e57b35b4eca07417c296c156edb3b88eef90b
See https://github.com/marienfressinaud/FreshRSS/issues/559
</content>
</entry>
</feed>
