<feed xmlns='http://www.w3.org/2005/Atom'>
<title>FreshRSS (Customized)/lib/lib_rss.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-09-17T12:21:56+00:00</updated>
<entry>
<title>Move http referer test into lib_rss</title>
<updated>2014-09-17T12:21:56+00:00</updated>
<author>
<name>Marien Fressinaud</name>
<email>dev@marienfressinaud.fr</email>
</author>
<published>2014-09-17T12:21:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=fc7d2a0bf271e43a9e6001dccef61ec0762eb840'/>
<id>urn:sha1:fc7d2a0bf271e43a9e6001dccef61ec0762eb840</id>
<content type='text'>
Rename method (coding style)
Change in app/FreshRSS.php
Improve test of app/install.php
</content>
</entry>
<entry>
<title>Move htmlspecialchars_utf8 from Request to Helper</title>
<updated>2014-08-12T19:56:34+00:00</updated>
<author>
<name>Marien Fressinaud</name>
<email>dev@marienfressinaud.fr</email>
</author>
<published>2014-08-12T19:56:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=7900c5e550acafaf0b877635840a8a270eb06078'/>
<id>urn:sha1:7900c5e550acafaf0b877635840a8a270eb06078</id>
<content type='text'>
And remove html_chars_utf8 to use htmlspecialchars_utf8 instead in
importExportController
</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>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>Better OPML import / export</title>
<updated>2014-03-29T19:18:57+00:00</updated>
<author>
<name>Marien Fressinaud</name>
<email>dev@marienfressinaud.fr</email>
</author>
<published>2014-03-29T19:18:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=9ea3819402746d8425d4a608f2d5f3c0f5bc29fb'/>
<id>urn:sha1:9ea3819402746d8425d4a608f2d5f3c0f5bc29fb</id>
<content type='text'>
- use a new OPML library (https://github.com/marienfressinaud/lib_opml)
- import has been completely rewritten (far better!)
- introduce addFeedObject and addCategoryObject (in DAO for the moment).
  Permit to add easily feeds and categories (check if they already exist in DB)
- introduce html_chars_utf8 (wrap htmlspecialchars for UTF-8)
</content>
</entry>
<entry>
<title>Minz: remove one layer of ob_ (experimental)</title>
<updated>2014-03-22T16:56:07+00:00</updated>
<author>
<name>Alexandre Alapetite</name>
<email>alexandre@alapetite.fr</email>
</author>
<published>2014-03-22T16:56:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=5081ffaf39699398f83be97e47b72444e5bcd5d1'/>
<id>urn:sha1:5081ffaf39699398f83be97e47b72444e5bcd5d1</id>
<content type='text'>
https://github.com/marienfressinaud/FreshRSS/issues/303#issuecomment-38351311
https://github.com/marienfressinaud/FreshRSS/issues/163
* Remove Minz_Response (not needed anymore)
* Move Minz_Request::reseted to Minz_Dispatcher::reset()
</content>
</entry>
<entry>
<title>Bug usernames with uppercase</title>
<updated>2014-03-01T23:08:45+00:00</updated>
<author>
<name>Alexandre Alapetite</name>
<email>alexandre@alapetite.fr</email>
</author>
<published>2014-03-01T23:08:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=11b807e4c3ee63172fecae9953d92a8b937a768a'/>
<id>urn:sha1:11b807e4c3ee63172fecae9953d92a8b937a768a</id>
<content type='text'>
https://github.com/marienfressinaud/FreshRSS/issues/439
</content>
</entry>
<entry>
<title>Test si crypt() fonctionne pour PHP 5.3.3</title>
<updated>2014-02-23T11:16:23+00:00</updated>
<author>
<name>Alexandre Alapetite</name>
<email>alexandre@alapetite.fr</email>
</author>
<published>2014-02-23T11:16:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=db120b4ed41584c7e33bfe63015f948e6230f1ab'/>
<id>urn:sha1:db120b4ed41584c7e33bfe63015f948e6230f1ab</id>
<content type='text'>
https://github.com/marienfressinaud/FreshRSS/issues/432
</content>
</entry>
<entry>
<title>Actualize : Tolère PHP lancé en CGI plutôt que CLI</title>
<updated>2014-02-01T11:23:12+00:00</updated>
<author>
<name>Alexandre Alapetite</name>
<email>alexandre@alapetite.fr</email>
</author>
<published>2014-02-01T11:23:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=5e9c60752c9a40e1540de50d02e19ba1d06e5491'/>
<id>urn:sha1:5e9c60752c9a40e1540de50d02e19ba1d06e5491</id>
<content type='text'>
Corrige https://github.com/marienfressinaud/FreshRSS/issues/405
+ Message d'erreur en cas de problème de droits dans ./data/ (par
exemple si le cron utilise un mauvais utilisateur)
</content>
</entry>
</feed>
