<feed xmlns='http://www.w3.org/2005/Atom'>
<title>FreshRSS (Customized)/lib, branch 1.1.1</title>
<subtitle>Customized version of FreshRSS, a self-hosted RSS feed aggregator</subtitle>
<id>https://git.rdnlsmith.com/fresh-rss-custom/atom?h=1.1.1</id>
<link rel='self' href='https://git.rdnlsmith.com/fresh-rss-custom/atom?h=1.1.1'/>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/'/>
<updated>2015-05-30T17:25:20+00:00</updated>
<entry>
<title>Minz URL encoding bug</title>
<updated>2015-05-30T17:25:20+00:00</updated>
<author>
<name>Alexandre Alapetite</name>
<email>alexandre@alapetite.fr</email>
</author>
<published>2015-05-30T17:25:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=a5a24108ef923c47422f6b10db57863739a996cd'/>
<id>urn:sha1:a5a24108ef923c47422f6b10db57863739a996cd</id>
<content type='text'>
See also https://github.com/FreshRSS/FreshRSS/pull/849
</content>
</entry>
<entry>
<title>Minz getBaseUrl correction and RSS template bug</title>
<updated>2015-05-23T00:23:38+00:00</updated>
<author>
<name>Alexandre Alapetite</name>
<email>alexandre@alapetite.fr</email>
</author>
<published>2015-05-23T00:23:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=27d2b88a19345dfc665dc086d3c2b2e4547e1b7f'/>
<id>urn:sha1:27d2b88a19345dfc665dc086d3c2b2e4547e1b7f</id>
<content type='text'>
https://github.com/FreshRSS/FreshRSS/issues/848
Corrections in Minz (HTTP_HOST was not sanitized, getURI() was never
used and not working anyway with absolute base_url)
$this-&gt;url was not defined in rss.phtml
</content>
</entry>
<entry>
<title>More SQLite compatibility</title>
<updated>2015-05-11T20:42:41+00:00</updated>
<author>
<name>Alexandre Alapetite</name>
<email>alexandre@alapetite.fr</email>
</author>
<published>2015-05-11T20:42:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=217c191a1ba3ac03b847d261a32e19975380fcad'/>
<id>urn:sha1:217c191a1ba3ac03b847d261a32e19975380fcad</id>
<content type='text'>
Additional changes to add compatibility with SQLite for the new
hash/lastSeen mode of updating articles.
</content>
</entry>
<entry>
<title>Merge remote-tracking branch 'origin/IDN' into dev</title>
<updated>2015-04-05T11:07:53+00:00</updated>
<author>
<name>Alexandre Alapetite</name>
<email>alexandre@alapetite.fr</email>
</author>
<published>2015-04-05T11:07:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=77cf3e907288c34a72b053f758a821d4a707a5d7'/>
<id>urn:sha1:77cf3e907288c34a72b053f758a821d4a707a5d7</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Punycode spelling mistake</title>
<updated>2015-04-05T11:07:34+00:00</updated>
<author>
<name>Alexandre Alapetite</name>
<email>alexandre@alapetite.fr</email>
</author>
<published>2015-04-05T11:07:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=06b76831dece01f836c9d0a3cc32c3f59910fe60'/>
<id>urn:sha1:06b76831dece01f836c9d0a3cc32c3f59910fe60</id>
<content type='text'>
https://github.com/FreshRSS/FreshRSS/pull/820
</content>
</entry>
<entry>
<title>Merge remote-tracking branch 'origin/IDN' into dev</title>
<updated>2015-04-05T10:44:54+00:00</updated>
<author>
<name>Alexandre Alapetite</name>
<email>alexandre@alapetite.fr</email>
</author>
<published>2015-04-05T10:44:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=b812bb0c14b3fe5aeba102d4b8ea80e730f1ec31'/>
<id>urn:sha1:b812bb0c14b3fe5aeba102d4b8ea80e730f1ec31</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Support for Internationalized Domain Names (IDN)</title>
<updated>2015-04-05T10:41:16+00:00</updated>
<author>
<name>Alexandre Alapetite</name>
<email>alexandre@alapetite.fr</email>
</author>
<published>2015-04-05T10:41:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=2d18910d02d92098257b96766e5b89a780daab0b'/>
<id>urn:sha1:2d18910d02d92098257b96766e5b89a780daab0b</id>
<content type='text'>
https://github.com/FreshRSS/FreshRSS/issues/819
Add explicit conversion from IDN to Punycode.

Requires PHP 5.3 IDN extension http://php.net/intl.idn (php5-idn package
on Debian/Ubuntu).

For systems without PHP 5.3+ IDN extension, we may consider adding a
dependency (322 kB) to the third-party library
https://phlymail.com/en/downloads/idna-convert.html

See PHP bug 53474 FILTER_VALIDATE_URL should not fail URL's that use
IDNhttps://bugs.php.net/bug.php?id=53474
</content>
</entry>
<entry>
<title>Merge remote-tracking branch 'origin/sql_hash_lastUpdate' into dev</title>
<updated>2015-04-04T20:40:05+00:00</updated>
<author>
<name>Alexandre Alapetite</name>
<email>alexandre@alapetite.fr</email>
</author>
<published>2015-04-04T20:40:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=7b9ac8c58e49faaaf2d754768309e7865de1f4e1'/>
<id>urn:sha1:7b9ac8c58e49faaaf2d754768309e7865de1f4e1</id>
<content type='text'>
</content>
</entry>
<entry>
<title>SQL: detection of updates, and preparation for better burge</title>
<updated>2015-04-04T20:39:31+00:00</updated>
<author>
<name>Alexandre Alapetite</name>
<email>alexandre@alapetite.fr</email>
</author>
<published>2015-04-04T20:39:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=711530a512b370d79b079205ce1f8376174f7f03'/>
<id>urn:sha1:711530a512b370d79b079205ce1f8376174f7f03</id>
<content type='text'>
https://github.com/FreshRSS/FreshRSS/issues/798
https://github.com/FreshRSS/FreshRSS/issues/493
SQLite not yet tested. Only MySQL tested so far.
</content>
</entry>
<entry>
<title>Merge remote-tracking branch 'origin/Logging' into dev</title>
<updated>2015-03-24T20:58:21+00:00</updated>
<author>
<name>Alexandre Alapetite</name>
<email>alexandre@alapetite.fr</email>
</author>
<published>2015-03-24T20:58:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=6032caad2faac060a95a56eb8e1bb80f6c0df9e9'/>
<id>urn:sha1:6032caad2faac060a95a56eb8e1bb80f6c0df9e9</id>
<content type='text'>
</content>
</entry>
</feed>
