Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-10-13 | Create setting to control if a new line will be indented or not | Luiza Pagliari | |
Currently pressing ENTER on a line that ends with ':', '[', '(' or '{' automaticaly indents the new line with 4 spaces. The variable added by this commit to settings.json allow an Etherpad instance to not have this behavior. | |||
2015-10-10 | Merge pull request #2730 from emilyxxie/clientready_hook | Stefan | |
added clientReady hook | |||
2015-10-10 | Merge pull request #2799 from Gared/fix_url_location_error | Stefan | |
Fix decode error if pad name contains special characters and is sanitized | |||
2015-10-09 | if granularity is negative, endNum is negative and loop | webzwo0i | |
2015-10-09 | check if ChangesetRequest granularity is a number (#2796) | webzwo0i | |
2015-10-08 | Fix decode error if pad name contains special characters and is sanitized | Stefan | |
2015-10-07 | Get git commit hash even if the repo only points to a bare repo. | Robin Schneider | |
* Used by https://github.com/debops/ansible-etherpad | |||
2015-09-30 | Fix off-by-one: The chatHead is in fact a valid message index. | Andreas Fried | |
This fixes #2751. | |||
2015-09-28 | Merge pull request #2777 from storytouch/fix2772 | Luiza Pagliari | |
Fix 2772. Skipping line marker when applying attribs to a range | |||
2015-09-25 | Localisation updates from https://translatewiki.net. | Siebrand Mazeland | |
2015-09-17 | Fixing ed52626. It was closing the span with </span data-TAG=VALUE>, not </span> | Luiza Pagliari | |
2015-09-16 | Merge pull request #2774 from ether/timeslider-fix | Stefan | |
Timeslider: Fix "Return to pad" button | |||
2015-09-10 | Localisation updates from https://translatewiki.net. | Siebrand Mazeland | |
2015-09-08 | Fix 2772. Skipping line marker when applying attribs to a range | Luiza Pagliari | |
2015-09-07 | Generating pad HTML with tags like <span data-TAG="VALUE"> instead of ↵ | Luiza Pagliari | |
<TAG:VALUE> | |||
2015-09-05 | Merge pull request #2743 from lpagliari/develop | Stefan | |
Removing style that makes editor scroll to the top on iOS without any action from the user | |||
2015-09-03 | Timeslider: Fix "Return to pad" button | Robin Buse | |
Closes #2768 | |||
2015-08-30 | Merge pull request #2757 from Gared/doc_append_chat_message | Stefan | |
Add appendChatMessage API to docs | |||
2015-08-24 | Accepting Arrays on 'exportHtmlAdditionalTags' to handle attributes stored ↵ | Luiza Pagliari | |
as ['key', 'value'] (and not only ['key', 'true']) | |||
2015-08-15 | Fix missing bracket | Stefan | |
2015-08-15 | Fix API call appendChatMessage to send new message to all connected clients | Stefan | |
2015-08-07 | Merge pull request #2 from CodeMichael/patch-1 | CodeMichael | |
allow admin to run on a sub-directory | |||
2015-08-07 | allow /admin to run on a sub-directory | CodeMichael | |
2015-08-07 | allow admin to run on a sub-directory | CodeMichael | |
2015-08-05 | Release version 1.5.7 | Stefan | |
2015-08-05 | Fix broken switchToPad method | Stefan | |
2015-08-04 | Removing style that makes editor scroll to the top on iOS without any action ↵ | Luiza Pagliari | |
from the user | |||
2015-08-03 | Fix link to etherpad-lite on GitHub | Thomas Russell Murphy | |
2015-07-27 | Avoid space removal when pasting text from word processor. | Olivier Tétard | |
Since bf380eea504662ea41aa431e30d7e30ad6a36cd3, some spaces were removed when pasting text from a word processor (at least using Libre Office). To avoid double space creations and space removal, we only remove line break which are tight to a space character. | |||
2015-07-23 | Localisation updates from https://translatewiki.net. | Siebrand Mazeland | |
2015-07-20 | clientReady hook- pass entire message, updated doc | Emily Xie | |
2015-07-17 | Merge pull request #2721 from lpagliari/develop | Peter 'Pita' Martischka | |
Complementing #2718 + Fixing empty toolbar when on read-only & menu_left has no button | |||
2015-07-14 | Localisation updates from https://translatewiki.net. | Siebrand Mazeland | |
2015-07-11 | Add a aceSelectionChanged hook to allow plugins to react when the cursor | Xavid | |
location changes. | |||
2015-07-08 | Localisation updates from https://translatewiki.net. | Siebrand Mazeland | |
2015-07-07 | Fix editbar height for read-only pads | Luiza Pagliari | |
2015-07-07 | Adding missing code to make toolbar be fixed on top/bottom of the screen for ↵ | Luiza Pagliari | |
iOS devices. This commit complements 9ccaeb5. | |||
2015-07-03 | Fixing chat on bottom of the page for mobile devices | Luiza Pagliari | |
2015-07-02 | Fixing toolbar on top of the page for mobile devices | Luiza Pagliari | |
2015-07-01 | Added Helvetica Neue to the Normal font | Gerhard Großmann | |
2015-07-01 | Added CSS fallback fonts | Gerhard Großmann | |
I’m not sure if this is the correct and only place where to change this. I just gave the present fonts some fallbacks (when possible) but didn’t add, remove or merge fonts. | |||
2015-06-30 | Restore newline-adding to setText() if passed string does not end in '\n'. | Xavid | |
Add a test for the ending-in-'\n' case and update tests for the other case. | |||
2015-06-28 | aria-labels for everything | John McLear | |
2015-06-24 | Check for valid session in handleUserInfoUpdate | Clark Boylan | |
Address issue 2674 by checking that the session is valid and has a valid author and padId before using it to update the userInfo for that session. Otherwise it is possible that by the time we try to update a session with new userInfo that session has disconnected and is no longer available to be updated. Without this commit the etherpad-lite service gracefully shutsdown whenever this happens. | |||
2015-06-24 | Fixing @font-face src path to be able to use font icons on plugins when ↵ | Luiza Pagliari | |
minify is on. This is a commit similar to 56ce8e8, which did the same for 'opendyslexic'. | |||
2015-06-22 | Merge pull request #2699 from xavidotron/develop | John McLear | |
Add author information to the context for padCreate and padUpdate hooks. | |||
2015-06-22 | Localisation updates from https://translatewiki.net. | Siebrand Mazeland | |
2015-06-21 | Add an 'author' entry to the context for the padCreate and padUpdate hooks. | Xavid | |
2015-06-19 | Allow a return keypress in a list on the last line of a pad to create a new | Xavid | |
line. | |||
2015-06-19 | Allow a pad to only end with a single newline, rather than requiring two. | Xavid | |