]> git.wh0rd.org - tt-rss.git/commit - classes/handler/public.php
move the following to Feeds:
authorAndrew Dolgov <noreply@madoka.volgo-balt.ru>
Thu, 4 May 2017 11:50:56 +0000 (14:50 +0300)
committerAndrew Dolgov <noreply@madoka.volgo-balt.ru>
Thu, 4 May 2017 11:50:56 +0000 (14:50 +0300)
commit86a8351ca2abbacda557819cefb66379a450103c
treee50d01443417ee8fee24440b466fe87e8e049a95
parent7e5f8d9fb323dc5e47f545984c6f9b3d320a2912
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) {
12 files changed:
classes/api.php
classes/feeds.php
classes/handler/public.php
classes/opml.php
classes/pref/feeds.php
classes/pref/filters.php
classes/rpc.php
include/ccache.php
include/functions.php
include/functions2.php
plugins/af_psql_trgm/init.php
plugins/af_readability/init.php