Releases: akiko-pusu/redmine_issue_templates
Release v0.3.6
This is bugfix release against v0.3.5.
Updating to 0.3.6 is highly recommended!
- Update zh-TW locale. #281 (by Vongola)
- Refactor: Update test code / Change Validation check.
- Add troubleshooting for migration error and uninstall.
- Add workaround to prevent other plugin's conflict. (#282)
- Add workaround to load the right templates if the project has subproject and subproject selected. (#289)
- Apply the patch by @dmakurin to prevent the error when the user can't edit tracker id. (#288)
- Only wipe issue subject and description if replace flag. (#284, Applied Pull Request by @mattgill)
Diff: 0.3.5...0.3.6
Release v0.3.5
About 0.3.5
Applied some PR and bugfix.
And you can control note template’s visibility when editing issue.
NOTE: This version requires migration command to enhance note template's feature.
Note Template visibility per role
feature is still a prototype, so feedback highly appreciate!
- Design: PR / Mrliptontea theme compatibility #266 (by mrliptontea)
- Bugfix: #270 / Apply polyfill code for IE11. (reported by yui-har)
- Feature: Note Template visibility per role. #267
- Bugfix: Fix the request URL for accessing note_templates/load #261 (by ishikawa999)
- Bugfix: Note Template does not work on CKEDitor. #275
- Update README for contribution #273
Diff: 0.3.4...0.3.5
Docker
You can try this version with Docker. Please use docker-compose.yml included in this repository.
% docker-compose build
% docker-compose up
Screenshot
Select Visibility
Select role when scope is “role”
Note Template list when editing issue
Release v0.3.4
This is bugfix release against v0.3.3.
- Add navigation link between issue template and note template.
- Refactor: Change to use let / const instead of var.
- Update test environment, especially E2E. (Follow up Redmine4.1)
- Bugfix #256 / Related to checklists.
Diff: 0.3.3...0.3.4
Release v0.3.3
ChangeLog 0.3.3
This is bugfix release against v0.3.2.
Updating to 0.3.3 is highly recommended!
- Revert and Bugfix #230
- Merge pull request #252 from ishikawa999/fix/248 by @ishikawa999
- Bugfix: #234 / Enable to save checklists when updating a template.
Diff: 0.3.2...0.3.3
Release v0.3.2
ChangeLog 0.3.2
Updating to 0.3.2 is highly recommended in case using Redmine4.x with Checklists Plugin.
Release v0.3.1
0.3.1
- Basic feature implemented of note template.
- Enabled to use issue templates when updating issue.
- Go to global template admin setting, and turn on "apply_template_when_edit_issue" flag.
- Bugfix: Prevent conflict against issue controller helper. (#217)
- Update readme: Merged PR #219. Thanks Arnaud Venturi!
NOTE: This version requires migration command to use note template feature.
$ rake redmine:plugins:migrate RAILS_ENV=production
ScreenShot
Template for Note (Comment)
Sidebar
Apply note template via popup window
Feature flag enabled to apply issue template when editing issue
Trying Docker
Now this PR was merged into develop branch.
You can try this feature via docker-compose.
$ git clone https://github.com/akiko-pusu/redmine_issue_templates
$ cd redmine_issue_templates
$ docker-compose build web
$ docker-compose up web
Access to http://localhost:3000/
Release: v0.3.0
Version 0.3.0
- Support Redmine 4.x.
- Now master branch unsupports Redmine 3.x.
- Please use ver 0.2.x or
v0.2.x-support-Redmine3
branch in case using Redmine3.x.
- Follow Redmine's preview option to the wiki toolbar.
- Show additional navigation message when plugin is applied to Redmine 3.x.
NOTE: Mainly, maintenance, bugfix and refactoring only. There is no additional feature, translation in this release.
Thank you for creating patch, Mizuki Ishikawa!
Screenshot
To Redmine 3.x user
If you apply v0.3.0 under Redmine 3.x, following error will be shown.
Please use Redmine Issue Templates version 0.2.x or clone via
'v0.2.x-support-Redmine3' branch.
=> Ctrl-C to shutdown server
Exiting
/redmine-3.4.4/plugins/redmine_issue_templates/init.rb:63:in `rescue in block in <top (required)>': (Redmine::PluginRequirementError)
==========================
redmine_issue_templates plugin requires Redmine 4.0 or higher but current is 3.4.4.stable
If you use Redmine3.x, please use Redmine Issue Templates version 0.2.x or clone via
'v0.2.x-support-Redmine3' branch.
You can download older version from here: https://github.com/akiko-pusu/redmine_issue_templates/releases
==========================
from /redmine-3.4.4/plugins/redmine_issue_templates/init.rb:40:in `block in <top (required)>'
from /redmine-3.4.4/lib/redmine/plugin.rb:75:in `instance_eval'
Release: v0.2.1
Changesets of release 0.2.1
Mainly, bugfix and refactoring release.
Updating to 0.2.1 is highly recommended in case using CKEditor or MySQL replication.
NOTE: Migration is required, especially using MySQL replication.
- Bugfix: Fix "Page not found" error when try to create project template from project setting. (GitHub: #192, #199)
- Bugfix: Add composite unique index to support MySQL group replication. (GitHub: #197)
- Workaround: Wait fot 200 msec until CKE Editor's ajax callback done. (GitHub: #193)
- Add feature to hide confirmation dialog when overwritten issue subject and description, with using user cookie. (GitHub: #190)
- Refactoring: Minitest and so on.
A cookie named "issue_template_confirm_to_replace_hide_dialog" is stored from this release. (Related: #190)
Bugfix release: v0.2.0
v0.2.0 Description
This is bugfix and refactoring release.
Updating from v0.1.9 to 0.2.0 is highly recommended.
This version can be applied to Redmine 3.0 to Redmine 3.4.
Also some features implemented by v0.1.9 are available.
Changelog
In this release, some methods which implemented on Redmine v3.3 are ported
for plugin's compatibility. (To support Redmine 3.0 - 3.4)
- Bugfix: Prevent to call unimplemened methods prior to Redmine3.2. (GitHub: #180)
- Refactoring: Code format. (JS, CSS) / Update config for E2E test.
- Updated Simplified Chinese translation, thanks Steven.W. (GitHub PR: #179)
- Applied responsive layout against template list (index) page.
Thank you for reviewing, Tatsuya Saito!
Screenshot
- Responsive layout against template list
Release v0.1.9
0.1.9
Bugfix and refactoring release.
- Bugfix: Fix wrong template sort ordering. (GitHub: #174)
- Change UI to reorder templates with using drag and drop.
- Add feature to copy template (Now project scope template only.)
- Code refactoring. Use Headless Chrome for feature spec. Change to use CircleCI for build and test.
- PR: Update Bulgarian translation. Thank you so much, Ivan Cenov! (GitHub: #171)
- PR: Update Update pt-BR.yml Thank you so much, Adriano Baptistella! (GitHub: #173)
- Bugfix: Wrong column label in "Preview Template Contents" modal dialog. (GitHub: #154)
- PR: Updates to German language file. Thank you so much, Tobias Fischer! (GitHub: #164)