项目

一般

简介

插件 » 在线绘图插件 redmine_drawio

Redmine Drawio

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

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

最新版本: 1.4.8 更新日期: 2024-10-14 16:22

版本更新

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.


文件