summaryrefslogtreecommitdiff
path: root/classes/debug.php
AgeCommit message (Collapse)Author
2023-08-02 * logger: add optional HTML outputAndrew Dolgov
* feed debugger: add checkbox to dump feed XML
2022-08-12Switch to direct type declarations of class properties.wn_
2022-06-10 * add UserHelper methods to manipulate user database (add, modify, delete)Andrew Dolgov
* expose said methods via CLI (update.php) * fix several invocations of deprecated functions * set stricter type hints on several method arguments
2022-02-03Replace deprecated `strftime`Felix Eckhofer
2021-12-01Revert "various fixes vor php 8.1 compatibility"Andrew Dolgov
This reverts commit 14027ae04e4aee6cf1c3a4ff9a390ec266c0fb09.
2021-12-01Revert "replace strftime with date"Andrew Dolgov
This reverts commit 72e21f89ce2465fafc08a92dc2d216b55f355f28.
2021-11-30replace strftime with dateDavid Edler
2021-11-30various fixes vor php 8.1 compatibilityDavid Edler
2021-11-12Switch class properties from PHP typing to PHPDoc for compatibility with PHP ↵wn_
< 7.4.0
2021-11-12Fix some PHPStan warnings in 'classes/db/migrations.php', ↵wn_
'classes/db/prefs.php', and 'classes/debug.php'.
2021-11-12Address PHPStan warnings in 'classes/feeds.php'.wn_
Also some minor related tweaks in other classes.
2021-11-11Address PHPStan warnings in 'classes/debug.php'.wn_
2021-03-06general cleanup, set some type hintsAndrew Dolgov
2021-03-04wip for db_migrations for core schemaAndrew Dolgov
2020-09-22use self:: in some places to invoke static methods from the same classAndrew Dolgov
2018-12-01CLI tools: fix --quiet not working if --log is unsetAndrew Dolgov
2018-11-30debug logging system rework:Andrew Dolgov
* support various logging levels per-message * remove hacks like debug_suppress, DAEMON_EXTENDED_DEBUG, etc * _debug() is kept as a compatibility shim for plugins