<feed xmlns='http://www.w3.org/2005/Atom'>
<title>FreshRSS (Customized)/lib/Minz, 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:19:09+00:00</updated>
<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>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>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>Fix a bug to get size of user (SQLite)</title>
<updated>2014-10-17T14:24:21+00:00</updated>
<author>
<name>Marien Fressinaud</name>
<email>dev@marienfressinaud.fr</email>
</author>
<published>2014-10-16T15:15:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=5797344aff9ceebbdeb6e49305f3984a5c89f82c'/>
<id>urn:sha1:5797344aff9ceebbdeb6e49305f3984a5c89f82c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Introduce FreshRSS_Auth::hasAccess('admin')</title>
<updated>2014-10-07T08:16:38+00:00</updated>
<author>
<name>Marien Fressinaud</name>
<email>dev@marienfressinaud.fr</email>
</author>
<published>2014-10-07T08:16:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=6009990935a2d06c252073f6b51ea5378536ef52'/>
<id>urn:sha1:6009990935a2d06c252073f6b51ea5378536ef52</id>
<content type='text'>
Replace Minz_Configuration::isAdmin($user). FreshRSS_Auth::hasAccess() could
be extended to others scopes later.

See https://github.com/marienfressinaud/FreshRSS/issues/655
</content>
</entry>
<entry>
<title>Fix  a bug (has_transaction)</title>
<updated>2014-10-05T21:57:54+00:00</updated>
<author>
<name>Marien Fressinaud</name>
<email>dev@marienfressinaud.fr</email>
</author>
<published>2014-10-05T21:57:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=031c1d802d74b94d5ef5245f3678138107621179'/>
<id>urn:sha1:031c1d802d74b94d5ef5245f3678138107621179</id>
<content type='text'>
Introduced by the last commit.
</content>
</entry>
<entry>
<title>Refactor feedController</title>
<updated>2014-10-05T21:20:16+00:00</updated>
<author>
<name>Marien Fressinaud</name>
<email>dev@marienfressinaud.fr</email>
</author>
<published>2014-10-05T21:20:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=e2da6e6e6b871dc3dbc289cdd40ba401a21d8e91'/>
<id>urn:sha1:e2da6e6e6b871dc3dbc289cdd40ba401a21d8e91</id>
<content type='text'>
See https://github.com/marienfressinaud/FreshRSS/issues/655
</content>
</entry>
<entry>
<title>Replace Minz_Log::record by corresponding methods</title>
<updated>2014-10-05T17:35:29+00:00</updated>
<author>
<name>Marien Fressinaud</name>
<email>dev@marienfressinaud.fr</email>
</author>
<published>2014-10-05T17:35:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=d8f4681382986524b91acb0500847e9f24badf20'/>
<id>urn:sha1:d8f4681382986524b91acb0500847e9f24badf20</id>
<content type='text'>
Please not use Minz_Log::record anymore!

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