Plugins Directory » Issue favicon plugin
Author: | Akiko Takano | |
---|---|---|
Website: | - | |
Code repository: | https://github.com/akiko-pusu/redmine_issue_favicon | |
Registered on: | 2014-03-03 (over 10 years ago) | |
Current version: | 0.1.0 | |
Compatible with: | Redmine 4.1.x, 4.0.x, 3.4.x, 3.3.x | |
User ratings: |
Plugin to show the number of assigned issues on favicon with badge, using favico.js.
Installation notes
Plugin installation¶
- Copy the plugin directory into the vendor/plugins directory. Please note that plugin's folder name should be "redmine_issue_favicon". If changed, some migration task will be failed.
- Do migration task. e.g. rake db:migrate_plugins RAILS_ENV=production
- (Re)Start Redmine.
Required settings¶
This feature is activated as one of the user preferences.
- Login to your Redmine and go to "/my/account" page.
- Enable the option, described as "Show number of assigned issues on favicon".
- After that, if you have assigned and opened issues, the number of issues is shown on favicon with badge.
That's all:)
Changelog
0.1.0 (2020-03-28)
Compatible with Redmine 4.1.x, 4.0.x, 3.4.x, 3.3.x.
NOTE: Migration is required to store user's preference colors.
- Enabled to change bgColor, textColor of favicon. (GitHub: #6)
- Code refactoring.
0.0.4 (2020-03-22)
Compatible with Redmine 4.1.x, 4.0.x, 3.4.x, 3.3.x.
This is a maintenance release to support Redmine4.
- Apply Portuguese translation by Adriano Baptistella. (GitHub: #8)
- Apply Portuguese Brazil translation by Adriano Baptistella. (GitHub: #7)
- Support Redmine4.x (Rails5) by Boris Gorbylev. (GitHub: #10)
- Update test script and CI setting.
Thank you so much for above pull requests, Boris Gorbylev and @adrianobr
0.0.3 (2017-10-13)
Compatible with Redmine 3.4.x, 3.3.x, 3.2.x, 3.1.x, 3.0.x.
Bugfix related to migration in case using MySQL. (GitHub: #2)
Add some codes for CI.
0.0.2 (2017-08-08)
Compatible with Redmine 3.4.x, 3.3.x, 3.2.x, 3.1.x, 3.0.x.
Release Note¶
Please note: Repository was moved to GitHub, for maintenance reason.
- Update favico.js to 0.3.10. (Thank you so much, Miroslav Magda. Repository: https://github.com/ejci/favico.js)
- Add feature to enabled favicon globally.
- Change repository from Bitbucket to GitHub. Also vcs was changed from Mercurial to Git.
- Update test code.
- Support Redmine 3.4.x
- Add some codes for CI.
ScreenShot¶
Administrator can activate favicon for all users.
Every user can override favicon setting.
0.0.1 (2014-03-03)
Compatible with Redmine 3.3.x, 3.2.x, 3.1.x, 3.0.x, 2.6.x, 2.5.x, 2.4.x, 2.3.x, 2.2.x, 2.1.x.