You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
tt-rss/classes
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) {
8 years ago
..
auth
db
feeditem
handler move the following to Feeds: 8 years ago
logger
pref move the following to Feeds: 8 years ago
api.php move the following to Feeds: 8 years ago
article.php move the following to Article: 8 years ago
backend.php remove some redundant php closing tags 8 years ago
db.php
dbupdater.php
dlg.php
feedenclosure.php
feeditem.php
feedparser.php
feeds.php move the following to Feeds: 8 years ago
handler.php
iauthmodule.php
idb.php
ihandler.php
logger.php remove some redundant php closing tags 8 years ago
opml.php move the following to Feeds: 8 years ago
plugin.php
pluginhandler.php
pluginhost.php remove some redundant php closing tags 8 years ago
rpc.php move the following to Feeds: 8 years ago
ttrssmailer.php