tt-rss/classes
wn_ bec5ba93e2 Add 'HOOK_FEED_BASIC_INFO' to enable plugins to provide basic feed info.
It's expected the plugin will return content parsable by FeedParser, which
will act as an interface to the basic feed info.  In the case of a plugin
that also uses 'HOOK_FETCH_FEED', both might return the same content.

The hook signature was made somewhat similar to 'HOOK_FETCH_FEED'.
2017-09-24 19:37:49 -05:00
..
auth remove some redundant php closing tags 2017-04-26 20:24:18 +03:00
db use mysqli_set_charset() to set MYSQL_CHARSET 2017-08-09 08:05:52 +03:00
feeditem Use 'saveHTML' when generating HTML from a DOMDocument. 2017-09-09 13:51:59 -05:00
handler replace some usages of SELF_URL_PATH with get_self_url_prefix() 2017-07-06 23:01:44 +03:00
logger remove some redundant php closing tags 2017-04-26 20:24:18 +03:00
pref filters/edit: properly parse feed-specific legacy format filter rules 2017-08-14 22:29:50 +03:00
api.php pref/feeds: start user category ordering from 1 2017-06-26 16:29:57 +03:00
article.php add HOOK_FORMAT_ARTICLE & HOOK_FORMAT_ARTICLE_CDM 2017-05-26 23:22:00 +03:00
backend.php move digest stuff to Digest class 2017-05-04 15:41:38 +03:00
ccache.php move counter cache to a separate class 2017-05-04 15:22:57 +03:00
counters.php move counter stuff to a separate class 2017-05-05 11:54:31 +03:00
db.php remove some redundant php closing tags 2017-04-26 20:24:18 +03:00
dbupdater.php dbupdater: fail if version file missing 2017-07-02 20:53:07 +03:00
digest.php move digest stuff to Digest class 2017-05-04 15:41:38 +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 add HOOK_FORMAT_ARTICLE & HOOK_FORMAT_ARTICLE_CDM 2017-05-26 23:22:00 +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
labels.php get_all_labels: order by caption 2017-07-30 15:25:49 +03:00
logger.php remove some redundant php closing tags 2017-04-26 20:24:18 +03:00
opml.php Revert "Revert "filters: support matching on multiple feeds/categories"" 2017-07-02 20:37:52 +03:00
plugin.php classes/Plugin: remove dbh & host fields; set init() and about() as abstract methods. 2017-05-23 21:16:30 +03:00
pluginhandler.php remove some redundant php closing tags 2017-04-26 20:24:18 +03:00
pluginhost.php Add 'HOOK_FEED_BASIC_INFO' to enable plugins to provide basic feed info. 2017-09-24 19:37:49 -05:00
rpc.php remove pubsubhubbub: dead 2017-05-16 10:41:20 +03:00
rssutils.php Add 'HOOK_FEED_BASIC_INFO' to enable plugins to provide basic feed info. 2017-09-24 19:37:49 -05:00
ttrssmailer.php remove some redundant php closing tags 2017-04-26 20:24:18 +03:00