<feed xmlns='http://www.w3.org/2005/Atom'>
<title>FreshRSS (Customized)/p/themes, branch 1.1.3-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.3-beta</id>
<link rel='self' href='https://git.rdnlsmith.com/fresh-rss-custom/atom?h=1.1.3-beta'/>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/'/>
<updated>2015-01-29T08:52:43+00:00</updated>
<entry>
<title>Change behaviour of #add_rss input.extend</title>
<updated>2015-01-29T08:52:43+00:00</updated>
<author>
<name>Marien Fressinaud</name>
<email>dev@marienfressinaud.fr</email>
</author>
<published>2015-01-29T08:52:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=b355a45c35b366fe2ad56b461dd28b11956ef6d9'/>
<id>urn:sha1:b355a45c35b366fe2ad56b461dd28b11956ef6d9</id>
<content type='text'>
UI was frustrating when input had the focus: we needed to click elsewhere to
be able to open the next dropdown.

See https://github.com/FreshRSS/FreshRSS/issues/777
</content>
</entry>
<entry>
<title>Remove information about me and update links</title>
<updated>2015-01-27T16:19:57+00:00</updated>
<author>
<name>Marien Fressinaud</name>
<email>dev@marienfressinaud.fr</email>
</author>
<published>2015-01-27T16:19:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=01683ba1364abc9ea48bd2b637d9faad942b0721'/>
<id>urn:sha1:01683ba1364abc9ea48bd2b637d9faad942b0721</id>
<content type='text'>
FreshRSS should not be associated to me but to the community:

- Remove links to send me email or references to a "lead developer"
- Change old Github links marienfressinaud/FreshRSS to FreshRSS/FreshRSS
</content>
</entry>
<entry>
<title>Enlarge the .item.date to contain larger date</title>
<updated>2015-01-18T11:33:55+00:00</updated>
<author>
<name>Marien Fressinaud</name>
<email>dev@marienfressinaud.fr</email>
</author>
<published>2015-01-18T11:33:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=9e406394950b6df386918fa5f21ff110d726cd08'/>
<id>urn:sha1:9e406394950b6df386918fa5f21ff110d726cd08</id>
<content type='text'>
I know it's not the best solution, a dynamic width would be the best but there
are some CSS constraints. I don't want to spend my time on this problem ;)

Fix https://github.com/FreshRSS/FreshRSS/issues/756
</content>
</entry>
<entry>
<title>Fix #slider in Dark theme</title>
<updated>2015-01-17T10:38:27+00:00</updated>
<author>
<name>Marien Fressinaud</name>
<email>dev@marienfressinaud.fr</email>
</author>
<published>2015-01-17T10:38:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=53cdfc660fb7e7067bd73eb78e2721b97cde2740'/>
<id>urn:sha1:53cdfc660fb7e7067bd73eb78e2721b97cde2740</id>
<content type='text'>
See https://github.com/FreshRSS/FreshRSS/commit/6b560c61330b254e794057ef36515e4c751114f4
Fix https://github.com/FreshRSS/FreshRSS/issues/750
</content>
</entry>
<entry>
<title>Fix slider css rule (see issue #750)</title>
<updated>2015-01-17T05:08:31+00:00</updated>
<author>
<name>Alexis Degrugillier</name>
<email>github@ainw.org</email>
</author>
<published>2015-01-17T05:08:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=6b560c61330b254e794057ef36515e4c751114f4'/>
<id>urn:sha1:6b560c61330b254e794057ef36515e4c751114f4</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Remove sticky feed aside. Work on an extension.</title>
<updated>2015-01-13T13:10:31+00:00</updated>
<author>
<name>Marien Fressinaud</name>
<email>dev@marienfressinaud.fr</email>
</author>
<published>2015-01-13T13:10:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=f31b02be7882f8a7b180d64f3f77ba83cd9935f5'/>
<id>urn:sha1:f31b02be7882f8a7b180d64f3f77ba83cd9935f5</id>
<content type='text'>
See https://github.com/FreshRSS/FreshRSS/issues/697
</content>
</entry>
<entry>
<title>Fix behaviour when favicon url is not found</title>
<updated>2014-12-29T10:56:22+00:00</updated>
<author>
<name>Marien Fressinaud</name>
<email>dev@marienfressinaud.fr</email>
</author>
<published>2014-12-29T10:56:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=7584364a4c2b407e97909e94ba274da62620abea'/>
<id>urn:sha1:7584364a4c2b407e97909e94ba274da62620abea</id>
<content type='text'>
If url is not find, we copy default favicon into favicon dir so at the next
try, we don't search the url again.

See https://github.com/FreshRSS/FreshRSS/issues/290
See https://github.com/FreshRSS/FreshRSS/issues/727
</content>
</entry>
<entry>
<title>Add files for the new favicon system</title>
<updated>2014-12-29T10:22:22+00:00</updated>
<author>
<name>Marien Fressinaud</name>
<email>dev@marienfressinaud.fr</email>
</author>
<published>2014-12-29T10:22:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=d234304580f506266aef8e3c893c4de8493ba879'/>
<id>urn:sha1:d234304580f506266aef8e3c893c4de8493ba879</id>
<content type='text'>
Use https://github.com/ArthurHoaro/favicon
See https://github.com/FreshRSS/FreshRSS/issues/290
</content>
</entry>
<entry>
<title>Remove user-select: none in theme selector</title>
<updated>2014-12-12T13:27:50+00:00</updated>
<author>
<name>Marien Fressinaud</name>
<email>dev@marienfressinaud.fr</email>
</author>
<published>2014-12-12T13:27:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=6078888de631ea105410079888838503fd7acb3d'/>
<id>urn:sha1:6078888de631ea105410079888838503fd7acb3d</id>
<content type='text'>
See https://github.com/FreshRSS/FreshRSS/issues/571
</content>
</entry>
<entry>
<title>Second fix for theme slider</title>
<updated>2014-12-12T11:43:34+00:00</updated>
<author>
<name>Marien Fressinaud</name>
<email>dev@marienfressinaud.fr</email>
</author>
<published>2014-12-12T11:43:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=bf87db31d90ef18871045f1c815443e162e06e46'/>
<id>urn:sha1:bf87db31d90ef18871045f1c815443e162e06e46</id>
<content type='text'>
</content>
</entry>
</feed>
