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) {
2017-05-04 14:50:56 +03:00
..
auth remove some redundant php closing tags 2017-04-26 20:24:18 +03:00
db add some basic API unit tests 2017-04-27 00:24:17 +03:00
feeditem remove some redundant php closing tags 2017-04-26 20:24:18 +03:00
handler move the following to Feeds: 2017-05-04 14:50:56 +03:00
logger remove some redundant php closing tags 2017-04-26 20:24:18 +03:00
pref move the following to Feeds: 2017-05-04 14:50:56 +03:00
api.php move the following to Feeds: 2017-05-04 14:50:56 +03:00
article.php move the following to Article: 2017-05-04 14:38:45 +03:00
backend.php remove some redundant php closing tags 2017-04-26 20:24:18 +03:00
db.php remove some redundant php closing tags 2017-04-26 20:24:18 +03:00
dbupdater.php remove some redundant php closing tags 2017-04-26 20:24:18 +03:00
dlg.php remove some redundant php closing tags 2017-04-26 20:24:18 +03:00
feedenclosure.php remove some redundant php closing tags 2017-04-26 20:24:18 +03:00
feeditem.php remove some redundant php closing tags 2017-04-26 20:24:18 +03:00
feedparser.php remove some redundant php closing tags 2017-04-26 20:24:18 +03:00
feeds.php move the following to Feeds: 2017-05-04 14:50:56 +03:00
handler.php remove some redundant php closing tags 2017-04-26 20:24:18 +03:00
iauthmodule.php remove some redundant php closing tags 2017-04-26 20:24:18 +03:00
idb.php remove some redundant php closing tags 2017-04-26 20:24:18 +03:00
ihandler.php remove some redundant php closing tags 2017-04-26 20:24:18 +03:00
logger.php remove some redundant php closing tags 2017-04-26 20:24:18 +03:00
opml.php move the following to Feeds: 2017-05-04 14:50:56 +03:00
plugin.php remove some redundant php closing tags 2017-04-26 20:24:18 +03:00
pluginhandler.php remove some redundant php closing tags 2017-04-26 20:24:18 +03:00
pluginhost.php remove some redundant php closing tags 2017-04-26 20:24:18 +03:00
rpc.php move the following to Feeds: 2017-05-04 14:50:56 +03:00
ttrssmailer.php remove some redundant php closing tags 2017-04-26 20:24:18 +03:00