summaryrefslogtreecommitdiff
path: root/js/PluginHost.js
AgeCommit message (Collapse)Author
2021-12-14PluginHost: add run_until() and HOOK_HEADLINE_TOOLBAR_SELECT_MENU_ITEM2Andrew Dolgov
2021-03-12add HOOK_HEADLINES_SCROLL_HANDLERAndrew Dolgov
2021-03-11 * shorten_expanded: use ResizeObserver (DUH)Andrew Dolgov
* add HOOK_HEADLINES_RENDERED
2021-03-09add HOOK_HEADLINE_MUTATIONS, HOOK_HEADLINE_MUTATIONS_SYNCEDAndrew Dolgov
2020-06-04fix various minor issues reported by eslintAndrew Dolgov
2020-06-04don't use declare() for static objects with no inheritance because ↵Andrew Dolgov
apparently it's not actually needed by AMD
2019-05-07Allow to unregister plugin hooksltGuillaume
2019-05-06js: add PluginHost.HOOK_COUNTERS_PROCESSEDAndrew Dolgov
2019-05-06js: add PluginHost.HOOK_COUNTERS_RECEIVEDAndrew Dolgov
2018-12-08fix PluginHost run method.Gilles Grandou
callbacks have no return value and anyway we should not prevent to run subsequent plugins because one has failed.
2018-12-08add PluginHost.HOOK_HEADLINE_RENDEREDAndrew Dolgov
2018-12-08add PluginHost.HOOK_INIT_COMPLETE (and make no_title_counters use it)Andrew Dolgov
2018-12-03rework dojo singleton modules to better work with phpstorm completion (ugh) ↵Andrew Dolgov
- declare() is not needed there anyway remove event.observe from login form (not needed) load pluginhost via amd
2018-12-02set use strict on JS modules; remove some mostly useless stuff like ↵Andrew Dolgov
get_minified_js()
2018-11-29move to let/const syntax in custom dojo modulesAndrew Dolgov
2018-03-08initial for JS strict modeAndrew Dolgov
2013-06-28add js hook for floating titleAndrew Dolgov
2013-04-27Add JS PluginHost.HOOK_PARAMS_LOADED and PluginHost.HOOK_RUNTIME_INFO_LOADED ↵supahgreg
to notify when interesting info has been created/updated.
2013-04-25js: add collapsed and expanded hooksAndrew Dolgov
2013-04-24add missing pluginhost sourceAndrew Dolgov