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
/
prefs.php
Age
Commit message (
Expand
)
Author
2021-03-10
experimental: add preference to show combined mode headlines as a 2 column grid
Andrew Dolgov
2021-03-02
store widescreen mode setting in preferences instead of a cookie
Andrew Dolgov
2021-02-27
add an option to disable conditional counters
Andrew Dolgov
2021-02-26
Fix the type hint for '_DEFAULT_VIEW_MODE'.
wn_
2021-02-26
add Prefs::DEBUG_HEADLINE_IDS
Andrew Dolgov
2021-02-26
add an option to disable DISTINCT on headlines query (unless it's Labels cate...
Andrew Dolgov
2021-02-25
prefs: migrate after cache has been filled to skip 1 pref request
Andrew Dolgov
2021-02-25
cache schema version better
Andrew Dolgov
2021-02-25
reduce overall amount of unnecessary database queries
Andrew Dolgov
2021-02-25
wrap prefs->migrate() into a transaction block
Andrew Dolgov
2021-02-25
logger: shorter syntax
Andrew Dolgov
2021-02-25
prefs cleanup
Andrew Dolgov
2021-02-25
pref-prefs: use constants instead of hardcoded strings
Andrew Dolgov
2021-02-25
prefs: don't try to do anything on schema < 141
Andrew Dolgov
2021-02-25
deal with feed update scheduling w/ new prefs
Andrew Dolgov
2021-02-25
implement prefs UI based on new prefs class and a few more things
Andrew Dolgov
2021-02-25
add prefs caching
Andrew Dolgov
2021-02-25
initial (wip) for new prefs: add missing
Andrew Dolgov