<feed xmlns='http://www.w3.org/2005/Atom'>
<title>FreshRSS (Customized)/app/views, branch 1.10.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.10.1</id>
<link rel='self' href='https://git.rdnlsmith.com/fresh-rss-custom/atom?h=1.10.1'/>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/'/>
<updated>2018-03-02T09:05:19+00:00</updated>
<entry>
<title>Add tooltips on share configuration buttons (#1805)</title>
<updated>2018-03-02T09:05:19+00:00</updated>
<author>
<name>Alexis Degrugillier</name>
<email>aledeg@users.noreply.github.com</email>
</author>
<published>2018-03-02T09:05:19+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=56304d4a7c54c5a9b632076d3000a5201cff669b'/>
<id>urn:sha1:56304d4a7c54c5a9b632076d3000a5201cff669b</id>
<content type='text'>
Add a tooltip on the add and remove buttons in the share configuration page.</content>
</entry>
<entry>
<title>Option to hide nav_entries (#1764)</title>
<updated>2018-02-19T14:36:18+00:00</updated>
<author>
<name>Matt DeMoss</name>
<email>demoss.matt@gmail.com</email>
</author>
<published>2018-02-19T14:36:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=0936a6cdb2005e325d3be98e42897eb7a42541c7'/>
<id>urn:sha1:0936a6cdb2005e325d3be98e42897eb7a42541c7</id>
<content type='text'>
* put nav_entries in a div so they can be hidden, add config option, no labels yet

* add English text for hide_nav_entries, choose better name

* Update conf.php

add comma to last item

* hide nav_entries by optionally not rendering in normal.phtml

* fix logic, remove containing div

* apply phpcbf to ConfigurationSetter.php

* Make navigation buttons options positive

And add TODOs for i18n, and add default config.
</content>
</entry>
<entry>
<title>Allow admin user to reset passwords (#1765)</title>
<updated>2018-02-14T21:15:34+00:00</updated>
<author>
<name>Alexis Degrugillier</name>
<email>aledeg@users.noreply.github.com</email>
</author>
<published>2018-02-14T21:15:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=ac3e38359b420068b75cc848d89a3a6fc7b6e6c6'/>
<id>urn:sha1:ac3e38359b420068b75cc848d89a3a6fc7b6e6c6</id>
<content type='text'>
See #960</content>
</entry>
<entry>
<title>Allow favorite in reading mode (#1761)</title>
<updated>2018-01-11T21:41:44+00:00</updated>
<author>
<name>Alexis Degrugillier</name>
<email>aledeg@users.noreply.github.com</email>
</author>
<published>2018-01-11T21:41:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=eb814e682bdb932f71529f4d36644c9bb0c6474e'/>
<id>urn:sha1:eb814e682bdb932f71529f4d36644c9bb0c6474e</id>
<content type='text'>
I've got the inspiration from the mark as read action. So I've used the id of the feed to trigger the action and not the url in the link. This way, it works all the time. It works in reading mode, it works in normal mode when icon are not displayed.

See #1545</content>
</entry>
<entry>
<title>Replace "keep history" magic value by a constant (#1759)</title>
<updated>2018-01-02T22:53:35+00:00</updated>
<author>
<name>Alexis Degrugillier</name>
<email>aledeg@users.noreply.github.com</email>
</author>
<published>2018-01-02T22:53:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=7642d334f827d1c077bb1444dfc4e79acf022891'/>
<id>urn:sha1:7642d334f827d1c077bb1444dfc4e79acf022891</id>
<content type='text'>
I think the use of a magic value repeated many times in the code is prone to have some errors made by people not knowing its meaning. Using a constant is a bit more safe. Judging by some comments in the code, I am not the only one.</content>
</entry>
<entry>
<title>Add mute strategy configuration (#1750)</title>
<updated>2018-01-01T19:34:06+00:00</updated>
<author>
<name>Alexis Degrugillier</name>
<email>aledeg@users.noreply.github.com</email>
</author>
<published>2018-01-01T19:34:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=8c2113f9e6eb86b630a4e861513229d7abf219b8'/>
<id>urn:sha1:8c2113f9e6eb86b630a4e861513229d7abf219b8</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add shortcuts to switch views (#1755)</title>
<updated>2018-01-01T17:53:53+00:00</updated>
<author>
<name>Alexis Degrugillier</name>
<email>aledeg@users.noreply.github.com</email>
</author>
<published>2018-01-01T17:53:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=e73fae159168b1ed9c0469e1d5bce55a3ef1f911'/>
<id>urn:sha1:e73fae159168b1ed9c0469e1d5bce55a3ef1f911</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Show existing extensions in admin panel (#1708)</title>
<updated>2017-12-06T20:04:45+00:00</updated>
<author>
<name>Kevin Papst</name>
<email>kevinpapst@users.noreply.github.com</email>
</author>
<published>2017-12-06T20:04:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=3902d3f43330504945e78627b4c49e67ae88aea9'/>
<id>urn:sha1:3902d3f43330504945e78627b4c49e67ae88aea9</id>
<content type='text'>
* first draft

* display installed extension state

* fixed whitespace vs tabs

* added translation in all languages

* added error checks and log messages

* fixed tabs vs whitespace

* another try in fixing whitespaces

* another try in fixing whitespaces

* improved extension list translations

* using JSON from official extension repo

* improved version compare

* updated translations

* French translation
</content>
</entry>
<entry>
<title>Update panel shows latest version message as success (#1701)</title>
<updated>2017-12-02T12:45:26+00:00</updated>
<author>
<name>Kevin Papst</name>
<email>kevinpapst@users.noreply.github.com</email>
</author>
<published>2017-12-02T12:45:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=8abfe1cf28b9ca4b1b53073dbb1ec24953855777'/>
<id>urn:sha1:8abfe1cf28b9ca4b1b53073dbb1ec24953855777</id>
<content type='text'>
show latest version message as success, FIXES #1586</content>
</entry>
<entry>
<title>A bit of documentation for the API (#1689)</title>
<updated>2017-11-12T14:51:43+00:00</updated>
<author>
<name>Alexandre Alapetite</name>
<email>alexandre@alapetite.fr</email>
</author>
<published>2017-11-12T14:51:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=32e9d3a5a17edd33ed19158bf567c857fb4fea78'/>
<id>urn:sha1:32e9d3a5a17edd33ed19158bf567c857fb4fea78</id>
<content type='text'>
https://github.com/FreshRSS/FreshRSS/issues/1687
https://github.com/FreshRSS/FreshRSS/issues/443#issuecomment-36666133
</content>
</entry>
</feed>
