<feed xmlns='http://www.w3.org/2005/Atom'>
<title>FreshRSS (Customized)/app/Controllers/updateController.php, branch 1.6.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.6.1</id>
<link rel='self' href='https://git.rdnlsmith.com/fresh-rss-custom/atom?h=1.6.1'/>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/'/>
<updated>2015-11-02T20:11:23+00:00</updated>
<entry>
<title>Move auto-update server URL in configuration</title>
<updated>2015-11-02T20:11:23+00:00</updated>
<author>
<name>Marien Fressinaud</name>
<email>dev@marienfressinaud.fr</email>
</author>
<published>2015-11-02T19:20:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=bb0556543d3d5d54832ea6d81372587b88062a5b'/>
<id>urn:sha1:bb0556543d3d5d54832ea6d81372587b88062a5b</id>
<content type='text'>
Fix https://github.com/FreshRSS/FreshRSS/issues/1019
</content>
</entry>
<entry>
<title>Updated log visibility</title>
<updated>2015-07-03T21:47:18+00:00</updated>
<author>
<name>Alexandre Alapetite</name>
<email>alexandre@alapetite.fr</email>
</author>
<published>2015-07-03T21:47:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=079150eee4eebce3549c3d7db84dd0180bdd11e7'/>
<id>urn:sha1:079150eee4eebce3549c3d7db84dd0180bdd11e7</id>
<content type='text'>
In particular, ensure that ERROR is only used for errors that may affect
FreshRSS integrity, and ensure that feed errors are visible also in
production, i.e. visibility of WARNING
https://github.com/FreshRSS/FreshRSS/issues/885
https://github.com/FreshRSS/FreshRSS/issues/884
</content>
</entry>
<entry>
<title>Addressed warnings when reading from new files</title>
<updated>2015-01-19T12:54:57+00:00</updated>
<author>
<name>Alexandre Alapetite</name>
<email>alexandre.alapetite@alexandra.dk</email>
</author>
<published>2015-01-19T12:54:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=d30b3becfa50b96982a3b4880c07cc2b770d7eed'/>
<id>urn:sha1:d30b3becfa50b96982a3b4880c07cc2b770d7eed</id>
<content type='text'>
There were warnings when reading extensions (trying to use e.g. README
and .gitignore as directories), and when reading update file.
https://github.com/FreshRSS/FreshRSS/issues/733
</content>
</entry>
<entry>
<title>Improve hook calls and add post_update hook</title>
<updated>2015-01-15T11:02:42+00:00</updated>
<author>
<name>Marien Fressinaud</name>
<email>dev@marienfressinaud.fr</email>
</author>
<published>2015-01-15T11:02:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=13cf8b5f9f22a50bba5d1223174407abb1c1d94c'/>
<id>urn:sha1:13cf8b5f9f22a50bba5d1223174407abb1c1d94c</id>
<content type='text'>
- To the hook is associated a method signature (OneToOne or NoneToNone for now) so
  it is easier to call hooks correctly
- post_update hook is called during the post update moment.
</content>
</entry>
<entry>
<title>Remove restriction of 1h for update checking</title>
<updated>2015-01-15T10:20:16+00:00</updated>
<author>
<name>Marien Fressinaud</name>
<email>dev@marienfressinaud.fr</email>
</author>
<published>2015-01-15T10:20:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=556f4ad4bfa722e3350f20ab91a08f0af1d11f9e'/>
<id>urn:sha1:556f4ad4bfa722e3350f20ab91a08f0af1d11f9e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Show the version number during update process.</title>
<updated>2015-01-13T11:02:35+00:00</updated>
<author>
<name>Marien Fressinaud</name>
<email>dev@marienfressinaud.fr</email>
</author>
<published>2015-01-13T11:02:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=e7c24b5d41c293fa13e4d92efb2aee7778ddcab4'/>
<id>urn:sha1:e7c24b5d41c293fa13e4d92efb2aee7778ddcab4</id>
<content type='text'>
Number is stored inside the data/last_update.txt file and shown if there
is an update script.

See https://github.com/FreshRSS/FreshRSS/issues/699
</content>
</entry>
<entry>
<title>Fix i18n for update and user controllers</title>
<updated>2014-12-11T18:32:59+00:00</updated>
<author>
<name>Marien Fressinaud</name>
<email>dev@marienfressinaud.fr</email>
</author>
<published>2014-12-11T18:32:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=59fc73baa9cbd87fdc2d63e83533a36533c740bf'/>
<id>urn:sha1:59fc73baa9cbd87fdc2d63e83533a36533c740bf</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>Add do_post_update support</title>
<updated>2014-10-30T11:43:52+00:00</updated>
<author>
<name>Marien Fressinaud</name>
<email>dev@marienfressinaud.fr</email>
</author>
<published>2014-10-30T11:43:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=9478d2f0116be69e08071dd02c0f945c5f78d7e0'/>
<id>urn:sha1:9478d2f0116be69e08071dd02c0f945c5f78d7e0</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add checking installation feature</title>
<updated>2014-10-20T09:54:31+00:00</updated>
<author>
<name>Marien Fressinaud</name>
<email>dev@marienfressinaud.fr</email>
</author>
<published>2014-10-20T09:54:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=7080a32650ab8b19e917d8add944a75cc98381bc'/>
<id>urn:sha1:7080a32650ab8b19e917d8add944a75cc98381bc</id>
<content type='text'>
</content>
</entry>
</feed>
