<feed xmlns='http://www.w3.org/2005/Atom'>
<title>FreshRSS (Customized)/p/scripts, branch 1.16.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.16.1</id>
<link rel='self' href='https://git.rdnlsmith.com/fresh-rss-custom/atom?h=1.16.1'/>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/'/>
<updated>2020-05-25T17:03:42+00:00</updated>
<entry>
<title>Fix JS show password in install (#2999)</title>
<updated>2020-05-25T17:03:42+00:00</updated>
<author>
<name>Alexandre Alapetite</name>
<email>alexandre@alapetite.fr</email>
</author>
<published>2020-05-25T17:03:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=0d74cb8a4204cfaf6fd64e57b14b1ae7d23dbb84'/>
<id>urn:sha1:0d74cb8a4204cfaf6fd64e57b14b1ae7d23dbb84</id>
<content type='text'>
The button for showing the password was not working in the install.
Updated JavaScript file to ES6 at the same time.</content>
</entry>
<entry>
<title>Better hide spinner (#2990)</title>
<updated>2020-05-21T10:17:21+00:00</updated>
<author>
<name>Alexandre Alapetite</name>
<email>alexandre@alapetite.fr</email>
</author>
<published>2020-05-21T10:17:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=3bef867a44cb8343cff3d69504425968f754779e'/>
<id>urn:sha1:3bef867a44cb8343cff3d69504425968f754779e</id>
<content type='text'>
Fix https://github.com/FreshRSS/FreshRSS/issues/2986#issuecomment-631396735
By CSS, and also by JS
https://framagit.org/nicofrand/xextension-threepanesview/-/issues/10</content>
</entry>
<entry>
<title>jQuery 3.5.1 (#2982)</title>
<updated>2020-05-16T14:44:15+00:00</updated>
<author>
<name>Alexandre Alapetite</name>
<email>alexandre@alapetite.fr</email>
</author>
<published>2020-05-16T14:44:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=bba95356265bfc09c43333de2c463e20e9430eef'/>
<id>urn:sha1:bba95356265bfc09c43333de2c463e20e9430eef</id>
<content type='text'>
Minor version
https://blog.jquery.com/2020/05/04/jquery-3-5-1-released-fixing-a-regression/</content>
</entry>
<entry>
<title>Fix CSS Edge glitch in archiving options (#2906)</title>
<updated>2020-04-18T09:50:35+00:00</updated>
<author>
<name>Alexandre Alapetite</name>
<email>alexandre@alapetite.fr</email>
</author>
<published>2020-04-18T09:50:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=e9213e89f4f0f8566793a4ad2da8251fe952fa8b'/>
<id>urn:sha1:e9213e89f4f0f8566793a4ad2da8251fe952fa8b</id>
<content type='text'>
With Edge, only setting `.hidden = true` does not make the element and
sub-elements properly visible.
Should not make any difference for other browser.</content>
</entry>
<entry>
<title>Fix JS for statistics repartition select form (#2896)</title>
<updated>2020-04-12T14:40:06+00:00</updated>
<author>
<name>Alexandre Alapetite</name>
<email>alexandre@alapetite.fr</email>
</author>
<published>2020-04-12T14:40:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=f2e0f051aa52fcf189840ef4b1f5d7dc1ee087f5'/>
<id>urn:sha1:f2e0f051aa52fcf189840ef4b1f5d7dc1ee087f5</id>
<content type='text'>
* Fix JS for statistics repartition select form

Error was: `s.form is null in extra.js:166:7`
At the same time, disable the form and clears the value while waiting
for the next page to load, to better understand what is happening.

* Whitespace</content>
</entry>
<entry>
<title>jQuery 3.5.0 (#2895)</title>
<updated>2020-04-12T09:37:50+00:00</updated>
<author>
<name>Alexandre Alapetite</name>
<email>alexandre@alapetite.fr</email>
</author>
<published>2020-04-12T09:37:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=14fa3f27817d36a2add3c985ccbf553a9ec0e0a0'/>
<id>urn:sha1:14fa3f27817d36a2add3c985ccbf553a9ec0e0a0</id>
<content type='text'>
https://blog.jquery.com/2020/04/10/jquery-3-5-0-released/</content>
</entry>
<entry>
<title>Swap shortcuts for mark all articles as read / mark previous articles as read (#2881)</title>
<updated>2020-04-08T11:17:20+00:00</updated>
<author>
<name>Alexandre Alapetite</name>
<email>alexandre@alapetite.fr</email>
</author>
<published>2020-04-08T11:17:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=0d235cbadd1fdc3a00d97128746f5138e9faa447'/>
<id>urn:sha1:0d235cbadd1fdc3a00d97128746f5138e9faa447</id>
<content type='text'>
* Swap shortcuts for mark all articles as read / mark previous articles as read

#fix https://github.com/FreshRSS/FreshRSS/issues/2865
Follow-up of https://github.com/FreshRSS/FreshRSS/pull/2843
* &lt;kbd&gt;⇧ Shift&lt;/kbd&gt;+&lt;kbd&gt;R&lt;/kbd&gt; to mark all articles as read;
* &lt;kbd&gt;Alt ⎇&lt;/kbd&gt;+&lt;kbd&gt;r&lt;/kbd&gt; to mark previous articles as read.

* i18n</content>
</entry>
<entry>
<title>Shortcut mark previous articles as read (#2843)</title>
<updated>2020-03-23T22:05:01+00:00</updated>
<author>
<name>Alexandre Alapetite</name>
<email>alexandre@alapetite.fr</email>
</author>
<published>2020-03-23T22:05:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=a7b72481e7cbc14d729f85816b6851ee6fcf711c'/>
<id>urn:sha1:a7b72481e7cbc14d729f85816b6851ee6fcf711c</id>
<content type='text'>
* Shortcut mark previous articles as read

Address part of https://github.com/FreshRSS/FreshRSS/issues/2836
The shortcut [shift]+[r] now marks previous articles as read;
The previous action of marking all articles as read is now achieved by
[alt]+[r]
So this is a slight breaking change, but I like the logic of the
upward-facing [shift] arrow to hint at previous articles, while [alt] is
more like "all", at least to my eyes :-)

* Update app/i18n/nl/conf.php

Co-Authored-By: Frans de Jonge &lt;fransdejonge@gmail.com&gt;

* [⇧ Shift] / [Alt ⎇]

With standard Unicode signs

* &lt;kbd&gt; + CSS styling

* Missing themes

Tested with all themes

* Travis CSS

Co-authored-by: Frans de Jonge &lt;fransdejonge@gmail.com&gt;</content>
</entry>
<entry>
<title>Reset scroll (#2842)</title>
<updated>2020-03-23T21:29:26+00:00</updated>
<author>
<name>Alexandre Alapetite</name>
<email>alexandre@alapetite.fr</email>
</author>
<published>2020-03-23T21:29:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=8fabed337a6a11d61e2ac969acc9690d296f8cb6'/>
<id>urn:sha1:8fabed337a6a11d61e2ac969acc9690d296f8cb6</id>
<content type='text'>
Address some of https://github.com/FreshRSS/FreshRSS/issues/2836
This patch resets the scrollbar to the top when a FreshRSS page is
initialised.
Makes sure that when a FreshRSS page is restored in a Web browser
session, we do not hit the problematic situation when the content is
refreshed but the scrollbar moved back to where it was, potentially
erroneously marking as read many as read, of landing on the wrong focus.</content>
</entry>
<entry>
<title>Enhance content path feature (#2778)</title>
<updated>2020-02-13T17:22:35+00:00</updated>
<author>
<name>Julien-Pierre Avérous</name>
<email>github@sourcemac.com</email>
</author>
<published>2020-02-13T17:22:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=d30ac40772ec1b4706922afd8acab8448af39a9e'/>
<id>urn:sha1:d30ac40772ec1b4706922afd8acab8448af39a9e</id>
<content type='text'>
- Add a maintenance section to be able to clear cache and force reload a feed.
- Add an icon next to path field to show a pop-up with the result of the content path.

Co-authored-by: Frans de Jonge &lt;fransdejonge@gmail.com&gt;
Co-authored-by: Alexandre Alapetite &lt;alexandre@alapetite.fr&gt;
Co-authored-by: Marien Fressinaud &lt;dev@marienfressinaud.fr&gt;
</content>
</entry>
</feed>
