Mirror of https://bitbucket.org/akiko_pusu/redmine_issue_templates — on Git for submodules support.
Go to file
2013-07-29 02:45:18 +09:00
app Add feature for inherit issue templates. (IssueID: #985) 2013-07-29 02:45:18 +09:00
assets Merge / Add quick workaround to support Redmine CKEditor Plugin, for Issue Template Plugin 0.0.2, Redmine1.4. (IssueID: #986, IssueID: #1097) 2013-01-04 15:22:40 +09:00
config Add feature for inherit issue templates. (IssueID: #985) 2013-07-29 02:45:18 +09:00
db/migrate Add feature for inherit issue templates. (IssueID: #985) 2013-07-29 02:45:18 +09:00
lang Initial commit. 2012-03-12 20:36:16 +09:00
lib Enabled to show template pulldown in case redirecting because of validation error. (IssueID: #1151) 2013-05-02 14:13:25 +09:00
test Add workaround code for plugin's fixtures. Ref. http://www.redmine.org/boards/3/topics/35164 2013-01-06 23:57:22 +09:00
.hgignore Update Rakefile. (From rdoc to yardoc) 2013-05-01 05:21:04 +09:00
Gemfile Replace :rubygems in Gemfile with 'https://rubygems.org'. 2013-05-29 09:28:24 +00:00
GPL.txt Add GPL.txt and some about license. 2012-12-22 09:41:02 +09:00
init.rb Update version to 0.0.5. 2012-12-25 05:24:04 +09:00
Rakefile Update Rakefile. (From rdoc to yardoc) 2013-05-01 05:21:04 +09:00
README.rdoc Add contributors info to German translation. (IssueID: #1165, #1178) 2013-02-07 21:01:51 +09:00

= Redmine Issue Templates Plugin 

Plugin to generate and use issue templates for each project to assist issue creation. 
For Redmine 2.1.x or later, please use version 0.0.4 or higher.
For Redmine 2.0, please use version 0.0.3 or higher.
For Redmine 1.3 and 1.4, please use support_0.0.2 branch.
(https://bitbucket.org/akiko_pusu/redmine_issue_templates/src/4475e1668541)

=== Plugin installation

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

=== Uninstall

Try this:

* rake db:migrate_plugins NAME=redmine_issue_templates VERSION=0 RAILS_ENV=production

See also: http://www.r-labs.org/projects/issue-template/wiki/About_en#Uninstall-plugin

=== Required Settings

1. Login to your Redmine install as an Administrator
2. Enable the permissions for your Roles. 

   Show issue templates: User can show issue templates and use templates when creating/updating issues.
   Edit issue templates: User can create/update/activate templates for each project.
   Manage issue templates: User can edit help message of templates for each project.

3. Enable the module "Issue Template" on the project setting page.
4. The link to the plugin should appear on that project's navigation.

=== Note

This plugin aims to assist contributor's feedback by using template if the 
project has some format for issues.

=== Repository

* https://bitbucket.org/akiko_pusu/redmine_issue_templates

=== WebPage

* http://www.r-labs.org/projects/issue-template (Project Page)

=== Description and usage info

* http://www.r-labs.org/projects/issue-template/wiki/About_en

== Changelog

=== 0.0.5

* Load default template.  (#1088)
* Show warning message in case no project trackers are assigned.
* Change CSS style when showing template. (#1141)

=== 0.0.4

* Support Redmine 2.1.x
  (Now unsupport Redmine 2.0.x. Please use ver 0.0.3 for Redmine2.0.x)
  Thak you so much, Viktor Muth, that gave me some feedback.

* Now insert template text just after the text that is already in the
  description field.  (#1115)

=== Language and I18n contributors

* Brazilian: Adriano Ceccarelli
* Korean: Jaebok Oh
* Chinese: Steven Wong
* Bulgarian: Ivan Cenov
* Russian: Denny Brain
* German: Terence Miller and anonymous contributor


=== License

This software is licensed under the GNU GPL v2.