summaryrefslogtreecommitdiff
path: root/classes/pluginhost.php
AgeCommit message (Expand)Author
2017-04-26remove some redundant php closing tagsAndrew Dolgov
2017-04-26fix various issues reported by static analysisAndrew Dolgov
2017-02-12add HOOK_ENCLOSURE_ENTRY for af_zz_imgproxyAndrew Dolgov
2017-01-07add toggle_sidebar plugin, remove obsolete toggle buttonAndrew Dolgov
2016-03-01add PluginHost.HOOK_ARTICLE_EXPORT_FEEDAndrew Dolgov
2015-10-08don't init plugins when loading everything to make a list, duhAndrew Dolgov
2015-08-11add plugin-based filter actions (see example plugin in attic)Andrew Dolgov
2015-06-15pluginhost: mention that update task & housekeeping hooks are for global plug...Andrew Dolgov
2015-06-05pluginhost: assume plugins.local existsAndrew Dolgov
2015-06-05pluginhost: allow loading user plugins from plugins.localAndrew Dolgov
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
2014-04-23Make search mechanism pluggableRob Hoelz
2014-03-14make_init_params: add pluginsAndrew Dolgov
2014-01-25Fixed a bug in PluginHost::del_hook() where the parameters passed to array_se...Dave Zaikos
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
2013-03-22db_escape_string: specify link parameter for consistency; sessions: do not fo...Andrew Dolgov
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
2013-03-18add experimental HOOK_SANITIZEAndrew Dolgov
2013-02-26pluginhost: add get_debug()/set_debug() for plugins to detect if debugging is...Andrew Dolgov
2013-02-23implement HOOK_FEED_FETCHEDAndrew Dolgov
2013-02-23implement article render hooksAndrew Dolgov
2012-12-30rename plugin main class filesAndrew Dolgov