summaryrefslogtreecommitdiff
path: root/classes/pluginhost.php
AgeCommit message (Collapse)Author
2015-04-21add HOOK_RENDER_ENCLOSURE & af_youtube_embed pluginAndrew Dolgov
2014-08-19add pluginhost HOOK_HEADLINES_BEFORE (refs #814)Andrew Dolgov
2014-05-19Add subscribe hook, give more information to fetch_feed hookwltb
2014-05-12Added HOOK_FORMAT_ENCLOSURES plugin hook.Dave Zaikos
Runs HTML and enclosures array through a plugin hook when rendering an article's enclosures in format_article_enclosures(). Allows plugins to override handling of how enclosures are presented by either filtering the array of enclosures, or generating the HTML to add to the article content.
2014-04-23Make search mechanism pluggableRob Hoelz
Currently, TinyTinyRSS can use raw SQL or the Sphinx search engine for searching. It would be nice if other search engines (such as Xapian) could be used, or if features of the underlying SQL engine (such as MySQL's FULLTEXT indexes) could be leveraged. This commit makes searching into a plugin hook, falling back to the builtin behavior if no search plugin is active. The Sphinx search behavior has been broken out into a plugin.
2014-03-14make_init_params: add pluginsAndrew Dolgov
2014-01-25Fixed a bug in PluginHost::del_hook() where the parameters passed to ↵Dave Zaikos
array_search() were in the incorrect order.
2013-08-02add hook_house_keepingAndrew Dolgov
2013-06-27Changes to add a new hook: HOOK_QUERY_HEADLINES. An example is provided.justauser
2013-05-27pluginhost: allow html tags in plugin storageAndrew Dolgov
2013-05-20add HOOK_FETCH_FEEDAndrew Dolgov
2013-05-07Fixing bugs found by static analysisRasmus Lerdorf
2013-04-28pluginhost: remove session cache for storageAndrew Dolgov
2013-04-26add HOOK_PREFS_SAVE_FEEDAndrew Dolgov
2013-04-26add HOOK_PREFS_EDIT_FEEDAndrew Dolgov
2013-04-19plugins: bump API versionAndrew Dolgov
2013-04-19implement plugin API version compatibility checkAndrew Dolgov
2013-04-19better handle get_link() enabled plugins crashing on loadAndrew Dolgov
2013-04-19pref_prefs: remove second argument from the constructorAndrew Dolgov
2013-04-18make pluginhost a singletonAndrew Dolgov
2013-04-17classes: use OO DB interfaceAndrew Dolgov
2013-04-17fix blank character after opening bracket in function callsAndrew Dolgov
2013-04-17remove $linkAndrew Dolgov
2013-04-16do not try to load plugins which aren't directoriesAndrew Dolgov
2013-04-12add support for plugins adding API methodsAndrew Dolgov
2013-04-09add HOOK_ARTICLE_LEFT_BUTTONAndrew Dolgov
2013-04-02Add hook to add explanations of hotkey actions via plugins.Daniel Andersson
2013-04-01add HOOK_TOOLBAR_BUTTON, HOOK_ACTION_ITEM, HOOK_HEADLINE_TOOLBAR_BUTTONAndrew Dolgov
2013-03-28greaderimport: add command line modeAndrew Dolgov
2013-03-27add experimental base for plugin vfeeds (3 pane mode not yetAndrew Dolgov
implemented)
2013-03-22db_escape_string: specify link parameter for consistency; sessions: do not ↵Andrew Dolgov
force-close db connection in _close()
2013-03-21add HOOK_RENDER_ARTICLE_API (closes #608)Andrew Dolgov
2013-03-21rework update.php to use getopt; allow --task parameterAndrew Dolgov
2013-03-19reimplement HOOK_SANITIZE (plugs before final removal of harmful tags)Andrew Dolgov
2013-03-19Revert "add experimental HOOK_SANITIZE"Andrew Dolgov
This reverts commit 2130fe7a18d7e1863575feda9ec39654541eee77.
2013-03-18add experimental HOOK_SANITIZEAndrew Dolgov
2013-02-26pluginhost: add get_debug()/set_debug() for plugins to detect if debugging ↵Andrew Dolgov
is allowed
2013-02-23implement HOOK_FEED_FETCHEDAndrew Dolgov
2013-02-23implement article render hooksAndrew Dolgov
2012-12-30rename plugin main class filesAndrew Dolgov
2012-12-28main ui: action-based hotkey system, add swap_jk pluginAndrew Dolgov
2012-12-27add plugin storage table to schema; add ability to clear plugin dataAndrew Dolgov
2012-12-27add experimental key/value storage for pluginsAndrew Dolgov
2012-12-27move authentication modules to plugins/Andrew Dolgov
2012-12-27add several HOOK_PREFS_TAB_SECTION hook pointsAndrew Dolgov
2012-12-25more work on user-selectable plugins; properly process system and user pluginsAndrew Dolgov
2012-12-25experimental support for per-user plugins (bump schema)Andrew Dolgov
2012-12-24add -list-plugins option; about sections to pluginsAndrew Dolgov
2012-12-24add HOOK_UPDATE_TASKAndrew Dolgov
2012-12-24implement HOOK_FEED_PARSED, add example plugin (refs #424)Andrew Dolgov