index
:
forks/tt-rss
main
Fork of deprecated tt-rss repo
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
classes
/
pluginhost.php
Age
Commit message (
Collapse
)
Author
2013-03-22
db_escape_string: specify link parameter for consistency; sessions: do not ↵
Andrew Dolgov
force-close db connection in _close()
2013-03-21
add HOOK_RENDER_ARTICLE_API (closes #608)
Andrew Dolgov
2013-03-21
rework update.php to use getopt; allow --task parameter
Andrew Dolgov
2013-03-19
reimplement HOOK_SANITIZE (plugs before final removal of harmful tags)
Andrew Dolgov
2013-03-19
Revert "add experimental HOOK_SANITIZE"
Andrew Dolgov
This reverts commit 2130fe7a18d7e1863575feda9ec39654541eee77.
2013-03-18
add experimental HOOK_SANITIZE
Andrew Dolgov
2013-02-26
pluginhost: add get_debug()/set_debug() for plugins to detect if debugging ↵
Andrew Dolgov
is allowed
2013-02-23
implement HOOK_FEED_FETCHED
Andrew Dolgov
2013-02-23
implement article render hooks
Andrew Dolgov
2012-12-30
rename plugin main class files
Andrew Dolgov
2012-12-28
main ui: action-based hotkey system, add swap_jk plugin
Andrew Dolgov
2012-12-27
add plugin storage table to schema; add ability to clear plugin data
Andrew Dolgov
2012-12-27
add experimental key/value storage for plugins
Andrew Dolgov
2012-12-27
move authentication modules to plugins/
Andrew Dolgov
2012-12-27
add several HOOK_PREFS_TAB_SECTION hook points
Andrew Dolgov
2012-12-25
more work on user-selectable plugins; properly process system and user plugins
Andrew Dolgov
2012-12-25
experimental support for per-user plugins (bump schema)
Andrew Dolgov
2012-12-24
add -list-plugins option; about sections to plugins
Andrew Dolgov
2012-12-24
add HOOK_UPDATE_TASK
Andrew Dolgov
2012-12-24
implement HOOK_FEED_PARSED, add example plugin (refs #424)
Andrew Dolgov
2012-12-24
remove magpie, fix article filter plugins
Andrew Dolgov
2012-12-24
add support for registering update.php commands; move rest of the ↵
Andrew Dolgov
self-updating stuff into updater plugin
2012-12-23
add instances plugin
Andrew Dolgov
2012-12-23
implement plugin routing masks, add example plugin
Andrew Dolgov
2012-12-23
add support for plugins in prefs
Andrew Dolgov
2012-12-23
add and check plugin base class
Andrew Dolgov
2012-12-23
experimental new plugin system
Andrew Dolgov