项目

一般

简介

插件 » 在线绘图插件 redmine_drawio

Redmine Drawio

redmine_drawio 可以把draw.io的在线作图功能嵌入 Redmine的 问题和wiki等页面 ...

发布于: https://github.com/mikitex70/redmine_drawio
兼容于: Redmine 6.0.*,  5.1.*,  5.0.*,  4.2.*,  4.1.*,  4.0.*,  3.4.*,  3.3.*,  3.2.*,  3.1.*,  3.0.*

最新版本: 1.5.0 更新日期: 2024-11-24 08:38

版本更新

1.5.0 (2024-11-24)

兼容版本
  • Redmine: 3.0.*, 3.1.*, 3.2.*, 3.3.*, 3.4.*, 4.0.*, 4.1.*, 4.2.*, 5.0.*, 5.1.*, 6.0.*

更新内容

  • Fix
    • Fixed start on redmine 6. [Michele Tessaro]
  • Other
    • Skips dmsf related tests when plugin is not installed. [Liane Hampe]
      Some tests require the Redmine DMSF plugin to be installed. In case it is missing the tests will be skipped.
    • Excludes markdown_helper from loading in RM 6.0. [Liane Hampe]
      Markdown is not supported anymore in Redmine 6 or later. The Markdown Helper Patch in Redmine Drawio will to be excluded. The plugin remains downward compatible.
    • Adds screenshots to README.md. [Liane Hampe]
      The README.md will be updated with some nice screenshots showing the different Drawio UI available in users preferences for selection.
    • Adds user preference tests. [Liane Hampe]
    • Adds custom drawio ui support. [Liane Hampe]
      Drawio supports five different themes. The user will be able to set a custom theme on 'My account’ page.
      Futhermore, the drawio iframe will be positioned right below the top menu giving the user the context of still using Redmine.


文件

1.4.9 (2024-11-19)

兼容版本
  • Redmine: 3.0.*, 3.1.*, 3.2.*, 3.3.*, 3.4.*, 4.0.*, 4.1.*, 4.2.*, 5.0.*, 5.1.*

更新内容

Now the Mathjax library is imported from the Drawio site, simplifying configuration and management.
Also added a couple of minor fixes/improvements on the handling of diagrams in XML format.
For more details, see the CHANGELOG.md.


文件

1.4.8 (2024-10-13)

兼容版本
  • Redmine: 3.0.*, 3.1.*, 3.2.*, 3.3.*, 3.4.*, 4.0.*, 4.1.*, 4.2.*, 5.0.*, 5.1.*

更新内容

  • New
    • Added support for drawio diagram extension (#131) [Michele Tessaro]
  • Fix
    • Fixes wrong number of arguments exception. [Liane Hampe]
      The macro drawio_dmsf will raise an exception when a user applies the macro to a previously uploaded drawio file (file ending does not matter).
      The error occurs in DmsfFileRevision#disk_file which has changed four month ago.
    • Fixes uncaught type error. [Liane Hampe]
      Math support will only be provided if the user has checked the corresponding box in plugin settings. When no math support is required the javascript snippet should be ignored.
      Since only MathJax will be ignored and not MathJax.Hub, javascript will raise a type error. This is fixed with a further condition.
  • Other
    • Adds some unit tests. [Liane Hampe]
      Will add some unit tests for drawio macros.
    • Extends error message. [Liane Hampe]
      The extension drawio is missing in an error message listing supported diagram formats.
    • Changes spelling in heredoc string. [Liane Hampe]
      Will remove inverted comma (') from heredoc string since there are interpreted as the beginning of a normal string ('text between inverted comma’) which won’t be closed.
      The results is an unreadable code in some IDE such that vscode.
    • Changes spelling in heredoc string. [Liane Hampe]
      Will remove inverted comma (') from heredoc string since there are interpreted as the beginning of a normal string ('text between inverted comma’) which won’t be closed.
      The results is an unreadable code in some IDE such that vscode.


文件