<feed xmlns='http://www.w3.org/2005/Atom'>
<title>FreshRSS (Customized)/app/i18n/tr/conf.php, branch 1.18.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.18.0</id>
<link rel='self' href='https://git.rdnlsmith.com/fresh-rss-custom/atom?h=1.18.0'/>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/'/>
<updated>2021-02-26T22:31:01+00:00</updated>
<entry>
<title>"Show all" option on labels (#3472)</title>
<updated>2021-02-26T22:31:01+00:00</updated>
<author>
<name>Alexis Degrugillier</name>
<email>aledeg@users.noreply.github.com</email>
</author>
<published>2021-02-26T22:31:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=449fee7a2cc9453da4aac03f833ccb28205d7d3a'/>
<id>urn:sha1:449fee7a2cc9453da4aac03f833ccb28205d7d3a</id>
<content type='text'>
It uses the favorite option to keep a similar experience through out the application and also to limit the number of options.

See #3263</content>
</entry>
<entry>
<title>Add a query configuration page (#3366)</title>
<updated>2021-01-14T23:14:53+00:00</updated>
<author>
<name>Alexis Degrugillier</name>
<email>aledeg@users.noreply.github.com</email>
</author>
<published>2021-01-14T23:14:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=c5da4e56a690d9e9caf8ca4bad4349684b4d39c5'/>
<id>urn:sha1:c5da4e56a690d9e9caf8ca4bad4349684b4d39c5</id>
<content type='text'>
* Add a query configuration page

Before, there was no way to modify a user query. Thus you need to
create a new one and delete the old one afterward.
Now, every user query can be modified if needed. They have their
own configuration page on which it can be modified or deleted.

* Change drag and drop action on queries

Before, the drag and drop action needed to be validated by submitting
the form to be persisted.
Now, it's done automatically after the query is dropped to its final
location.</content>
</entry>
<entry>
<title>Fix user queries with labels (#3285)</title>
<updated>2020-12-26T11:50:09+00:00</updated>
<author>
<name>Alexis Degrugillier</name>
<email>aledeg@users.noreply.github.com</email>
</author>
<published>2020-12-26T11:50:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=4abb30228b70723f50499f9f00435fb3e3cd4fbe'/>
<id>urn:sha1:4abb30228b70723f50499f9f00435fb3e3cd4fbe</id>
<content type='text'>
Before user queries with labels were not translated. Actually, it was not
even processed.
Now those user queries are translated properly.

See #3215</content>
</entry>
<entry>
<title>Remember open categories (#3185)</title>
<updated>2020-11-02T11:03:16+00:00</updated>
<author>
<name>Prashant Tholia</name>
<email>65695939+prashanttholia@users.noreply.github.com</email>
</author>
<published>2020-11-02T11:03:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=6f23999c7b3de1a69fea4dea056aed2548c4a32d'/>
<id>urn:sha1:6f23999c7b3de1a69fea4dea056aed2548c4a32d</id>
<content type='text'>
* feature(normal) - Remember opened categories in the left menu

Session storage based implementation to remember opened categories in left menu

Issue Ref: #2248

* lib_phpQuery updates

* Updates covering feedback points and functionality fixes

* Feedback updates

* Revert "lib_phpQuery updates"

This reverts commit dcd23b9418405a2d14ee03c1fcadf90c04b267e1.

* First review

Change variable name to "remember" instead of "open".
Start using localStorage instead of sessionStorage.
Simplify code.

* Simplify remember categories init function

Replace 'session' with 'local' in function names and comment

Set open categories CSS as same as when category is opened in 'active' unfold mode

* Remove URLSearchParams check in remember categories init function

* Delete open categories on login and logout

* JSHint check fix

* Second review

* Make new mode the default for new users
* Always open active category
* Reduce / simplify code

* i18n French

* Revert default value

Wait a bit more for this decision / change

Co-authored-by: Alexandre Alapetite &lt;alexandre@alapetite.fr&gt;</content>
</entry>
<entry>
<title>[i18n] Update en-UK grammar and style (#3068)</title>
<updated>2020-07-23T18:36:49+00:00</updated>
<author>
<name>Frans de Jonge</name>
<email>fransdejonge@gmail.com</email>
</author>
<published>2020-07-23T18:36:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=5cee45922b834bb5b836cf6d153a8848a3d3d649'/>
<id>urn:sha1:5cee45922b834bb5b836cf6d153a8848a3d3d649</id>
<content type='text'>
Taken from &lt;https://github.com/FreshRSS/FreshRSS/pull/3060&gt;
</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>Reformat i18n correctly (#2976)</title>
<updated>2020-05-15T15:31:21+00:00</updated>
<author>
<name>Marien Fressinaud</name>
<email>dev@marienfressinaud.fr</email>
</author>
<published>2020-05-15T15:31:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=8487fa6248d1d5dac81640de9c55c1eab9f324b3'/>
<id>urn:sha1:8487fa6248d1d5dac81640de9c55c1eab9f324b3</id>
<content type='text'>
* Ignore i18n gen.dir key

* Add a makefile target to update an i18n key

* Mark some i18n keys to ignore

* Reformat i18n files correctly

* Make i18n keys sort case-sensitive

Calling `make i18n-format` was always inverting 4 lines:

- gen.date.dec with gen.date.Dec
- and gen.date.nov with gen.date.Nov

I don't know why these particular lines and not the others, but it
appeared the sort function was case insensitive due to the
`SORT_FLAG_CASE` flag passed to the `ksort` function. Removing this flag
makes the calls to the formatter idempotent and more reliable.

Unfortunately it moves a lot of lines since the `_` character is
considered differently.

* Check i18n files are correctly formatted on Travis</content>
</entry>
<entry>
<title>Option to control which categories to unfold (#2888)</title>
<updated>2020-04-16T16:09:54+00:00</updated>
<author>
<name>Alexandre Alapetite</name>
<email>alexandre@alapetite.fr</email>
</author>
<published>2020-04-16T16:09:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=5ddae689535cb5df7ae4d54f0efc3806d71a266c'/>
<id>urn:sha1:5ddae689535cb5df7ae4d54f0efc3806d71a266c</id>
<content type='text'>
#fix https://github.com/FreshRSS/FreshRSS/issues/2324</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>
</feed>
