<feed xmlns='http://www.w3.org/2005/Atom'>
<title>FreshRSS (Customized)/app/views/helpers, branch 1.19.1</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.1</id>
<link rel='self' href='https://git.rdnlsmith.com/fresh-rss-custom/atom?h=1.19.1'/>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/'/>
<updated>2021-12-31T16:00:51+00:00</updated>
<entry>
<title>Add PHPStan (#4021)</title>
<updated>2021-12-31T16:00:51+00:00</updated>
<author>
<name>Alexandre Alapetite</name>
<email>alexandre@alapetite.fr</email>
</author>
<published>2021-12-31T16:00:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=77e9877316fcfacb26799afdf32d94c8411da80e'/>
<id>urn:sha1:77e9877316fcfacb26799afdf32d94c8411da80e</id>
<content type='text'>
* Add PHPStan
#fix https://github.com/FreshRSS/FreshRSS/issues/4016
https://phpstan.org/

```sh
composer run-script phpstan
```

* More fixes

* Fix global variables

* Add .phtml

* Fix merge
https://github.com/FreshRSS/FreshRSS/pull/4090

* Fix more warnings

* Fix view errors and enable in CI

* ReturnTypeWillChange

* Dynamic view type

* Fix Minz static/self bug</content>
</entry>
<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>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 issue with mark-all-as-read-button in anonym. mode (#3944)</title>
<updated>2021-11-15T21:03:26+00:00</updated>
<author>
<name>maTh</name>
<email>math-home@web.de</email>
</author>
<published>2021-11-15T21:03:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=a5410f6d3748c57fc02da33eef842f993b8bc251'/>
<id>urn:sha1:a5410f6d3748c57fc02da33eef842f993b8bc251</id>
<content type='text'>
* fix

* Update p/scripts/main.js

Co-authored-by: Alexandre Alapetite &lt;alexandre@alapetite.fr&gt;</content>
</entry>
<entry>
<title>a to button (#3969)</title>
<updated>2021-11-11T19:07:10+00:00</updated>
<author>
<name>maTh</name>
<email>math-home@web.de</email>
</author>
<published>2021-11-11T19:07:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=a29894610ba5021a998389e2d72b0756b564574a'/>
<id>urn:sha1:a29894610ba5021a998389e2d72b0756b564574a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>New shortcut: actualize feeds (#3900)</title>
<updated>2021-10-27T23:24:44+00:00</updated>
<author>
<name>maTh</name>
<email>math-home@web.de</email>
</author>
<published>2021-10-27T23:24:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=f0fa3f32021525325a5f7c658d7e787dea2fc799'/>
<id>urn:sha1:f0fa3f32021525325a5f7c658d7e787dea2fc799</id>
<content type='text'>
* configs

* i18n

* improved

* Update app/i18n/fr/conf.php

Co-authored-by: Alexandre Alapetite &lt;alexandre@alapetite.fr&gt;

* Update p/scripts/main.js

Co-authored-by: Alexandre Alapetite &lt;alexandre@alapetite.fr&gt;

* Update main.js

* Update conf.php

* make fix-all

* i18n

* i18n

* i18n: delete conf.shortcut.actualize

* Update app/views/configure/shortcut.phtml</content>
</entry>
<entry>
<title>Follow up of 3814 (#3910)</title>
<updated>2021-10-21T12:21:45+00:00</updated>
<author>
<name>maTh</name>
<email>math-home@web.de</email>
</author>
<published>2021-10-21T12:21:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=76f722f5fee352a6b51ee4467b9a7ed89fe0a5d6'/>
<id>urn:sha1:76f722f5fee352a6b51ee4467b9a7ed89fe0a5d6</id>
<content type='text'>
* fixed the whitespace in value of username input
* fixed a HTML structure fault</content>
</entry>
<entry>
<title>fixed: add feed: advanced: white space char as default password (#3814)</title>
<updated>2021-10-21T10:47:50+00:00</updated>
<author>
<name>maTh</name>
<email>math-home@web.de</email>
</author>
<published>2021-10-21T10:47:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=c5cfb2ac07f039bb7388dca3a4061755c8403fff'/>
<id>urn:sha1:c5cfb2ac07f039bb7388dca3a4061755c8403fff</id>
<content type='text'>
* fixed space char as default password

* fix: whitespace in feed http username configuration

* fix: type=password

* extend the type=password with the watch-password-plain button

* init_extra() again for new slider content

Co-authored-by: Alexandre Alapetite &lt;alexandre@alapetite.fr&gt;</content>
</entry>
<entry>
<title>enhancement subscription management page (#3893)</title>
<updated>2021-10-19T13:08:32+00:00</updated>
<author>
<name>maTh</name>
<email>math-home@web.de</email>
</author>
<published>2021-10-19T13:08:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=3623a5421df8198651d8e8a9d676f0661c307cf9'/>
<id>urn:sha1:3623a5421df8198651d8e8a9d676f0661c307cf9</id>
<content type='text'>
* wip

* wip2

* i18n

* Update app/views/helpers/category/update.phtml

Co-authored-by: Frans de Jonge &lt;fransdejonge@gmail.com&gt;

* fixed box layout

* Revert "i18n"

This reverts commit a2e4d8ace661df806997a8310f069a67d71910f4.

* i18n

This reverts commit 55236930cfc7165ff883ea2a9538d3502b8922eb.

Co-authored-by: Frans de Jonge &lt;fransdejonge@gmail.com&gt;</content>
</entry>
<entry>
<title>Add shortcut to jump to next unread article (issue #3393) (#3891)</title>
<updated>2021-10-19T08:46:39+00:00</updated>
<author>
<name>stysebae</name>
<email>32852093+stysebae@users.noreply.github.com</email>
</author>
<published>2021-10-19T08:46:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=85b898c623ae09d5caa88041bd8ceb26d4f1defc'/>
<id>urn:sha1:85b898c623ae09d5caa88041bd8ceb26d4f1defc</id>
<content type='text'>
* Add shortcut to jump to next unread article

* phpcbf

Co-authored-by: Alexandre Alapetite &lt;alexandre@alapetite.fr&gt;</content>
</entry>
</feed>
