<feed xmlns='http://www.w3.org/2005/Atom'>
<title>FreshRSS (Customized)/constants.php, 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-30T14:04:49+00:00</updated>
<entry>
<title>Version 1.1.2-beta</title>
<updated>2015-07-30T14:04:49+00:00</updated>
<author>
<name>Marien Fressinaud</name>
<email>dev@marienfressinaud.fr</email>
</author>
<published>2015-07-30T14:04:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=f148e3938cc8daaaef1c71853594fbe142a1329e'/>
<id>urn:sha1:f148e3938cc8daaaef1c71853594fbe142a1329e</id>
<content type='text'>
- Support of PubSubHubbub
- Allow anonymous users to create accounts
- Support proxy configuration
- Improvements during installation

More information in the CHANGELOG
Fix https://github.com/FreshRSS/FreshRSS/issues/919
</content>
</entry>
<entry>
<title>Merge from dev</title>
<updated>2015-06-01T17:40:30+00:00</updated>
<author>
<name>Alexandre Alapetite</name>
<email>alexandre@alapetite.fr</email>
</author>
<published>2015-06-01T17:40:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=137c498c84da23f9abad2217c5fd716d6c514573'/>
<id>urn:sha1:137c498c84da23f9abad2217c5fd716d6c514573</id>
<content type='text'>
https://github.com/FreshRSS/FreshRSS/issues/312
</content>
</entry>
<entry>
<title>Version 1.1.1-dev</title>
<updated>2015-05-30T17:37:26+00:00</updated>
<author>
<name>Alexandre Alapetite</name>
<email>alexandre@alapetite.fr</email>
</author>
<published>2015-05-30T17:37:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=6e6746e090bfa11d1bdc1b39a0ecc144b8a5e9ff'/>
<id>urn:sha1:6e6746e090bfa11d1bdc1b39a0ecc144b8a5e9ff</id>
<content type='text'>
</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>First draft of PubSubHubbub</title>
<updated>2015-05-15T01:21:36+00:00</updated>
<author>
<name>Alexandre Alapetite</name>
<email>alexandre@alapetite.fr</email>
</author>
<published>2015-05-15T01:21:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=256c8613a4046931dcd28ab22b6aebe8752a98c2'/>
<id>urn:sha1:256c8613a4046931dcd28ab22b6aebe8752a98c2</id>
<content type='text'>
https://github.com/FreshRSS/FreshRSS/issues/312
Requires setting base_url in config.php.
Currently using the filesystem (no change to the database)
</content>
</entry>
<entry>
<title>New version number for dev (1.2-dev)</title>
<updated>2015-02-03T09:32:41+00:00</updated>
<author>
<name>Marien Fressinaud</name>
<email>dev@marienfressinaud.fr</email>
</author>
<published>2015-02-03T09:32:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=88f94661f3e4a7007938f237f3a74753446abeae'/>
<id>urn:sha1:88f94661f3e4a7007938f237f3a74753446abeae</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge branch 'dev' into 252-extensions</title>
<updated>2015-01-08T13:18:32+00:00</updated>
<author>
<name>Marien Fressinaud</name>
<email>dev@marienfressinaud.fr</email>
</author>
<published>2015-01-08T13:18:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=73023bc12b81a27045703e1f733faeb2b4e02cec'/>
<id>urn:sha1:73023bc12b81a27045703e1f733faeb2b4e02cec</id>
<content type='text'>
Conflicts:
	app/FreshRSS.php
	app/Models/Configuration.php
	app/views/index/index.phtml
	app/views/index/normal.phtml
	lib/Minz/Configuration.php
	lib/Minz/Translate.php
	lib/lib_rss.php
</content>
</entry>
<entry>
<title>Fix install.php to consider new data organization</title>
<updated>2014-12-28T16:42:46+00:00</updated>
<author>
<name>Marien Fressinaud</name>
<email>dev@marienfressinaud.fr</email>
</author>
<published>2014-12-28T16:42:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=039a83759d41615aaa593fa62deff4c25fc126a2'/>
<id>urn:sha1:039a83759d41615aaa593fa62deff4c25fc126a2</id>
<content type='text'>
- Introduce USERS_PATH
- Remove LOG_PATH
- Use join_path in install.php
- Change references to old  data files to the new ones
- Update i18n

See https://github.com/FreshRSS/FreshRSS/issues/729
</content>
</entry>
<entry>
<title>First draft for the new extension feature</title>
<updated>2014-12-04T18:33:29+00:00</updated>
<author>
<name>Marien Fressinaud</name>
<email>dev@marienfressinaud.fr</email>
</author>
<published>2014-12-04T18:33:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=86f69ca396572ca4d7668a33e84cb4f3b523fc4e'/>
<id>urn:sha1:86f69ca396572ca4d7668a33e84cb4f3b523fc4e</id>
<content type='text'>
- Only system extensions can be loaded for the moment by adding them in the config.php
  file.
- Remove previous system (it will be added properly in the new system in the next step).
</content>
</entry>
<entry>
<title>We are working on 0.10-dev...</title>
<updated>2014-09-30T08:10:06+00:00</updated>
<author>
<name>Marien Fressinaud</name>
<email>dev@marienfressinaud.fr</email>
</author>
<published>2014-09-30T08:10:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=d087f753370541b2f35f59ded7db1aaff2370e9e'/>
<id>urn:sha1:d087f753370541b2f35f59ded7db1aaff2370e9e</id>
<content type='text'>
but it could be the 1.0!
</content>
</entry>
</feed>
