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
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'.
7 years ago
..
auth remove some redundant php closing tags 8 years ago
db use mysqli_set_charset() to set MYSQL_CHARSET 7 years ago
feeditem Use 'saveHTML' when generating HTML from a DOMDocument. 7 years ago
handler replace some usages of SELF_URL_PATH with get_self_url_prefix() 7 years ago
logger remove some redundant php closing tags 8 years ago
pref filters/edit: properly parse feed-specific legacy format filter rules 7 years ago
api.php pref/feeds: start user category ordering from 1 8 years ago
article.php add HOOK_FORMAT_ARTICLE & HOOK_FORMAT_ARTICLE_CDM 8 years ago
backend.php move digest stuff to Digest class 8 years ago
ccache.php move counter cache to a separate class 8 years ago
counters.php move counter stuff to a separate class 8 years ago
db.php remove some redundant php closing tags 8 years ago
dbupdater.php dbupdater: fail if version file missing 8 years ago
digest.php move digest stuff to Digest class 8 years ago
dlg.php remove some redundant php closing tags 8 years ago
feedenclosure.php remove some redundant php closing tags 8 years ago
feeditem.php remove some redundant php closing tags 8 years ago
feedparser.php remove some redundant php closing tags 8 years ago
feeds.php add HOOK_FORMAT_ARTICLE & HOOK_FORMAT_ARTICLE_CDM 8 years ago
handler.php remove some redundant php closing tags 8 years ago
iauthmodule.php remove some redundant php closing tags 8 years ago
idb.php remove some redundant php closing tags 8 years ago
ihandler.php remove some redundant php closing tags 8 years ago
labels.php get_all_labels: order by caption 7 years ago
logger.php remove some redundant php closing tags 8 years ago
opml.php Revert "Revert "filters: support matching on multiple feeds/categories"" 8 years ago
plugin.php classes/Plugin: remove dbh & host fields; set init() and about() as abstract methods. 8 years ago
pluginhandler.php remove some redundant php closing tags 8 years ago
pluginhost.php Add 'HOOK_FEED_BASIC_INFO' to enable plugins to provide basic feed info. 7 years ago
rpc.php remove pubsubhubbub: dead 8 years ago
rssutils.php Add 'HOOK_FEED_BASIC_INFO' to enable plugins to provide basic feed info. 7 years ago
ttrssmailer.php remove some redundant php closing tags 8 years ago