index
:
forks/tt-rss
main
Fork of deprecated tt-rss repo
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
js
/
PluginHost.js
Age
Commit message (
Expand
)
Author
2025-10-12
Address ESLint rule 'eqeqeq'.
supahgreg
2021-12-14
PluginHost: add run_until() and HOOK_HEADLINE_TOOLBAR_SELECT_MENU_ITEM2
Andrew Dolgov
2021-03-12
add HOOK_HEADLINES_SCROLL_HANDLER
Andrew Dolgov
2021-03-11
* shorten_expanded: use ResizeObserver (DUH)
Andrew Dolgov
2021-03-09
add HOOK_HEADLINE_MUTATIONS, HOOK_HEADLINE_MUTATIONS_SYNCED
Andrew Dolgov
2020-06-04
fix various minor issues reported by eslint
Andrew Dolgov
2020-06-04
don't use declare() for static objects with no inheritance because apparently...
Andrew Dolgov
2019-05-07
Allow to unregister plugin hooks
ltGuillaume
2019-05-06
js: add PluginHost.HOOK_COUNTERS_PROCESSED
Andrew Dolgov
2019-05-06
js: add PluginHost.HOOK_COUNTERS_RECEIVED
Andrew Dolgov
2018-12-08
fix PluginHost run method.
Gilles Grandou
2018-12-08
add PluginHost.HOOK_HEADLINE_RENDERED
Andrew Dolgov
2018-12-08
add PluginHost.HOOK_INIT_COMPLETE (and make no_title_counters use it)
Andrew Dolgov
2018-12-03
rework dojo singleton modules to better work with phpstorm completion (ugh) -...
Andrew Dolgov
2018-12-02
set use strict on JS modules; remove some mostly useless stuff like get_minif...
Andrew Dolgov
2018-11-29
move to let/const syntax in custom dojo modules
Andrew Dolgov
2018-03-08
initial for JS strict mode
Andrew Dolgov
2013-06-28
add js hook for floating title
Andrew Dolgov
2013-04-27
Add JS PluginHost.HOOK_PARAMS_LOADED and PluginHost.HOOK_RUNTIME_INFO_LOADED ...
supahgreg
2013-04-25
js: add collapsed and expanded hooks
Andrew Dolgov
2013-04-24
add missing pluginhost source
Andrew Dolgov