<feed xmlns='http://www.w3.org/2005/Atom'>
<title>FreshRSS (Customized)/app/views/helpers/view, branch 0.9.0</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.0</id>
<link rel='self' href='https://git.rdnlsmith.com/fresh-rss-custom/atom?h=0.9.0'/>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/'/>
<updated>2014-09-19T17:51:02+00:00</updated>
<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 "no feed to display" box</title>
<updated>2014-09-19T16:33:11+00:00</updated>
<author>
<name>Marien Fressinaud</name>
<email>dev@marienfressinaud.fr</email>
</author>
<published>2014-09-19T16:33:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=64b3d140f64d8fcaba30a514e0f956929f9bb126'/>
<id>urn:sha1:64b3d140f64d8fcaba30a514e0f956929f9bb126</id>
<content type='text'>
</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 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 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>
<entry>
<title>Small corrections previous pull requests</title>
<updated>2014-03-15T14:08:44+00:00</updated>
<author>
<name>Alexandre Alapetite</name>
<email>alexandre@alapetite.fr</email>
</author>
<published>2014-03-15T14:08:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=19fb901cb417c13be0ac3019d1bb1e7b09d08b37'/>
<id>urn:sha1:19fb901cb417c13be0ac3019d1bb1e7b09d08b37</id>
<content type='text'>
https://github.com/marienfressinaud/FreshRSS/issues/457
https://github.com/marienfressinaud/FreshRSS/pull/459

https://github.com/marienfressinaud/FreshRSS/issues/422
https://github.com/marienfressinaud/FreshRSS/pull/461
</content>
</entry>
<entry>
<title>Refresh page after getting new articles.</title>
<updated>2014-03-14T10:15:52+00:00</updated>
<author>
<name>Alexis Degrugillier</name>
<email>github@ainw.org</email>
</author>
<published>2014-03-14T10:15:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=f31747ee7bdaebf02e7e58d51c27102e0c7c9ef1'/>
<id>urn:sha1:f31747ee7bdaebf02e7e58d51c27102e0c7c9ef1</id>
<content type='text'>
Change the URL to the refresh link. Before it was redirecting to the home page.
Now it is redirecting to the same page, which make more sense.

See #457
</content>
</entry>
<entry>
<title>Sharing optimization</title>
<updated>2014-03-08T14:18:06+00:00</updated>
<author>
<name>Alexis Degrugillier</name>
<email>github@ainw.org</email>
</author>
<published>2014-03-06T01:22:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=e9eca6aff6c7e2e2349b3b6cf714e2e7eb99405e'/>
<id>urn:sha1:e9eca6aff6c7e2e2349b3b6cf714e2e7eb99405e</id>
<content type='text'>
Change the storage and display of sharings to improve the time needed to generate the page.
Instead of looking for a default value when displaying the sharing links, they are added
during the configuration.
</content>
</entry>
<entry>
<title>Sharing: Compatibility 0.7</title>
<updated>2014-02-23T20:55:45+00:00</updated>
<author>
<name>Alexandre Alapetite</name>
<email>alexandre@alapetite.fr</email>
</author>
<published>2014-02-23T20:55:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=166009f3623213249086038f7af72a76507f60dc'/>
<id>urn:sha1:166009f3623213249086038f7af72a76507f60dc</id>
<content type='text'>
https://github.com/marienfressinaud/FreshRSS/pull/433
</content>
</entry>
</feed>
