<feed xmlns='http://www.w3.org/2005/Atom'>
<title>FreshRSS (Customized)/app/views/update, 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-31T14:58:19+00:00</updated>
<entry>
<title>Remove check database for next beta</title>
<updated>2014-10-31T14:58:19+00:00</updated>
<author>
<name>Marien Fressinaud</name>
<email>dev@marienfressinaud.fr</email>
</author>
<published>2014-10-31T14:58:19+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=d9c56fb6f76a0a79ec193188e7416d624944c8f3'/>
<id>urn:sha1:d9c56fb6f76a0a79ec193188e7416d624944c8f3</id>
<content type='text'>
See https://github.com/FreshRSS/FreshRSS/issues/678
</content>
</entry>
<entry>
<title>Fix some i18n keys</title>
<updated>2014-10-20T10:52:18+00:00</updated>
<author>
<name>Marien Fressinaud</name>
<email>dev@marienfressinaud.fr</email>
</author>
<published>2014-10-20T10:52:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=ae84e877c5fdda2b1a29ab0bb6c2469258fcc9a5'/>
<id>urn:sha1:ae84e877c5fdda2b1a29ab0bb6c2469258fcc9a5</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>
<entry>
<title>Move button to apply update outside the message</title>
<updated>2014-09-17T11:26:32+00:00</updated>
<author>
<name>Marien Fressinaud</name>
<email>dev@marienfressinaud.fr</email>
</author>
<published>2014-09-17T11:26:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=a3b5e72729be08f79585c782d497f49edd11c064'/>
<id>urn:sha1:a3b5e72729be08f79585c782d497f49edd11c064</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Message if last update checking is close</title>
<updated>2014-09-16T16:30:24+00:00</updated>
<author>
<name>Marien Fressinaud</name>
<email>dev@marienfressinaud.fr</email>
</author>
<published>2014-09-16T16:30:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=a4e43e9c53ac404d16af5d913a56eeb444b1ce10'/>
<id>urn:sha1:a4e43e9c53ac404d16af5d913a56eeb444b1ce10</id>
<content type='text'>
last_update.txt is updated even if there is no update
If last_update.txt has been modified during last hour, show a message

See https://github.com/marienfressinaud/FreshRSS/issues/480#issuecomment-55765373
</content>
</entry>
<entry>
<title>Litlle improvements (update system)</title>
<updated>2014-08-10T09:52:18+00:00</updated>
<author>
<name>Marien Fressinaud</name>
<email>dev@marienfressinaud.fr</email>
</author>
<published>2014-08-10T09:52:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=3ca8c7ec4c55b4fa751fbcdc8e28f28351c4a967'/>
<id>urn:sha1:3ca8c7ec4c55b4fa751fbcdc8e28f28351c4a967</id>
<content type='text'>
- Check UPDATE_FILENAME exists before applying update
- Add empty line at the end of files
</content>
</entry>
<entry>
<title>Improve update API</title>
<updated>2014-08-10T08:55:51+00:00</updated>
<author>
<name>Marien Fressinaud</name>
<email>dev@marienfressinaud.fr</email>
</author>
<published>2014-08-10T08:55:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=9a5d6245fbeb413766362fd6b2c4f5f5b6a22a22'/>
<id>urn:sha1:9a5d6245fbeb413766362fd6b2c4f5f5b6a22a22</id>
<content type='text'>
Update script must implement 4 functions:
- apply_update() to perform the update (most important). Return true if
  all is ok, else false.
- need_info_update() returns true if we need more info for update, else
  false. If this function always returns false, you don't need to
  implement following functions (but it's better to not forget)
- ask_info_update() should be a HTML form to ask infos. Method must be
  post and action must point to _url('update', 'apply') (or leave it
  blank)
- save_info_update() is called for POST requests (to save form from
  ask_info_update())
</content>
</entry>
<entry>
<title>Add translations for update system</title>
<updated>2014-08-10T08:35:17+00:00</updated>
<author>
<name>Marien Fressinaud</name>
<email>dev@marienfressinaud.fr</email>
</author>
<published>2014-08-10T08:35:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=7ed111b1bf152613d17254808a4fcf89f5774297'/>
<id>urn:sha1:7ed111b1bf152613d17254808a4fcf89f5774297</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add basic system of update</title>
<updated>2014-08-09T21:29:13+00:00</updated>
<author>
<name>Marien Fressinaud</name>
<email>dev@marienfressinaud.fr</email>
</author>
<published>2014-08-09T21:29:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=e7dba0ce7cfaf5e84687593a8b0d58d89fbff302'/>
<id>urn:sha1:e7dba0ce7cfaf5e84687593a8b0d58d89fbff302</id>
<content type='text'>
- Check on update.freshrss.org for new updates
- Download script
- Apply script
- Need translations and verifications

NOTE: current script on server indicates version 0.7.3 is an update
of 0.8-dev ==&gt; IT'S ONLY FOR MY TESTS!

Script just does a backup of ./data actually...

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