<feed xmlns='http://www.w3.org/2005/Atom'>
<title>FreshRSS (Customized)/app/views, branch 1.19.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.19.0</id>
<link rel='self' href='https://git.rdnlsmith.com/fresh-rss-custom/atom?h=1.19.0'/>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/'/>
<updated>2021-12-28T10:52:03+00:00</updated>
<entry>
<title>Fix: loading wheel (#4082)</title>
<updated>2021-12-28T10:52:03+00:00</updated>
<author>
<name>maTh</name>
<email>math-home@web.de</email>
</author>
<published>2021-12-28T10:52:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=25954de759585311dd33efcb334c5ddb18052c9a'/>
<id>urn:sha1:25954de759585311dd33efcb334c5ddb18052c9a</id>
<content type='text'>
* fix anoym. user

* fix global view

* Update app/views/helpers/pagination.phtml

Co-authored-by: Frans de Jonge &lt;fransdejonge@gmail.com&gt;

* Update global_view.js

Co-authored-by: Frans de Jonge &lt;fransdejonge@gmail.com&gt;</content>
</entry>
<entry>
<title>fix global view template (#4043)</title>
<updated>2021-12-09T07:57:21+00:00</updated>
<author>
<name>maTh</name>
<email>math-home@web.de</email>
</author>
<published>2021-12-09T07:57:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=6b046873daf9822380e6f5c1b54a7a27f85cb38d'/>
<id>urn:sha1:6b046873daf9822380e6f5c1b54a7a27f85cb38d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fix normal and reader view (#4040)</title>
<updated>2021-12-07T22:20:58+00:00</updated>
<author>
<name>maTh</name>
<email>math-home@web.de</email>
</author>
<published>2021-12-07T22:20:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=343c7bf3cb6f3c634801d29f1e779b1cb805b638'/>
<id>urn:sha1:343c7bf3cb6f3c634801d29f1e779b1cb805b638</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix: global view does not show "no articles to show" alert (#4042)</title>
<updated>2021-12-07T22:19:58+00:00</updated>
<author>
<name>maTh</name>
<email>math-home@web.de</email>
</author>
<published>2021-12-07T22:19:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=1d624d041fb12162eaae3a428e8eca57dc91d50a'/>
<id>urn:sha1:1d624d041fb12162eaae3a428e8eca57dc91d50a</id>
<content type='text'>
* fix

* phpcs fixed

* fix JS</content>
</entry>
<entry>
<title>Fix reader view header (#4015)</title>
<updated>2021-12-05T20:42:06+00:00</updated>
<author>
<name>maTh</name>
<email>math-home@web.de</email>
</author>
<published>2021-12-05T20:42:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=754a7b27b605aec221b23a57afe1896b707a29d2'/>
<id>urn:sha1:754a7b27b605aec221b23a57afe1896b707a29d2</id>
<content type='text'>
* fix the hyperlink underline

* add mouse title

* improve German mouse titles

* fixed whitespaces

* use the same title in config/display like in normal/reader view

* i18n German: Discard change for this String

* delete unused gen.action.mark_favorite</content>
</entry>
<entry>
<title>Fix: double main tags (#4014)</title>
<updated>2021-12-02T23:57:32+00:00</updated>
<author>
<name>maTh</name>
<email>math-home@web.de</email>
</author>
<published>2021-12-02T23:57:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=a54aa19dc7f8cd344cdfb199ee94c01e0b90becc'/>
<id>urn:sha1:a54aa19dc7f8cd344cdfb199ee94c01e0b90becc</id>
<content type='text'>
* replace div with main

* include the slider into main

* format source

* add close icon for the extension slider

* replace div with main

* Update shortcut.phtml

* fixed the nits</content>
</entry>
<entry>
<title>Minz request avoid custom methods (#4020)</title>
<updated>2021-12-02T22:25:07+00:00</updated>
<author>
<name>Alexandre Alapetite</name>
<email>alexandre@alapetite.fr</email>
</author>
<published>2021-12-02T22:25:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=a2ab9cf83aaead96497a70a1430ce0424c0d8316'/>
<id>urn:sha1:a2ab9cf83aaead96497a70a1430ce0424c0d8316</id>
<content type='text'>
Take advantage of PHP7+ null-coalescing operator `??` to make code more standard, shorter, and faster instead of custom function with no extra functionality.

Allows code to be better tested and fix two PHPstan errors:

```
 ------ -----------------------------------------
  Line   app/Controllers/configureController.php
 ------ -----------------------------------------
  410    Cannot unset offset 'rid' on string.
 ------ -----------------------------------------

 ------ ------------------------------------
  Line   lib/Minz/FrontController.php
 ------ ------------------------------------
  70     Cannot unset offset 'c' on string.
  71     Cannot unset offset 'a' on string.
 ------ ------------------------------------
```

https://github.com/FreshRSS/FreshRSS/issues/4016</content>
</entry>
<entry>
<title>Fix JS error: new-article missed (#3999)</title>
<updated>2021-11-30T21:20:43+00:00</updated>
<author>
<name>maTh</name>
<email>math-home@web.de</email>
</author>
<published>2021-11-30T21:20:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=c5d444e8df908cd5b2e3aa8fe994ee1be685c131'/>
<id>urn:sha1:c5d444e8df908cd5b2e3aa8fe994ee1be685c131</id>
<content type='text'>
</content>
</entry>
<entry>
<title>improved HTML (#3989)</title>
<updated>2021-11-24T08:08:19+00:00</updated>
<author>
<name>maTh</name>
<email>math-home@web.de</email>
</author>
<published>2021-11-24T08:08:19+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=9f7a973ca041ff513d29acf0ad114294c9b85e3a'/>
<id>urn:sha1:9f7a973ca041ff513d29acf0ad114294c9b85e3a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>improved HTML (#3990)</title>
<updated>2021-11-24T08:06:46+00:00</updated>
<author>
<name>maTh</name>
<email>math-home@web.de</email>
</author>
<published>2021-11-24T08:06:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=af85a754ad6e17460196d72c8d2d6cc17fc0935a'/>
<id>urn:sha1:af85a754ad6e17460196d72c8d2d6cc17fc0935a</id>
<content type='text'>
</content>
</entry>
</feed>
