Commit Graph

60 Commits (ad9928a5cb50bfd9cddce5e68efcc843a9a30288)

Author SHA1 Message Date
Andrew Dolgov 5914f31981 pluginhost: mention that update task & housekeeping hooks are for global plugins only 9 years ago
Andrew Dolgov ca5d39e866 pluginhost: assume plugins.local exists 9 years ago
Andrew Dolgov 7c0a2ab202 pluginhost: allow loading user plugins from plugins.local 9 years ago
Andrew Dolgov 945346cbff add HOOK_RENDER_ENCLOSURE & af_youtube_embed plugin 9 years ago
Andrew Dolgov 7eb87b80d5 add pluginhost HOOK_HEADLINES_BEFORE (refs #814) 10 years ago
wltb 01465325b4 Add subscribe hook, give more information to fetch_feed hook 10 years ago
Dave Zaikos 2bb11658a8 Added HOOK_FORMAT_ENCLOSURES plugin hook.
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.
10 years ago
Rob Hoelz baaf4c3043 Make search mechanism pluggable
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.
10 years ago
Andrew Dolgov 84e36b61a3 make_init_params: add plugins 10 years ago
Dave Zaikos a96bb3d88a Fixed a bug in PluginHost::del_hook() where the parameters passed to array_search() were in the incorrect order. 11 years ago
Andrew Dolgov 8e47022036 add hook_house_keeping 11 years ago
justauser 891e36f57e Changes to add a new hook: HOOK_QUERY_HEADLINES. An example is provided. 11 years ago
Andrew Dolgov 14c84904fe pluginhost: allow html tags in plugin storage 11 years ago
Andrew Dolgov ee65bef405 add HOOK_FETCH_FEED 11 years ago
Rasmus Lerdorf 6f7798b643 Fixing bugs found by static analysis 11 years ago
Andrew Dolgov d48398e647 pluginhost: remove session cache for storage 11 years ago
Andrew Dolgov 8cefe38a0a add HOOK_PREFS_SAVE_FEED 11 years ago
Andrew Dolgov 057177eb2c add HOOK_PREFS_EDIT_FEED 11 years ago
Andrew Dolgov 106a3de91c plugins: bump API version 11 years ago
Andrew Dolgov ddf28801e4 implement plugin API version compatibility check 11 years ago
Andrew Dolgov 726bd48e8c better handle get_link() enabled plugins crashing on load 11 years ago
Andrew Dolgov 48ed517e8d pref_prefs: remove second argument from the constructor 11 years ago
Andrew Dolgov 1ffe3391f9 make pluginhost a singleton 11 years ago
Andrew Dolgov d9c85e0f11 classes: use OO DB interface 11 years ago
Andrew Dolgov a42c55f02b fix blank character after opening bracket in function calls 11 years ago
Andrew Dolgov 6322ac79a0 remove $link 11 years ago
Andrew Dolgov b8c7f8357d do not try to load plugins which aren't directories 11 years ago
Andrew Dolgov 79f9bef767 add support for plugins adding API methods 11 years ago
Andrew Dolgov ccb2b8dd42 add HOOK_ARTICLE_LEFT_BUTTON 11 years ago
Daniel Andersson 4785420034 Add hook to add explanations of hotkey actions via plugins. 11 years ago
Andrew Dolgov ceb7847108 add HOOK_TOOLBAR_BUTTON, HOOK_ACTION_ITEM, HOOK_HEADLINE_TOOLBAR_BUTTON 11 years ago
Andrew Dolgov 4cf0f9a900 greaderimport: add command line mode 11 years ago
Andrew Dolgov a413f53ebf add experimental base for plugin vfeeds (3 pane mode not yet
implemented)
11 years ago
Andrew Dolgov 3972bf5981 db_escape_string: specify link parameter for consistency; sessions: do not force-close db connection in _close() 11 years ago
Andrew Dolgov b6604c9613 add HOOK_RENDER_ARTICLE_API (closes #608) 11 years ago
Andrew Dolgov 764555ff8a rework update.php to use getopt; allow --task parameter 11 years ago
Andrew Dolgov e9b86f0a1c reimplement HOOK_SANITIZE (plugs before final removal of harmful tags) 11 years ago
Andrew Dolgov be124dc236 Revert "add experimental HOOK_SANITIZE"
This reverts commit 2130fe7a18.
11 years ago
Andrew Dolgov 2130fe7a18 add experimental HOOK_SANITIZE 11 years ago
Andrew Dolgov be17885789 pluginhost: add get_debug()/set_debug() for plugins to detect if debugging is allowed 11 years ago
Andrew Dolgov 017401ddce implement HOOK_FEED_FETCHED 11 years ago
Andrew Dolgov 84d952f141 implement article render hooks 11 years ago
Andrew Dolgov e938b1de11 rename plugin main class files 12 years ago
Andrew Dolgov e218c5f56f main ui: action-based hotkey system, add swap_jk plugin 12 years ago
Andrew Dolgov 5d9abb1e11 add plugin storage table to schema; add ability to clear plugin data 12 years ago
Andrew Dolgov d8a1d2a25b add experimental key/value storage for plugins 12 years ago
Andrew Dolgov 0f28f81f89 move authentication modules to plugins/ 12 years ago
Andrew Dolgov 699daf5856 add several HOOK_PREFS_TAB_SECTION hook points 12 years ago
Andrew Dolgov d2a421e3cb more work on user-selectable plugins; properly process system and user plugins 12 years ago
Andrew Dolgov de612e7a38 experimental support for per-user plugins (bump schema) 12 years ago