summaryrefslogtreecommitdiff
path: root/src/static/js/pad.js
AgeCommit message (Collapse)Author
2013-01-27Rewrote getParams() to be more dynamic and shortermluto
2013-01-07converted load-more-link to button, added loading-gif, fixed typomluto
2013-01-07Added link to load more chat-messages using new GET_CHAT_MESSAGESmluto
2013-01-06client loads messages using the new client loads messages using new method, ↵mluto
getChatMessages restructured and renamed to getLastChatMessages, added GET_CHAT_MESSAGES, getChatMessages restructured and renamed to getLastChatMessages
2012-12-23Migrate lang picker and embed param to html10n.jsMarcel Klehr
2012-12-03best I can do with this temporary fix for IEJohn McLear
2012-12-03stop password being clearly visibleJohn McLear
2012-12-03make it show password dialog on wrong passwordJohn McLear
2012-12-03last JS fixJohn McLear
2012-12-03whoopsiJohn McLear
2012-12-03Update strings, add UK strings, fix JSroot
2012-12-02first effort to move into templates but javascript is broken so dont pullroot
2012-11-26proper fix for focus and some styling of the form and allows for pressing ↵John McLear
enter on form so generally a better fix
2012-11-21Update src/static/js/pad.jsMike Brousseau
Gramatically change. Changed "You're Password" to "Your Password".
2012-11-13merged develop back inPeter 'Pita' Martischka
2012-11-13Merged branch feature/frontend-testsPeter 'Pita' Martischka
2012-11-12Add ability to set language via URL parameter0ip
2012-11-12Add pad setting for UI langMarcel Klehr
2012-11-08Update src/static/js/pad.jsMike Brousseau
Check if the browser is IE and if so output the entire path via document.location over document.location.pathname to the cookie creation in createCookie()
2012-10-27Merge branch 'develop' of github.com:Pita/etherpad-lite into ↵Peter 'Pita' Martischka
feature/frontend-tests
2012-10-12fix Pita/etherpad-lite #1032NAGOYA, Yoshihiko
refact inInternationalComposition
2012-10-04attempt to move onClick away from HTML.. This is requiredjohnyma22
2012-09-17Require userColor to be valid css hexCharlie DeTar
The utility functions colorutils.js assume that background colors are in CSS hex format, so require userColor to do the same, rather than allowing inputs like "red" and "rgba(...)", to insure that inversion checks will succeed.
2012-09-17Use 'transparent' as reference to validate cssCharlie DeTar
Use 'transparent' instead of 'white' as a reference color for validating CSS color values. Presumably, a user setting a userColor wants some color other than 'transparent' if they are setting it (they could always duplicate the background's color if not).
2012-09-15Add `userColor` query param to set initial colorCharlie DeTar
Add a URL parameter which sets the initial color for a user, e.g.: http://example.com/p/mypad?userColor=%2300ff00 Sanitize the given color value to ensure that it's a valid css value (could be any supported CSS color format -- #fff, rgba(), "red", etc). Shortly after rejoining a pad, the server responds with a USER_NEWINFO message which may contain an old color value; however, this message arrives after we have set and sent the new color value to the server. To avoid this race condition, if the query parameter has been set, ignore the color value in a USER_NEWINFO message which matches our user ID.
2012-09-14Merge pull request #999 from lepidum/developJohn McLear
Fixed international composition issues (e.g., Japanese Input method)
2012-09-13fix for InternationalComposition(e.g., Japanese Input)NAGOYA, Yoshihiko
moved inInternationalComposition from Ace2Inner to top window fix bindTheEventHandlers() because ie9 implement CompositionEvent when inInternationalComposition, NEW_CHANGES msg and ACCEPT_COMMIT msg are pushed msgQueue. when handleUserChanges(), apply msgQueue.
2012-08-16fix for all IE8 issues when IE8 setting NATIVE XMLHHTP SUPPORT is disabledWikinaut
2012-07-18Fix #880 Remove call to padsavedrevs.handleIsFullyConnectedMarcel 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-19Merge pull request #703 from cweider/remove-onclickJohn McLear
Remove onclick
2012-05-17Hide editing buttons when in readonly modeEgil Moeller
2012-05-13Remove onclick attributes from editbar.Chad Weider
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-30Removed QR-Code0ip
2012-04-29fix #677Matthias Bartelmeß
2012-04-25Merge branch 'master' into timeslider-realtimeupdate+readonly-padsEgil Moeller
2012-04-25added baseURL export to pad.js, timeslider.js, plugins.js, fixing #670Matthias Bartelmeß
2012-04-23Disable design mode in readonly padEgil Moeller
2012-04-23Timeslider autoupdate on pad changeEgil Moeller
2012-04-23Unified timeslider and pad editing protocol / componentEgil Moeller
2012-04-20undo-xpopup seems to be unusedMatthias Bartelmeß
2012-04-07postAceInit passes ace instanceMatthias Bartelmeß
2012-04-01Removed prefixfree as it breaks @import in css filesEgil Moeller
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-27Added client side hook postAceInitEgil Moeller
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