<feed xmlns='http://www.w3.org/2005/Atom'>
<title>FreshRSS (Customized)/app/Controllers/importExportController.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-04-13T12:16:43+00:00</updated>
<entry>
<title>Move state constants from Configuration to Entry</title>
<updated>2014-04-13T12:16:43+00:00</updated>
<author>
<name>Alexis Degrugillier</name>
<email>github@ainw.org</email>
</author>
<published>2014-04-13T12:16:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=3a736e902c5af7f215bbf91dc54be00bf82f8df3'/>
<id>urn:sha1:3a736e902c5af7f215bbf91dc54be00bf82f8df3</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add a new status for 'ALL'</title>
<updated>2014-04-13T11:28:41+00:00</updated>
<author>
<name>Alexis Degrugillier</name>
<email>github@ainw.org</email>
</author>
<published>2014-04-13T11:28:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=86066b1659e33eb5fdfbcae5fb7f0bd93604d442'/>
<id>urn:sha1:86066b1659e33eb5fdfbcae5fb7f0bd93604d442</id>
<content type='text'>
I made the conversion in every file I can think of.
It should not have any reference to the string 'all' for the state context
</content>
</entry>
<entry>
<title>Improve compatibility PHP 5.3</title>
<updated>2014-03-30T18:47:00+00:00</updated>
<author>
<name>Marien Fressinaud</name>
<email>dev@marienfressinaud.fr</email>
</author>
<published>2014-03-30T18:47:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=8ef32a10c6fd8e4ace44a5e797f6176f80b9560e'/>
<id>urn:sha1:8ef32a10c6fd8e4ace44a5e797f6176f80b9560e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix coding style</title>
<updated>2014-03-30T12:55:29+00:00</updated>
<author>
<name>Marien Fressinaud</name>
<email>dev@marienfressinaud.fr</email>
</author>
<published>2014-03-30T12:55:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=34b17b748efb996f0202815dcf095a45d28e38da'/>
<id>urn:sha1:34b17b748efb996f0202815dcf095a45d28e38da</id>
<content type='text'>
</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>Better OPML import / export</title>
<updated>2014-03-29T19:18:57+00:00</updated>
<author>
<name>Marien Fressinaud</name>
<email>dev@marienfressinaud.fr</email>
</author>
<published>2014-03-29T19:18:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=9ea3819402746d8425d4a608f2d5f3c0f5bc29fb'/>
<id>urn:sha1:9ea3819402746d8425d4a608f2d5f3c0f5bc29fb</id>
<content type='text'>
- use a new OPML library (https://github.com/marienfressinaud/lib_opml)
- import has been completely rewritten (far better!)
- introduce addFeedObject and addCategoryObject (in DAO for the moment).
  Permit to add easily feeds and categories (check if they already exist in DB)
- introduce html_chars_utf8 (wrap htmlspecialchars for UTF-8)
</content>
</entry>
<entry>
<title>Fix typo + improve detection OPML file</title>
<updated>2014-03-29T18:10:18+00:00</updated>
<author>
<name>Marien Fressinaud</name>
<email>dev@marienfressinaud.fr</email>
</author>
<published>2014-03-29T18:10:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=7676a197a4767f735dabae6ad9cf40ef65e91aa7'/>
<id>urn:sha1:7676a197a4767f735dabae6ad9cf40ef65e91aa7</id>
<content type='text'>
</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>Export form is not displayed if there is nothing to export</title>
<updated>2014-03-28T17:44:52+00:00</updated>
<author>
<name>Marien Fressinaud</name>
<email>dev@marienfressinaud.fr</email>
</author>
<published>2014-03-28T17:44:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=05cc97a8f43d779fbea52f5ef47fe6a71c3ab692'/>
<id>urn:sha1:05cc97a8f43d779fbea52f5ef47fe6a71c3ab692</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Export is fully implemented</title>
<updated>2014-03-27T19:36:51+00:00</updated>
<author>
<name>Marien Fressinaud</name>
<email>dev@marienfressinaud.fr</email>
</author>
<published>2014-03-27T19:36:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=9d87f2f0aa8306c3e07a79d1a100b4d41ea8bc72'/>
<id>urn:sha1:9d87f2f0aa8306c3e07a79d1a100b4d41ea8bc72</id>
<content type='text'>
- Export list of feeds (OPML)
- Export list of favourites (JSON)
- Export list of articles per feed (JSON)
</content>
</entry>
</feed>
