<feed xmlns='http://www.w3.org/2005/Atom'>
<title>FreshRSS (Customized)/data, branch 1.1.0</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.0</id>
<link rel='self' href='https://git.rdnlsmith.com/fresh-rss-custom/atom?h=1.1.0'/>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/'/>
<updated>2015-01-23T00:48:02+00:00</updated>
<entry>
<title>Fix double quotes not escaped in RSS title (share by email)</title>
<updated>2015-01-23T00:48:02+00:00</updated>
<author>
<name>ealdraed</name>
<email>ealdraed@users.noreply.github.com</email>
</author>
<published>2015-01-23T00:48:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=7156a646b28dbdd848fe39acce3e9ba67d880410'/>
<id>urn:sha1:7156a646b28dbdd848fe39acce3e9ba67d880410</id>
<content type='text'>
If an RSS feed title contains double quotes, this prematurely terminates the subject line and prohibits the URL to be added to the email body when using Share-&gt;Email.
Replace urlencode() with rawurlencode() for all transform functions.
</content>
</entry>
<entry>
<title>Update data/users/.gitignore</title>
<updated>2015-01-13T09:21:05+00:00</updated>
<author>
<name>Marien Fressinaud</name>
<email>dev@marienfressinaud.fr</email>
</author>
<published>2015-01-13T09:21:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=2628197190e98cbb27db75bc603b88f51869f8db'/>
<id>urn:sha1:2628197190e98cbb27db75bc603b88f51869f8db</id>
<content type='text'>
Add the log_api.txt in the ignore file.
</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>Remove .gitkeep in data/users/_/</title>
<updated>2015-01-07T14:39:24+00:00</updated>
<author>
<name>Marien Fressinaud</name>
<email>dev@marienfressinaud.fr</email>
</author>
<published>2015-01-07T14:39:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=9c8a80e57f1e2eb60916eae2e2cbed86d991c750'/>
<id>urn:sha1:9c8a80e57f1e2eb60916eae2e2cbed86d991c750</id>
<content type='text'>
</content>
</entry>
<entry>
<title>BREAKING FEATURE: Remove general in config</title>
<updated>2015-01-06T17:53:36+00:00</updated>
<author>
<name>Marien Fressinaud</name>
<email>dev@marienfressinaud.fr</email>
</author>
<published>2015-01-06T17:53:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=d3a93ea2905ae50a2365d293f9f3ef3e51bf5f30'/>
<id>urn:sha1:d3a93ea2905ae50a2365d293f9f3ef3e51bf5f30</id>
<content type='text'>
General attribute has been removed from system config.
Now subattributes (e.g. environment, salt, title, etc.) are directly accessible.

YOU HAVE TO FIX YOUR ./data/config.php file!

- Remove the general array
- Values inside this array must be kept
- To see what it must look like, please have a look to ./data/config.default.php
  (but keep your values!!).

See https://github.com/FreshRSS/FreshRSS/issues/730
</content>
</entry>
<entry>
<title>New configuration system (not working yet)</title>
<updated>2015-01-05T15:54:16+00:00</updated>
<author>
<name>Marien Fressinaud</name>
<email>dev@marienfressinaud.fr</email>
</author>
<published>2015-01-05T15:54:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=51a71ec4b9d62528054be8faee1576a8fd6d37f6'/>
<id>urn:sha1:51a71ec4b9d62528054be8faee1576a8fd6d37f6</id>
<content type='text'>
- Use only Minz_Configuration
- register() method to load a new configuration file
- get() to get a configuration
- new exceptions related to configuration
- fix a list configuration calls to have FRSS working

Current problems to resolve:

- How to handle configuration param verifications (i.e. check auth_type
  is a value from none, http_auth, persona or form)
- We must use $conf = Minz_Configuration::get('system'); $general_conf = $conf-&gt;general;
  to access global system configuration which is quite annoying. How to change that?

See https://github.com/FreshRSS/FreshRSS/issues/730
</content>
</entry>
<entry>
<title>Add a default users/_ dir</title>
<updated>2014-12-28T18:35:20+00:00</updated>
<author>
<name>Marien Fressinaud</name>
<email>dev@marienfressinaud.fr</email>
</author>
<published>2014-12-28T18:35:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=497d295be470454b7bd068a5c5cceda8caa19527'/>
<id>urn:sha1:497d295be470454b7bd068a5c5cceda8caa19527</id>
<content type='text'>
Useful for default log path

See https://github.com/FreshRSS/FreshRSS/issues/729
</content>
</entry>
<entry>
<title>BREAKING FEATURE: move user data</title>
<updated>2014-12-21T12:10:02+00:00</updated>
<author>
<name>Marien Fressinaud</name>
<email>dev@marienfressinaud.fr</email>
</author>
<published>2014-12-21T12:10:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=b5bee8560345e4123432a8bd3bcd63b938549ef9'/>
<id>urn:sha1:b5bee8560345e4123432a8bd3bcd63b938549ef9</id>
<content type='text'>
- Create ./data/users/ folder
- Move user configuration to ./data/users/username/config.php
- Move sqlite db to ./data/users/username/db.sqlite
- Move user logs to ./data/users/username/log.txt

See https://github.com/FreshRSS/FreshRSS/issues/729
</content>
</entry>
<entry>
<title>CHANGELOG</title>
<updated>2014-09-25T09:57:05+00:00</updated>
<author>
<name>Marien Fressinaud</name>
<email>dev@marienfressinaud.fr</email>
</author>
<published>2014-09-25T09:57:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=ab986b21b9c5d733321619f247ab172ec5d60f3f'/>
<id>urn:sha1:ab986b21b9c5d733321619f247ab172ec5d60f3f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add last_update.txt in .gitignore</title>
<updated>2014-09-08T18:19:40+00:00</updated>
<author>
<name>Marien Fressinaud</name>
<email>dev@marienfressinaud.fr</email>
</author>
<published>2014-09-08T18:19:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=4989302447b23d76429ad98d93900e3e1350bb06'/>
<id>urn:sha1:4989302447b23d76429ad98d93900e3e1350bb06</id>
<content type='text'>
See https://github.com/marienfressinaud/FreshRSS/issues/411
</content>
</entry>
</feed>
