| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2025-05-18 | Use ORM in 'Counters::get_feeds()' (and simplify stuff). | wn_ | |
| 2025-05-18 | Deprecate and remove use of the 'SUBSTRING_FOR_DATE' constant. | wn_ | |
| With MySQL support removed (b154bc7a10e46dc9fa0406996507c4fd410366da) this constant is unnecessary. | |||
| 2024-12-15 | Don't bother passing unused arguments to 'TimeHelper::make_local_datetime()'. | wn_ | |
| There's no point in passing '$long' unless '$no_smart_dt' is set to 'true'. | |||
| 2024-12-15 | Consistently handle the 'smart' display of default/never dates. | wn_ | |
| 2024-11-12 | Minor @var cleanup in Counters | wn_ | |
| 2024-11-12 | Address PHPStan findings as of 2.0.1 | wn_ | |
| 2024-10-01 | drop opentelemetry | Andrew Dolgov | |
| 2024-03-26 | Make implicit nullable parameters explicitly nullable. | wn_ | |
| This is to address a deprecation planned for PHP 8.4. https://wiki.php.net/rfc/deprecate-implicitly-nullable-types | |||
| 2023-10-25 | move to psr-4 autoloader | Andrew Dolgov | |