Age | Commit message (Expand) | Author |
2013-03-25 | Don't leak event listeners in pluginfw/installer.js | Marcel Klehr |
2013-03-25 | Make npm registry access code more sane | Marcel Klehr |
2013-03-25 | Fix caching of npm search results and only make one registry request on /admi... | Marcel Klehr |
2013-02-18 | fix extract and checkPad | John McLear |
2013-01-31 | Made plugin search not casesensitive | mluto |
2013-01-24 | pluginfw/installer.js: Don't freak out users with cryptic errors, just use th... | Marcel Klehr |
2012-12-03 | improve search to use description too, bit more cpu heavy for thats okay | John McLear |
2012-10-28 | Mimic, replace or work around removed npm utils. | Marcel Klehr |
2012-09-11 | Replace ParentRequire hack. | Chad Weider |
2012-09-11 | Split client and server plugin functionality. | Chad Weider |
2012-09-11 | Inject plugins into hooks. | Chad Weider |
2012-09-11 | Inject special normalization behavior. | Chad Weider |
2012-09-11 | Static functions are static. | Chad Weider |
2012-09-11 | Fix worthless indentation. | Chad Weider |
2012-09-09 | Clean up requires. | Chad Weider |
2012-09-09 | Use packaged edition of async. | Chad Weider |
2012-07-03 | Merge branch 'develop' of git://github.com/Pita/etherpad-lite into restartserver | Egil Moeller |
2012-07-03 | Make the server restart on plugin install | Egil Moeller |
2012-06-29 | Fix plugin loader | Marcel Klehr |
2012-06-28 | Fix plugin loader to work with windows paths (e.g. 'D:\foo\...') | Marcel Klehr |
2012-06-05 | Bugfixes | Egil Moeller |
2012-06-04 | More plugin information | Egil Moeller |
2012-05-28 | Definition will not have an effect if already defined - force redefinition. | Chad Weider |
2012-05-28 | Fix indentation. | Chad Weider |
2012-04-25 | added baseURL export to pad.js, timeslider.js, plugins.js, fixing #670 | Matthias Bartelmeß |
2012-04-20 | Merge pull request #658 from redhog/master | John McLear |
2012-04-20 | Bugfix for recursive dependency-installation and paths | Egil Moeller |
2012-04-19 | Fix #626, Plugins don't work if pad is on a subdir | 0ip |
2012-04-19 | Bugfix for callFirst to actually call call hooks until it finds one that retu... | Egil Moeller |
2012-04-18 | Better plugin admin interface | Egil Moeller |
2012-04-17 | Plugin admin fixes | Egil Moeller |
2012-04-11 | Work around strange order of execution bug in Firefox. Fixes #620 | Chad Weider |
2012-04-05 | Merge branch 'develop' of git://github.com/Pita/etherpad-lite | Egil Moeller |
2012-04-05 | Added init hook to install plugin database default content and the like | Egil Moeller |
2012-04-04 | Merge branch 'develop' into feature/implicit_hooks | Matthias Bartelmeß |
2012-04-04 | use hook name as function name, if not specified | Matthias Bartelmeß |
2012-04-04 | make jshint happy | Matthias Bartelmeß |
2012-04-04 | get rid of node.extend (since duplicated by underscorejs) | Matthias Bartelmeß |
2012-03-27 | Merge branch 'develop' of git://github.com/Pita/etherpad-lite | Egil Moeller |
2012-03-27 | Better argument handling and defaults | Egil Moeller |
2012-03-26 | Merge pull request #556 from fourplusone/feature_jquery | John McLear |
2012-03-24 | proceed if plugin-definitions.json didn't load properly | Matthias Bartelmeß |
2012-03-23 | corrected underscore path in hooks | Matthias Bartelmeß |
2012-03-22 | Merge commit '1a64a6c1' | Egil Moeller |
2012-03-21 | Bugfixes for plugin installer | Egil Moeller |
2012-03-19 | Plugin list can now be reloaded 'live' | Egil Moeller |
2012-03-19 | Plugin list can now be reloaded 'live' | Egil Moeller |
2012-03-17 | use underscore.js | Matthias Bartelmeß |
2012-03-16 | Merge branch 'feature_jquery' into use_natives | Matthias Bartelmeß |
2012-03-16 | added .keys method to objects, if not supported, fixes IE issue with pluginfw | Matthias Bartelmeß |