<feed xmlns='http://www.w3.org/2005/Atom'>
<title>FreshRSS (Customized)/lib/Minz, 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>Fix including extensions for actualize_script</title>
<updated>2015-01-29T09:17:29+00:00</updated>
<author>
<name>Marien Fressinaud</name>
<email>dev@marienfressinaud.fr</email>
</author>
<published>2015-01-29T09:17:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=a47ce4f6af9e55267c4ce50af1bcc052229535ad'/>
<id>urn:sha1:a47ce4f6af9e55267c4ce50af1bcc052229535ad</id>
<content type='text'>
Extensions could be included multiple times. It resulted in an error.
</content>
</entry>
<entry>
<title>Simplify code for cookie dir</title>
<updated>2015-01-21T15:28:29+00:00</updated>
<author>
<name>Marien Fressinaud</name>
<email>dev@marienfressinaud.fr</email>
</author>
<published>2015-01-21T15:28:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=22d7e0d638b91063741fe82fe77822b1d7d5be1d'/>
<id>urn:sha1:22d7e0d638b91063741fe82fe77822b1d7d5be1d</id>
<content type='text'>
See https://github.com/FreshRSS/FreshRSS/issues/700
See https://github.com/FreshRSS/FreshRSS/commit/eec95ffb6a414f00f0ddd6cb1f81ac7ee55d4f6b
</content>
</entry>
<entry>
<title>Fix bug related to cookie path</title>
<updated>2015-01-21T14:43:25+00:00</updated>
<author>
<name>Marien Fressinaud</name>
<email>dev@marienfressinaud.fr</email>
</author>
<published>2015-01-21T14:43:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=eec95ffb6a414f00f0ddd6cb1f81ac7ee55d4f6b'/>
<id>urn:sha1:eec95ffb6a414f00f0ddd6cb1f81ac7ee55d4f6b</id>
<content type='text'>
Fix https://github.com/FreshRSS/FreshRSS/issues/700
</content>
</entry>
<entry>
<title>Minz: missing URL key/param encoding</title>
<updated>2015-01-20T23:44:26+00:00</updated>
<author>
<name>Alexandre Alapetite</name>
<email>alexandre@alapetite.fr</email>
</author>
<published>2015-01-20T23:44:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=211569ef85f50891035e3e2645ec0c87badec1e1'/>
<id>urn:sha1:211569ef85f50891035e3e2645ec0c87badec1e1</id>
<content type='text'>
Caused searches such as "intitle:&amp;amp;" to fail after paging, and
possible XSS vulnerabilities.
Discovered during https://github.com/FreshRSS/FreshRSS/issues/754
</content>
</entry>
<entry>
<title>Quick fix cron actualization due to problematic FreshRSS constructor/init</title>
<updated>2015-01-20T22:29:04+00:00</updated>
<author>
<name>Alexandre Alapetite</name>
<email>alexandre@alapetite.fr</email>
</author>
<published>2015-01-20T22:29:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=12081f7ba2089c8046dacac23ebe44ea843d7ef1'/>
<id>urn:sha1:12081f7ba2089c8046dacac23ebe44ea843d7ef1</id>
<content type='text'>
https://github.com/FreshRSS/FreshRSS/issues/759
Suggestion: the static objects should be user-independent (or at least
with the possibility to be re-set), while the FreshRSS object and its
attributes should be user-dependent.
</content>
</entry>
<entry>
<title>Addressed warnings when reading from new files</title>
<updated>2015-01-19T12:54:57+00:00</updated>
<author>
<name>Alexandre Alapetite</name>
<email>alexandre.alapetite@alexandra.dk</email>
</author>
<published>2015-01-19T12:54:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=d30b3becfa50b96982a3b4880c07cc2b770d7eed'/>
<id>urn:sha1:d30b3becfa50b96982a3b4880c07cc2b770d7eed</id>
<content type='text'>
There were warnings when reading extensions (trying to use e.g. README
and .gitignore as directories), and when reading update file.
https://github.com/FreshRSS/FreshRSS/issues/733
</content>
</entry>
<entry>
<title>Fix Minz_Error and error_Controller</title>
<updated>2015-01-18T10:47:16+00:00</updated>
<author>
<name>Marien Fressinaud</name>
<email>dev@marienfressinaud.fr</email>
</author>
<published>2015-01-18T10:47:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=d91a92434f516a9e25bf0dca608a0221094d0489'/>
<id>urn:sha1:d91a92434f516a9e25bf0dca608a0221094d0489</id>
<content type='text'>
- Error code and logs was not propagated from Minz_Error to the controller
- header was bad (200 instead of 404 or 403)

Related to https://github.com/FreshRSS/FreshRSS/issues/751
</content>
</entry>
</feed>
