summaryrefslogtreecommitdiff
path: root/classes/article.php
AgeCommit message (Expand)Author
2021-03-02wip separate handlersexp-separate-handlersAndrew Dolgov
2021-03-02use ORM for article _labels_of/_feeds_ofAndrew Dolgov
2021-03-02article/redirect: use orm (cast id to int)Andrew Dolgov
2021-03-02article/redirect: use ormAndrew Dolgov
2021-03-01delete Article getScore (seems to be unused)Andrew Dolgov
2021-02-25use constants in get_pref()/set_pref()Andrew Dolgov
2021-02-24request label counters conditionallyAndrew Dolgov
2021-02-24pass array to setScoreAndrew Dolgov
2021-02-24try to calculate counters conditionally based on feed idsAndrew Dolgov
2021-02-22wip: initial for config objectAndrew Dolgov
2021-02-22reinstate HOOK_RENDER_ENCLOSUREAndrew Dolgov
2021-02-20also disable Article.completeTagsAndrew Dolgov
2021-02-19format note on the clientAndrew Dolgov
2021-02-19setArticleTags: always return tags from the dbAndrew Dolgov
2021-02-19render tags on the clientAndrew Dolgov
2021-02-19render headline labels on the clientAndrew Dolgov
2021-02-16_format_enclosures: always return entries arrayAndrew Dolgov
2021-02-15diskcache: unify namingAndrew Dolgov
2021-02-15article: unify namingAndrew Dolgov
2021-02-15edit tags: use client dialogAndrew Dolgov
2021-02-15render enclosures on the clientAndrew Dolgov
2021-02-14Lazy load image attachmentsJoseph
2021-02-13fail better if requested article URL is blankAndrew Dolgov
2021-02-12rework a few more dialogs to use App.dialogOf()Andrew Dolgov
2021-02-09make ARTICLE_KIND_ constants class membersAndrew Dolgov
2021-02-08more hooks, also add type hint for PluginHost::getInstance()Andrew Dolgov
2021-02-08some more hooksAndrew Dolgov
2021-02-08move some old-style handlers to new callback onesAndrew Dolgov
2021-02-06fix even more warnings reported by phpstanAndrew Dolgov
2021-02-05initial WIP for php8; bump php version requirement to 7.0Andrew Dolgov
2021-01-15pluginhost: load plugin data automatically (also marks load_data method as pr...Andrew Dolgov
2020-12-20update_rss_feed: fix BLACKLISTED_TAGS not working properly, simplify tag-rela...Andrew Dolgov
2020-12-08Merge branch 'master' of git.fakecake.org:tt-rssAndrew Dolgov
2020-12-08get_article_image: add support for ARTICLE_KIND_ALBUMAndrew Dolgov
2020-12-07setArticleTags: prevent duplicate tags being assigned if called twiceAndrew Dolgov
2020-12-07get_article_image: return basic kind to which flavor image belongsAndrew Dolgov
2020-09-22use self:: in some places to invoke static methods from the same classAndrew Dolgov
2020-09-17replace FALSE with false so that static analyzer shuts up about itAndrew Dolgov
2020-09-17fix several cases of Db class being invoked as wrong name (as DB)Andrew Dolgov
2020-09-15editarticletags: load dialog via XHRAndrew Dolgov
2020-09-15require CSRF token for Article/redirectAndrew Dolgov
2020-06-05eslint-related fixes; move a few things from global context to AppAndrew Dolgov
2020-01-24scrap counter cache system; rework counters to sum() booleans insteadAndrew Dolgov
2019-11-20tag-related fixesAndrew Dolgov
2019-08-15HOOK_ARTICLE_IMAGE: allow hooks to modify article contentAndrew Dolgov
2019-08-15add HOOK_ARTICLE_IMAGE for Article::get_article_image()Andrew Dolgov
2019-08-14Article::get_article_image() - provide cached URLs if possibleAndrew Dolgov
2019-08-14Article::get_article_image() - set default to "" instead of "false"Andrew Dolgov
2019-08-14Article::get_article_image() - also return stream URI if possibleAndrew Dolgov
2019-08-14* move get_article_image to Article; implement better og:image detection (sim...Andrew Dolgov