summaryrefslogtreecommitdiff
path: root/classes/Counters.php
AgeCommit message (Expand)Author
2025-07-30fix publishedcounter not working for feed countersAndrew Dolgov
2025-07-30add missing count_published to get_cats() and fix some misleading indentingAndrew Dolgov
2025-07-30implement special counter display when viewing by published, similar to markedAndrew Dolgov
2025-05-18Use ORM in 'Counters::get_feeds()' (and simplify stuff).wn_
2025-05-18Deprecate and remove use of the 'SUBSTRING_FOR_DATE' constant.wn_
2024-12-15Don't bother passing unused arguments to 'TimeHelper::make_local_datetime()'.wn_
2024-12-15Consistently handle the 'smart' display of default/never dates.wn_
2024-11-12Minor @var cleanup in Counterswn_
2024-11-12Address PHPStan findings as of 2.0.1wn_
2024-10-01drop opentelemetryAndrew Dolgov
2024-03-26Make implicit nullable parameters explicitly nullable.wn_
2023-10-25move to psr-4 autoloaderAndrew Dolgov