项目

一般

简介

插件 » Graphs & Charts - Redmine统计分析插件

Redmine X Statistics

将Redmine任意数据可视化和统计分析的工具,超过22个内置预定义图表模版

发布于: https://www.redmine-x.com/redmine-graphs-charts
兼容于: Redmine 5.0.*,  4.2.*,  4.1.*

最新版本: 1.1.3 更新日期: 2024-09-13 13:55

版本更新

1.1.3 (2022-10-31)

兼容性: Redmine 4.1.*, 4.2.*, 5.0.*

  • My page statistics blocks removal fixed - statistics grids from the removed blocks were left in DB with their charts. Statistics grid is now deleted from DB along with all its charts, when its my page block is removed by the user.
  • ActiveSupport::Duration class is now added to the Rails.application.config.active_record.yaml_column_permitted_classes directly from the init.rb file (this is necessary for Redmine 4.2.8+ and 5.0.3+). Modification of config/application.rb is not required anymore.
  • Upgrade of the chart data DB records from version 1.0.0 to the current format is now done by the 006_upgrade_chart_data_format migration.
  • Loading of the default charts and grids is now done by the 007_load_default_chart_data migration. This migration is also used to repair grids with incorrect format, caused by the load_default_charts.rake task, when ActiveSupport::Duration class is not explicitly allowed on Redmine 4.2.8+ and 5.0.3+.
  • The load_default_charts.rake task, which performed the operations mentioned in the previous points above, is no longer needed. Task was removed.