Project

General

Profile

Plugins Directory » Issue Badge

Author: Akiko Takano
Website: https://github.com/akiko-pusu/redmine_issue_badge
Code repository: https://github.com/akiko-pusu/redmine_issue_badge
Registered on: 2015-11-10 (over 8 years ago)
Current version: 0.1.4
Compatible with: Redmine 4.2.x, 4.1.x, 4.0.x
User ratings:   (12)

Plugin to show the number of assigned issues with badge, on top menu.

  • Show the number of assigned issues with badge.
  • Click badge and first 5 issues are shown.
  • User can on/off this feature at user preference page.

Installation notes

Plugin installation

  1. Copy the plugin directory into the vendor/plugins directory. Please note that plugin's folder name should be "redmine_issue_badge". If changed, some migration task will be failed.
  2. Do migration task. e.g. rake redmine:plugins:migrate RAILS_ENV=production
  3. (Re)Start Redmine.

Required settings

This feature is activated as one of the user preferences.

  1. Login to your Redmine and go to "/my/account" page.
  2. Enable the option, described as "Show number of assigned issues with badge".
  3. After that, if you have assigned and opened issues, the number of issues is shown =with badge.

That's all:)

Changelog

0.1.4 (2020-07-10)

Compatible with Redmine 4.2.x, 4.1.x, 4.0.x.

Code refactoring and maintenance release.

  • Bugfix: The link to assigned to me is not displayed. (#136)
  • Update Portuguese Brazil translation. (contributed by @adrianobr)

Thank you for your support! @adrianobr and Viktor Berke!
https://github.com/akiko-pusu/redmine_issue_badge/releases/tag/0.1.4

0.1.3 (2019-12-16)

Compatible with Redmine 4.2.x, 4.1.x, 4.0.x.

Code refactoring and maintenance release. This is one of the workaround. If you still have some problems, feedback highly appreciate!

  • Workaround for GitHub-#118.
  • Modify issue query to prevent n+1
  • Change the response of controller from the HTML to the JSON, and render the badge via JavaScript.

0.1.2 (2019-11-24)

Compatible with Redmine 4.2.x, 4.1.x, 4.0.x.

Please note, this release is required to migrate.
Supporting custom query feature is still a prototype, so feedback highly appreciate!

  • Support custom query based badge number. (Related: GitHub: 67, GitHub: 107)
  • Enabled to change the number to display issues in the popup window. (GitHub: 67, GitHub: 69)
  • Change the initial badge color to green. (GitHub: 108)
  • Update German translation. Thank you so much, @double2ugly
  • Update zh-TW translation. Thank you so much, @Vongola
  • Bugfix: IssueBadgeUserSetting is not created correctly via post method. (GitHub: 106)

Thanks for suggestions and PR for this release: @Jiangshan0000, Viktor Berke, Alexandr Chernyaev, @rafaelmartinsrm, @AizeLeOuf, and @Vongola.

issue-badge-2.png (133 KB) issue-badge-2.png Akiko Takano, 2019-11-24 07:11

0.1.1 (2019-09-09)

Compatible with Redmine 4.1.x, 4.0.x.

Code refactoring and maintenance release.

  • Bug fix for GitHub: 96, 97. UserPreference setting does not work correctly.
  • JavaScript Code refactoring. (Change jQuery to Pure JavaScript)

Please note: If JavaScript function does not work correctly on your env, feel free to report issue!

0.1.0 (2019-07-08)

Compatible with Redmine 4.1.x, 4.0.x.

ChangeLog

  • Support Redmine 4.x.

Now master branch unsupports Redmine 3.x.
Please use ver 0.7.x or support-Redmine3 branch in case using Redmine3.x.

NOTE: Mainly, maintenance and refactoring only. There is no additional feature, translation in this release.

0.7.0 (2019-05-10)

Compatible with Redmine 3.4.x, 3.3.x, 3.2.x, 3.1.x, 3.0.x.

ChangeLog

  • Feature #82. Enabled to switch list issue order. (Oldest 5 or Latest 5)
  • Merge pull request #92 to support Redmine4.0. (Thanks, kenji21)
  • Some code refactoring.
  • Enabled-reverse-order

Please note, this version does not spport Redmine4.x completely.
Since Redmine4.x is based on Rails that migration format must be changed.

Maybe new version, 0.1.0, which support Redmine4.x will be released soon.

And this is the final version to support Redmine3.x.
If some bugs are reported, bugfix will be applied to the branch: v0.0.x-support-Redmine3.

0.0.6 (2017-04-17)

Compatible with Redmine 3.4.x, 3.3.x.

  • Bug fix. Badge is not working for user created from LDAP user.
  • Feature. Display background image when user’s assigned issue is empty.
  • PR i8n. Add simplified Chinese translation file.
  • Some codes refactoring.

0.0.5 (2017-03-14)

Compatible with Redmine 3.4.x, 3.3.x, 3.2.x, 3.1.x.

Please note, this release is required to migrate.

  • Add option to poll and auto refresh assigned issues count every 60 seconds. (Prototype)
  • Add option to include / exclude option issues assigned to user's group.
  • Bug fix. Don’t render html in case current user is required password change just after login.
  • Bug fix. Escape subject includes html entities.
  • Change not to use fixtures and to use FactoryGirl for rspec.
  • Some code refactoring.

Change css to classify issue assigned to user or group.

Please be careful to activate polling option under large scale Redmine.

issue_list.png (62.2 KB) issue_list.png Change css to classify issue assigned to user or group. Akiko Takano, 2017-03-13 18:06
polling_option.png (34.6 KB) polling_option.png Akiko Takano, 2017-03-13 18:10

0.0.3 (2016-07-08)

Compatible with Redmine 3.3.x, 3.2.x, 3.1.x, 3.0.x, 2.6.x, 2.5.x.

Support responsive mode and activate for all the users at plugin settings.

  • Display badge when responsive mode (#17).
  • Enabled to activate badge for all the user on pluginn's configuration screen. (#3)
    • Go to plugin’s menu and click configure to activate issue badge.
  • Code Refactoring.
  • Add scss file and npm script to compile css.

Responsive mode

responsive-mode.png (50.8 KB) responsive-mode.png Responsive mode Akiko Takano, 2016-07-08 15:02
responsive-mode.png (57.6 KB) responsive-mode.png Responsive mode Akiko Takano, 2016-07-08 15:05

0.0.2 (2015-11-27)

Compatible with Redmine 3.3.x, 3.2.x, 3.1.x, 3.0.x, 2.6.x, 2.5.x.

Bug fix, and update test code.

  • Fix. Redmine not at root (GitHub: 13).
  • Fix. JS Bug (GitHub: 5).
  • Fix. Wrong CSS (GitHub: 4).
  • Merge PR: (GitHub: 1) / Thank you so much, ykws!
  • Add README_ja, GPL.txt
  • Add rspec somple code for test.

0.0.1 (2015-11-11)

Compatible with Redmine 3.2.x, 3.1.x, 3.0.x, 2.6.x, 2.5.x.

First release.

issue_badge_screenshot.jpg

Feedback highly appreciated!

issue_badge_screenshot.jpg (42.6 KB) issue_badge_screenshot.jpg Screenshot Akiko Takano, 2015-11-16 00:48

User ratings

  by Marian Liviriniu about 2 years ago

  by Konstantin Shutov over 5 years ago

  by wagner freiria over 6 years ago

preciso da versão 0.0.2 (2015-11-27) para Redmine 3.2.6, alguém sabe onde encontrar ?

  by Kanu Gami over 6 years ago

It is a good & very useful plugin

  by Haruyuki Iida almost 7 years ago

  by Gyorgy Varga almost 7 years ago

  by Dena Arif Widianto almost 7 years ago

This plugin is very useful for remind the user

  by Eric Feyzullov about 7 years ago

nice work in 3.1.1! great

  by Alexandre Almeida over 7 years ago

Nice plugin!

  by joao paulo lima saraiva over 7 years ago

Muito bom esse plugin, deveria ser algo padrão no redmine

  by Jaebok Oh over 8 years ago

Very useful plugin!

  by Maurizio Tallarico over 8 years ago

Great! Working with 2.6.X.