<feed xmlns='http://www.w3.org/2005/Atom'>
<title>FreshRSS (Customized)/lib, 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>Add a simple test to detect if server is public</title>
<updated>2015-07-23T10:38:22+00:00</updated>
<author>
<name>Marien Fressinaud</name>
<email>dev@marienfressinaud.fr</email>
</author>
<published>2015-07-23T10:38:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=339e32424fa60fc0c99a4c10890abef139444f6d'/>
<id>urn:sha1:339e32424fa60fc0c99a4c10890abef139444f6d</id>
<content type='text'>
If the server is not accessible by an external server, pubsubhubbub should be
disable.

See https://github.com/FreshRSS/FreshRSS/issues/865
</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>Merge branch 'baseUrl' of https://github.com/Alkarex/FreshRSS into 906-fix-getBaseUrl</title>
<updated>2015-07-23T07:37:29+00:00</updated>
<author>
<name>Marien Fressinaud</name>
<email>dev@marienfressinaud.fr</email>
</author>
<published>2015-07-23T07:37:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=2e544d2c1a38151bf63f3649cecf72026b52d0f0'/>
<id>urn:sha1:2e544d2c1a38151bf63f3649cecf72026b52d0f0</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Registration action is handled and create a user</title>
<updated>2015-07-22T11:52:03+00:00</updated>
<author>
<name>Marien Fressinaud</name>
<email>dev@marienfressinaud.fr</email>
</author>
<published>2015-07-22T11:52:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=02c3546440f961018adc1e2c8e97c16f2aca18fc'/>
<id>urn:sha1:02c3546440f961018adc1e2c8e97c16f2aca18fc</id>
<content type='text'>
See https://github.com/FreshRSS/FreshRSS/issues/679
</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>Merge pull request #902 from marienfressinaud/862-fix-extension-broken-links</title>
<updated>2015-07-13T22:11:34+00:00</updated>
<author>
<name>Alexandre Alapetite</name>
<email>alexandre@alapetite.fr</email>
</author>
<published>2015-07-13T22:11:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=9cc0ef231c985da0f16c64eb11f8bb9515cc27c5'/>
<id>urn:sha1:9cc0ef231c985da0f16c64eb11f8bb9515cc27c5</id>
<content type='text'>
Fix broken links for extension script/style files</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>
</feed>
