Project

General

Profile

PluginWikiIssueDetails » History » Revision 2

Revision 1 (Eric Davis, 2009-12-04 05:46) → Revision 2/3 (Eric Davis, 2009-12-04 05:48)

h1. Wiki Issue Details Plugin 

 This plugin adds a wiki macro to make it easier to list the details of issues on a wiki page. 

 h2. Screenshots 

 !example-screenshot.png! !budget_plugin-budget_screen_thumb.png!:/attachments/download/924/budget_plugin-budget_screen.png 

 h2. Getting the plugin 

 A copy of the plugin can be downloaded from "Little Stream Software":https://projects.littlestreamsoftware.com/projects/redmine-misc/files or from "GitHub":http://github.com/edavis10/redmine_wiki_issue_details 

 h2. Install 

 # Follow the Redmine plugin installation steps at: http://www.redmine.org/wiki/redmine/Plugins    Make sure the plugin is installed to Make sure you install the plugin to @vendor/plugins/redmine_wiki_issue_details@. 
 # Restart your Redmine web servers (e.g. mongrel, thin, mod_rails) 

 h2. Usage 

 Insert the @{{issue_details}}@ macro onto the wiki pages.    It requires the issue id parameter (e.g. @{{issue_details(100)}}@).    When printed, an issue will look like: 

 > Digitized 24 hour firmware - Bug #391 Robust disintermediate customer loyalty - 25.23 hours (In Progress) 

 Where "Digitized 24 hour firmware" is a link to the project, "Robust disintermediate customer loyalty" is issue # 391, and "25.23 hours" is the estimated time. 

 h2. License 

 This plugin is licensed under the GNU GPL v2.    See LICENSE.txt and GPL.txt for details. 

 h2. Project help 

 If you need help you can contact the maintainer on the bug tracker at https://projects.littlestreamsoftware.com/projects/redmine-misc 

 h3.    Bug tracker 

 If you would like to report a bug or request a new feature the bug tracker is located at https://projects.littlestreamsoftware.com/projects/show/redmine-misc 


 h2. News