summaryrefslogtreecommitdiff
path: root/src/static/js/pluginfw/plugins.js
AgeCommit message (Expand)Author
2016-11-20Updated npm to 4.0.2 and removed recursive searching for ep-pluginsStefan
2015-04-28show versions of plugins at startup, fixes #2642John McLear
2012-10-28Mimic, replace or work around removed npm utils.Marcel Klehr
2012-09-11Split client and server plugin functionality.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-06-29Fix plugin loaderMarcel Klehr
2012-06-28Fix plugin loader to work with windows paths (e.g. 'D:\foo\...')Marcel Klehr
2012-06-04More plugin informationEgil Moeller
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
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-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ß
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-26Merge pull request #556 from fourplusone/feature_jqueryJohn McLear
2012-03-24proceed if plugin-definitions.json didn't load properlyMatthias Bartelmeß
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ß
2012-03-16added .keys method to objects, if not supported, fixes IE issue with pluginfwMatthias Bartelmeß
2012-03-14added jQuery to ace2_inner, make it embeddable, ace hooks work now propertly ...Matthias Bartelmeß
2012-03-01Client side hooks are now loaded and worksEgil Moeller