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
/
labels.php
Age
Commit message (
Expand
)
Author
2021-11-13
Fix the type of Labels::update_cache()
wn_
2021-11-12
Address PHPStan warnings in 'classes/rpc.php'.
wn_
2021-11-12
Address PHPStan warnings in 'classes/article.php'.
wn_
2021-11-11
Address PHPStan warnings in 'classes/labels.php'.
wn_
2021-02-21
for the most part, deal with filter rules UI
Andrew Dolgov
2021-02-15
article: unify naming
Andrew Dolgov
2021-02-06
fix some more warnings reported by phpstan
Andrew Dolgov
2020-09-22
use self:: in some places to invoke static methods from the same class
Andrew Dolgov
2020-04-04
search: add support for label:XXX search keyword
Andrew Dolgov
2018-12-06
labels: unfortunately we can't rely on caption to selectively clear label_cac...
Andrew Dolgov
2018-11-03
php: remove trailing whitespaces
Andrew Dolgov
2017-12-02
fix label cache being double escaped on save
Andrew Dolgov
2017-12-02
OPML: use PDO; minor fixes
Andrew Dolgov
2017-12-02
labels: PDO
Andrew Dolgov
2017-07-30
get_all_labels: order by caption
Andrew Dolgov
2017-07-30
do not base headlines label context submenu on feed tree labels category
Andrew Dolgov
2017-05-04
move label stuff to Labels class
Andrew Dolgov