<feed xmlns='http://www.w3.org/2005/Atom'>
<title>FreshRSS (Customized)/app/Models/Feed.php, 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:01:05+00:00</updated>
<entry>
<title>SimplePie enclosure bug workaround</title>
<updated>2014-10-09T14:01:05+00:00</updated>
<author>
<name>Alexandre Alapetite</name>
<email>alexandre@alapetite.fr</email>
</author>
<published>2014-10-05T14:53:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=d842f85966b2873f1074c73ad79ec5169e7090f2'/>
<id>urn:sha1:d842f85966b2873f1074c73ad79ec5169e7090f2</id>
<content type='text'>
https://github.com/marienfressinaud/FreshRSS/issues/504
</content>
</entry>
<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>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>Add TTL to control feed freshness</title>
<updated>2014-07-05T22:09:31+00:00</updated>
<author>
<name>Alexandre Alapetite</name>
<email>alexandre@alapetite.fr</email>
</author>
<published>2014-07-05T22:09:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=bc8eb560afd50290745ea6a500c0f930df2559eb'/>
<id>urn:sha1:bc8eb560afd50290745ea6a500c0f930df2559eb</id>
<content type='text'>
https://github.com/marienfressinaud/FreshRSS/issues/250
</content>
</entry>
<entry>
<title>Bug feed-&gt;hash for 301 redirections, favicons</title>
<updated>2014-07-05T09:17:23+00:00</updated>
<author>
<name>Alexandre Alapetite</name>
<email>alexandre@alapetite.fr</email>
</author>
<published>2014-07-05T09:17:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=b8e6a3b5b2f74db15aa7a13d8cb39528c40f91d8'/>
<id>urn:sha1:b8e6a3b5b2f74db15aa7a13d8cb39528c40f91d8</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Preparation #3 for SQLite</title>
<updated>2014-07-03T20:48:29+00:00</updated>
<author>
<name>Alexandre Alapetite</name>
<email>alexandre@alapetite.fr</email>
</author>
<published>2014-07-03T20:48:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=b34f59e85aa851b82210fdc50074918034f960db'/>
<id>urn:sha1:b34f59e85aa851b82210fdc50074918034f960db</id>
<content type='text'>
https://github.com/marienfressinaud/FreshRSS/issues/100
</content>
</entry>
<entry>
<title>Cleaning some hash functions</title>
<updated>2014-07-02T22:43:02+00:00</updated>
<author>
<name>Alexandre Alapetite</name>
<email>alexandre@alapetite.fr</email>
</author>
<published>2014-07-02T22:43:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=32750182382ab0f49ef6fb9aa0ebc1f3d69493ae'/>
<id>urn:sha1:32750182382ab0f49ef6fb9aa0ebc1f3d69493ae</id>
<content type='text'>
</content>
</entry>
<entry>
<title>SimplePie HTTP 301 Moved Permanently</title>
<updated>2014-07-01T21:30:01+00:00</updated>
<author>
<name>Alexandre Alapetite</name>
<email>alexandre@alapetite.fr</email>
</author>
<published>2014-07-01T21:28:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=63c9c47a761b9925e6811ae630c3b77ef05b9fc8'/>
<id>urn:sha1:63c9c47a761b9925e6811ae630c3b77ef05b9fc8</id>
<content type='text'>
Add support for HTTP 301 Moved Permanently in SimplePie
FreshRSS will automatically update the address of a feed, only in this
case.
</content>
</entry>
<entry>
<title>Add video control for podcasts</title>
<updated>2014-05-14T07:07:30+00:00</updated>
<author>
<name>Alexandre Alapetite</name>
<email>alexandre@alapetite.fr</email>
</author>
<published>2014-05-14T07:07:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=c3178a4f89d247064ca97969ae1f22cce9bcd771'/>
<id>urn:sha1:c3178a4f89d247064ca97969ae1f22cce9bcd771</id>
<content type='text'>
https://github.com/marienfressinaud/FreshRSS/issues/504
</content>
</entry>
<entry>
<title>Add audio control for podcasts</title>
<updated>2014-05-13T20:30:24+00:00</updated>
<author>
<name>Alexandre Alapetite</name>
<email>alexandre@alapetite.fr</email>
</author>
<published>2014-05-13T20:30:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=7f1c305c869ee315131b7ade7abc99f23106d95b'/>
<id>urn:sha1:7f1c305c869ee315131b7ade7abc99f23106d95b</id>
<content type='text'>
https://github.com/marienfressinaud/FreshRSS/issues/504
</content>
</entry>
</feed>
