Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-04-30 | Fix #online_count | Marcel Klehr | |
Rather dirty, but works. | |||
2014-04-15 | fix color | John McLear | |
2013-06-17 | Add userLeave hook | j@mailb.org | |
2013-03-14 | escape .color | John McLear | |
2013-03-13 | add authorId to chat and userlist, possibly privacy/security issue? | John McLear | |
2013-02-07 | Removed isProPad, since all pads are public except for group-pads | mluto | |
2013-01-25 | Fixed "unnamed" and "enter your name" in userlist | mluto | |
2012-12-09 | use properties notation | Iván Eixarch | |
2012-12-07 | Added new strings to translate for js files | Iván Eixarch | |
2012-07-17 | Add userJoinOrUpdate hook | Mark Holmquist | |
This hook fires on the client side, whenever a user joins or updates (hence the name). It will pass one thing, the user's info, into the context. This is mostly just for notification purposes. | |||
2012-05-13 | Shift button appearance onto anchor. | Chad Weider | |
2012-04-19 | Corrected color picker: `jQuery(...).css('background-color')` returns a hex ↵ | Nikolai Prokoschenko | |
notation in IE8 and `rgb()` in every other browser. | |||
2012-04-09 | removed a weird plus | 0ip | |
2012-04-09 | improved userlist ux (prevent overlapping of objects) | 0ip | |
2012-03-10 | Merge branch 'require-paths' into plugin | Chad Weider | |
Conflicts: node/server.js src/static/js/Changeset.js src/static/js/ace.js src/static/js/ace2_common.js src/static/js/ace2_inner.js src/static/js/broadcast.js src/static/js/changesettracker.js src/static/js/chat.js src/static/js/collab_client.js src/static/js/contentcollector.js src/static/js/domline.js src/static/js/linestylefilter.js src/static/js/pad.js src/static/js/pad_connectionstatus.js src/static/js/pad_docbar.js src/static/js/pad_editbar.js src/static/js/pad_editor.js src/static/js/pad_impexp.js src/static/js/pad_modals.js src/static/js/pad_savedrevs.js src/static/js/pad_userlist.js src/static/js/pad_utils.js src/static/js/timeslider.js src/static/js/undomodule.js src/static/pad.html src/static/timeslider.html | |||
2012-02-26 | First stab at getting client side require(plugin/..) to work from within ↵ | Egil Moeller | |
etherpad | |||
2012-02-26 | The Big Renaming - etherpad is now an NPM module | Egil Moeller | |