| Age | Commit message (Collapse) | Author |
|
FreshRSS 1.14.2
|
|
|
|
|
|
https://github.com/FreshRSS/FreshRSS/issues/2359
https://github.com/FreshRSS/FreshRSS/pull/2361
https://github.com/FreshRSS/FreshRSS/pull/2362
|
|
* [CI] Force php -l failure
By redirecting stderr to a file and checking if the filesize is greater than 0 bytes, we can also force failure for warnings.
See discussion in <https://github.com/FreshRSS/FreshRSS/pull/2362#issuecomment-480623161>.
* exclude JSON lib
|
|
https://github.com/FreshRSS/FreshRSS/issues/2359#issuecomment-480620713
|
|
https://github.com/FreshRSS/FreshRSS/issues/2359
|
|
As suggested by @Alkarex in <https://github.com/FreshRSS/FreshRSS/issues/2359#issuecomment-480608408>.
|
|
The participi passat is AT for the verbs ending with AR is the subject is masculine and ADA for a feminine subject :)
L’article que m’a agradat : the article I liked
La categoria que m’a agradada : the category I liked
|
|
|
|
FreshRSS 1.14.1
|
|
|
|
https://github.com/FreshRSS/FreshRSS/pull/2313
Thanks to @ZhongyuWang
|
|
Cherry pick bug fix from https://github.com/FreshRSS/FreshRSS/pull/2335
This code is currently not used.
|
|
for translation manipulations
|
|
Fix
https://github.com/FreshRSS/FreshRSS/pull/2349#issuecomment-480540126
|
|
https://github.com/FreshRSS/FreshRSS/issues/2323
https://github.com/FreshRSS/FreshRSS/pull/2353
https://github.com/FreshRSS/FreshRSS/issues/2332
https://github.com/FreshRSS/FreshRSS/pull/2337
https://github.com/FreshRSS/FreshRSS/issues/994
https://github.com/FreshRSS/FreshRSS/pull/2351
https://github.com/FreshRSS/FreshRSS/pull/2346
|
|
confirm is only for labels, not for feeds
|
|
Fix https://github.com/FreshRSS/FreshRSS/pull/2349
|
|
Regression triggered by https://github.com/FreshRSS/FreshRSS/pull/2228
|
|
https://github.com/FreshRSS/FreshRSS/issues/2332
https://github.com/FreshRSS/FreshRSS/issues/2345
Re-introduces the instant-remove article.
Batch mark-as-read only used for fast actions like scroll and keyboard
shortcut for next/previous articles.
|
|
Cherry-pick https://github.com/simplepie/simplepie/pull/604
|
|
https://github.com/FreshRSS/FreshRSS/issues/994
https://github.com/FreshRSS/FreshRSS/issues/2287
|
|
* Better handling of bad request and fast unload
Warnings for bad requests, confirmation before leaving a page with
pending mark-as-read requests (not the others for now)
* Fix callbacks
|
|
|
|
https://github.com/FreshRSS/FreshRSS/issues/2323
https://github.com/FreshRSS/FreshRSS/issues/2328
https://github.com/FreshRSS/FreshRSS/pull/2334
https://github.com/FreshRSS/FreshRSS/pull/2336
https://github.com/FreshRSS/FreshRSS/pull/2337
|
|
Use more standard / robust document.scrollingElement
|
|
Fix https://github.com/FreshRSS/FreshRSS/issues/2328
|
|
* Fix auto_remove_article
https://github.com/FreshRSS/FreshRSS/issues/2323
* Second attempt
* Third attempt
|
|
Revert "Update git command"
|
|
This reverts commit afd1a8784c2a83426388b39d32703fb82c223f76.
|
|
https://github.com/FreshRSS/FreshRSS/issues/2307
https://github.com/FreshRSS/FreshRSS/issues/2310
https://github.com/FreshRSS/FreshRSS/pull/2312
https://github.com/FreshRSS/FreshRSS/issues/2314
https://github.com/FreshRSS/FreshRSS/pull/2315
https://github.com/FreshRSS/FreshRSS/issues/2316
https://github.com/FreshRSS/FreshRSS/pull/2318
https://github.com/FreshRSS/FreshRSS/issues/2319
|
|
I removed an unnecessary option and rewrote a short option
to use the long option. I find it's easier to understand
long options when you don't type them.
|
|
https://github.com/FreshRSS/FreshRSS/issues/2310
|
|
Fix environment variable bug
|
|
See https://github.com/FreshRSS/FreshRSS/pull/2313.
|
|
Misc. from https://github.com/FreshRSS/FreshRSS/pull/2325
https://github.com/FreshRSS/FreshRSS/issues/2319
|
|
https://github.com/FreshRSS/FreshRSS/issues/2319
|
|
Fix https://github.com/FreshRSS/FreshRSS/issues/2316
|
|
* i18n: Show categories unfolded by default
Fix https://github.com/FreshRSS/FreshRSS/issues/2307 and
https://github.com/FreshRSS/FreshRSS/issues/2309
* TODO checked
* Update app/i18n/he/conf.php
Co-Authored-By: Alkarex <alexandre@alapetite.fr>
|
|
https://github.com/FreshRSS/FreshRSS/issues/2319
|
|
This also requires an update of phpcs, since the old version won't run on PHP 7.3.
By setting setting the tab-width to 40 it works around the behavior introduced in https://github.com/squizlabs/PHP_CodeSniffer/pull/1404 which erroneously interprets positioning spaces as indentation. ("If the line started with tabs, but had spaces after that, no error was thrown at all.")
That makes any line lengths checks ineffective, but I think line length checks aren't very useful anyway. They're basically just a (very!) rough indication that you might want to consider some refactoring.
|
|
|
|
https://github.com/FreshRSS/FreshRSS/issues/2314
|
|
* [i18n, nl] Various improvements to Dutch translation
The text for the "Show categories unfolded by default" was incorrect, cf. #2309. Also fixed a few typos and some minor stylistic changes.
* also fix that typo with the missing space
|
|
|
|
FreshRSS 1.14.0
|
|
|
|
|
|
https://github.com/FreshRSS/FreshRSS/pull/2300
|