Age | Commit message (Collapse) | Author | |
---|---|---|---|
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-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 | |
2015-01-24 | docs | John McLear | |
2015-01-24 | docs for export HTML | John McLear | |
2015-01-24 | fix issue in docs | John McLear | |
2014-12-09 | docs | John McLear | |
2014-12-09 | docs | John McLear | |
2014-12-08 | docs | John McLear | |
2014-12-08 | docs | John McLear | |
2014-08-08 | Added a `userLeave` hook that gets called when a user leaves a pad | Simon Gaeremynck | |
2014-06-16 | Merge pull request #2150 from ether/export-file-name-hook | John McLear | |
Server side hook to modify the export file name | |||
2014-06-02 | Merge pull request #2169 from stephan48/develop | Marcel Klehr | |
Added documentation for the newly added API method getPadID | |||
2014-06-02 | Added documentation for the newly added API method getPadID | Stephan Jauernick | |
2014-06-01 | Fix typos in easysync-full-description.tex | David Cook | |
2014-05-12 | use call first and update docs | John McLear | |
2014-05-06 | docs for new hook | John McLear | |