<feed xmlns='http://www.w3.org/2005/Atom'>
<title>FreshRSS (Customized)/lib, 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-06-01T12:56:50+00:00</updated>
<entry>
<title>lib_date comment</title>
<updated>2014-06-01T12:56:50+00:00</updated>
<author>
<name>Alexandre Alapetite</name>
<email>alexandre@alapetite.fr</email>
</author>
<published>2014-06-01T12:56:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=1857d2121c5a606080fe48f3a05024d9457f47f8'/>
<id>urn:sha1:1857d2121c5a606080fe48f3a05024d9457f47f8</id>
<content type='text'>
https://github.com/marienfressinaud/FreshRSS/issues/511
</content>
</entry>
<entry>
<title>lib_date comment</title>
<updated>2014-06-01T12:55:03+00:00</updated>
<author>
<name>Alexandre Alapetite</name>
<email>alexandre@alapetite.fr</email>
</author>
<published>2014-06-01T12:55:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=a1adac617a475ba17be0623c1bde34681852b734'/>
<id>urn:sha1:a1adac617a475ba17be0623c1bde34681852b734</id>
<content type='text'>
https://github.com/marienfressinaud/FreshRSS/issues/511
</content>
</entry>
<entry>
<title>New search system, including date: and pubdate: and combination</title>
<updated>2014-06-01T12:40:38+00:00</updated>
<author>
<name>Alexandre Alapetite</name>
<email>alexandre@alapetite.fr</email>
</author>
<published>2014-06-01T12:40:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=ecac55d3d36dbb0af1c8b5d190972adebee42434'/>
<id>urn:sha1:ecac55d3d36dbb0af1c8b5d190972adebee42434</id>
<content type='text'>
Now also accepts combination of #tag and intitle: and inurl: and author:
and the new date: and pubdate:
https://github.com/marienfressinaud/FreshRSS/issues/511
Each search prefix stop at the first space (we should add a possibility
to have quotes for multiple words)
So if you want two words in title, write "intitle:word1 intitle:word2"

Examples of dates:
date:2014
date:2014-02/2014-04 or date:201402/201404
date:P1W for the last week
</content>
</entry>
<entry>
<title>SimplePie patch accepted</title>
<updated>2014-05-17T10:08:47+00:00</updated>
<author>
<name>Alexandre Alapetite</name>
<email>alexandre@alapetite.fr</email>
</author>
<published>2014-05-17T10:08:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=17a603b333f305a5a9c8fdd36468575bc1cd8f74'/>
<id>urn:sha1:17a603b333f305a5a9c8fdd36468575bc1cd8f74</id>
<content type='text'>
Merged into master branch of SimplePie
https://github.com/simplepie/simplepie/pull/352
</content>
</entry>
<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>Minz_Url separator is "?" instead of "/?"</title>
<updated>2014-03-30T13:42:32+00:00</updated>
<author>
<name>Marien Fressinaud</name>
<email>dev@marienfressinaud.fr</email>
</author>
<published>2014-03-30T13:42:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=27b678203b2a9034312fcb5a0c3f923caa26901f'/>
<id>urn:sha1:27b678203b2a9034312fcb5a0c3f923caa26901f</id>
<content type='text'>
See https://github.com/marienfressinaud/FreshRSS/pull/426
</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>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>
<entry>
<title>Minz: remove url_rewriting</title>
<updated>2014-03-24T19:55:18+00:00</updated>
<author>
<name>Alexandre Alapetite</name>
<email>alexandre@alapetite.fr</email>
</author>
<published>2014-03-24T19:55:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=c8aa451c768a3d4dfce3d19648f3c8420dedb74c'/>
<id>urn:sha1:c8aa451c768a3d4dfce3d19648f3c8420dedb74c</id>
<content type='text'>
As suggested
https://github.com/marienfressinaud/FreshRSS/issues/163#issuecomment-38478669

At the same time, removes a bunch of (almost) dead code such as
Minz_Router (the few remaining lines being moved to Minz_FrontController
to avoid a class)

Contributes to https://github.com/marienfressinaud/FreshRSS/issues/303
</content>
</entry>
<entry>
<title>Minz: remove one layer of ob_ (experimental)</title>
<updated>2014-03-22T16:56:07+00:00</updated>
<author>
<name>Alexandre Alapetite</name>
<email>alexandre@alapetite.fr</email>
</author>
<published>2014-03-22T16:56:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=5081ffaf39699398f83be97e47b72444e5bcd5d1'/>
<id>urn:sha1:5081ffaf39699398f83be97e47b72444e5bcd5d1</id>
<content type='text'>
https://github.com/marienfressinaud/FreshRSS/issues/303#issuecomment-38351311
https://github.com/marienfressinaud/FreshRSS/issues/163
* Remove Minz_Response (not needed anymore)
* Move Minz_Request::reseted to Minz_Dispatcher::reset()
</content>
</entry>
</feed>
