Skip to content

Releases: mikitex70/redmine_drawio

Fixed save with null journal notes

26 May 05:48
Compare
Choose a tag to compare

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

13 May 18:24
Compare
Choose a tag to compare
  • use of single quote in diagram name (#91)
  • use of plus sign in wiki page name (#92)

Fixed missing Javascript file

23 Mar 17:57
Compare
Choose a tag to compare

In the last release a Javascript file was left out from the coommit.

Enhanced support for diagrams in XML format

21 Feb 17:40
Compare
Choose a tag to compare

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

10 Feb 06:49
Compare
Choose a tag to compare

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

19 Dec 17:11
Compare
Choose a tag to compare
v0.9.8

fix: usr: fixed stupidly forgotten commented code

Updated default address of drawio editor

24 Sep 18:15
Compare
Choose a tag to compare

The address of the embedded editor is now embed.diagrams.net.
This fixes issue #80.

Fixed header/footer duplication with Wiki Extensions plugin

21 Jun 06:38
Compare
Choose a tag to compare

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

04 May 18:40
Compare
Choose a tag to compare

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

03 May 09:06
Compare
Choose a tag to compare

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.