<feed xmlns='http://www.w3.org/2005/Atom'>
<title>FreshRSS (Customized)/lib/Minz, branch 1.1.2-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.1.2-beta</id>
<link rel='self' href='https://git.rdnlsmith.com/fresh-rss-custom/atom?h=1.1.2-beta'/>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/'/>
<updated>2015-07-29T05:59:05+00:00</updated>
<entry>
<title>Don't hide errors in configuration</title>
<updated>2015-07-29T05:59:05+00:00</updated>
<author>
<name>Marien Fressinaud</name>
<email>dev@marienfressinaud.fr</email>
</author>
<published>2015-07-29T05:59:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=6dbe33c51e83bbfc1e18c5bdf764411799502a99'/>
<id>urn:sha1:6dbe33c51e83bbfc1e18c5bdf764411799502a99</id>
<content type='text'>
Fix https://github.com/FreshRSS/FreshRSS/issues/920
</content>
</entry>
<entry>
<title>Load configuration by recursion</title>
<updated>2015-07-27T12:46:41+00:00</updated>
<author>
<name>Marien Fressinaud</name>
<email>dev@marienfressinaud.fr</email>
</author>
<published>2015-07-27T12:46:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=c1a44a8761778da81bde608f6d20f5decdd8b9b6'/>
<id>urn:sha1:c1a44a8761778da81bde608f6d20f5decdd8b9b6</id>
<content type='text'>
- Remove Minz_Configuration::$data_default
- Default values are loaded first in $data
- $data values are replaced by values from config file

Fix https://github.com/FreshRSS/FreshRSS/issues/923
</content>
</entry>
<entry>
<title>Use filter_var in guessBaseUrl</title>
<updated>2015-07-23T09:38:56+00:00</updated>
<author>
<name>Marien Fressinaud</name>
<email>dev@marienfressinaud.fr</email>
</author>
<published>2015-07-23T09:38:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=1e65fd687e030a24773e88a2e7fb173e8439a99a'/>
<id>urn:sha1:1e65fd687e030a24773e88a2e7fb173e8439a99a</id>
<content type='text'>
See https://github.com/FreshRSS/FreshRSS/issues/906
See https://github.com/FreshRSS/FreshRSS/pull/915/files#r35304704
</content>
</entry>
<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>dirname problem</title>
<updated>2015-07-17T21:43:43+00:00</updated>
<author>
<name>Alexandre Alapetite</name>
<email>alexandre@alapetite.fr</email>
</author>
<published>2015-07-17T21:43:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=2d22bf300a8dabcc77237f4bb56bf6532486fca2'/>
<id>urn:sha1:2d22bf300a8dabcc77237f4bb56bf6532486fca2</id>
<content type='text'>
https://github.com/FreshRSS/FreshRSS/issues/906
</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>Merge pull request #869 from Alkarex/PDOOptions</title>
<updated>2015-07-05T11:12:39+00:00</updated>
<author>
<name>Alexandre Alapetite</name>
<email>alexandre@alapetite.fr</email>
</author>
<published>2015-07-05T11:12:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=65acb2797f7b7b1d11e3a5d8390e8c5e6c87a00a'/>
<id>urn:sha1:65acb2797f7b7b1d11e3a5d8390e8c5e6c87a00a</id>
<content type='text'>
PDO options for e.g. SSL</content>
</entry>
<entry>
<title>Force HTML content-type with charset</title>
<updated>2015-06-06T13:10:37+00:00</updated>
<author>
<name>Alexandre Alapetite</name>
<email>alexandre@alapetite.fr</email>
</author>
<published>2015-06-06T13:10:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=da5033859ba990ef1f5f3dfbc1f5d7a2f4d4d6f8'/>
<id>urn:sha1:da5033859ba990ef1f5f3dfbc1f5d7a2f4d4d6f8</id>
<content type='text'>
Force UTF-8 https://github.com/FreshRSS/FreshRSS/issues/870
</content>
</entry>
<entry>
<title>PDO config isset</title>
<updated>2015-06-03T20:17:40+00:00</updated>
<author>
<name>Alexandre Alapetite</name>
<email>alexandre@alapetite.fr</email>
</author>
<published>2015-06-03T20:17:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=9b512b82e2e65c6ca18199ed328de2645a7bc84e'/>
<id>urn:sha1:9b512b82e2e65c6ca18199ed328de2645a7bc84e</id>
<content type='text'>
https://github.com/FreshRSS/FreshRSS/issues/868
</content>
</entry>
<entry>
<title>PDO options for e.g. SSL</title>
<updated>2015-06-03T20:07:25+00:00</updated>
<author>
<name>Alexandre Alapetite</name>
<email>alexandre@alapetite.fr</email>
</author>
<published>2015-06-03T20:07:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=568ab2313d5a922e06d7f0c33b3e39dd152d43db'/>
<id>urn:sha1:568ab2313d5a922e06d7f0c33b3e39dd152d43db</id>
<content type='text'>
https://github.com/FreshRSS/FreshRSS/issues/868
</content>
</entry>
</feed>
