Alexandre Alapetite
Alexandre Alapetite
As discussed in https://github.com/FreshRSS/FreshRSS/discussions/5474 https://www.php.net/releases/8.0/en.php https://www.php.net/releases/8.1/en.php Upgrade to available native type declarations https://php.net/language.types.declarations Upgrade to https://phpunit.de/announcements/phpunit-10.html which requires PHP 8.1+ (good timing, as version 9 was not maintained anymore) Upgrade...
Consider supporting `ttl` https://www.rssboard.org/rss-specification#ltttlgtSubelementOfLtchannelgt > ttl stands for time to live. It's a number of minutes that indicates how long a channel can be cached before refreshing from the source....
Includes https://github.com/PhpGt/CssXPath/pull/227 Follow-up of https://github.com/FreshRSS/FreshRSS/pull/6615 for PHP 8.4 Requires PHP 8.0+ (so wait for merge until with have updated our requirements. Edit: https://github.com/FreshRSS/FreshRSS/pull/6711) Full diff https://github.com/PhpGt/CssXPath/compare/d99d35f7194bac19fb3f8726b70c1bc83de3e931...45f3ac151fc21d459e2515c3aff97cd4bf877bf8
https://www.postgresql.org/docs/current/sql-createstatistics.html https://www.postgresql.org/docs/current/sql-analyze.html Requires PostgreSQL 10+ (which has already been EOL for 2 years - shipped with Ubuntu 18.04, Debian 10 Buster -, so update doc at the same time even...
A little bug: you cannot use a variable after `unset()` https://github.com/cn-tools/cntools_FreshRssExtensions/blob/d0bd817d8d72f3e197fffe1e9edf739a3178ac95/xExtension-SendToMyJD2/extension.php#L304-L305 By the way, you are welcome to have a look at automatic tests in https://github.com/FreshRSS/Extensions for catching errors and...
fix https://github.com/FreshRSS/FreshRSS/issues/6143 
* Move to *Display*  * Maybe move to *Display*   * Move elsewhere, maybe to *Reading* 
https://wiki.php.net/rfc/dom_additions_84 Change our current CSS selector code (to filter content) to take advantage of PHP 8.4+ `querySelectorAll()` function. Test for availability of `querySelectorAll()` and if available, use it instead of...
https://wiki.php.net/rfc/domdocument_html5_parser https://wiki.php.net/rfc/opt_in_dom_spec_compliance Test for availability of the new HTML functions such as `\Dom\HTMLDocument::createFromString()` and use them if possible, keeping the old code while we still support PHP 8.3- Needed for...
### Describe the bug Our current CSS for the *origine* (default) theme works mostly in [SeaMonkey](https://www.seamonkey-project.org), which uses an older Gecko engine, except for a wrong overlay of the date:...