Skip to content

Commit

Permalink
README
Browse files Browse the repository at this point in the history
  • Loading branch information
hidakatsuya committed Oct 29, 2014
1 parent d7f1cb5 commit 0cae27d
Showing 1 changed file with 8 additions and 18 deletions.
26 changes: 8 additions & 18 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,45 +4,35 @@

Redmine plugin for referencing and fixing issues in comment of wiki updates.

## Usage
## What is this?

### Setup
### Setting

First, you move to `Administration > Settings > Repositories` page to set the status for fixed keyword.
Status is not set in the initial state. Status update is not performed by the fixed keyword if this status is not set.
Set at least one of the fixing keyword in `Administration > Settings > Repositories` so fixing keyword is not set by default.

[<img src="http://hidakatsuya.github.io/redmine_issue_wiki_journal/images/setup.png" width="600">](http://hidakatsuya.github.io/redmine_issue_wiki_journal/images/setup.png)

### Associating Wiki page updates to Issue

Please include the Keyword and the target IssueID in the comments.
### Update wiki page with comment that contain referencing or fixing keywords

[<img src="http://hidakatsuya.github.io/redmine_issue_wiki_journal/images/feature-1.png" width="600">](http://hidakatsuya.github.io/redmine_issue_wiki_journal/images/feature-1.png)

Keyword that can be used depends on the setting (see `Administration > Settings > Repository` page) but keywords like `refs` `references` `IssueID` will available by default.
After the update, comment would be recorded to the related Issue.
### Referenced issue state is updated

[<img src="http://hidakatsuya.github.io/redmine_issue_wiki_journal/images/feature-2.png" width="600">](http://hidakatsuya.github.io/redmine_issue_wiki_journal/images/feature-2.png)

### Associating with updating status

You can update status of the related Issue using keywords like `fixes` `closes`.

Modified the installation instructions fixes #123

## Supported versions

* Redmine 2.3, 2.4, 2.5, 2.6
* Ruby 1.9.3, 2.1.3

## Install

Clone this plugin to `your.Redmine/plugins`.
Clone this plugin to `your.Redmine/plugins`:

git clone https://github.com/hidakatsuya/redmine_issue_wiki_journal.git

Or, download ZIP/TAR.gz archives from [here](https://github.com/hidakatsuya/redmine_issue_wiki_journal/releases).
Then, refer the following page to setup.
Then, refer the following page to setup:
http://www.redmine.org/projects/redmine/wiki/Plugins#Installing-a-plugin

## Uninstall
Expand All @@ -62,7 +52,7 @@ http://www.redmine.org/projects/redmine/wiki/Plugins#Uninstalling-a-plugin

### How to test

Run the following command in Redmine root directory:
Run the following command in your Redmine directory:

$ bundle exec rake redmine:plugins:test NAME=redmine_issue_wiki_journal

Expand Down

0 comments on commit 0cae27d

Please sign in to comment.