<feed xmlns='http://www.w3.org/2005/Atom'>
<title>FreshRSS (Customized)/lib, branch 0.7.3</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.3</id>
<link rel='self' href='https://git.rdnlsmith.com/fresh-rss-custom/atom?h=0.7.3'/>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/'/>
<updated>2014-07-05T22:09:31+00:00</updated>
<entry>
<title>Add TTL to control feed freshness</title>
<updated>2014-07-05T22:09:31+00:00</updated>
<author>
<name>Alexandre Alapetite</name>
<email>alexandre@alapetite.fr</email>
</author>
<published>2014-07-05T22:09:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=bc8eb560afd50290745ea6a500c0f930df2559eb'/>
<id>urn:sha1:bc8eb560afd50290745ea6a500c0f930df2559eb</id>
<content type='text'>
https://github.com/marienfressinaud/FreshRSS/issues/250
</content>
</entry>
<entry>
<title>Add support for SQLite</title>
<updated>2014-07-04T23:52:41+00:00</updated>
<author>
<name>Alexandre Alapetite</name>
<email>alexandre@alapetite.fr</email>
</author>
<published>2014-07-04T23:52:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=805c91da98c2f582e279f3c853fba9e43f572419'/>
<id>urn:sha1:805c91da98c2f582e279f3c853fba9e43f572419</id>
<content type='text'>
https://github.com/marienfressinaud/FreshRSS/issues/100
Warning: MySQL has been changed too, so bugs may have been introduced
</content>
</entry>
<entry>
<title>Preparation for SQLite</title>
<updated>2014-07-03T19:26:30+00:00</updated>
<author>
<name>Alexandre Alapetite</name>
<email>alexandre@alapetite.fr</email>
</author>
<published>2014-07-03T19:26:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=d6f414108667f32fe2b480adeb7ec9c218db2f4a'/>
<id>urn:sha1:d6f414108667f32fe2b480adeb7ec9c218db2f4a</id>
<content type='text'>
https://github.com/marienfressinaud/FreshRSS/issues/100
</content>
</entry>
<entry>
<title>Cleaning some hash functions</title>
<updated>2014-07-02T22:43:02+00:00</updated>
<author>
<name>Alexandre Alapetite</name>
<email>alexandre@alapetite.fr</email>
</author>
<published>2014-07-02T22:43:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=32750182382ab0f49ef6fb9aa0ebc1f3d69493ae'/>
<id>urn:sha1:32750182382ab0f49ef6fb9aa0ebc1f3d69493ae</id>
<content type='text'>
</content>
</entry>
<entry>
<title>SimplePie HTTP 301 Moved Permanently</title>
<updated>2014-07-01T21:30:01+00:00</updated>
<author>
<name>Alexandre Alapetite</name>
<email>alexandre@alapetite.fr</email>
</author>
<published>2014-07-01T21:28:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=63c9c47a761b9925e6811ae630c3b77ef05b9fc8'/>
<id>urn:sha1:63c9c47a761b9925e6811ae630c3b77ef05b9fc8</id>
<content type='text'>
Add support for HTTP 301 Moved Permanently in SimplePie
FreshRSS will automatically update the address of a feed, only in this
case.
</content>
</entry>
<entry>
<title>Add two wrappers (_t() and _i())</title>
<updated>2014-06-15T15:49:23+00:00</updated>
<author>
<name>Marien Fressinaud</name>
<email>dev@marienfressinaud.fr</email>
</author>
<published>2014-06-15T15:49:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=09602acc5f754c3e814b4b7de9d9d4d283ed45ff'/>
<id>urn:sha1:09602acc5f754c3e814b4b7de9d9d4d283ed45ff</id>
<content type='text'>
- _t() is a wrapper for Minz_Translate::t()
- Improve coding style of Translate.php
- _i() is a wrapper for FreshRSS::icon()
- queries.phtml shows how they work
- It is a lot easier to read files with these functions :)
</content>
</entry>
<entry>
<title>Improve system of queries</title>
<updated>2014-06-14T07:04:31+00:00</updated>
<author>
<name>Marien Fressinaud</name>
<email>dev@marienfressinaud.fr</email>
</author>
<published>2014-06-14T06:58:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=a7e833280954a537e12d5a3f4fa12a5b9e8412da'/>
<id>urn:sha1:a7e833280954a537e12d5a3f4fa12a5b9e8412da</id>
<content type='text'>
- Coding style
- More checks server side
- Default query name is "Query n°X"
- List of queries is moved into nav_menu, in a dropdown
- Better system to remove fields in JS (to a.remove elements, give an
  attibute data-remove="id_to_remove")
- Fix a bug in lib/Mine/Request.php (htmlspecialchars_utf8 can be applied on
  arrays now)
- Few theme improvements
- Add an element .no-mobile to apply to elements which should not appear on
  mobiles

See https://github.com/marienfressinaud/FreshRSS/pull/498
</content>
</entry>
<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>
</feed>
