<feed xmlns='http://www.w3.org/2005/Atom'>
<title>FreshRSS (Customized)/app/Controllers/categoryController.php, branch 1.1.2-beta</title>
<subtitle>Customized version of FreshRSS, a self-hosted RSS feed aggregator</subtitle>
<id>https://git.rdnlsmith.com/fresh-rss-custom/atom?h=1.1.2-beta</id>
<link rel='self' href='https://git.rdnlsmith.com/fresh-rss-custom/atom?h=1.1.2-beta'/>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/'/>
<updated>2015-01-07T14:37:24+00:00</updated>
<entry>
<title>Fix calls to remove_query_by_get()</title>
<updated>2015-01-07T14:37:24+00:00</updated>
<author>
<name>Marien Fressinaud</name>
<email>dev@marienfressinaud.fr</email>
</author>
<published>2015-01-07T14:37:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=09545b0a654c6bec9ddae9632de71860e8b07c08'/>
<id>urn:sha1:09545b0a654c6bec9ddae9632de71860e8b07c08</id>
<content type='text'>
The function has been moved into lib_rss.php

See https://github.com/FreshRSS/FreshRSS/issues/730
</content>
</entry>
<entry>
<title>Change name of user configuration var in Context</title>
<updated>2015-01-05T21:45:03+00:00</updated>
<author>
<name>Marien Fressinaud</name>
<email>dev@marienfressinaud.fr</email>
</author>
<published>2015-01-05T21:43:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=7cca47d1ab5838f5440b1a1e08fa4c0d43989664'/>
<id>urn:sha1:7cca47d1ab5838f5440b1a1e08fa4c0d43989664</id>
<content type='text'>
- FreshRSS_Context::$conf is replaced by FreshRSS_Context::$user_conf
- Introduce FreshRSS_Context::$system_conf
- Remove FreshRSS_Configuration object

See https://github.com/FreshRSS/FreshRSS/issues/730
</content>
</entry>
<entry>
<title>Fix i18n for auth and category controllers</title>
<updated>2014-12-11T17:15:41+00:00</updated>
<author>
<name>Marien Fressinaud</name>
<email>dev@marienfressinaud.fr</email>
</author>
<published>2014-12-11T17:15:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=c1a3412b97d5f19e6c1102902156b098598e7ce9'/>
<id>urn:sha1:c1a3412b97d5f19e6c1102902156b098598e7ce9</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix Minz_Error::error() -&gt; use default values</title>
<updated>2014-10-30T18:57:08+00:00</updated>
<author>
<name>Marien Fressinaud</name>
<email>dev@marienfressinaud.fr</email>
</author>
<published>2014-10-30T18:57:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=58deab37cdd97e93ac25aba574a32befe1db2243'/>
<id>urn:sha1:58deab37cdd97e93ac25aba574a32befe1db2243</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Update i18n for limit of category.</title>
<updated>2014-10-29T09:15:22+00:00</updated>
<author>
<name>Marien Fressinaud</name>
<email>dev@marienfressinaud.fr</email>
</author>
<published>2014-10-29T09:15:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=1ea996c4eaa0f07f4fd906e7cade68a9bee3b11d'/>
<id>urn:sha1:1ea996c4eaa0f07f4fd906e7cade68a9bee3b11d</id>
<content type='text'>
</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>Use FreshRSS_Context::$conf only</title>
<updated>2014-10-20T16:45:22+00:00</updated>
<author>
<name>Marien Fressinaud</name>
<email>dev@marienfressinaud.fr</email>
</author>
<published>2014-10-20T16:45:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=1a22a87fb1b1fcb61d201de399c33c2185dc1f6e'/>
<id>urn:sha1:1a22a87fb1b1fcb61d201de399c33c2185dc1f6e</id>
<content type='text'>
- Replace $this-&gt;view-&gt;conf in controllers
- Replace $this-&gt;conf in views
</content>
</entry>
<entry>
<title>Refactor authentication system.</title>
<updated>2014-10-06T21:29:20+00:00</updated>
<author>
<name>Marien Fressinaud</name>
<email>dev@marienfressinaud.fr</email>
</author>
<published>2014-10-06T21:29:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=79aa5beaf44af13a1828bfa5fc824a08c62054dc'/>
<id>urn:sha1:79aa5beaf44af13a1828bfa5fc824a08c62054dc</id>
<content type='text'>
Big work, not finished. A lot of features have been removed.

See https://github.com/marienfressinaud/FreshRSS/issues/655
</content>
</entry>
<entry>
<title>Fix problem when deleting default category</title>
<updated>2014-10-01T11:37:10+00:00</updated>
<author>
<name>Marien Fressinaud</name>
<email>dev@marienfressinaud.fr</email>
</author>
<published>2014-10-01T11:37:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=f400621f44c2aac0b1bb4204e95e4c35a8a35f8f'/>
<id>urn:sha1:f400621f44c2aac0b1bb4204e95e4c35a8a35f8f</id>
<content type='text'>
This is not allowed!

See https://github.com/marienfressinaud/FreshRSS/issues/646
</content>
</entry>
<entry>
<title>Fix links for feed management</title>
<updated>2014-10-01T10:18:32+00:00</updated>
<author>
<name>Marien Fressinaud</name>
<email>dev@marienfressinaud.fr</email>
</author>
<published>2014-10-01T10:18:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=a7bf7ced369a046b487ab1cd8b3819acc5ebdafe'/>
<id>urn:sha1:a7bf7ced369a046b487ab1cd8b3819acc5ebdafe</id>
<content type='text'>
See https://github.com/marienfressinaud/FreshRSS/issues/646
</content>
</entry>
</feed>
