| 64959c9c | 12-Jan-2019 |
Jaap de Haan <jaap.dehaan@alpine.de> |
Updated meta information, reformatted code |
| 8def23a6 | 06-Jan-2019 |
Jaap de Haan <jaap.dehaan@color-of-code.de> |
Update README.md
http -> https |
| 3f219ee2 | 08-Jun-2018 |
Jaap de Haan <jaap.dehaan@color-of-code.de> |
Bumped up the revision number |
| ace1f797 | 08-Jun-2018 |
Jaap de Haan <jaap.dehaan@color-of-code.de> |
Fixes #14 API change for startSectionEdit
gets rid of error: startSectionEdit: $data "plugin_bpmnio" is NOT an array!
Fixed as suggested in https://www.dokuwiki.org/devel:section_editor |
| 6f72cdf3 | 30-Mar-2017 |
Jaap de Haan <jaap.dehaan@alpine.de> |
Upgraded to bpmnio v0.20.5 Fixed getBBox call (impacted rendering in firefox) |
| 83e42498 | 04-Mar-2017 |
Jaap de Haan <jaap.dehaan@freenet.de> |
Bumped up version
Version updated to avoid wrong status in plugin manager |
| 987b0d20 | 27-Feb-2017 |
Jaap de Haan <jaap.dehaan@alpine.de> |
Closes #12: Toolbar button for adding a diagram with sample content |
| 31c20ed8 | 27-Feb-2017 |
Jaap de Haan <jaap.dehaan@alpine.de> |
Closes #10, Updated bpmnio js library to version v0.19.0 |
| c08e9ae2 | 22-Dec-2016 |
Jaap de Haan <jaap.dehaan@freenet.de> |
Added Readme |
| 2735a457 | 08-Dec-2016 |
Jaap de Haan <jaap.dehaan@alpine.de> |
Fix #8: Add automatically scrollbars in case of big diagrams |
| 9d7934f5 | 21-May-2016 |
Jaap de Haan <jaap.dehaan@freenet.de> |
Fix: unable to edit section (logo overlay)
Introduced a right margin |
| 09c117de | 21-May-2016 |
Jaap de Haan <jaap.dehaan@freenet.de> |
Fix #3 by by adding margin space to allow clicks
Added a small margin to the right of the bpmnio diagram. This solution is not so nice however... |
| f19991a5 | 17-May-2016 |
Jaap de Haan <jaap.dehaan@freenet.de> |
Fix: base64 decoding in JS for non ASCII chars |
| 419adfba | 17-May-2016 |
Jaap de Haan <jaap.dehaan@freenet.de> |
Fix: properly decode the base64 encoded string
UTF-8 encoded into base64 did not decode well. Characters were destroyed. Javascript needs some more layers of transformation to get it right. |
| 926ef78a | 10-May-2016 |
Jaap de Haan <jaap.dehaan@freenet.de> |
Fix: HTML entities inside XML are now usable |
| 88bf5e99 | 09-May-2016 |
Jaap de Haan <jaap.dehaan@freenet.de> |
Decode base64 data (lossless) |
| 1e9cea03 | 09-May-2016 |
Jaap de Haan <jaap.dehaan@freenet.de> |
Encode data using base64 |
| eed13081 | 25-Feb-2016 |
Jaap de Haan <jaap.dehaan@alpine.de> |
Added a screenshot for the plugin |
| 13566474 | 25-Feb-2016 |
Jaap de Haan <jaap.dehaan@alpine.de> |
Improved: Refactored the code for the viewer |
| 21448789 | 25-Feb-2016 |
Jaap de Haan <jaap.dehaan@alpine.de> |
Improved: Adjusting the viewbox to recenter the diagram |
| 1268b482 | 25-Feb-2016 |
Jaap de Haan <jaap.dehaan@alpine.de> |
Integrated the renderer for in-page, embedded bpmn xmls |
| 6aa8fa4c | 25-Feb-2016 |
Jaap de Haan <jaap.dehaan@alpine.de> |
Adopted the same license as bpmn.io (MIT+logo conservation) |