| Age | Commit message (Collapse) | Author |
|
|
|
Currently translated at 100.0% (694 of 694 strings)
Translation: TinyTinyRSS/webui
Translate-URL: https://hosted.weblate.org/projects/tt-rss/webui/es/
|
|
Translated using Weblate (Galician)
See merge request tt-rss/tt-rss!65
|
|
|
|
Currently translated at 100.0% (694 of 694 strings)
Translation: TinyTinyRSS/webui
Translate-URL: https://hosted.weblate.org/projects/tt-rss/webui/gl/
|
|
one for everything else
|
|
Translated using Weblate (Greek)
See merge request tt-rss/tt-rss!63
|
|
multiple trailing slashes in URL, update phpunit image path
|
|
Currently translated at 100.0% (694 of 694 strings)
Translation: TinyTinyRSS/webui
Translate-URL: https://hosted.weblate.org/projects/tt-rss/webui/el/
|
|
Currently translated at 99.8% (693 of 694 strings)
Translation: TinyTinyRSS/webui
Translate-URL: https://hosted.weblate.org/projects/tt-rss/webui/es/
|
|
Currently translated at 100.0% (694 of 694 strings)
Translation: TinyTinyRSS/webui
Translate-URL: https://hosted.weblate.org/projects/tt-rss/webui/el/
|
|
|
|
This reverts commit 0d3c5049c16343ce3c97bf8dbceddf3f73aa5d3c.
|
|
|
|
Translated using Weblate (Spanish)
See merge request tt-rss/tt-rss!62
|
|
Enable PATH_INFO for plugins to use
See merge request tt-rss/tt-rss!61
|
|
|
|
a separate location rule for plugins to leverage
|
|
Currently translated at 99.8% (693 of 694 strings)
Translation: TinyTinyRSS/webui
Translate-URL: https://hosted.weblate.org/projects/tt-rss/webui/es/
|
|
Currently translated at 89.3% (620 of 694 strings)
Translation: TinyTinyRSS/webui
Translate-URL: https://hosted.weblate.org/projects/tt-rss/webui/es/
|
|
Translated using Weblate (Galician)
See merge request tt-rss/tt-rss!59
|
|
Currently translated at 100.0% (694 of 694 strings)
Translation: TinyTinyRSS/webui
Translate-URL: https://hosted.weblate.org/projects/tt-rss/webui/gl/
|
|
Translated using Weblate (Spanish)
See merge request tt-rss/tt-rss!58
|
|
Make a search query 'feed title' a link to get back to the search modal.
See merge request tt-rss/tt-rss!57
|
|
Set 'str_getcsv' escape param to empty string to avoid PHP 8.4 deprecation message.
See merge request tt-rss/tt-rss!56
|
|
|
|
Currently translated at 81.7% (567 of 694 strings)
Translation: TinyTinyRSS/webui
Translate-URL: https://hosted.weblate.org/projects/tt-rss/webui/es/
|
|
Currently translated at 78.5% (545 of 694 strings)
Translation: TinyTinyRSS/webui
Translate-URL: https://hosted.weblate.org/projects/tt-rss/webui/es/
|
|
message.
The escape param is in the process of being eliminated, with PHP 8.4 deprecating passing anything but an empty string as its value.
For some reason they're leaving the default value (a backslash) as-is, meaning the default will cause a deprecation message.
This commit avoids that by setting the escape param to an empty string (see references below).
* https://wiki.php.net/rfc/deprecations_php_8_4#deprecate_proprietary_csv_escaping_mechanism
* https://www.php.net/manual/en/function.str-getcsv.php
* https://old.reddit.com/r/PHP/comments/1eyum8c/new_deprecation_notices_in_php84_with_csv/
* https://nyamsprod.com/blog/csv-and-php8-4/
|
|
Translated using Weblate (Galician)
See merge request tt-rss/tt-rss!55
|
|
Remove extra PHP version checks, fix some links
See merge request tt-rss/tt-rss!54
|
|
|
|
Since PHP 7.4.0 is the current minimum, we should be fine just using the check in 'Config::sanity_check()'.
|
|
Currently translated at 100.0% (694 of 694 strings)
Translation: TinyTinyRSS/webui
Translate-URL: https://hosted.weblate.org/projects/tt-rss/webui/gl/
|
|
authentication
|
|
|
|
Translated using Weblate (German)
See merge request tt-rss/tt-rss!53
|
|
Remove unused 'dashboard feed' code.
See merge request tt-rss/tt-rss!52
|
|
Displaying auxiliary info when there's nothing to load is being handled in 'Feeds::_format_headlines_list()'.
|
|
Currently translated at 99.8% (693 of 694 strings)
Translation: TinyTinyRSS/webui
Translate-URL: https://hosted.weblate.org/projects/tt-rss/webui/de/
|
|
Replace basic 'isset()' cases with the null coalescing operator.
See merge request tt-rss/tt-rss!51
|
|
|
|
|
|
Translated using Weblate (Spanish)
See merge request tt-rss/tt-rss!50
|
|
Currently translated at 78.2% (543 of 694 strings)
Translation: TinyTinyRSS/webui
Translate-URL: https://hosted.weblate.org/projects/tt-rss/webui/es/
|
|
|
|
|
|
|
|
|
|
|