<feed xmlns='http://www.w3.org/2005/Atom'>
<title>FreshRSS (Customized)/lib/Minz, branch 0.8.0</title>
<subtitle>Customized version of FreshRSS, a self-hosted RSS feed aggregator</subtitle>
<id>https://git.rdnlsmith.com/fresh-rss-custom/atom?h=0.8.0</id>
<link rel='self' href='https://git.rdnlsmith.com/fresh-rss-custom/atom?h=0.8.0'/>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/'/>
<updated>2014-09-19T17:44:40+00:00</updated>
<entry>
<title>Improve redirection when deleting an idle feed</title>
<updated>2014-09-19T17:44:40+00:00</updated>
<author>
<name>Marien Fressinaud</name>
<email>dev@marienfressinaud.fr</email>
</author>
<published>2014-09-19T17:44:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=d284958d52f633738e8cc736f7f4a50e0c984ecf'/>
<id>urn:sha1:d284958d52f633738e8cc736f7f4a50e0c984ecf</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Move http referer test into lib_rss</title>
<updated>2014-09-17T12:21:56+00:00</updated>
<author>
<name>Marien Fressinaud</name>
<email>dev@marienfressinaud.fr</email>
</author>
<published>2014-09-17T12:21:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=fc7d2a0bf271e43a9e6001dccef61ec0762eb840'/>
<id>urn:sha1:fc7d2a0bf271e43a9e6001dccef61ec0762eb840</id>
<content type='text'>
Rename method (coding style)
Change in app/FreshRSS.php
Improve test of app/install.php
</content>
</entry>
<entry>
<title>Fix sqlite bug ON DELETE CASCADE</title>
<updated>2014-09-16T17:01:24+00:00</updated>
<author>
<name>Marien Fressinaud</name>
<email>dev@marienfressinaud.fr</email>
</author>
<published>2014-09-16T17:01:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=17d1e67e822dd7b903328195b5957eaf38a6f47b'/>
<id>urn:sha1:17d1e67e822dd7b903328195b5957eaf38a6f47b</id>
<content type='text'>
Foreign key constraints are not enabled by default.

See https://github.com/marienfressinaud/FreshRSS/issues/579
See http://stackoverflow.com/questions/13534040/sqlite3-foreign-keys-on-pdo
</content>
</entry>
<entry>
<title>Merge branch 'dev' into 411-update-system</title>
<updated>2014-09-08T17:26:35+00:00</updated>
<author>
<name>Marien Fressinaud</name>
<email>dev@marienfressinaud.fr</email>
</author>
<published>2014-09-08T17:26:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=ef1b35fc4385c99c4d38e3f87e8126d0dbe21519'/>
<id>urn:sha1:ef1b35fc4385c99c4d38e3f87e8126d0dbe21519</id>
<content type='text'>
Conflicts:
	constants.php
</content>
</entry>
<entry>
<title>Bug referer for systems with non-standard HTTP port</title>
<updated>2014-08-30T16:31:50+00:00</updated>
<author>
<name>Alexandre Alapetite</name>
<email>alexandre@alapetite.fr</email>
</author>
<published>2014-08-30T16:31:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=a126d99b3c87c12d6da86a32f0615ad36ec99d60'/>
<id>urn:sha1:a126d99b3c87c12d6da86a32f0615ad36ec99d60</id>
<content type='text'>
Now tests also for the scheme and port, which must be identical to the
ones in the referer.

https://github.com/marienfressinaud/FreshRSS/issues/565#issuecomment-53916915
https://github.com/marienfressinaud/FreshRSS/issues/554
</content>
</entry>
<entry>
<title>Long term cookie to keep session open</title>
<updated>2014-08-12T22:09:48+00:00</updated>
<author>
<name>Alexandre Alapetite</name>
<email>alexandre@alapetite.fr</email>
</author>
<published>2014-08-12T22:09:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=ee1b8f6f72e8c2cbd3e0ad7b4322a4bb6863c028'/>
<id>urn:sha1:ee1b8f6f72e8c2cbd3e0ad7b4322a4bb6863c028</id>
<content type='text'>
Token system
https://github.com/marienfressinaud/FreshRSS/issues/465
</content>
</entry>
<entry>
<title>Fix missing Minz_ prefix in Minz_Helper</title>
<updated>2014-08-12T20:27:07+00:00</updated>
<author>
<name>Marien Fressinaud</name>
<email>dev@marienfressinaud.fr</email>
</author>
<published>2014-08-12T20:27:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=f2b1826b475a7ad71ee68b13d22c03259e631195'/>
<id>urn:sha1:f2b1826b475a7ad71ee68b13d22c03259e631195</id>
<content type='text'>
Nice bug :) It means another hidden bug is now corrected!
</content>
</entry>
<entry>
<title>Coding style in Minz_Helper</title>
<updated>2014-08-12T19:59:07+00:00</updated>
<author>
<name>Marien Fressinaud</name>
<email>dev@marienfressinaud.fr</email>
</author>
<published>2014-08-12T19:59:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=93b2a5f240b061103fce5cf563a3cd5cae2c6bfe'/>
<id>urn:sha1:93b2a5f240b061103fce5cf563a3cd5cae2c6bfe</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Move htmlspecialchars_utf8 from Request to Helper</title>
<updated>2014-08-12T19:56:34+00:00</updated>
<author>
<name>Marien Fressinaud</name>
<email>dev@marienfressinaud.fr</email>
</author>
<published>2014-08-12T19:56:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=7900c5e550acafaf0b877635840a8a270eb06078'/>
<id>urn:sha1:7900c5e550acafaf0b877635840a8a270eb06078</id>
<content type='text'>
And remove html_chars_utf8 to use htmlspecialchars_utf8 instead in
importExportController
</content>
</entry>
<entry>
<title>Fix missing REQUEST_METHOD</title>
<updated>2014-08-12T19:15:12+00:00</updated>
<author>
<name>Marien Fressinaud</name>
<email>dev@marienfressinaud.fr</email>
</author>
<published>2014-08-12T19:15:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=ede94098be5d330d4bf120eb8064c5c87eed7ef0'/>
<id>urn:sha1:ede94098be5d330d4bf120eb8064c5c87eed7ef0</id>
<content type='text'>
Useful when executing actualize_script.php
</content>
</entry>
</feed>
