summaryrefslogtreecommitdiff
path: root/src/static/js/pad_editbar.js
AgeCommit message (Collapse)Author
2013-12-05Replace tabs indentation with spaces indentationLuc Didry
Some files are obviously external libraries, I didn't touch them
2013-02-18Try to add some sanity to indentationJohn McLear
2012-12-23Fix html10n usage in code that wouldn't allow lang switchingMarcel Klehr
2012-12-09use properties notationIván Eixarch
2012-12-07Added new strings to translate for js filesIván Eixarch
2012-10-02Update src/static/js/pad_editbar.jsJohn McLear
Somehow </iframe> was no more.  Now it is back..  Oh boy.
2012-07-13Fix padeditbar.toggleDropDownMarcel Klehr
Only call callback, if one was passed.
2012-07-13Fix typo.Marcel Klehr
2012-07-13Use nice editbar popups for connection status instead of srceen-blocking modals.Marcel Klehr
2012-05-29Merge branch 'master' into timeslider-realtimeupdate+readonly-padsEgil Moeller
Conflicts: src/node/handler/PadMessageHandler.js src/static/css/pad.css src/templates/pad.html
2012-05-13Remove onclick attributes from editbar.Chad Weider
2012-04-30Removed QR-Code0ip
2012-04-29Tidied up highlighting for currently opened module0ip
2012-04-25Merge branch 'master' into timeslider-realtimeupdate+readonly-padsEgil Moeller
2012-04-23Corect ReadOnly linkEgil Moeller
2012-04-16pad_editbar adapated hacky highlighting of currently opened module to recent ↵0ip
changes
2012-04-06Deselect highlighted editbar module button when userlist is opened0ip
2012-04-01Merge branch 'johnyma22'Egil Moeller
Conflicts: node/utils/Minify.js src/static/js/pad.js src/static/js/pad_docbar.js src/static/js/pad_editbar.js src/static/js/pad_savedrevs.js static/css/timeslider.css static/pad.html
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-03-02Merge branch 'pita'Egil Moeller
Resolved conflicts: .gitignore src/static/js/ace.js src/static/js/ace2_inner.js src/static/js/broadcast.js src/static/js/domline.js src/static/pad.html src/static/timeslider.html Ignored conflicts (please merge manually later): node/server.js src/node/utils/Minify.js
2012-02-28Partial bugfixEgil Moeller
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