<feed xmlns='http://www.w3.org/2005/Atom'>
<title>FreshRSS (Customized)/p/scripts, branch 1.21.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.21.0</id>
<link rel='self' href='https://git.rdnlsmith.com/fresh-rss-custom/atom?h=1.21.0'/>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/'/>
<updated>2023-02-27T20:35:09+00:00</updated>
<entry>
<title>fix: mobile view: scroll main area again after closing slider (#5092)</title>
<updated>2023-02-27T20:35:09+00:00</updated>
<author>
<name>maTh</name>
<email>math-home@web.de</email>
</author>
<published>2023-02-27T20:35:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=21f342af2cd1df41373b70b51a8790548171e843'/>
<id>urn:sha1:21f342af2cd1df41373b70b51a8790548171e843</id>
<content type='text'>
</content>
</entry>
<entry>
<title>main.js: fix empty window opened in some cases (#5146)</title>
<updated>2023-02-25T11:32:59+00:00</updated>
<author>
<name>Frans de Jonge</name>
<email>frans@clevercast.com</email>
</author>
<published>2023-02-25T11:32:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=e56ecf79f65b12ebaa600c961ffa2aab40cebcba'/>
<id>urn:sha1:e56ecf79f65b12ebaa600c961ffa2aab40cebcba</id>
<content type='text'>
Fixes the following problem:

1. Don't have any article selected (easiest by clicking on "main stream" or a category)
2. Press space
3. A blank window is opened, but since there's no link nothing else happens.</content>
</entry>
<entry>
<title>XML+XPath (#5076)</title>
<updated>2023-02-09T12:57:20+00:00</updated>
<author>
<name>Alexandre Alapetite</name>
<email>alexandre@alapetite.fr</email>
</author>
<published>2023-02-09T12:57:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=05ae1b0d2684cea4eda664c5ea1a995cb9f0c4b9'/>
<id>urn:sha1:05ae1b0d2684cea4eda664c5ea1a995cb9f0c4b9</id>
<content type='text'>
* XML+XPath
#fix https://github.com/FreshRSS/FreshRSS/issues/5075
Implementation allowing to take an XML document as input using an XML parser (instead of an HTML parser for HTML+XPath)

* Remove noise from another PR

* Better MIME for XML

* And add glob *.xml for cache cleaning

* Minor syntax

* Add glob json for clean cache</content>
</entry>
<entry>
<title>Fix notif_body_new_articles (#5042)</title>
<updated>2023-01-28T12:36:47+00:00</updated>
<author>
<name>Alexandre Alapetite</name>
<email>alexandre@alapetite.fr</email>
</author>
<published>2023-01-28T12:36:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=d8744a9ec159a4b22274e18083004f060a2a1de9'/>
<id>urn:sha1:d8744a9ec159a4b22274e18083004f060a2a1de9</id>
<content type='text'>
#fix https://github.com/FreshRSS/FreshRSS/issues/5041</content>
</entry>
<entry>
<title>open "manage feed" with Ctrl in a new tab (#4980)</title>
<updated>2023-01-02T10:04:03+00:00</updated>
<author>
<name>maTh</name>
<email>math-home@web.de</email>
</author>
<published>2023-01-02T10:04:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=ba7cb98bdfd0b2b1060f6fb0dbcb184b7e85847c'/>
<id>urn:sha1:ba7cb98bdfd0b2b1060f6fb0dbcb184b7e85847c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Improved: show bigmarkasread button only, when there are unread articles (#4681)</title>
<updated>2022-11-20T14:10:33+00:00</updated>
<author>
<name>maTh</name>
<email>math-home@web.de</email>
</author>
<published>2022-11-20T14:10:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=9b674e7e9390d19c1a9686710d78164a41ad31d1'/>
<id>urn:sha1:9b674e7e9390d19c1a9686710d78164a41ad31d1</id>
<content type='text'>
* function toggle_bigMarkAsRead_button()

* nothing_to_load text outside of bigmarkasread button

* improved

* fix

* Update p/scripts/main.js

Co-authored-by: Alexandre Alapetite &lt;alexandre@alapetite.fr&gt;

Co-authored-by: Alexandre Alapetite &lt;alexandre@alapetite.fr&gt;</content>
</entry>
<entry>
<title>fix: sharing service for mailto links for web mail services (#4680)</title>
<updated>2022-11-14T13:54:57+00:00</updated>
<author>
<name>maTh</name>
<email>math-home@web.de</email>
</author>
<published>2022-11-14T13:54:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=1f86aae415951b3a5c83d092765fa92337fc29ee'/>
<id>urn:sha1:1f86aae415951b3a5c83d092765fa92337fc29ee</id>
<content type='text'>
* fix

* Update main.js

* Update app/i18n/fr/gen.php

Co-authored-by: Alexandre Alapetite &lt;alexandre@alapetite.fr&gt;</content>
</entry>
<entry>
<title>Fix remember opened categories (#4827)</title>
<updated>2022-11-07T18:23:03+00:00</updated>
<author>
<name>Alexandre Alapetite</name>
<email>alexandre@alapetite.fr</email>
</author>
<published>2022-11-07T18:23:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=992f2230bf2a4ea4266fe7518d91551374a11fac'/>
<id>urn:sha1:992f2230bf2a4ea4266fe7518d91551374a11fac</id>
<content type='text'>
#fix https://github.com/FreshRSS/FreshRSS/issues/4826
Was crashing if a category did not exist anymore</content>
</entry>
<entry>
<title>Fix integration page (#4774)</title>
<updated>2022-10-25T22:18:43+00:00</updated>
<author>
<name>Alexis Degrugillier</name>
<email>aledeg@users.noreply.github.com</email>
</author>
<published>2022-10-25T22:18:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=9e27ab9200bb78898f7085cbea1a6525aafe13cb'/>
<id>urn:sha1:9e27ab9200bb78898f7085cbea1a6525aafe13cb</id>
<content type='text'>
Before, when adding a simple integration, the delete button was missing until
the configuration was saved. This behavior was introduced in #4269, but I think
that it was a regression.
Now, the delete button is back and everything is working as it should.

In the process, I've extracted templates in attributes and add them in template
tags. This way, it is easier to validate that the HTML code is valid.</content>
</entry>
<entry>
<title>Slider: Block Page for one scrollbar; Scrollbar width normal (#4692)</title>
<updated>2022-10-05T21:40:59+00:00</updated>
<author>
<name>Cyb10101</name>
<email>cyb10101@gmail.com</email>
</author>
<published>2022-10-05T21:40:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=89202922b1353f7fa3ab1bc6849e98f7f243cf9d'/>
<id>urn:sha1:89202922b1353f7fa3ab1bc6849e98f7f243cf9d</id>
<content type='text'>
* Block page if slider is open; Hides the double page scrollbar

* Slider scrollbar default width

* Update frss.rtl.css

* Add user Cyb10101 to credits

* make fix-all

* make fix-all (second pass)

Co-authored-by: mathContao &lt;math-home@web.de&gt;
Co-authored-by: Alexandre Alapetite &lt;alexandre@alapetite.fr&gt;</content>
</entry>
</feed>
