summaryrefslogtreecommitdiff
path: root/src/static/js/pad_editor.js
AgeCommit message (Collapse)Author
2013-03-05Add a setting for RTL text direction (integrating the url paramter)Marcel Klehr
Fixes #1191
2013-01-25Added a comment to clearify *why* this worksmluto
2013-01-25Use 'html10n' instead of '_', i10nzed "unnamed author(s)"mluto
2013-01-25Fixed "unnamed" and "enter your name" in userlistmluto
2012-12-23Fix html10n usage in code that wouldn't allow lang switchingMarcel Klehr
2012-12-23Fix lang pre-selection of lang pickerMarcel Klehr
(would break in cases when html10n might not have loaded yet)
2012-12-23Fix lang picker, againMarcel Klehr
2012-12-23Fix lang pickerMarcel Klehr
2012-12-23Migrate lang picker and embed param to html10n.jsMarcel Klehr
2012-11-12Add pad setting for UI langMarcel Klehr
2012-10-29fix rtl sanityjohnyma22
2012-05-13Merge pull request #667 from fourplusone/feature/cleaner_codeJohn McLear
Removing unused code - All looks good, some minor tweeks are probably worthwhile in the future.
2012-04-30Fix #683 - Disabling authorship colors doesn't work0ip
2012-04-20set view zoom is unusedMatthias Bartelmeß
2012-04-02Fix the nocolor embed parameterSofian Benaissa
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-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