Commit Graph

10 Commits (a230bf88a9ce4589eeaf2d00226eafb78b4de01c)

Author SHA1 Message Date
Andrew Dolgov 86a8351ca2 move the following to Feeds:
+       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) {
7 years ago
Andrew Dolgov ea79a0e033 remove some redundant php closing tags 7 years ago
Andrew Dolgov 168cf351e2 add housekeeping task for orphaned counter cache entries 9 years ago
Andrew Dolgov b66be03a48 add experimental hack to speed up ccache category calculation 11 years ago
Andrew Dolgov d0e9c40a5a Revert "ccache: do not force recalculate child counters on category upgrade because this is handled elsewhere"
http://tt-rss.org/forum/viewtopic.php?f=10&t=1964

This reverts commit d571740b33.
11 years ago
Andrew Dolgov d571740b33 ccache: do not force recalculate child counters on category upgrade because this is handled elsewhere 11 years ago
Andrew Dolgov a42c55f02b fix blank character after opening bracket in function calls 11 years ago
Andrew Dolgov 6322ac79a0 remove $link 11 years ago
Andrew Dolgov 1b87341afa ccache: disable force overriding owner_uid on real feeds (why was this needed?) 12 years ago
Andrew Dolgov 87d7e8507a split some more functions from functions.php 12 years ago