Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-01-27 | Rewrote getParams() to be more dynamic and shorter | mluto | |
2013-01-07 | converted load-more-link to button, added loading-gif, fixed typo | mluto | |
2013-01-07 | Added link to load more chat-messages using new GET_CHAT_MESSAGES | mluto | |
2013-01-06 | client 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-23 | Migrate lang picker and embed param to html10n.js | Marcel Klehr | |
2012-12-03 | best I can do with this temporary fix for IE | John McLear | |
2012-12-03 | stop password being clearly visible | John McLear | |
2012-12-03 | make it show password dialog on wrong password | John McLear | |
2012-12-03 | last JS fix | John McLear | |
2012-12-03 | whoopsi | John McLear | |
2012-12-03 | Update strings, add UK strings, fix JS | root | |
2012-12-02 | first effort to move into templates but javascript is broken so dont pull | root | |
2012-11-26 | proper 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-21 | Update src/static/js/pad.js | Mike Brousseau | |
Gramatically change. Changed "You're Password" to "Your Password". | |||
2012-11-13 | merged develop back in | Peter 'Pita' Martischka | |
2012-11-13 | Merged branch feature/frontend-tests | Peter 'Pita' Martischka | |
2012-11-12 | Add ability to set language via URL parameter | 0ip | |
2012-11-12 | Add pad setting for UI lang | Marcel Klehr | |
2012-11-08 | Update src/static/js/pad.js | Mike 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-27 | Merge branch 'develop' of github.com:Pita/etherpad-lite into ↵ | Peter 'Pita' Martischka | |
feature/frontend-tests | |||
2012-10-12 | fix Pita/etherpad-lite #1032 | NAGOYA, Yoshihiko | |
refact inInternationalComposition | |||
2012-10-04 | attempt to move onClick away from HTML.. This is required | johnyma22 | |
2012-09-17 | Require userColor to be valid css hex | Charlie 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-17 | Use 'transparent' as reference to validate css | Charlie 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-15 | Add `userColor` query param to set initial color | Charlie 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-14 | Merge pull request #999 from lepidum/develop | John McLear | |
Fixed international composition issues (e.g., Japanese Input method) | |||
2012-09-13 | fix 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-16 | fix for all IE8 issues when IE8 setting NATIVE XMLHHTP SUPPORT is disabled | Wikinaut | |
2012-07-18 | Fix #880 Remove call to padsavedrevs.handleIsFullyConnected | Marcel Klehr | |
2012-05-29 | Merge branch 'master' into timeslider-realtimeupdate+readonly-pads | Egil Moeller | |
Conflicts: src/node/handler/PadMessageHandler.js src/static/css/pad.css src/templates/pad.html | |||
2012-05-19 | Merge pull request #703 from cweider/remove-onclick | John McLear | |
Remove onclick | |||
2012-05-17 | Hide editing buttons when in readonly mode | Egil Moeller | |
2012-05-13 | Remove onclick attributes from editbar. | Chad Weider | |
2012-05-13 | Merge pull request #667 from fourplusone/feature/cleaner_code | John McLear | |
Removing unused code - All looks good, some minor tweeks are probably worthwhile in the future. | |||
2012-04-30 | Removed QR-Code | 0ip | |
2012-04-29 | fix #677 | Matthias Bartelmeß | |
2012-04-25 | Merge branch 'master' into timeslider-realtimeupdate+readonly-pads | Egil Moeller | |
2012-04-25 | added baseURL export to pad.js, timeslider.js, plugins.js, fixing #670 | Matthias Bartelmeß | |
2012-04-23 | Disable design mode in readonly pad | Egil Moeller | |
2012-04-23 | Timeslider autoupdate on pad change | Egil Moeller | |
2012-04-23 | Unified timeslider and pad editing protocol / component | Egil Moeller | |
2012-04-20 | undo-xpopup seems to be unused | Matthias Bartelmeß | |
2012-04-07 | postAceInit passes ace instance | Matthias Bartelmeß | |
2012-04-01 | Removed prefixfree as it breaks @import in css files | Egil Moeller | |
2012-04-01 | Merge 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-27 | Added client side hook postAceInit | Egil Moeller | |
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-03-02 | Merge 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-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 | |