基本介绍
|
作者: |
redmineplugins.cn Admin |
主页: |
https://github.com/mikitex70/redmine_drawio |
版本库: |
|
创建于: |
2024-11-24 |
当前版本: |
1.5.0 |
兼容性: |
6.0.*, 5.1.*, 5.0.*, 4.2.*, 4.1.*, 4.0.*, 3.4.*, 3.3.*, 3.2.*, 3.1.*, 3.0.* |
draw.io 是一款免费的在线绘图工具,redmine_drawio 可以把draw.io的在线作图功能嵌入 Redmine的 问题和wiki等页面,嵌入的图形可以以附件形式挂到相应的问题和wiki页面。
简便用法¶
版本更新
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.
文件
评论
添加评论
由 X G 在 大约一个月 之前添加
放到插件目录中,redmine启动后无法登录。建议使用手册详细介绍一下,最好中文。
由 redmineplugins.cn Admin 在 大约一个月 之前添加
@X G 无法启动通常是安装的问题。建议确认下redmine的当前版本,插件的版本需要兼容于redmine的版本。查看redmine目录下的日志(log/production.log)能帮助判断启动失败的原因。