项目

一般

简介

插件 » Redmine Work Time 工时录入插件

Redmine Work Time

发布于: https://www.r-labs.org/projects/worktime/wiki
兼容于: Redmine 5.0.*, 4.2.*, 4.1.*, 4.0.*, 3.4.*, 3.3.*, 3.2.*, 3.1.*, 3.0.*

最新版本: 0.4.1 更新日期: 2023-12-20 15:51

版本更新

0.4.1 (2020-10-08)

兼容性: Redmine 3.0.*, 3.1.*, 3.2.*, 3.3.*, 3.4.*, 4.0.*, 4.1.*, 4.2.*, 5.0.*

  • fixes 1502 update fails cause by custom field
  • Add ca & es translations
  • pull request 3 from csalom/_add_translations
  • Defect 1507 Work Time cannot be saved with Redmine-trunk(r19944) → pull request 5


文件

1.0.0 (2019-10-28)

兼容性: Redmine

0.4.0 (2019-10-28)

兼容性: Redmine 3.0.*, 3.1.*, 3.2.*, 3.3.*, 3.4.*, 4.0.*, 4.1.*

  • Compatible with Redmine 4.0.x.
  • Support 1499 support Redmine4.0 (Rails5)

注意

Redmine 4.0之前(即Rails 5) 的版本使用0.4.0会导致数据库迁移失败,因此请使用 0.3.4版本


文件

0.3.4 (2019-10-28)

兼容性: Redmine

  • Defect 1429 Internal error may occur when data downloaded with activity
  • Defect 1461 MSSQL 2012 500 Internal Server Error
  • Defect 1462 Default value of activity is not set
  • Defect 1470 Conflict database index with Redmine3.4
  • Feature 1434 real time update of total time by minutes input
  • Feature 1445 Observer role

注意

早期redmine_work_time版本要升级到 Redmine to 3.4,首先要执行如下命令,然后再更新至Redmine to 3.4。

bundle exec rake redmine:plugins:migrate RAILS_ENV=production NAME=redmine_work_time VERSION=009

否则Redmine 3.4在数据迁移时会失败。

$ bundle exec rake db:migrate RAILS_ENV=production
...
20161220091118 AddIndexOnIssuesParentId: migrating =======================
-- add_index(:issues, :parent_id)
rake aborted!
StandardError: An error has occurred, all later migrations canceled:

Index name 'index_issues_on_parent_id' on table 'issues' already exists


文件