Skip to content

Commit 8a6c747

Browse files
committed
Release v0.5 and rename to "Mojira Plus"
1 parent a6b6e2f commit 8a6c747

File tree

4 files changed

+36
-22
lines changed

4 files changed

+36
-22
lines changed

README.md

Lines changed: 23 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,40 @@
1-
[![](https://img.shields.io/github/issues/mojira/message-extension)](https://github.com/mojira/message-extension/issues)
2-
[![](https://img.shields.io/github/stars/mojira/message-extension)](https://github.com/mojira/message-extension/stargazers)
3-
[![](https://img.shields.io/github/license/mojira/message-extension)](https://github.com/mojira/message-extension/blob/master/LICENSE.md)
1+
[![](https://img.shields.io/github/issues/mojira/mojira-plus)](https://github.com/mojira/mojira-plus/issues)
2+
[![](https://img.shields.io/github/stars/mojira/mojira-plus)](https://github.com/mojira/mojira-plus/stargazers)
3+
[![](https://img.shields.io/github/license/mojira/mojira-plus)](https://github.com/mojira/mojira-plus/blob/master/LICENSE.md)
44

5-
# Mojira Helper Message Browser Extension
6-
This is a browser extension made for simplifying the mod and helper workflow on Mojira. It integrates the helper messages from the [`helper-messages`](https://github.com/mojira/helper-messages) repository directly into the Mojira interface, so that messages can be pasted very easily without the need of visiting another website.
5+
# Mojira Plus Browser Extension
6+
This is a browser extension enabling various additional features on Mojang's bug tracker Mojira for helpers, moderators, and other Mojira power users.
7+
8+
This extension has primarily been created for and tested in Mozilla Firefox. However, it should also work in Chromium-based browsers, such as Google Chrome, Opera, and modern versions of Microsoft Edge.
9+
10+
## Helper messages
11+
12+
**⚠ Please note that the helper messages included in this extension may only be used on the bug tracker by helpers, moderators or Mojang staff. Do not use them yourself if you do not belong to one of these groups, as it may confuse users regarding your role.**
13+
14+
This extension simplifies the mod and helper workflow on Mojira. It integrates the helper messages from the [`helper-messages`](https://github.com/mojira/helper-messages) repository directly into the Mojira interface, so that messages can be pasted very easily without the need of visiting another website.
715

816
On top of that, it always keeps the messages up-to-date with the latest version from the `helper-messages` repository.
917

10-
This extension has primarily been created for and tested in Mozilla Firefox. However, it should also work in Chromium-based browsers, such as Google Chrome, Opera, and modern versions of Microsoft Edge.
18+
More information about how to use this feature of the extension can be found below.
19+
20+
## Custom activity module sorting
21+
22+
This extension adds two additional sort modes to the activity section on bug reports: "Newest last" and "Oldest last". They are the same as "Oldest first" and "Newest first", respectively, but instead of omitting items at the bottom of the list when there are too many, they omit items at the top of the list. This restores the behaviour from previous versions of Jira.
23+
24+
## Postpone button
1125

12-
⚠ Please note that the helper messages may only be used on the bug tracker by helpers, moderators or Mojang staff. Do not use them yourself if you do not belong to one of these groups as it may confuse users regarding your role.
26+
The postpone button is only seldomly used, and instead usually is clicked by mistake. This extension provides an option to either hide it completely or show a warning before the issue is actually postponed.
1327

1428
## Installation
1529
### Firefox
16-
1. Select the latest version of the extension on the [releases](https://github.com/mojira/message-extension/releases) page.
30+
1. Select the latest version of the extension on the [releases](https://github.com/mojira/mojira-plus/releases) page.
1731
2. Click on the `.xpi` file
1832
3. Follow the instructions on the popups that show up in order to install the extension
1933

2034
You now have installed the extension successfully. If this is enabled in the browser settings, it will be automatically updated whenever there's a new version of it available.
2135

2236
### Google Chrome and other Chromium-based browsers
23-
1. Select the latest version of the extension on the [releases](https://github.com/mojira/message-extension/releases) page.
37+
1. Select the latest version of the extension on the [releases](https://github.com/mojira/mojira-plus/releases) page.
2438
2. Download the `.zip` file
2539
3. Extract the `.zip` file into a folder and place it somewhere on your system
2640
4. Open `chrome://extensions`

manifest.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
{
22
"manifest_version": 2,
3-
"name": "Mojira Message Extension",
4-
"version": "0.4",
3+
"name": "Mojira Plus",
4+
"version": "0.5",
55

6-
"description": "Easily access helper messages directly on Mojira by using shortcuts. Please note that the helper messages may only be used by Mojira helpers, Mojira moderators, and Mojang staff.",
6+
"description": "Enables various additional features on Mojang's bug tracker Mojira for helpers, moderators, and other Mojira power users. Please note that the helper messages included in this extension may only be used by Mojira helpers, moderators, and Mojang staff.",
77

88
"browser_specific_settings": {
99
"gecko": {
10-
"id": "message-extension@mojira.github.io",
11-
"update_url": "https://raw.githubusercontent.com/mojira/message-extension/releases/updates.json",
10+
"id": "mojira-plus@mojira.github.io",
11+
"update_url": "https://raw.githubusercontent.com/mojira/mojira-plus/releases/updates.json",
1212
"strict_min_version": "68.0"
1313
}
1414
},
@@ -29,7 +29,7 @@
2929

3030
"browser_action": {
3131
"default_icon": "icons/mojira-logo-32.png",
32-
"default_title": "Mojira Helper Messages",
32+
"default_title": "Mojira Plus",
3333
"browser_style": true
3434
},
3535

package-lock.json

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
2-
"name": "mojira-message-extension",
3-
"version": "0.1.0",
4-
"description": "A browser extension for simplifying the mod & helper workflow on Mojang's bug tracker Mojira",
2+
"name": "mojira-plus",
3+
"version": "0.5.0",
4+
"description": "A browser extension enabling various additional features on Mojang's bug tracker Mojira for helpers, moderators, and other Mojira power users",
55
"main": "main.js",
66
"scripts": {
77
"copylibs": "(rm -rf lib || rmdir /Q /S lib || echo>NUL) && mkdir lib && (cp -r node_modules/webextension-polyfill/dist/* ./lib || copy node_modules\\webextension-polyfill\\dist\\* .\\lib)",

0 commit comments

Comments
 (0)