<feed xmlns='http://www.w3.org/2005/Atom'>
<title>FreshRSS (Customized)/app/Controllers/subscriptionController.php, branch 1.10.1</title>
<subtitle>Customized version of FreshRSS, a self-hosted RSS feed aggregator</subtitle>
<id>https://git.rdnlsmith.com/fresh-rss-custom/atom?h=1.10.1</id>
<link rel='self' href='https://git.rdnlsmith.com/fresh-rss-custom/atom?h=1.10.1'/>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/'/>
<updated>2018-01-02T22:53:35+00:00</updated>
<entry>
<title>Replace "keep history" magic value by a constant (#1759)</title>
<updated>2018-01-02T22:53:35+00:00</updated>
<author>
<name>Alexis Degrugillier</name>
<email>aledeg@users.noreply.github.com</email>
</author>
<published>2018-01-02T22:53:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=7642d334f827d1c077bb1444dfc4e79acf022891'/>
<id>urn:sha1:7642d334f827d1c077bb1444dfc4e79acf022891</id>
<content type='text'>
I think the use of a magic value repeated many times in the code is prone to have some errors made by people not knowing its meaning. Using a constant is a bit more safe. Judging by some comments in the code, I am not the only one.</content>
</entry>
<entry>
<title>Add mute strategy configuration (#1750)</title>
<updated>2018-01-01T19:34:06+00:00</updated>
<author>
<name>Alexis Degrugillier</name>
<email>aledeg@users.noreply.github.com</email>
</author>
<published>2018-01-01T19:34:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=8c2113f9e6eb86b630a4e861513229d7abf219b8'/>
<id>urn:sha1:8c2113f9e6eb86b630a4e861513229d7abf219b8</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add a subscription tools page</title>
<updated>2017-06-04T07:58:11+00:00</updated>
<author>
<name>Alexis Degrugillier</name>
<email>github@ainw.org</email>
</author>
<published>2017-06-04T07:58:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=a52dc33353665be0d5f59231539c0143a35d55ec'/>
<id>urn:sha1:a52dc33353665be0d5f59231539c0143a35d55ec</id>
<content type='text'>
See #1354

It's missing translations. Only English and French are available.
Contributions wanted.
</content>
</entry>
<entry>
<title>Sanitize Web site URL</title>
<updated>2017-02-25T10:51:54+00:00</updated>
<author>
<name>Alexandre Alapetite</name>
<email>alexandre@alapetite.fr</email>
</author>
<published>2017-02-25T10:51:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=8a6b38115456f592c8a246f9abbb84f4449721c0'/>
<id>urn:sha1:8a6b38115456f592c8a246f9abbb84f4449721c0</id>
<content type='text'>
https://github.com/FreshRSS/FreshRSS/issues/1434
</content>
</entry>
<entry>
<title>Force autocomplete off</title>
<updated>2015-06-14T14:22:33+00:00</updated>
<author>
<name>Alexandre Alapetite</name>
<email>alexandre@alapetite.fr</email>
</author>
<published>2015-06-14T14:22:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=8a131b056ee3566c2b54466f650c26c143b7c369'/>
<id>urn:sha1:8a131b056ee3566c2b54466f650c26c143b7c369</id>
<content type='text'>
https://github.com/FreshRSS/FreshRSS/issues/880
Put a space in the user field instead of empty to avoid autocomplete.
Use feed ID in the username/password field name.
</content>
</entry>
<entry>
<title>Fix feed update with MySQL/MariaDB</title>
<updated>2015-01-18T11:49:49+00:00</updated>
<author>
<name>Marien Fressinaud</name>
<email>dev@marienfressinaud.fr</email>
</author>
<published>2015-01-18T11:49:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=517d5aa9c52694b21f66d429085348d2e4fd10d2'/>
<id>urn:sha1:517d5aa9c52694b21f66d429085348d2e4fd10d2</id>
<content type='text'>
- updateFeed() returns 0 if nothing changes so the test was false.
- Redirection in case of error is better now by redirecting on the right feed

Fix https://github.com/FreshRSS/FreshRSS/issues/755
</content>
</entry>
<entry>
<title>Fix i18n string for errors in feed management</title>
<updated>2015-01-17T22:09:38+00:00</updated>
<author>
<name>Marien Fressinaud</name>
<email>dev@marienfressinaud.fr</email>
</author>
<published>2015-01-17T22:07:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=fa2254cd313f538d74850a67bc062f24626d009d'/>
<id>urn:sha1:fa2254cd313f538d74850a67bc062f24626d009d</id>
<content type='text'>
See https://github.com/FreshRSS/FreshRSS/issues/755
</content>
</entry>
<entry>
<title>Fix i18n for conf, entry, error, feed Controllers</title>
<updated>2014-12-11T18:02:05+00:00</updated>
<author>
<name>Marien Fressinaud</name>
<email>dev@marienfressinaud.fr</email>
</author>
<published>2014-12-11T18:02:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=fee1ae997af678cb834d9db25a636032f43a5674'/>
<id>urn:sha1:fee1ae997af678cb834d9db25a636032f43a5674</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix i18n for subscription pages</title>
<updated>2014-12-11T16:26:01+00:00</updated>
<author>
<name>Marien Fressinaud</name>
<email>dev@marienfressinaud.fr</email>
</author>
<published>2014-12-11T16:26:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=cad4259e627a016a44e48395b242f973c1e4d502'/>
<id>urn:sha1:cad4259e627a016a44e48395b242f973c1e4d502</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>
</feed>
