<feed xmlns='http://www.w3.org/2005/Atom'>
<title>FreshRSS (Customized)/p/themes, branch 1.2.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.2.0</id>
<link rel='self' href='https://git.rdnlsmith.com/fresh-rss-custom/atom?h=1.2.0'/>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/'/>
<updated>2015-10-25T10:10:50+00:00</updated>
<entry>
<title>More viewable visual alert for categories with problematic feeds</title>
<updated>2015-10-25T10:10:50+00:00</updated>
<author>
<name>Alwaysin</name>
<email>adrien@demma.fr</email>
</author>
<published>2015-10-25T10:10:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=5d7fc35e89d9e9954544399f49d1c46209ef19f9'/>
<id>urn:sha1:5d7fc35e89d9e9954544399f49d1c46209ef19f9</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add a visual alert on categories</title>
<updated>2015-10-24T19:38:30+00:00</updated>
<author>
<name>Alexandre Alapetite</name>
<email>alexandre@alapetite.fr</email>
</author>
<published>2015-10-24T19:38:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=52564957e6b25b4f127666da79d27eb99ca9bd5e'/>
<id>urn:sha1:52564957e6b25b4f127666da79d27eb99ca9bd5e</id>
<content type='text'>
By @aledeg
https://github.com/FreshRSS/FreshRSS/pull/984
https://github.com/FreshRSS/FreshRSS/pull/983
</content>
</entry>
<entry>
<title>Replace CSS pseudo-element syntax</title>
<updated>2015-09-12T23:54:12+00:00</updated>
<author>
<name>Alexis Degrugillier</name>
<email>github@ainw.org</email>
</author>
<published>2015-09-12T23:54:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=ef18adb8dcf0d43fb0b726860e32f2ec2f70542d'/>
<id>urn:sha1:ef18adb8dcf0d43fb0b726860e32f2ec2f70542d</id>
<content type='text'>
Before, in the CSS files, :after and :before were in use. But those are not pseudo-classes in CSS3.
They are pseudo-elements. The syntax should use ::before and ::after instead.

See http://www.w3.org/TR/css3-selectors/#gen-content
</content>
</entry>
<entry>
<title>Add a visual alert on categories</title>
<updated>2015-09-12T22:58:08+00:00</updated>
<author>
<name>Alexis Degrugillier</name>
<email>github@ainw.org</email>
</author>
<published>2015-09-12T22:58:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=84824f8599ef8b7613c7c6829221aa8b88aa3846'/>
<id>urn:sha1:84824f8599ef8b7613c7c6829221aa8b88aa3846</id>
<content type='text'>
When a category has one or more feeds with errors, a visual warning is displayed before the name of the category.
</content>
</entry>
<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>
</feed>
