Age | Commit message (Collapse) | Author |
|
fixes #921
|
|
|
|
/admin/plugins
fixes #1488
|
|
|
|
|
|
the error message
|
|
|
|
|
|
Instead of hacking with the internals of require, make client_plugins aware
and capable of sharing behavior.
|
|
There is virtually no shared code for the client, extract it into its own
module and do away with the switches.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
make it work on client side and with relative paths
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Bugfixes for when plugins are installed as dependencies for other plugins
|
|
|
|
|
|
returns non-empty, which is actually usefull, as opposed to just calling one hook.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Example `"[hookName]": "ep_plugin/static/js/index:[hookName]"` becomes `"[hookName]": "ep_plugin/static/js/index"`
|
|
|
|
|
|
|
|
|
|
added jQuery to ace2_inner, make it embeddable, ace hooks work now propertly in ace2_inner
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Conflicts:
src/static/js/ace2_inner.js
src/static/js/pluginfw/plugins.js
|
|
|