etherpad-lite/src/static/js/pluginfw
Richard Hansen 36aceb3aba hooks: Rewrite callAll and aCallAll for consistency
Rewrite the `callAll` and `aCallAll` functions to support all
reasonable hook behaviors and to report errors for unreasonable
behaviors (e.g., calling the callback twice).

Now a hook function like the following works as expected when invoked
by `aCallAll`:

```
exports.myHookFn = (hookName, context, cb) => {
  cb('some value');
  return;
};
```
2020-10-24 16:08:50 +01:00
..
client_plugins.js plugins: Move plugin definitions to avoid monkey patching 2020-09-08 00:50:24 +01:00
hooks.js hooks: Rewrite callAll and aCallAll for consistency 2020-10-24 16:08:50 +01:00
installer.js plugins download and search: converted to Promises 2019-01-23 12:24:53 +00:00
plugin_defs.js plugins: Move plugin definitions to avoid monkey patching 2020-09-08 00:50:24 +01:00
plugins.js plugins: Move plugin definitions to avoid monkey patching 2020-09-08 00:50:24 +01:00
read-installed.js plugins: Delete noisy and useless debug message (#4409) 2020-10-11 09:51:53 +01:00
shared.js CSP: Disable the indexCustomInlineScripts hook 2020-10-11 20:31:00 +01:00
tsort.js Removed old pluginfw stuff 2012-03-01 19:00:58 +01:00