<feed xmlns='http://www.w3.org/2005/Atom'>
<title>FreshRSS (Customized)/p, branch 1.9.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.9.0</id>
<link rel='self' href='https://git.rdnlsmith.com/fresh-rss-custom/atom?h=1.9.0'/>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/'/>
<updated>2017-12-11T20:11:34+00:00</updated>
<entry>
<title>Use __DIR__ for relative include and require</title>
<updated>2017-12-11T20:11:34+00:00</updated>
<author>
<name>Alexandre Alapetite</name>
<email>alexandre@alapetite.fr</email>
</author>
<published>2017-12-11T20:11:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=52d09886558361bd818182da9ddc204e83f618ba'/>
<id>urn:sha1:52d09886558361bd818182da9ddc204e83f618ba</id>
<content type='text'>
For uniformity, and to avoid having PHP searching in include_path.
http://php.net/manual/function.include.php
https://github.com/FreshRSS/FreshRSS/pull/1715
https://github.com/FreshRSS/FreshRSS/pull/1711#issuecomment-350581350
</content>
</entry>
<entry>
<title>Log rotation, use Minz_Log, new log constants</title>
<updated>2017-12-10T20:58:24+00:00</updated>
<author>
<name>Alexandre Alapetite</name>
<email>alexandre@alapetite.fr</email>
</author>
<published>2017-12-10T20:31:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=b1c317a253445a6458f1263c1b622a788cc7cd0e'/>
<id>urn:sha1:b1c317a253445a6458f1263c1b622a788cc7cd0e</id>
<content type='text'>
ADMIN_LOG, API_LOG, PSHB_LOG
</content>
</entry>
<entry>
<title>Add more glyphs for opensans font (#1032)</title>
<updated>2017-12-02T18:01:29+00:00</updated>
<author>
<name>Pavel Pletenev</name>
<email>cpp.create@gmail.com</email>
</author>
<published>2017-12-02T18:01:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=ac73ba3accd8f5638b330002d002460067c4e012'/>
<id>urn:sha1:ac73ba3accd8f5638b330002d002460067c4e012</id>
<content type='text'>
* Add more glyphs for opensans font

* Update .htaccess to support woff2 file format

* Fixed browser support for new font face

* Fixed Origine theme css and .htaccess

* Deleted unneeded fonts

* Added stylefiles for OpenSans font

* Fixed all themes with new font css

* Avoid additional CSS file

* htaccess cache control public

* Font casing bug

* Remove TTF font

Too big, low need https://caniuse.com/#search=woff

* Changelog 1032

https://github.com/FreshRSS/FreshRSS/pull/1032
https://github.com/FreshRSS/FreshRSS/pull/1028
</content>
</entry>
<entry>
<title>Fix link encoding in API (#1686)</title>
<updated>2017-11-11T11:21:41+00:00</updated>
<author>
<name>Alexandre Alapetite</name>
<email>alexandre@alapetite.fr</email>
</author>
<published>2017-11-11T11:21:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=07fa243bf24f0c4bef2df612a316e8d58907dc8a'/>
<id>urn:sha1:07fa243bf24f0c4bef2df612a316e8d58907dc8a</id>
<content type='text'>
https://github.com/FreshRSS/FreshRSS/issues/1683
https://github.com/Alkarex/EasyRSS/issues/35</content>
</entry>
<entry>
<title>Add a Mastodon share (#1674)</title>
<updated>2017-11-04T20:19:51+00:00</updated>
<author>
<name>Alexis Degrugillier</name>
<email>aledeg@users.noreply.github.com</email>
</author>
<published>2017-11-04T20:19:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=afffbfce0758391a52c8c0c5b9766643a49065e8'/>
<id>urn:sha1:afffbfce0758391a52c8c0c5b9766643a49065e8</id>
<content type='text'>
See #1521 </content>
</entry>
<entry>
<title>Remove limitation on toggleContent (#1647)</title>
<updated>2017-09-30T06:25:07+00:00</updated>
<author>
<name>Alexis Degrugillier</name>
<email>aledeg@users.noreply.github.com</email>
</author>
<published>2017-09-30T06:25:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=ee834888cd96df12d14686f3e75c82053e188a64'/>
<id>urn:sha1:ee834888cd96df12d14686f3e75c82053e188a64</id>
<content type='text'>
Before, articles were repositioned only when the new and the old article were different. When they were the same, it was just closed.
It was frustrating with long articles, especially during reading.

Now, when an article is collapsed, it is repositionned no matter the collapsing method.

This should fix #1177</content>
</entry>
<entry>
<title>Change layout for the share options on mobile (#1645)</title>
<updated>2017-09-28T20:46:59+00:00</updated>
<author>
<name>Alexis Degrugillier</name>
<email>aledeg@users.noreply.github.com</email>
</author>
<published>2017-09-28T20:46:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=47abdd051c6b694be99cd3e3e0bccfe12ed15719'/>
<id>urn:sha1:47abdd051c6b694be99cd3e3e0bccfe12ed15719</id>
<content type='text'>
* Change layout for the share options on mobile

Before, it was impossible to click on links to share on small screens.
Now, all dropdowns are opened at the bottom of the screen and stays there.

Linked to #1506

* Change rule for border-radius
</content>
</entry>
<entry>
<title>Update some HTTP links (doc, HTTPS) (#1641)</title>
<updated>2017-09-26T20:20:25+00:00</updated>
<author>
<name>Alexandre Alapetite</name>
<email>alexandre@alapetite.fr</email>
</author>
<published>2017-09-26T20:20:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=92a1bf3917f41f86c3c6153f97d99896c2665c3e'/>
<id>urn:sha1:92a1bf3917f41f86c3c6153f97d99896c2665c3e</id>
<content type='text'>
https://github.com/FreshRSS/FreshRSS/issues/1605</content>
</entry>
<entry>
<title>Minor JS whitespace</title>
<updated>2017-09-23T11:41:26+00:00</updated>
<author>
<name>Alexandre Alapetite</name>
<email>alexandre.alapetite@alexandra.dk</email>
</author>
<published>2017-09-23T11:41:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=ca7d1fdddeb5faf48014e93fac50619fa22a893d'/>
<id>urn:sha1:ca7d1fdddeb5faf48014e93fac50619fa22a893d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix global view CSRF</title>
<updated>2017-09-23T11:34:57+00:00</updated>
<author>
<name>Alexandre Alapetite</name>
<email>alexandre.alapetite@alexandra.dk</email>
</author>
<published>2017-09-23T11:34:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=2fd5ab8c55e990d3ad6dacc5371dfd5f9b6bcd2e'/>
<id>urn:sha1:2fd5ab8c55e990d3ad6dacc5371dfd5f9b6bcd2e</id>
<content type='text'>
https://github.com/FreshRSS/FreshRSS/issues/1591
</content>
</entry>
</feed>
