Plugins Directory » Redmine member location board
|
Author: | ak iwasaki |
---|---|---|
Website: | https://github.com/aki360P/redmine_member_location_board | |
Code repository: | https://github.com/aki360P/redmine_member_location_board | |
Registered on: | 2019-04-28 (almost 6 years ago) | |
Current version: | 1.1.0 | |
Compatible with: | Redmine 4.0.x, 3.4.x, 3.3.x, 3.2.x | |
User ratings: |
This plugin provides the member location board.
Main features¶
- Display project member location
- (optional) Show login ID
- (optional) Sort manually
- (optional) Display background color
- (optional) Display feeling image
Installation notes
Install¶
- go to plugins folder
git clone https://github.com/aki360P/redmine_member_location_board.git
- bundle install or change source code
bundle install
- migration
rake redmine:plugins:migrate NAME=redmine_member_location_board RAILS_ENV=production
- restart server
How to skip bundle install(change source code)¶
- delete Gemfile
- change source code *.rb in ./plugins/redmine_member_location_board/db/migrate.
First line needs to be changed according to your rails versionclass CreateTable < ActiveRecord::CompatibleLegacyMigration.migration_class #for redmine 3x, class CreateTable < ActiveRecord::Migration #for redmine 4x, class CreateTable < ActiveRecord::Migration[4.2]
How to add feeling images¶
You can add face images into assets\images\* directory.
Image shall be 5 data each and named with 5.png, ... 1.png. And restart server.
Enjoy new function!
UnInstall¶
rake redmine:plugins:migrate NAME=redmine_member_location_board VERSION=0 RAILS_ENV=production
Changelog
1.1.0 (2019-07-01)
Compatible with Redmine 4.0.x, 3.4.x, 3.3.x, 3.2.x.
Add new function
1.0.1 (2019-05-11)
Compatible with Redmine 4.0.x, 3.4.x, 3.3.x, 3.2.x.
minor update
- adjust table size
- adjust toggle button layout
1.0.0 (2019-04-28)
Compatible with Redmine 4.0.x, 3.4.x, 3.3.x, 3.2.x.