summaryrefslogtreecommitdiff
path: root/include/ccache.php
AgeCommit message (Collapse)Author
2017-05-04move counter cache to a separate classAndrew Dolgov
fix references to get_article_tags
2017-05-04move the following to Feeds:Andrew Dolgov
+ static function catchup_feed($feed, $cat_view, $owner_uid = false, $mode = 'all', $search = false) { + static function getFeedArticles($feed, $is_cat = false, $unread_only = false, + static function subscribe_to_feed($url, $cat_id = 0, + static function getFeedIcon($id) { + static function getFeedTitle($id, $cat = false) { + static function getCategoryUnread($cat, $owner_uid = false) { + static function getCategoryChildrenUnread($cat, $owner_uid = false) {
2017-04-26remove some redundant php closing tagsAndrew Dolgov
2015-03-06add housekeeping task for orphaned counter cache entriesAndrew Dolgov
2013-10-09add experimental hack to speed up ccache category calculationAndrew Dolgov
2013-05-02Revert "ccache: do not force recalculate child counters on category upgrade ↵Andrew Dolgov
because this is handled elsewhere" http://tt-rss.org/forum/viewtopic.php?f=10&t=1964 This reverts commit d571740b33994a8faa5290b63d1c8b68f16e7686.
2013-05-01ccache: do not force recalculate child counters on category upgrade because ↵Andrew Dolgov
this is handled elsewhere
2013-04-17fix blank character after opening bracket in function callsAndrew Dolgov
2013-04-17remove $linkAndrew Dolgov
2013-02-27ccache: disable force overriding owner_uid on real feeds (why was this needed?)Andrew Dolgov
2013-01-22split some more functions from functions.phpAndrew Dolgov