<feed xmlns='http://www.w3.org/2005/Atom'>
<title>FreshRSS (Customized)/app/views/helpers, 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-19T19:39:45+00:00</updated>
<entry>
<title>Error when feed does not exist</title>
<updated>2014-08-19T19:39:45+00:00</updated>
<author>
<name>Alexandre Alapetite</name>
<email>alexandre@alapetite.fr</email>
</author>
<published>2014-08-19T19:39:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=0d0b8cd39b8de765aa351a2e66fff850bdcb2000'/>
<id>urn:sha1:0d0b8cd39b8de765aa351a2e66fff850bdcb2000</id>
<content type='text'>
https://github.com/marienfressinaud/FreshRSS/issues/579
</content>
</entry>
<entry>
<title>Add support of HTML5 notifications</title>
<updated>2014-08-08T19:30:23+00:00</updated>
<author>
<name>Marien Fressinaud</name>
<email>dev@marienfressinaud.fr</email>
</author>
<published>2014-08-08T19:30:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=d289c5340f3b21f1561e57390e89b0b5c7881d17'/>
<id>urn:sha1:d289c5340f3b21f1561e57390e89b0b5c7881d17</id>
<content type='text'>
Show a notification if there are at least 1 new article to read.
Support only window.Notification API.

See https://github.com/marienfressinaud/FreshRSS/issues/399
</content>
</entry>
<entry>
<title>Unicode tick without colour</title>
<updated>2014-08-02T18:29:51+00:00</updated>
<author>
<name>Alexandre Alapetite</name>
<email>alexandre@alapetite.fr</email>
</author>
<published>2014-08-02T18:29:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=a9a61929485279c819d42b7a2d65b8a1f5e2cfdd'/>
<id>urn:sha1:a9a61929485279c819d42b7a2d65b8a1f5e2cfdd</id>
<content type='text'>
https://github.com/marienfressinaud/FreshRSS/issues/560
The former was green in Firefox 32 beta
</content>
</entry>
<entry>
<title>Experimental: Removed lazyload.js and use postpone attribute instead</title>
<updated>2014-08-02T17:57:15+00:00</updated>
<author>
<name>Alexandre Alapetite</name>
<email>alexandre@alapetite.fr</email>
</author>
<published>2014-08-02T17:57:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=274c8096e3ccc8ea008c1a038134ffddc302fd0d'/>
<id>urn:sha1:274c8096e3ccc8ea008c1a038134ffddc302fd0d</id>
<content type='text'>
https://github.com/marienfressinaud/FreshRSS/issues/316
The performance of lazyload.js was not good enough, and not really
needed anyway.
This change mostly affects mainly situations when the content of
articles is shown by default, not so much when they are collapsed
Using HTML5 lazyload and postpone attributes by default on all img,
audio, iframe, video.
http://www.w3.org/TR/resource-priorities/#attr-postpone
Postpone attribute is removed by JavaScript if the user does not want
the lazyload behaviour.
In the case when users do want the lazyload behaviour, in normal view
with articles hidden, we furthermore use the data-original approach to
be sure to support current browsers.
+Corrected some bugs with enclosures, and some images not appearing
before the first scroll.
+Now faster regex processing img and iframe at once (was not practical
with lazyload.js)
</content>
</entry>
<entry>
<title>Fix bugs in import/export</title>
<updated>2014-07-23T21:56:16+00:00</updated>
<author>
<name>Marien Fressinaud</name>
<email>dev@marienfressinaud.fr</email>
</author>
<published>2014-07-23T21:56:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=d5d3f6dcfa21e7defb26f3d470289e957bdb3dde'/>
<id>urn:sha1:d5d3f6dcfa21e7defb26f3d470289e957bdb3dde</id>
<content type='text'>
- EntryDAO.php: add a missing "FreshRSS_EntryDAO::"
- Fix htmlspecialchars in opml export
</content>
</entry>
<entry>
<title>Add a configuration parameter</title>
<updated>2014-07-07T23:34:47+00:00</updated>
<author>
<name>Alexis Degrugillier</name>
<email>github@ainw.org</email>
</author>
<published>2014-07-07T23:21:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=21d8c03ac969d93b9a0d29ee5cb8cd2f5630bdb8'/>
<id>urn:sha1:21d8c03ac969d93b9a0d29ee5cb8cd2f5630bdb8</id>
<content type='text'>
Add a parameter to choose wether or not the user want to display a confirmation dialog when clicking on "mark all as read" actions.
</content>
</entry>
<entry>
<title>Add a confirmation dialog when clicking on the big tick</title>
<updated>2014-07-07T23:34:17+00:00</updated>
<author>
<name>Alexis Degrugillier</name>
<email>github@ainw.org</email>
</author>
<published>2014-07-05T13:40:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=41c2966543347821df9e73d5a2ddba75dc8b2a93'/>
<id>urn:sha1:41c2966543347821df9e73d5a2ddba75dc8b2a93</id>
<content type='text'>
See #519
Before, when clicking on the big tick to mark all articles as read, it triggers directly the action.
Now, it asks for a confirmation to block unwanted user clicks.
</content>
</entry>
<entry>
<title>Add an option to choose content width</title>
<updated>2014-06-05T20:26:18+00:00</updated>
<author>
<name>Marien Fressinaud</name>
<email>dev@marienfressinaud.fr</email>
</author>
<published>2014-06-05T20:26:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=b8f53b052592d3729bdc88936bad5f4e2da78dfe'/>
<id>urn:sha1:b8f53b052592d3729bdc88936bad5f4e2da78dfe</id>
<content type='text'>
- 4 options: thin, medium, large and no limit
- Thin is by default
</content>
</entry>
<entry>
<title>Add a shortcut to access the search field</title>
<updated>2014-04-27T15:00:25+00:00</updated>
<author>
<name>Alexis Degrugillier</name>
<email>github@ainw.org</email>
</author>
<published>2014-04-27T15:00:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=f820f428ef92a87c2d2083fa3a239b10f5c31129'/>
<id>urn:sha1:f820f428ef92a87c2d2083fa3a239b10f5c31129</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add link to article title</title>
<updated>2014-04-06T11:23:35+00:00</updated>
<author>
<name>Alexandre Alapetite</name>
<email>alexandre@alapetite.fr</email>
</author>
<published>2014-04-06T11:23:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=b5e60062a528f6ace5c67f280443819470e0225a'/>
<id>urn:sha1:b5e60062a528f6ace5c67f280443819470e0225a</id>
<content type='text'>
https://github.com/marienfressinaud/FreshRSS/issues/469
</content>
</entry>
</feed>
