<feed xmlns='http://www.w3.org/2005/Atom'>
<title>FreshRSS (Customized)/lib/Minz/Url.php, branch 1.3.0-beta</title>
<subtitle>Customized version of FreshRSS, a self-hosted RSS feed aggregator</subtitle>
<id>https://git.rdnlsmith.com/fresh-rss-custom/atom?h=1.3.0-beta</id>
<link rel='self' href='https://git.rdnlsmith.com/fresh-rss-custom/atom?h=1.3.0-beta'/>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/'/>
<updated>2015-07-23T08:05:32+00:00</updated>
<entry>
<title>Fix unexpected behaviour in getBaseUrl</title>
<updated>2015-07-23T08:05:32+00:00</updated>
<author>
<name>Marien Fressinaud</name>
<email>dev@marienfressinaud.fr</email>
</author>
<published>2015-07-23T08:05:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=6db09411968ff0eac722efde79628b501b8dbe5e'/>
<id>urn:sha1:6db09411968ff0eac722efde79628b501b8dbe5e</id>
<content type='text'>
- getBaseUrl() returns info from configuration only and always append
  the suffix
- add a guessBaseUrl() to extract base_url from $_SERVER info
- fix Url::display() to take this change in consideration

Fix https://github.com/FreshRSS/FreshRSS/issues/906
Use https://github.com/FreshRSS/FreshRSS/pull/910
</content>
</entry>
<entry>
<title>Fix broken links for extension script/style files</title>
<updated>2015-07-13T21:11:05+00:00</updated>
<author>
<name>Marien Fressinaud</name>
<email>dev@marienfressinaud.fr</email>
</author>
<published>2015-07-13T21:11:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=241086fa672226cf799a82daad364fb82272da3b'/>
<id>urn:sha1:241086fa672226cf799a82daad364fb82272da3b</id>
<content type='text'>
Fix https://github.com/FreshRSS/FreshRSS/issues/862
</content>
</entry>
<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>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>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>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>Cookie : sous-répertoire pour index (changements de répertoires !)</title>
<updated>2013-12-26T00:56:58+00:00</updated>
<author>
<name>Alexandre Alapetite</name>
<email>alexandre@alapetite.fr</email>
</author>
<published>2013-12-26T00:56:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=58300c36ad77e8d788e99825d509fe8657a36854'/>
<id>urn:sha1:58300c36ad77e8d788e99825d509fe8657a36854</id>
<content type='text'>
Implémente https://github.com/marienfressinaud/FreshRSS/issues/333
/public/ est renommé /p/
/public/index.php est déplacé dans /p/i/index.php
Le cookie de session est limité à /p/i/
</content>
</entry>
<entry>
<title>Problème de casse renommage répertoire</title>
<updated>2013-12-15T10:24:14+00:00</updated>
<author>
<name>Alexandre Alapetite</name>
<email>alexandre@alapetite.fr</email>
</author>
<published>2013-12-15T10:24:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=4ee4f16ffe06e247d2cb79a2054ab5d5315d82b2'/>
<id>urn:sha1:4ee4f16ffe06e247d2cb79a2054ab5d5315d82b2</id>
<content type='text'>
</content>
</entry>
</feed>
