<feed xmlns='http://www.w3.org/2005/Atom'>
<title>FreshRSS (Customized)/app/Controllers/feedController.php, branch 0.7.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.7.2</id>
<link rel='self' href='https://git.rdnlsmith.com/fresh-rss-custom/atom?h=0.7.2'/>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/'/>
<updated>2014-03-30T17:17:27+00:00</updated>
<entry>
<title>Merge branch '163-export' into dev</title>
<updated>2014-03-30T17:17:27+00:00</updated>
<author>
<name>Marien Fressinaud</name>
<email>dev@marienfressinaud.fr</email>
</author>
<published>2014-03-30T17:17:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=5f974c2567091412f4e98cad2a31e882e14cac9b'/>
<id>urn:sha1:5f974c2567091412f4e98cad2a31e882e14cac9b</id>
<content type='text'>
Conflicts:
	app/layout/aside_feed.phtml
</content>
</entry>
<entry>
<title>Add a bookmark to easily subscribe to websites</title>
<updated>2014-03-30T15:52:42+00:00</updated>
<author>
<name>Marien Fressinaud</name>
<email>dev@marienfressinaud.fr</email>
</author>
<published>2014-03-30T15:49:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=19517baf13dba7ebd7d41dbbacceaea3ed75af8e'/>
<id>urn:sha1:19517baf13dba7ebd7d41dbbacceaea3ed75af8e</id>
<content type='text'>
- FeedController-&gt;addAction (GET) shows a confirmation page
- If already subscribe, redirect to Configure-&gt;feedAction
- Add a bookmark in aside_feed

See #425 #426 and #464
</content>
</entry>
<entry>
<title>Import of articles is implemented!</title>
<updated>2014-03-30T12:28:13+00:00</updated>
<author>
<name>Marien Fressinaud</name>
<email>dev@marienfressinaud.fr</email>
</author>
<published>2014-03-30T12:28:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=779afe9c4ee00f8099a423e1fceee40197a90cfa'/>
<id>urn:sha1:779afe9c4ee00f8099a423e1fceee40197a90cfa</id>
<content type='text'>
- Remove massiveImportAction and addCategories from FeedController
- Fix typo for some methods (camelCase)
- addCategoryObject and addFeedObject return id if corresponding object already
  exists in DB
- introduce addEntryObject. Return -1 if Entry already exist (in order to keep
  quite good performances)
- Complete importArticles method

Need some more tests + better performance
</content>
</entry>
<entry>
<title>Improve import / export functionnality</title>
<updated>2014-03-28T21:13:42+00:00</updated>
<author>
<name>Marien Fressinaud</name>
<email>dev@marienfressinaud.fr</email>
</author>
<published>2014-03-28T21:13:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=d464833922e9cc00948698aed0a2af1f0b55e101'/>
<id>urn:sha1:d464833922e9cc00948698aed0a2af1f0b55e101</id>
<content type='text'>
It is not finished yet and does not even work at all!!
- ZIP archive can be uploaded
- Entries are imported from starred.json and feed*.json but not added in DB for
  the moment.
- Fix export (add author, id -&gt; guid, content -&gt; content.content and add
  alternate)

See https://github.com/marienfressinaud/FreshRSS/issues/163
</content>
</entry>
<entry>
<title>Link to logs in case of error when adding new feed</title>
<updated>2014-03-10T19:16:41+00:00</updated>
<author>
<name>Alexandre Alapetite</name>
<email>alexandre@alapetite.fr</email>
</author>
<published>2014-03-10T19:16:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=608b3a8656d986ff177e97e968256bcbf6785c13'/>
<id>urn:sha1:608b3a8656d986ff177e97e968256bcbf6785c13</id>
<content type='text'>
https://github.com/marienfressinaud/FreshRSS/issues/453
</content>
</entry>
<entry>
<title>Enhance feed adding popup</title>
<updated>2014-03-10T01:45:25+00:00</updated>
<author>
<name>Alexis Degrugillier</name>
<email>github@ainw.org</email>
</author>
<published>2014-03-10T01:45:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=3083af6288f23ba6986232798fde67b91517f287'/>
<id>urn:sha1:3083af6288f23ba6986232798fde67b91517f287</id>
<content type='text'>
I added a new option in the category select. It allows the user to add dynamically
a new category and add the feed to the newly created category.

See #356
</content>
</entry>
<entry>
<title>Improve code redirection for indexController</title>
<updated>2014-02-15T10:43:07+00:00</updated>
<author>
<name>Marien Fressinaud</name>
<email>dev@marienfressinaud.fr</email>
</author>
<published>2014-02-15T10:43:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=a34941f41875bcc9d260c8dfcf9d44a00f835bc9'/>
<id>urn:sha1:a34941f41875bcc9d260c8dfcf9d44a00f835bc9</id>
<content type='text'>
- add comments
- forward request is done in the controller (no Minz_Request::forward() in the
view, please)
- "soft" forward to the login form (no need of 302)
- show a 403 page (no authenticated) for rss output when token is wrong
</content>
</entry>
<entry>
<title>Add possibility to anonymous to refresh feeds</title>
<updated>2014-02-13T20:45:25+00:00</updated>
<author>
<name>Marien Fressinaud</name>
<email>dev@marienfressinaud.fr</email>
</author>
<published>2014-02-13T20:45:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=4dd673157b05fea5fe3643f16e22d01bbf005fe9'/>
<id>urn:sha1:4dd673157b05fea5fe3643f16e22d01bbf005fe9</id>
<content type='text'>
Obviously, it's optional! (and deactivate by default)
Need some more tests?
See #351
</content>
</entry>
<entry>
<title>Add possibility to open notification in JavaScript + new message</title>
<updated>2014-02-13T20:01:12+00:00</updated>
<author>
<name>Marien Fressinaud</name>
<email>dev@marienfressinaud.fr</email>
</author>
<published>2014-02-13T20:01:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=178af19fb0e7c13015e991593feea6a5f4aafcc0'/>
<id>urn:sha1:178af19fb0e7c13015e991593feea6a5f4aafcc0</id>
<content type='text'>
Notifications can be opened directly in JavaScript
Class .notification is now id #notification
New message when there is no feed to refresh
See 06abbd02c2d10934155b2464f73d8ecdb2a68de1 (comments)
</content>
</entry>
<entry>
<title>Bug mise à jour favicons dans le cas de flux invalides</title>
<updated>2014-02-11T22:04:12+00:00</updated>
<author>
<name>Alexandre Alapetite</name>
<email>alexandre@alapetite.fr</email>
</author>
<published>2014-02-11T22:04:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=11c4c733d6971a977748f874b4976044bab7afc0'/>
<id>urn:sha1:11c4c733d6971a977748f874b4976044bab7afc0</id>
<content type='text'>
</content>
</entry>
</feed>
