summaryrefslogtreecommitdiff
path: root/src/static/js/changesettracker.js
AgeCommit message (Collapse)Author
2014-12-14dont make local variables globalwebzwo0i
2013-12-05Replace tabs indentation with spaces indentationLuc Didry
Some files are obviously external libraries, I didn't touch them
2013-05-08Merge pull request #1751 from goldquest/dev_IE8-fixMarcel Klehr
Fixing IE8 errors
2013-04-17fixed spacinggoldquest
2013-04-17IE8 don't knows the Array.forEach function (simple version fix)goldquest
2013-04-17IE8 complains, if catch block is missinggoldquest
2013-04-17Fix authorship sanitizationMarcel Klehr
author colors wouldn't get disttributed, if their id was greater than 9 (due to apool encoding them to base 36)
2013-04-12remove console logs and cruftJohn McLear
2013-04-11Use a string instead of an array!Marcel Klehr
2013-04-11We need to replace all new author attribs with thisSession.author, in case ↵Marcel Klehr
someone copy/pasted or otherwise inserted other peoples changes
2013-04-07remove cruftJohn McLear
2013-04-07attempting to get right client authorid sent with changesetJohn McLear
2012-03-18replaceing AttributePoolFactory by AttributePoolMatthias Bartelmeß
2012-03-10Merge branch 'require-paths' into pluginChad 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-26First stab at getting client side require(plugin/..) to work from within ↵Egil Moeller
etherpad
2012-02-26The Big Renaming - etherpad is now an NPM moduleEgil Moeller