<feed xmlns='http://www.w3.org/2005/Atom'>
<title>FreshRSS (Customized)/app/views/helpers, branch 1.17.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.17.0</id>
<link rel='self' href='https://git.rdnlsmith.com/fresh-rss-custom/atom?h=1.17.0'/>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/'/>
<updated>2020-07-14T10:31:47+00:00</updated>
<entry>
<title>Add language in JS context (#3116)</title>
<updated>2020-07-14T10:31:47+00:00</updated>
<author>
<name>Alexis Degrugillier</name>
<email>aledeg@users.noreply.github.com</email>
</author>
<published>2020-07-14T10:31:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=399ce395795c2c0d7ada796f097eca646f269716'/>
<id>urn:sha1:399ce395795c2c0d7ada796f097eca646f269716</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add tooltips on entries (#3115)</title>
<updated>2020-07-14T09:50:36+00:00</updated>
<author>
<name>Alexis Degrugillier</name>
<email>aledeg@users.noreply.github.com</email>
</author>
<published>2020-07-14T09:50:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=f5676273fca1808a804934bc6b92cfead180201c'/>
<id>urn:sha1:f5676273fca1808a804934bc6b92cfead180201c</id>
<content type='text'>
See #3111</content>
</entry>
<entry>
<title>Add machine-readable dates in views (#3106)</title>
<updated>2020-07-14T08:51:45+00:00</updated>
<author>
<name>Alexis Degrugillier</name>
<email>aledeg@users.noreply.github.com</email>
</author>
<published>2020-07-14T08:51:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=8d8211b2a5fa997bce06d7ae0c6f7cf37f97b245'/>
<id>urn:sha1:8d8211b2a5fa997bce06d7ae0c6f7cf37f97b245</id>
<content type='text'>
This will allow to make some transformations on dates when needed.
See #3103 and #853</content>
</entry>
<entry>
<title>Add controls on media (#3036)</title>
<updated>2020-06-05T21:37:05+00:00</updated>
<author>
<name>Alexis Degrugillier</name>
<email>aledeg@users.noreply.github.com</email>
</author>
<published>2020-06-05T21:37:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=dc68783fc844323682ad19c8156417a1ec7ac998'/>
<id>urn:sha1:dc68783fc844323682ad19c8156417a1ec7ac998</id>
<content type='text'>
Now, there is a shortcut to play or pause media available from an
entry. If there is more than one media available, only the first
one will be targeted.

See #1952</content>
</entry>
<entry>
<title>add lazy loading on favicon (#2962)</title>
<updated>2020-05-10T20:12:13+00:00</updated>
<author>
<name>upskaling</name>
<email>upskaling@users.noreply.github.com</email>
</author>
<published>2020-05-10T20:12:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=bd8f6f19b60f478c8b1ac1f480f3894829ee9ba9'/>
<id>urn:sha1:bd8f6f19b60f478c8b1ac1f480f3894829ee9ba9</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Always put checkbox labels on the right (#2937)</title>
<updated>2020-05-01T08:55:57+00:00</updated>
<author>
<name>Marien Fressinaud</name>
<email>dev@marienfressinaud.fr</email>
</author>
<published>2020-05-01T08:55:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=960ecd2d09c7ae865e761e0ae8c7eb3f85566afd'/>
<id>urn:sha1:960ecd2d09c7ae865e761e0ae8c7eb3f85566afd</id>
<content type='text'>
There were two checkboxes with labels set on the left: it was looking
weird and inconsistent with the rest of the application.

Also, since the Websub checkbox cannot be checked by the user (i.e. it
is entirely managed by the backend), I just hide the line when Websub is
disabled. It would be better to never show the checkbox and adapt the
label to say something like "Websub is enabled for this feed", but I
prefer to avoid changing all the locales.

Last point: an input should always have one and only one label. Websub
checkbox had two labels, which can be hardly supported by assistive
technologies.

Reference: https://developer.mozilla.org/en-US/docs/Learn/Forms/How_to_structure_a_web_form#Multiple_labels</content>
</entry>
<entry>
<title>Enhance the way help elements are displayed (#2911)</title>
<updated>2020-04-20T21:27:17+00:00</updated>
<author>
<name>Julien-Pierre Avérous</name>
<email>github@sourcemac.com</email>
</author>
<published>2020-04-20T21:27:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=acca89505be6ec062ba1acd9cc7df49aac1711fe'/>
<id>urn:sha1:acca89505be6ec062ba1acd9cc7df49aac1711fe</id>
<content type='text'>
* - Always display help under the targeted element.
- Use same help place for HTTP authentication in 'add' feed view than in 'update' feed view.
- Move help under input field in register view, as all other places (homogeneity).

* - Don't use "!important" as suggested by @Alkarex.</content>
</entry>
<entry>
<title>Option to show/hide favicons (#2821)</title>
<updated>2020-03-09T19:36:24+00:00</updated>
<author>
<name>Alexandre Alapetite</name>
<email>alexandre@alapetite.fr</email>
</author>
<published>2020-03-09T19:36:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=942103092545e0bd90802cccd4eab303ef172158'/>
<id>urn:sha1:942103092545e0bd90802cccd4eab303ef172158</id>
<content type='text'>
* Option to show/hide favicons

#fix https://github.com/FreshRSS/FreshRSS/issues/2819

* Also for subscription list</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>
<entry>
<title>fix: #2701 Fix look of authors (#2771)</title>
<updated>2020-01-17T07:11:05+00:00</updated>
<author>
<name>Marien Fressinaud</name>
<email>dev@marienfressinaud.fr</email>
</author>
<published>2020-01-17T07:11:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=8eabc068c900c96cb06c2403414c3e0bf9387f34'/>
<id>urn:sha1:8eabc068c900c96cb06c2403414c3e0bf9387f34</id>
<content type='text'>
This fix makes the authors part of the "title item", so it's not
considered as another block. This is not perfect since authors will
disappear on small screens, but we can discuss of putting titles on
multi-lines (see https://github.com/FreshRSS/FreshRSS/issues/2344)</content>
</entry>
</feed>
