<feed xmlns='http://www.w3.org/2005/Atom'>
<title>FreshRSS (Customized)/Makefile, 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-28T11:26:24+00:00</updated>
<entry>
<title>Travis: Enforce phpcs line length + whitespace (#3488)</title>
<updated>2021-02-28T11:26:24+00:00</updated>
<author>
<name>Alexandre Alapetite</name>
<email>alexandre@alapetite.fr</email>
</author>
<published>2021-02-28T11:26:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=947e918f05d70d5dce4efa4ef403e593581c3fa9'/>
<id>urn:sha1:947e918f05d70d5dce4efa4ef403e593581c3fa9</id>
<content type='text'>
* Update Travis line length

* Also check whitespace in CSS files

* Fix line length ext.php

* More syntax, string templates

* Fix exclude-pattern

* Test JS files as well</content>
</entry>
<entry>
<title>Update PHPUnit version (#3487)</title>
<updated>2021-02-27T09:36:11+00:00</updated>
<author>
<name>Alexis Degrugillier</name>
<email>aledeg@users.noreply.github.com</email>
</author>
<published>2021-02-27T09:36:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=6be9797a269268c3d388a448db5e983fbc70c9cc'/>
<id>urn:sha1:6be9797a269268c3d388a448db5e983fbc70c9cc</id>
<content type='text'>
Tests weren't running with the previous version because of a reserved word in PHP8. The latest version of the library fixes that.
See https://github.com/sebastianbergmann/phpunit/issues/4373 for more
information.</content>
</entry>
<entry>
<title>Change how updating a key works (#3072)</title>
<updated>2020-06-22T11:24:55+00:00</updated>
<author>
<name>Alexis Degrugillier</name>
<email>aledeg@users.noreply.github.com</email>
</author>
<published>2020-06-22T11:24:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=d7d39f07368379e7ef1619e52cc50c0920ce8351'/>
<id>urn:sha1:d7d39f07368379e7ef1619e52cc50c0920ce8351</id>
<content type='text'>
Before, to update a key from the reference language (en), the key was deleted
then created. This way was unproductive for all keys already translated.
Now, the key is updated in all untranslated languages.

See https://github.com/FreshRSS/FreshRSS/pull/3068#issuecomment-646868894</content>
</entry>
<entry>
<title>3041 en us localization (#3060)</title>
<updated>2020-06-19T20:59:27+00:00</updated>
<author>
<name>Ed Sandor</name>
<email>1273949+ewsandor@users.noreply.github.com</email>
</author>
<published>2020-06-19T20:59:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=baaef3d9f4bdc81224620ab2f6b92575dcf81a59'/>
<id>urn:sha1:baaef3d9f4bdc81224620ab2f6b92575dcf81a59</id>
<content type='text'>
* Initial locaization from international english to United States English

examples:
favourite -&gt; favorite
optimise -&gt; optimize
occured -&gt; occurred
labelled -&gt; labelled
ok -&gt; okay

* More spelling corrections

default English occured-&gt;occurred
cancelled -&gt; canceled
labelled -&gt; labeled

* Undo key spelling change

* i18n format and admin.php translating

* Translating admin.php

* more admin.php translating

* Translating conf.php

* Translating feedback.php and format command

* Translating gen.php

* Translating index.php

* Translating sub.php

* Translating user.php

* Translating install.php

* Fix 'there is no idle feed'

* FIx 'there is no feed to refresh"

* Add i18n manipulation option to ignore all unmodified translation keys

* Lint fixes

* Update keys newly add since original branch

* Revert unintenntional ru 'translation'

* Code review revisions

* Fix leading whitespace in ignore_unmodified api

* Update app/i18n/en-us/gen.php

Co-authored-by: Frans de Jonge &lt;fransdejonge@gmail.com&gt;

* Update app/i18n/en-us/admin.php

Co-authored-by: Frans de Jonge &lt;fransdejonge@gmail.com&gt;

* Update app/i18n/en-us/admin.php

Co-authored-by: Frans de Jonge &lt;fransdejonge@gmail.com&gt;

* Update error message for Make ignore-unmodified keys to use Make syntax.
(inline with 3062) Also rename ignore-unmodifed-key -&gt;
ignore-unmodified-keys

* Replace makefile leading spaces with tabs

* Code review revisions

* Retab added php functions

* Missed tab replace

* Remove stray '-&gt; todo'

Co-authored-by: root &lt;root@x-freshrss.lan.ewsandor.com&gt;
Co-authored-by: Frans de Jonge &lt;fransdejonge@gmail.com&gt;</content>
</entry>
<entry>
<title>Update rules to use Make syntax (#3062)</title>
<updated>2020-06-15T20:16:22+00:00</updated>
<author>
<name>Alexis Degrugillier</name>
<email>aledeg@users.noreply.github.com</email>
</author>
<published>2020-06-15T20:16:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=7c76e74e338332779f918fd686c46fd883caad54'/>
<id>urn:sha1:7c76e74e338332779f918fd686c46fd883caad54</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add support for extensions in Docker environment (#3042)</title>
<updated>2020-06-10T21:16:14+00:00</updated>
<author>
<name>Alexis Degrugillier</name>
<email>aledeg@users.noreply.github.com</email>
</author>
<published>2020-06-10T21:16:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=0910cf34c735d6b59b495e0b0dfff08d21fce7ac'/>
<id>urn:sha1:0910cf34c735d6b59b495e0b0dfff08d21fce7ac</id>
<content type='text'>
By default, the container starts without extensions. But if for some reasons,
you need to add them without copying or moving some code, you can embed them
while starting the container. The syntax is:
```
make start extensions="/full/path/to/extension/1 /full/path/to/extension/2"
```</content>
</entry>
<entry>
<title>Add a language reference while adding a new one (#3044)</title>
<updated>2020-06-10T21:14:47+00:00</updated>
<author>
<name>Alexis Degrugillier</name>
<email>aledeg@users.noreply.github.com</email>
</author>
<published>2020-06-10T21:14:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=7f76c8e553a498f8235c5fa79622b6d79b86765b'/>
<id>urn:sha1:7f76c8e553a498f8235c5fa79622b6d79b86765b</id>
<content type='text'>
Before, all new languages were generated from the reference language which
was English. It makes sense for new languages but not so much for new language
flavor (ex: French Canadian versus French French)
Now, there is a way to select the reference language while adding a new one.</content>
</entry>
<entry>
<title>Add missing translations (#3034)</title>
<updated>2020-06-05T18:16:04+00:00</updated>
<author>
<name>Alexis Degrugillier</name>
<email>aledeg@users.noreply.github.com</email>
</author>
<published>2020-06-05T18:16:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=8c4d71da2ef1366c8fcd3e7dfb7f4566d2f905f4'/>
<id>urn:sha1:8c4d71da2ef1366c8fcd3e7dfb7f4566d2f905f4</id>
<content type='text'>
* Add missing translations

* Add a simple way to check if an i18n key exists

There is a rule in the makefile to access it directly</content>
</entry>
<entry>
<title>Add a make rule to refresh feeds (#3014)</title>
<updated>2020-05-29T18:55:41+00:00</updated>
<author>
<name>Alexis Degrugillier</name>
<email>aledeg@users.noreply.github.com</email>
</author>
<published>2020-05-29T18:55:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=19b94b648bf9e8dbc79ccc1765a295660a85e1f8'/>
<id>urn:sha1:19b94b648bf9e8dbc79ccc1765a295660a85e1f8</id>
<content type='text'>
</content>
</entry>
<entry>
<title>[i18n] Add a `make pot` command to Makefile (#3006)</title>
<updated>2020-05-28T21:21:23+00:00</updated>
<author>
<name>Frans de Jonge</name>
<email>fransdejonge@gmail.com</email>
</author>
<published>2020-05-28T21:21:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=cf135073499856abb009fb9e6f297344745adf41'/>
<id>urn:sha1:cf135073499856abb009fb9e6f297344745adf41</id>
<content type='text'>
By analogy with &lt;https://github.com/FreshRSS/FreshRSS/pull/2996&gt;.</content>
</entry>
</feed>
