<feed xmlns='http://www.w3.org/2005/Atom'>
<title>FreshRSS (Customized)/app/Controllers, 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-24T11:38:07+00:00</updated>
<entry>
<title>Remove queries at the same time as feeds</title>
<updated>2014-09-24T11:38:07+00:00</updated>
<author>
<name>Marien Fressinaud</name>
<email>dev@marienfressinaud.fr</email>
</author>
<published>2014-09-24T11:38:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=17f686095ddebe1a7c94fe665eddfdfef9696015'/>
<id>urn:sha1:17f686095ddebe1a7c94fe665eddfdfef9696015</id>
<content type='text'>
See https://github.com/marienfressinaud/FreshRSS/issues/625
</content>
</entry>
<entry>
<title>Refactor removing query by get param</title>
<updated>2014-09-24T11:28:09+00:00</updated>
<author>
<name>Marien Fressinaud</name>
<email>dev@marienfressinaud.fr</email>
</author>
<published>2014-09-24T11:28:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=5a1baff9be7cf9fe3f59fe2a7dc34fbadacc1a99'/>
<id>urn:sha1:5a1baff9be7cf9fe3f59fe2a7dc34fbadacc1a99</id>
<content type='text'>
See https://github.com/marienfressinaud/FreshRSS/issues/625
</content>
</entry>
<entry>
<title>Fix a bug when $query['state'] doesn't exist</title>
<updated>2014-09-24T10:34:44+00:00</updated>
<author>
<name>Marien Fressinaud</name>
<email>dev@marienfressinaud.fr</email>
</author>
<published>2014-09-24T10:34:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=666162ae56c2df8ae6a7ed6602b69f6caad10c7c'/>
<id>urn:sha1:666162ae56c2df8ae6a7ed6602b69f6caad10c7c</id>
<content type='text'>
Add a test in addQueryAction().
</content>
</entry>
<entry>
<title>Remove queries at the same time as categories</title>
<updated>2014-09-24T10:32:49+00:00</updated>
<author>
<name>Marien Fressinaud</name>
<email>dev@marienfressinaud.fr</email>
</author>
<published>2014-09-24T10:32:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=a80e12cbf7a38d5a745b8ce980e9c662f9c64dfb'/>
<id>urn:sha1:a80e12cbf7a38d5a745b8ce980e9c662f9c64dfb</id>
<content type='text'>
See https://github.com/marienfressinaud/FreshRSS/issues/625
</content>
</entry>
<entry>
<title>Coding style configureController.php</title>
<updated>2014-09-24T09:49:32+00:00</updated>
<author>
<name>Marien Fressinaud</name>
<email>dev@marienfressinaud.fr</email>
</author>
<published>2014-09-24T09:49:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=0ea3a5a3943b30eb6a5d8763b698a939fe1a98ae'/>
<id>urn:sha1:0ea3a5a3943b30eb6a5d8763b698a939fe1a98ae</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix user queries</title>
<updated>2014-09-21T22:49:34+00:00</updated>
<author>
<name>Alexis Degrugillier</name>
<email>github@ainw.org</email>
</author>
<published>2014-09-21T22:49:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=c791d84ded1eeb1b32fe81918ac1bcfa520c6bda'/>
<id>urn:sha1:c791d84ded1eeb1b32fe81918ac1bcfa520c6bda</id>
<content type='text'>
Before, when adding a user query where the state contains the strict filter, the label applied to the query was wrong.
Now, the strict filter is always removed so the label applied is correct.
</content>
</entry>
<entry>
<title>Change param filter for user queries</title>
<updated>2014-09-21T22:40:08+00:00</updated>
<author>
<name>Alexis Degrugillier</name>
<email>github@ainw.org</email>
</author>
<published>2014-09-21T22:40:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=23e4577e02944567b8ac15581d9c0a0561d82046'/>
<id>urn:sha1:23e4577e02944567b8ac15581d9c0a0561d82046</id>
<content type='text'>
Before, the filter was based on a blacklist so the user could add something and have unwanted behavior.
Now, the filter is based on a whilelist so the user can use only predetermined parameters.
</content>
</entry>
<entry>
<title>Remove number values for shortcuts as they are used in the default configuration</title>
<updated>2014-09-21T22:26:27+00:00</updated>
<author>
<name>Alexis Degrugillier</name>
<email>github@ainw.org</email>
</author>
<published>2014-09-21T22:26:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=04403c5dfae2db051416ccf0b41559d02bb0d287'/>
<id>urn:sha1:04403c5dfae2db051416ccf0b41559d02bb0d287</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Change parameter settings to be consistent through out the file</title>
<updated>2014-09-21T22:23:25+00:00</updated>
<author>
<name>Alexis Degrugillier</name>
<email>github@ainw.org</email>
</author>
<published>2014-09-21T22:23:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=3753ea8fd673feb16a2bfb323fea2b5ff964d77e'/>
<id>urn:sha1:3753ea8fd673feb16a2bfb323fea2b5ff964d77e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Change notification code</title>
<updated>2014-09-21T22:09:10+00:00</updated>
<author>
<name>Alexis Degrugillier</name>
<email>github@ainw.org</email>
</author>
<published>2014-09-21T22:09:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=f87dfbc528f4fa451a2a213fdbd3fcaf27308de8'/>
<id>urn:sha1:f87dfbc528f4fa451a2a213fdbd3fcaf27308de8</id>
<content type='text'>
Before, it was using the old way to display notifications to the user.
Now, it uses the encapsulated method to do that.
</content>
</entry>
</feed>
