Releases: mikitex70/redmine_drawio
Fixed save with null journal notes
In some cases Redmine returns null
on issue journal notes instead of omitting them.
This was causing a Javascript error which prevents the diagram editor from starting.
Added also a note in the README.md on configuring the Content-Security-Policy
header in the Redmine's web server to allow this plugin to work correctly.
Minor fixes
Fixed missing Javascript file
In the last release a Javascript file was left out from the coommit.
Enhanced support for diagrams in XML format
Now the drawio_attach
and the drawio__dmsf
macros can handle diagrams in XML format, with enhanced viewer which supports page and layer selector.
The drawio
macro is now deprecated and must be replaced with the drawio_attach
macro.
Other changes
New
- Added page and layer selector for XML diagrams (refs #86) [Michele Tessaro]
- Fixed patch for building draw.io server (fixes #81) [Michele Tessaro]
Changes
- Updated README for the new release. [Michele Tessaro]
- Updated CHANGELOG. [Michele Tessaro]
Fix
- Fixed save on recents dmsf (refs #87) [Michele Tessaro]
- Fixed wrong url hint in config dialog. [Michele Tessaro]
Code refactor and enhanced support for diagrams in XML format
A lot of code refactor, with full iintegration of diagrams in XML format in the drawio_attach
and drawio_dmsf
macros.
The old drawio
macro is not working anymore, use the drawio_attach
macro as a replacement.
Added Japanese language support
v0.9.8 fix: usr: fixed stupidly forgotten commented code
Updated default address of drawio editor
The address of the embedded editor is now embed.diagrams.net
.
This fixes issue #80.
Fixed header/footer duplication with Wiki Extensions plugin
There was an incompatibility with the Wiki Extensions plugin which caused duplication of header and/or footer text when using header
and footer
pages.
Fixed saving diagrams as attachments in issues
Version 0.9.4
has introduced a bug on diagram attachments in issues.
This version fixes it.
Fixed saving diagrams as attachments on main wiki page
There was a problem saving diagrams as attachments on main wiki page, which was reported as an erroneous message Make sure WebDAV capabilities of DMSF module is enabled
.
The plugin was working fine in any other wiki page.