Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-09-14 | Typos and minor fixes in bin, doc, and root | HairyFotr | |
2017-05-18 | [feat] New server-side hook: padCopy | Luiza Pagliari | |
Let plugins know when a pad is copied. | |||
2017-03-13 | Merge pull request #3149 from AdamNiederer/patch-1 | Luiza Pagliari | |
Remove an extra space | |||
2017-03-11 | Fix typo | Adam Niederer | |
2017-03-11 | Spelling fixes | Adam Niederer | |
2017-03-11 | Spelling fixes | Adam Niederer | |
2017-03-11 | Spelling, grammar, and style improvements | Adam Niederer | |
2017-03-11 | Spelling fix | Adam Niederer | |
Also removes an extra space | |||
2017-03-11 | Grammar fix | Adam Niederer | |
2017-03-11 | Remove an extra space | Adam Niederer | |
2017-01-17 | Update called from for two hooks | Sjoerd Langkemper | |
`expressCreateServer` and `expressConfigure` are called from `express.js`, not from `server.js`. | |||
2016-12-26 | minor changes in docs | Alexander Lorz | |
- correct link to doc generation tool. - fixed incomplete sentence regarding API client libraries | |||
2016-12-13 | Merge pull request #2929 from xavidotron/develop | Luiza Pagliari | |
Pass through the "item" parameter to registerAceCommand callbacks. | |||
2016-11-16 | Add undocumented API function restoreRevision to doc | Luc Didry | |
This commit is dedicated to Schoumi. Thx for supporting me on Tipeee :-) | |||
2016-06-20 | Merge pull request #2944 from storytouch/aceRegisterNonScrollableEditEvents | John McLear | |
Create hook to register events that won't scroll editor after aceEditEvt | |||
2016-06-20 | Include usage example for aceRegisterNonScrollableEditEvents | Luiza Pagliari | |
2016-05-06 | Pass through the "item" parameter to registerAceCommand callbacks. | Xavid | |
2016-03-30 | Create hook to register events that won't scroll editor after aceEditEvt | Luiza Pagliari | |
2016-03-26 | extend attributesonselection method | John McLear | |
2016-01-13 | Add appendText API (from #2810) to docs. | Ted Mielczarek | |
2015-12-18 | Add postToolbarInit documentation and usage examples | Mikk Andresen | |
2015-12-02 | Update aceEditorCSS hook documentation | Mikk Andresen | |
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-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-17 | Merge pull request #2762 from storytouch/exportTagsAsArrays | Stefan | |
Accepting Arrays on 'exportHtmlAdditionalTags' | |||
2015-10-10 | Merge pull request #2730 from emilyxxie/clientready_hook | Stefan | |
added clientReady hook | |||
2015-09-17 | Fixing ed52626. It was closing the span with </span data-TAG=VALUE>, not </span> | Luiza Pagliari | |
2015-09-07 | Generating pad HTML with tags like <span data-TAG="VALUE"> instead of ↵ | Luiza Pagliari | |
<TAG:VALUE> | |||
2015-08-24 | Accepting Arrays on 'exportHtmlAdditionalTags' to handle attributes stored ↵ | Luiza Pagliari | |
as ['key', 'value'] (and not only ['key', 'true']) | |||
2015-08-15 | Add appendChatMessage API to docs | Stefan | |
2015-07-20 | clientReady hook- pass entire message, updated doc | Emily Xie | |
2015-07-11 | Add a aceSelectionChanged hook to allow plugins to react when the cursor | Xavid | |
location changes. | |||
2015-06-21 | Update documentation for the updatePad and createPad hooks to include 'author' | Xavid | |
in the context. | |||
2015-05-20 | docs for handle message security | John McLear | |
2015-05-15 | Fixing documentation of collectContentPre | Luiza Pagliari | |
2015-04-23 | fix docs | John McLear | |
2015-04-17 | Update hooks_server-side.md | John McLear | |
2015-04-11 | Merge pull request #2599 from Gared/doc_api_fix | John McLear | |
Fix documentation for deleteSession api method | |||
2015-04-11 | Fix documentation for deleteSession api method | Stefan | |
2015-04-11 | Merge pull request #2597 from Gared/increase_api_version | John McLear | |
increase http api version to latest version | |||
2015-04-11 | increase http api version | Stefan | |
2015-04-11 | Add docs for new error message for createPad api method | Stefan | |
2015-03-31 | feature #2567 added documentation | Thomas Muehlichen | |
2015-02-25 | Add a saveRevision API function | Luc Didry | |
Calling saveRevision create an author which name is "API" | |||
2015-02-24 | Fixes #1870 | Luc Didry | |
Add two functions to API : * getSavedRevisionsCount * listSavedRevisions | |||
2015-02-22 | Set correct API version in doc | Luc Didry | |
The doc says current version is 1.2.9, but there is getPadID which uses 1.2.10 API. | |||
2015-01-26 | Merge pull request #2497 from ether/image-support-hook | John McLear | |
clean support for image hook | |||
2015-01-26 | Update hooks_client-side.md | John McLear | |
2015-01-26 | docs | John McLear | |
2015-01-25 | Revert 'asyncLineHTMLForExport' hook | Stefan | |