summaryrefslogtreecommitdiff
path: root/src/static/js/pluginfw
AgeCommit message (Collapse)Author
2013-03-25Don't leak event listeners in pluginfw/installer.jsMarcel Klehr
fixes #921
2013-03-25Make npm registry access code more saneMarcel Klehr
2013-03-25Fix caching of npm search results and only make one registry request on ↵Marcel Klehr
/admin/plugins fixes #1488
2013-02-18fix extract and checkPadJohn McLear
2013-01-31Made plugin search not casesensitivemluto
2013-01-24pluginfw/installer.js: Don't freak out users with cryptic errors, just use ↵Marcel Klehr
the error message
2012-12-03improve search to use description too, bit more cpu heavy for thats okayJohn McLear
2012-10-28Mimic, replace or work around removed npm utils.Marcel Klehr
2012-09-11Replace ParentRequire hack.Chad Weider
Instead of hacking with the internals of require, make client_plugins aware and capable of sharing behavior.
2012-09-11Split client and server plugin functionality.Chad Weider
There is virtually no shared code for the client, extract it into its own module and do away with the switches.
2012-09-11Inject plugins into hooks.Chad Weider
2012-09-11Inject special normalization behavior.Chad Weider
2012-09-11Static functions are static.Chad Weider
2012-09-11Fix worthless indentation.Chad Weider
2012-09-09Clean up requires.Chad Weider
2012-09-09Use packaged edition of async.Chad Weider
2012-07-03Merge branch 'develop' of git://github.com/Pita/etherpad-lite into restartserverEgil Moeller
2012-07-03Make the server restart on plugin installEgil Moeller
2012-06-29Fix plugin loaderMarcel Klehr
make it work on client side and with relative paths
2012-06-28Fix plugin loader to work with windows paths (e.g. 'D:\foo\...')Marcel Klehr
2012-06-05BugfixesEgil Moeller
2012-06-04More plugin informationEgil Moeller
2012-05-28Definition will not have an effect if already defined - force redefinition.Chad Weider
2012-05-28Fix indentation.Chad Weider
2012-04-25added baseURL export to pad.js, timeslider.js, plugins.js, fixing #670Matthias Bartelmeß
2012-04-20Merge pull request #658 from redhog/masterJohn McLear
Bugfixes for when plugins are installed as dependencies for other plugins
2012-04-20Bugfix for recursive dependency-installation and pathsEgil Moeller
2012-04-19Fix #626, Plugins don't work if pad is on a subdir0ip
2012-04-19Bugfix for callFirst to actually call call hooks until it finds one that ↵Egil Moeller
returns non-empty, which is actually usefull, as opposed to just calling one hook.
2012-04-18Better plugin admin interfaceEgil Moeller
2012-04-17Plugin admin fixesEgil Moeller
2012-04-11Work around strange order of execution bug in Firefox. Fixes #620Chad Weider
2012-04-05Merge branch 'develop' of git://github.com/Pita/etherpad-liteEgil Moeller
2012-04-05Added init hook to install plugin database default content and the likeEgil Moeller
2012-04-04Merge branch 'develop' into feature/implicit_hooksMatthias Bartelmeß
2012-04-04use hook name as function name, if not specifiedMatthias Bartelmeß
Example `"[hookName]": "ep_plugin/static/js/index:[hookName]"` becomes `"[hookName]": "ep_plugin/static/js/index"`
2012-04-04make jshint happyMatthias Bartelmeß
2012-04-04get rid of node.extend (since duplicated by underscorejs)Matthias Bartelmeß
2012-03-27Merge branch 'develop' of git://github.com/Pita/etherpad-liteEgil Moeller
2012-03-27Better argument handling and defaultsEgil Moeller
2012-03-26Merge pull request #556 from fourplusone/feature_jqueryJohn McLear
added jQuery to ace2_inner, make it embeddable, ace hooks work now propertly in ace2_inner
2012-03-24proceed if plugin-definitions.json didn't load properlyMatthias Bartelmeß
2012-03-23corrected underscore path in hooksMatthias Bartelmeß
2012-03-22Merge commit '1a64a6c1'Egil Moeller
2012-03-21Bugfixes for plugin installerEgil Moeller
2012-03-19Plugin list can now be reloaded 'live'Egil Moeller
2012-03-19Plugin list can now be reloaded 'live'Egil Moeller
2012-03-17use underscore.jsMatthias Bartelmeß
2012-03-16Merge branch 'feature_jquery' into use_nativesMatthias Bartelmeß
Conflicts: src/static/js/ace2_inner.js src/static/js/pluginfw/plugins.js
2012-03-16added .keys method to objects, if not supported, fixes IE issue with pluginfwMatthias Bartelmeß