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
/
digest.php
Age
Commit message (
Expand
)
Author
2022-11-28
Consistently get the self URL.
wn_
2022-10-01
Fix PHP8 strtime warning if argument is null (addendum)
jmechnich
2022-08-12
Use arrow functions in some places.
wn_
2021-11-12
Address PHPStan warnings in 'classes/article.php'.
wn_
2021-11-11
Address PHPStan warnings in 'inclasses/digest.php'.
wn_
2021-03-08
fix digest preview not working on mysql because of a quoted LIMIT argument
Andrew Dolgov
2021-03-02
add digest preview button, also fix a bunch of bugs
Andrew Dolgov
2021-02-25
use constants in get_pref()/set_pref()
Andrew Dolgov
2021-02-25
implement prefs UI based on new prefs class and a few more things
Andrew Dolgov
2021-02-22
migrate the rest into Config::
Andrew Dolgov
2021-02-22
wip: initial for config object
Andrew Dolgov
2021-02-22
fix several issues reported by phpstan
Andrew Dolgov
2021-02-15
article: unify naming
Andrew Dolgov
2021-02-06
fix some more warnings reported by phpstan
Andrew Dolgov
2020-09-23
move timestamp-related stuff to a separate class
Andrew Dolgov
2020-03-13
allow overriding built-in templates via templates.local
Andrew Dolgov
2019-10-09
add notifications for mail and password changes
Andrew Dolgov
2019-03-26
digest text mode excerpt: use ellipsis fit for plain text
Andrew Dolgov
2019-03-26
digest text mode: fix article excerpt source
Andrew Dolgov
2019-03-16
enable excerpt for text digest
Andrew Dolgov
2019-03-02
digest: add ARTICLE_LABELS
Andrew Dolgov
2018-12-21
prepare_headlines_digest: do not use PDO constants by reference
Andrew Dolgov
2018-11-30
debug logging system rework:
Andrew Dolgov
2018-11-22
mailer: split to/from name/addresses
Andrew Dolgov
2018-11-22
remove PHPMailer and related directives from config.php-dist; add pluggable M...
Andrew Dolgov
2018-01-02
binding statement named param instead of positional replacement
immanuelfodor
2017-12-01
digest: use PDO
Andrew Dolgov
2017-05-04
move digest stuff to Digest class
Andrew Dolgov