项目

常规

个人资料

插件目录 » Redmine 成员位置板

作者 ak iwasaki
网站 https://github.com/aki360P/redmine_member_location_board
代码仓库 https://github.com/aki360P/redmine_member_location_board
注册时间 2019-04-28(5年前)
当前版本 1.1.0
兼容性 Redmine 4.0.x, 3.4.x, 3.3.x, 3.2.x
用户评分   (0)

此插件提供成员位置板。

主要功能

  • 显示项目成员位置
  • (可选)显示登录ID
  • (可选)手动排序
  • (可选)显示背景颜色
  • (可选)显示心情图像

安装说明

安装

  1. 进入插件文件夹
    git clone https://github.com/aki360P/redmine_member_location_board.git
    
  2. 运行bundle install或更改源代码
    bundle install
    
  3. 迁移
    rake redmine:plugins:migrate NAME=redmine_member_location_board RAILS_ENV=production
    
  4. 重启服务器

如何跳过bundle install(更改源代码)

  • 删除Gemfile
  • 更改./plugins/redmine_member_location_board/db/migrate中的*.rb源代码
    第一行需要根据您的rails版本进行更改
     class CreateTable < ActiveRecord::CompatibleLegacyMigration.migration_class
      #for redmine 3x,  class CreateTable < ActiveRecord::Migration
      #for redmine 4x,  class CreateTable < ActiveRecord::Migration[4.2]
    

如何添加心情图像

您可以将头像图像添加到assets\images\*目录中。
图像应为5个数据,分别命名为5.png、... 1.png,然后重启服务器。

享受新功能!

卸载

rake redmine:plugins:migrate NAME=redmine_member_location_board VERSION=0 RAILS_ENV=production

变更日志

1.1.0 (2019-07-01)

兼容性:Redmine 4.0.x, 3.4.x, 3.3.x, 3.2.x。

添加新功能

1.0.1 (2019-05-11)

兼容性:Redmine 4.0.x, 3.4.x, 3.3.x, 3.2.x。

小更新
调整表大小
调整切换按钮布局

1.0.0 (2019-04-28)

兼容性:Redmine 4.0.x, 3.4.x, 3.3.x, 3.2.x。