Alexandre Alapetite

Results 88 issues of 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...

Important :fire:
System care

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....

SimplePie :cake:
help wanted
RSS standard

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...

Search :mag:

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 ![image](https://github.com/user-attachments/assets/ea605bf0-fe92-4f67-81f3-bc34c3fbd8af)

* Move to *Display* ![image](https://github.com/user-attachments/assets/518d88df-c31f-4672-827d-0459ee8ef63e) * Maybe move to *Display* ![image](https://github.com/user-attachments/assets/c2093946-d9f8-4d59-8ef6-a053838d900b) ![image](https://github.com/user-attachments/assets/d2f1f42b-996b-40a2-85f3-5e3142f4623b) * Move elsewhere, maybe to *Reading* ![image](https://github.com/user-attachments/assets/436a44f1-784e-48e6-8f57-b6f09a295350)

UI :art:
good first issue
help wanted

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...

good first issue
help wanted
php

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...

SimplePie :cake:
Security :shield:
help wanted
php

### 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:...

UI :art:
good first issue
help wanted
Theme