| Age | Commit message (Collapse) | Author |
|
More native typing, use some new PHP stuff
See merge request tt-rss/tt-rss!88
|
|
There's no point in passing '$long' unless '$no_smart_dt' is set to 'true'.
|
|
|
|
|
|
Among other things, this makes 'PluginHost->add_feed()' return false if the feed was not added.
|
|
|
|
|
|
|
|
|
|
'ReturnTypeWillChange' was a workaround needed until we reached PHP 8.0, which introduced union types and allowed alignment with 'SessionHandlerInterface'.
|
|
PHP 8.1 introduced support for merging string-key arrays (last array with a wins).
|
|
|
|
Discussion: https://gitlab.tt-rss.org/tt-rss/tt-rss/-/merge_requests/85
|
|
|
|
|
|
|
|
A few more characters in some places, but helps with readability.
|
|
|
|
|
|
getfiltertree: switch to ORM and simplify code
See merge request tt-rss/tt-rss!79
|
|
|
|
|
|
|
|
|
|
disabled, remove label-specific icon display, simplify markup
|
|
adjust styling of filter actions list
|
|
filter tree
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
it all the time, use ORM in _get_action_name
|
|
filter description
|
|
* Maintains PHP `7.4` compatibility and adds PHP `8.4` compatibility
* The `4.4.x` branch does the same, but I didn't see any reason not to go to `5.0.x`.
* https://github.com/chillerlan/php-qrcode/releases
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Search improvements
See merge request tt-rss/tt-rss!72
|
|
|
|
|
|
Before this change curly braces wrapped the keyword and its value, making the pair get treated as leftover words.
Also make the search query modification and CSV parsing a bit clearer with some comments and minor refactoring.
|
|
messages and output
|
|
|
|
|