<feed xmlns='http://www.w3.org/2005/Atom'>
<title>FreshRSS (Customized)/lib, branch 0.9.2</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.2</id>
<link rel='self' href='https://git.rdnlsmith.com/fresh-rss-custom/atom?h=0.9.2'/>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/'/>
<updated>2014-10-30T18:34:36+00:00</updated>
<entry>
<title>Fix TODO in format_number()</title>
<updated>2014-10-30T18:34:36+00:00</updated>
<author>
<name>Marien Fressinaud</name>
<email>dev@marienfressinaud.fr</email>
</author>
<published>2014-10-30T18:34:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=ba832bef4de4a02df46023b389f752b01d43c98b'/>
<id>urn:sha1:ba832bef4de4a02df46023b389f752b01d43c98b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix coding style formatNumber and formatBytes</title>
<updated>2014-10-30T18:31:32+00:00</updated>
<author>
<name>Marien Fressinaud</name>
<email>dev@marienfressinaud.fr</email>
</author>
<published>2014-10-30T18:31:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=036240ab01999c8eff1b9b3a98a7313cf43f5836'/>
<id>urn:sha1:036240ab01999c8eff1b9b3a98a7313cf43f5836</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix bug size with SQLite</title>
<updated>2014-10-30T18:19:09+00:00</updated>
<author>
<name>Marien Fressinaud</name>
<email>dev@marienfressinaud.fr</email>
</author>
<published>2014-10-30T18:19:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=ee5bbe48269a2fd5bc9c175fdb1e5a92a2c04502'/>
<id>urn:sha1:ee5bbe48269a2fd5bc9c175fdb1e5a92a2c04502</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Ne pas rafraîchir les flux des utilisateurs non logués depuis x jours</title>
<updated>2014-10-28T23:45:42+00:00</updated>
<author>
<name>Alexandre Alapetite</name>
<email>alexandre@alapetite.fr</email>
</author>
<published>2014-10-28T23:45:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=9f97f7df8822ed2f32a9bc9d46ece92dee93089c'/>
<id>urn:sha1:9f97f7df8822ed2f32a9bc9d46ece92dee93089c</id>
<content type='text'>
https://github.com/marienfressinaud/FreshRSS/issues/681
Warning: needs some testing
</content>
</entry>
<entry>
<title>SimplePie: cache feeds with errors</title>
<updated>2014-10-28T22:52:46+00:00</updated>
<author>
<name>Alexandre Alapetite</name>
<email>alexandre@alapetite.fr</email>
</author>
<published>2014-10-28T22:52:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=00127f07c5fc784130d658e3f26519b0279fc6b8'/>
<id>urn:sha1:00127f07c5fc784130d658e3f26519b0279fc6b8</id>
<content type='text'>
Before the cache system was not used for feeds with errors, which was
problematic especially if several users have this feed.
Furthermore, there was no protection against repetitive refresh.

Bonus: slightly better performance by avoiding some superfluous
file_exists().

Warning: needs a bit of testing
https://github.com/marienfressinaud/FreshRSS/issues/681
</content>
</entry>
<entry>
<title>More limit options in config.php</title>
<updated>2014-10-28T21:29:55+00:00</updated>
<author>
<name>Alexandre Alapetite</name>
<email>alexandre@alapetite.fr</email>
</author>
<published>2014-10-28T21:29:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=2e5d4d97c989f55c3506ceb918126eaf9c68f1d6'/>
<id>urn:sha1:2e5d4d97c989f55c3506ceb918126eaf9c68f1d6</id>
<content type='text'>
See e.g. https://github.com/marienfressinaud/FreshRSS/issues/681
https://github.com/marienfressinaud/FreshRSS/issues/680
https://github.com/marienfressinaud/FreshRSS/issues/656
</content>
</entry>
<entry>
<title>Global limits for number of feeds and categories</title>
<updated>2014-10-27T20:45:30+00:00</updated>
<author>
<name>Alexandre Alapetite</name>
<email>alexandre@alapetite.fr</email>
</author>
<published>2014-10-27T20:45:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=c6f35ef51c2c536efb4f8e73603ae46b8512cc24'/>
<id>urn:sha1:c6f35ef51c2c536efb4f8e73603ae46b8512cc24</id>
<content type='text'>
New 'limits' sub-array in config.php with 'max_feeds' and
'max_categories'. If the values are &lt; 0, then it is the default value
(16384).
https://github.com/marienfressinaud/FreshRSS/issues/680
</content>
</entry>
<entry>
<title>Fix pdo checking</title>
<updated>2014-10-26T11:40:42+00:00</updated>
<author>
<name>Marien Fressinaud</name>
<email>dev@marienfressinaud.fr</email>
</author>
<published>2014-10-26T11:40:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=e86a3d001745656c6ec94837ff3275d4bc93aa5a'/>
<id>urn:sha1:e86a3d001745656c6ec94837ff3275d4bc93aa5a</id>
<content type='text'>
Show only one message for both mysql and sqlite pdo conf. If one of them is ok,
PDO is ok.

See https://github.com/marienfressinaud/FreshRSS/issues/678
</content>
</entry>
<entry>
<title>Views are in dedicated actions + improve Context</title>
<updated>2014-10-21T14:55:19+00:00</updated>
<author>
<name>Marien Fressinaud</name>
<email>dev@marienfressinaud.fr</email>
</author>
<published>2014-10-21T14:46:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=80cffa6de51771cd80995fb1c4f1e04ee868eb45'/>
<id>urn:sha1:80cffa6de51771cd80995fb1c4f1e04ee868eb45</id>
<content type='text'>
- Seperate normal, global and rss outputs in dedicated actions (NOT WORKING YET!)
- Rewrite aside_flux and nav_menu to use Context object
- Improve Context object

See https://github.com/marienfressinaud/FreshRSS/issues/634
</content>
</entry>
<entry>
<title>Refactoring of indexController</title>
<updated>2014-10-20T17:35:22+00:00</updated>
<author>
<name>Marien Fressinaud</name>
<email>dev@marienfressinaud.fr</email>
</author>
<published>2014-10-20T17:35:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=8a7bab3a55442f85553ab1d897084e89c10f7e05'/>
<id>urn:sha1:8a7bab3a55442f85553ab1d897084e89c10f7e05</id>
<content type='text'>
Global view has been moved to a different action (all is not working)

See https://github.com/marienfressinaud/FreshRSS/issues/634
and https://github.com/marienfressinaud/FreshRSS/issues/655
</content>
</entry>
</feed>
