summaryrefslogtreecommitdiff
path: root/classes/pluginhost.php
AgeCommit message (Expand)Author
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
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
2012-12-24remove magpie, fix article filter pluginsAndrew Dolgov
2012-12-24add support for registering update.php commands; move rest of the self-updati...Andrew Dolgov
2012-12-23add instances pluginAndrew Dolgov
2012-12-23implement plugin routing masks, add example pluginAndrew Dolgov
2012-12-23add support for plugins in prefsAndrew Dolgov
2012-12-23add and check plugin base classAndrew Dolgov
2012-12-23experimental new plugin systemAndrew Dolgov