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
/
article.php
Age
Commit message (
Expand
)
Author
2021-11-16
not dead: Article.assigntolabel etc are exported methods called by frontend (...
Andrew Dolgov
2021-11-16
Minor fix in 'classes/articles.php'.
wn_
2021-11-15
Minor fix to DOMNodeList#item() potential type (null vs false)
wn_
2021-11-15
deal with several DOMElement-related errors
Andrew Dolgov
2021-11-15
Address PHPStan warnings in FeedItem classes.
wn_
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-03-07
HOOK_ARTICLE_IMAGE: stop after first provided match
Andrew Dolgov
2021-03-07
nsfw: support API clients
Andrew Dolgov
2021-03-02
use ORM for article _labels_of/_feeds_of
Andrew Dolgov
2021-03-02
article/redirect: use orm (cast id to int)
Andrew Dolgov
2021-03-02
article/redirect: use orm
Andrew Dolgov
2021-03-01
delete Article getScore (seems to be unused)
Andrew Dolgov
2021-02-25
use constants in get_pref()/set_pref()
Andrew Dolgov
2021-02-24
request label counters conditionally
Andrew Dolgov
2021-02-24
pass array to setScore
Andrew Dolgov
2021-02-24
try to calculate counters conditionally based on feed ids
Andrew Dolgov
2021-02-22
wip: initial for config object
Andrew Dolgov
2021-02-22
reinstate HOOK_RENDER_ENCLOSURE
Andrew Dolgov
2021-02-20
also disable Article.completeTags
Andrew Dolgov
2021-02-19
format note on the client
Andrew Dolgov
2021-02-19
setArticleTags: always return tags from the db
Andrew Dolgov
2021-02-19
render tags on the client
Andrew Dolgov
2021-02-19
render headline labels on the client
Andrew Dolgov
2021-02-16
_format_enclosures: always return entries array
Andrew Dolgov
2021-02-15
diskcache: unify naming
Andrew Dolgov
2021-02-15
article: unify naming
Andrew Dolgov
2021-02-15
edit tags: use client dialog
Andrew Dolgov
2021-02-15
render enclosures on the client
Andrew Dolgov
2021-02-14
Lazy load image attachments
Joseph
2021-02-13
fail better if requested article URL is blank
Andrew Dolgov
2021-02-12
rework a few more dialogs to use App.dialogOf()
Andrew Dolgov
2021-02-09
make ARTICLE_KIND_ constants class members
Andrew Dolgov
2021-02-08
more hooks, also add type hint for PluginHost::getInstance()
Andrew Dolgov
2021-02-08
some more hooks
Andrew Dolgov
2021-02-08
move some old-style handlers to new callback ones
Andrew Dolgov
2021-02-06
fix even more warnings reported by phpstan
Andrew Dolgov
2021-02-05
initial WIP for php8; bump php version requirement to 7.0
Andrew Dolgov
2021-01-15
pluginhost: load plugin data automatically (also marks load_data method as pr...
Andrew Dolgov
2020-12-20
update_rss_feed: fix BLACKLISTED_TAGS not working properly, simplify tag-rela...
Andrew Dolgov
2020-12-08
Merge branch 'master' of git.fakecake.org:tt-rss
Andrew Dolgov
2020-12-08
get_article_image: add support for ARTICLE_KIND_ALBUM
Andrew Dolgov
2020-12-07
setArticleTags: prevent duplicate tags being assigned if called twice
Andrew Dolgov
2020-12-07
get_article_image: return basic kind to which flavor image belongs
Andrew Dolgov
2020-09-22
use self:: in some places to invoke static methods from the same class
Andrew Dolgov
2020-09-17
replace FALSE with false so that static analyzer shuts up about it
Andrew Dolgov
2020-09-17
fix several cases of Db class being invoked as wrong name (as DB)
Andrew Dolgov
2020-09-15
editarticletags: load dialog via XHR
Andrew Dolgov
2020-09-15
require CSRF token for Article/redirect
Andrew Dolgov
[next]