index
:
forks/tt-rss
main
Fork of deprecated tt-rss repo
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
classes
/
debug.php
Age
Commit message (
Expand
)
Author
2023-10-25
move to psr-4 autoloader
Andrew Dolgov
2023-08-02
* logger: add optional HTML output
Andrew Dolgov
2022-08-12
Switch to direct type declarations of class properties.
wn_
2022-06-10
* add UserHelper methods to manipulate user database (add, modify, delete)
Andrew Dolgov
2022-02-03
Replace deprecated `strftime`
Felix Eckhofer
2021-12-01
Revert "various fixes vor php 8.1 compatibility"
Andrew Dolgov
2021-12-01
Revert "replace strftime with date"
Andrew Dolgov
2021-11-30
replace strftime with date
David Edler
2021-11-30
various fixes vor php 8.1 compatibility
David Edler
2021-11-12
Switch class properties from PHP typing to PHPDoc for compatibility with PHP ...
wn_
2021-11-12
Fix some PHPStan warnings in 'classes/db/migrations.php', 'classes/db/prefs.p...
wn_
2021-11-12
Address PHPStan warnings in 'classes/feeds.php'.
wn_
2021-11-11
Address PHPStan warnings in 'classes/debug.php'.
wn_
2021-03-06
general cleanup, set some type hints
Andrew Dolgov
2021-03-04
wip for db_migrations for core schema
Andrew Dolgov
2020-09-22
use self:: in some places to invoke static methods from the same class
Andrew Dolgov
2018-12-01
CLI tools: fix --quiet not working if --log is unset
Andrew Dolgov
2018-11-30
debug logging system rework:
Andrew Dolgov