<feed xmlns='http://www.w3.org/2005/Atom'>
<title>FreshRSS (Customized)/lib/lib_rss.php, 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-29T10:05:20+00:00</updated>
<entry>
<title>Improve url_remove_credentials</title>
<updated>2015-01-29T10:05:20+00:00</updated>
<author>
<name>Marien Fressinaud</name>
<email>dev@marienfressinaud.fr</email>
</author>
<published>2015-01-29T10:05:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=01a1179b1ae0ee92234a0ef0a67c3e5d6d0b3c7e'/>
<id>urn:sha1:01a1179b1ae0ee92234a0ef0a67c3e5d6d0b3c7e</id>
<content type='text'>
Use @aledeg old function instead

See https://github.com/FreshRSS/FreshRSS/pull/715
See https://github.com/FreshRSS/FreshRSS/issues/711
</content>
</entry>
<entry>
<title>Use url_remove_credentials to log URL</title>
<updated>2015-01-29T09:57:11+00:00</updated>
<author>
<name>Marien Fressinaud</name>
<email>dev@marienfressinaud.fr</email>
</author>
<published>2015-01-29T09:57:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=8ff3e5363d28dff2eed6d7f152921ed093196a04'/>
<id>urn:sha1:8ff3e5363d28dff2eed6d7f152921ed093196a04</id>
<content type='text'>
See https://github.com/FreshRSS/FreshRSS/issues/711
</content>
</entry>
<entry>
<title>Introduce url_remove_credentials() function</title>
<updated>2015-01-29T09:47:33+00:00</updated>
<author>
<name>Marien Fressinaud</name>
<email>dev@marienfressinaud.fr</email>
</author>
<published>2015-01-29T09:47:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=e078f9fdac8f666e2d2aad1b1cc8ba3aadb68ab2'/>
<id>urn:sha1:e078f9fdac8f666e2d2aad1b1cc8ba3aadb68ab2</id>
<content type='text'>
See https://github.com/FreshRSS/FreshRSS/issues/711
</content>
</entry>
<entry>
<title>Fix get_user_configuration()</title>
<updated>2015-01-29T09:26:16+00:00</updated>
<author>
<name>Marien Fressinaud</name>
<email>dev@marienfressinaud.fr</email>
</author>
<published>2015-01-29T09:26:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=40f45c92ed96c34e1342cb50b3582b587e36a9bb'/>
<id>urn:sha1:40f45c92ed96c34e1342cb50b3582b587e36a9bb</id>
<content type='text'>
There is no need to prefix namespace by the time: if conf has already been
registered, it will be returned anyway!
</content>
</entry>
<entry>
<title>Remove calls to syslog()</title>
<updated>2015-01-29T09:14:45+00:00</updated>
<author>
<name>Marien Fressinaud</name>
<email>dev@marienfressinaud.fr</email>
</author>
<published>2015-01-29T09:14:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=59ea9f2a3b131432236745483e20cb50338110df'/>
<id>urn:sha1:59ea9f2a3b131432236745483e20cb50338110df</id>
<content type='text'>
Temporary fix:

- Change syslog by Minz_Log::notice in most of the files
- Logs are stored in USERS_PATH/_/log.txt for actualize_script.php
- Simply comment syslog in SimplePie

See https://github.com/FreshRSS/FreshRSS/issues/711
</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 calls to remove_query_by_get()</title>
<updated>2015-01-07T14:37:24+00:00</updated>
<author>
<name>Marien Fressinaud</name>
<email>dev@marienfressinaud.fr</email>
</author>
<published>2015-01-07T14:37:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=09545b0a654c6bec9ddae9632de71860e8b07c08'/>
<id>urn:sha1:09545b0a654c6bec9ddae9632de71860e8b07c08</id>
<content type='text'>
The function has been moved into lib_rss.php

See https://github.com/FreshRSS/FreshRSS/issues/730
</content>
</entry>
<entry>
<title>Fix a bug in FreshRSS_Auth::giveAccess()</title>
<updated>2015-01-06T21:43:24+00:00</updated>
<author>
<name>Marien Fressinaud</name>
<email>dev@marienfressinaud.fr</email>
</author>
<published>2015-01-06T21:43:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=8e6ab12e89504e3c44f766d319ac00cc7d58810a'/>
<id>urn:sha1:8e6ab12e89504e3c44f766d319ac00cc7d58810a</id>
<content type='text'>
See https://github.com/FreshRSS/FreshRSS/issues/730
</content>
</entry>
<entry>
<title>Fix calls to FreshRSS_Configuration</title>
<updated>2015-01-06T20:40:19+00:00</updated>
<author>
<name>Marien Fressinaud</name>
<email>dev@marienfressinaud.fr</email>
</author>
<published>2015-01-06T20:40:19+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=dd41642ce617ccf873974d884043c21c1fe10223'/>
<id>urn:sha1:dd41642ce617ccf873974d884043c21c1fe10223</id>
<content type='text'>
Replaced by a get_user_configuration() function in lib_rss.
This function register a new configuration based on the given username
and return the corresponding configuration.

See https://github.com/FreshRSS/FreshRSS/issues/730
</content>
</entry>
<entry>
<title>Fix Controllers to use the correct config system</title>
<updated>2015-01-06T16:38:31+00:00</updated>
<author>
<name>Marien Fressinaud</name>
<email>dev@marienfressinaud.fr</email>
</author>
<published>2015-01-06T16:38:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=d27efeec04c7c41cf0f52bc7f89879e66f2e44a9'/>
<id>urn:sha1:d27efeec04c7c41cf0f52bc7f89879e66f2e44a9</id>
<content type='text'>
See https://github.com/FreshRSS/FreshRSS/issues/730
</content>
</entry>
</feed>
