<feed xmlns='http://www.w3.org/2005/Atom'>
<title>FreshRSS (Customized)/app/views, branch 1.24.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.24.1</id>
<link rel='self' href='https://git.rdnlsmith.com/fresh-rss-custom/atom?h=1.24.1'/>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/'/>
<updated>2024-06-05T12:26:12+00:00</updated>
<entry>
<title>Fix attributeBoolean (#6543)</title>
<updated>2024-06-05T12:26:12+00:00</updated>
<author>
<name>Alexandre Alapetite</name>
<email>alexandre@alapetite.fr</email>
</author>
<published>2024-06-05T12:26:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=7d110c23a9366feef5e152cc6563c8ed058d6376'/>
<id>urn:sha1:7d110c23a9366feef5e152cc6563c8ed058d6376</id>
<content type='text'>
Regression from https://github.com/FreshRSS/FreshRSS/pull/5946
fix https://github.com/FreshRSS/FreshRSS/issues/6521</content>
</entry>
<entry>
<title>Improved: Button to export OMPL of a category (#6519)</title>
<updated>2024-05-30T21:36:42+00:00</updated>
<author>
<name>maTh</name>
<email>1645099+math-GH@users.noreply.github.com</email>
</author>
<published>2024-05-30T21:36:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=5b197b8130efed7953f42cde0cbd2217b7fb0dbe'/>
<id>urn:sha1:5b197b8130efed7953f42cde0cbd2217b7fb0dbe</id>
<content type='text'>
* Update update.phtml

* fixed

* Update app/views/helpers/category/update.phtml

Co-authored-by: Alexandre Alapetite &lt;alexandre@alapetite.fr&gt;

* Update update.phtml

* do it for feed too

* Update update.phtml

* Minor whitespace

---------

Co-authored-by: Alexandre Alapetite &lt;alexandre@alapetite.fr&gt;</content>
</entry>
<entry>
<title>PHPStan 1.11 + minor update dev dependencies (#6459)</title>
<updated>2024-05-15T06:57:58+00:00</updated>
<author>
<name>Alexandre Alapetite</name>
<email>alexandre@alapetite.fr</email>
</author>
<published>2024-05-15T06:57:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=2d17c020b6695d47debda065804db4e2d2f92e55'/>
<id>urn:sha1:2d17c020b6695d47debda065804db4e2d2f92e55</id>
<content type='text'>
* PHPStan 1.11 + minor update dev dependencies
https://github.com/phpstan/phpstan/releases/tag/1.11.0

* Comment style</content>
</entry>
<entry>
<title>Fixed: clickable link block (#6444)</title>
<updated>2024-05-11T21:41:21+00:00</updated>
<author>
<name>maTh</name>
<email>1645099+math-GH@users.noreply.github.com</email>
</author>
<published>2024-05-11T21:41:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=b4eca4ba03f2455389396dc6d7965055177d9a2c'/>
<id>urn:sha1:b4eca4ba03f2455389396dc6d7965055177d9a2c</id>
<content type='text'>
* &lt;span&gt;&lt;a&gt; =&gt; only &lt;a&gt;

* update frss.css

* update themes</content>
</entry>
<entry>
<title>Fix: overflow expanding title in entry header (#6373)</title>
<updated>2024-04-25T06:45:59+00:00</updated>
<author>
<name>maTh</name>
<email>1645099+math-GH@users.noreply.github.com</email>
</author>
<published>2024-04-25T06:45:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=aac3b21a8b4fd1a2f351a63fdb70d39ac2851921'/>
<id>urn:sha1:aac3b21a8b4fd1a2f351a63fdb70d39ac2851921</id>
<content type='text'>
* change HTML structure

* CSS</content>
</entry>
<entry>
<title>Refactoring: Rename dotpath into dotnotation (#6369)</title>
<updated>2024-04-25T06:28:42+00:00</updated>
<author>
<name>maTh</name>
<email>1645099+math-GH@users.noreply.github.com</email>
</author>
<published>2024-04-25T06:28:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=154a36700c80191121afec00b026daba5ff97dc8'/>
<id>urn:sha1:154a36700c80191121afec00b026daba5ff97dc8</id>
<content type='text'>
* KIND_JSON_DOTPATH -&gt; KIND_JSON_DOTNOTATION

* TYPE_JSON_DOTPATH =&gt; TYPE_JSON_DOTNOTATION

* json_dotpath =&gt; json_dotnotation

* dotPathsForStandardJsonFeed =&gt; dotNotationForStandardJsonFeed

* TYPE_JSON_DOTNOTATION = 'JSON+DotPath' =&gt; 'JSON+DotNotation'

* documentation: OPML.md

* convertJsonToRss()

* $dotpaths =&gt; $dotnotations

* FreshRSS_Feed_Exception

* comment

* Compatibility TYPE_JSON_DOTPATH

---------

Co-authored-by: Alexandre Alapetite &lt;alexandre@alapetite.fr&gt;</content>
</entry>
<entry>
<title>Json dotpath i18n (#6368)</title>
<updated>2024-04-20T22:46:32+00:00</updated>
<author>
<name>maTh</name>
<email>1645099+math-GH@users.noreply.github.com</email>
</author>
<published>2024-04-20T22:46:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=f0d9134478dded297ca7ff16725aa109336ca9b6'/>
<id>urn:sha1:f0d9134478dded297ca7ff16725aa109336ca9b6</id>
<content type='text'>
* Update update.phtml

* Update add.phtml</content>
</entry>
<entry>
<title>Improve: input width in user query config slider (#6357)</title>
<updated>2024-04-19T22:01:34+00:00</updated>
<author>
<name>maTh</name>
<email>1645099+math-GH@users.noreply.github.com</email>
</author>
<published>2024-04-19T22:01:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=81f6bbf64ecdebe8c47dc520bacf7e093d45e749'/>
<id>urn:sha1:81f6bbf64ecdebe8c47dc520bacf7e093d45e749</id>
<content type='text'>
</content>
</entry>
<entry>
<title>i18n improved: dotted path -&gt; dot-notation (#6317)</title>
<updated>2024-04-18T12:00:17+00:00</updated>
<author>
<name>maTh</name>
<email>1645099+math-GH@users.noreply.github.com</email>
</author>
<published>2024-04-18T12:00:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=3261b7bafbb8e7cd0003c0cfbf26e4d4a4b65def'/>
<id>urn:sha1:3261b7bafbb8e7cd0003c0cfbf26e4d4a4b65def</id>
<content type='text'>
* dotted path -&gt; dot-notation

* dot-notation -&gt; dot notation

* rename json_dotpath =&gt; json_dotnotation

* Update app/i18n/fr/sub.php

Co-authored-by: Alexandre Alapetite &lt;alexandre@alapetite.fr&gt;

* Update app/i18n/fr/sub.php

Co-authored-by: Alexandre Alapetite &lt;alexandre@alapetite.fr&gt;

* Update app/i18n/fr/sub.php

Co-authored-by: Alexandre Alapetite &lt;alexandre@alapetite.fr&gt;

* Update app/i18n/nl/sub.php

Co-authored-by: Frans de Jonge &lt;fransdejonge@gmail.com&gt;

* Update app/i18n/nl/sub.php

Co-authored-by: Frans de Jonge &lt;fransdejonge@gmail.com&gt;

* Update app/i18n/nl/sub.php

Co-authored-by: Frans de Jonge &lt;fransdejonge@gmail.com&gt;

* Update app/i18n/nl/sub.php

Co-authored-by: Frans de Jonge &lt;fransdejonge@gmail.com&gt;

* Rename corresponding class

---------

Co-authored-by: Alexandre Alapetite &lt;alexandre@alapetite.fr&gt;
Co-authored-by: Frans de Jonge &lt;fransdejonge@gmail.com&gt;</content>
</entry>
<entry>
<title> Fix: API mangement section in profile page (#6314)</title>
<updated>2024-04-17T06:28:20+00:00</updated>
<author>
<name>maTh</name>
<email>1645099+math-GH@users.noreply.github.com</email>
</author>
<published>2024-04-17T06:28:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=0ffcf41f9371b9321856d2c709cf7bcb4f7c3c60'/>
<id>urn:sha1:0ffcf41f9371b9321856d2c709cf7bcb4f7c3c60</id>
<content type='text'>
</content>
</entry>
</feed>
