Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-12-01 | Merge pull request #2848 from storytouch/develop | John McLear | |
Update the bowser.js to the new version | |||
2015-12-01 | remove unused variable | John McLear | |
2015-12-01 | Hook for export ocnvert control | John McLear | |
2015-12-01 | Update the bowser.js to the new version | joassouza | |
With this new version of bowser.js is possible detect the OS as well, no only the browser as the previous one. It brings support to new browsers as well. | |||
2015-11-26 | regex incoming colors | John McLear | |
2015-11-24 | clean up | John McLear | |
2015-11-24 | allow settings to be applied from the filesystem | John McLear | |
2015-11-06 | paste hook and class for editorcontainer | John McLear | |
2015-11-03 | Create hook exportHtmlAdditionalTagsWithData | Luiza Pagliari | |
The new hook does the same as exportHtmlAdditionalTags, but is declared in another hook to avoid confusion about how to export tags when they are stored as ['tag', 'value'] on attribute pool. This complements #2762, as per @Gared suggestions. | |||
2015-11-02 | Merge pull request #2819 from bradarv90/develop | John McLear | |
Fix for #2809 | |||
2015-11-02 | Merge pull request #2820 from storytouch/fix_2818 | John McLear | |
Fix logic to check if any hook handled ACE key event. Fix #2818 | |||
2015-11-02 | Merge pull request #2822 from storytouch/esc | John McLear | |
Allow plugins handle "esc" key event | |||
2015-10-30 | Add callstack to aceSelectionChanged context | Luiza Pagliari | |
2015-10-29 | Allow plugins handle "esc" key event | joassouza | |
2015-10-28 | Fix for #2809 | Bradley Arvin | |
2015-10-27 | Fix logic to check if any hook handled ACE key event. Fix #2818 | Luiza Pagliari | |
Instead of checking if only the first hook had returned true, we check all hooks. | |||
2015-10-22 | Merge pull request #2724 from xavidotron/develop | John McLear | |
Add a aceSelectionChanged hook to allow plugins to react when the cursor moves | |||
2015-10-22 | Merge pull request #2739 from otetard/bugfix/fix_space_removal | John McLear | |
Avoid space removal when pasting text from word processor. | |||
2015-10-22 | Merge pull request #2748 from CodeMichael/develop | John McLear | |
allow /admin to run in a subdirectory | |||
2015-10-22 | Merge pull request #2798 from ypid/fixed_get_git_hash | John McLear | |
Get git commit hash even if the repo only points to a bare repo. | |||
2015-10-22 | Merge pull request #2805 from storytouch/indentationSetting | John McLear | |
Create setting to control if a new line will be indented or not | |||
2015-10-22 | Merge pull request #2813 from simong/export-libreoffice | John McLear | |
Allow LibreOffice to be used when exporting a pad | |||
2015-10-22 | Merge pull request #2810 from luser/append-text | John McLear | |
Add an appendText API | |||
2015-10-22 | Use `Etherpad` rather than `Etherpad Lite` when exporting HTML | Simon Gaeremynck | |
2015-10-22 | Localisation updates from https://translatewiki.net. | Siebrand Mazeland | |
2015-10-22 | add classes for bootstrap targeting, pew pew | John McLear | |
2015-10-20 | Allow LibreOffice to be used when exporting a pad | Simon Gaeremynck | |
This commit adds support for LibreOffice when exporting a pad to doc, pdf, .. This commit also cleans up some export logic when exporting to txt | |||
2015-10-19 | Add an appendText API | Ted Mielczarek | |
2015-10-17 | Merge pull request #2762 from storytouch/exportTagsAsArrays | Stefan | |
Accepting Arrays on 'exportHtmlAdditionalTags' | |||
2015-10-14 | Localisation updates from https://translatewiki.net. | Siebrand Mazeland | |
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 | |