Project

General

Profile

PluginEzSummary » History » Version 2

Chaoqun Zou, 2009-06-05 09:43

1 1 Chaoqun Zou
h1. ezSummary Plugin
2
3
ezSummary plugin can send issue status summary mail to people who can't see the issue but want to know things about that issue.
4
5
Current version: 0.0.1. ONLY compatible with Redmine last devel. 
6
7
h2. Feature
8
9
1. Add a 'Send Summary' button to issue's show page.
10
2. You can input email-address to send the summary mail.
11
3. You can modify the mail subject and add notes before the issue's summary info in the mail content.
12
4. Email address and notes will be saved and you can select them next time.
13
14
The plugin archive is attached here.
15
It can also be downloaded at github: http://github.com/nan1nan1/redmine_ezsummary/tree/master
16
17
Screenshot:
18
19 2 Chaoqun Zou
!redmine_ezsummary-tn.png!:/attachments/download/2133
20 1 Chaoqun Zou
21
h2. Plugin installation
22
23
1. Copy the plugin directory(redmine_ezsummary) into the vendor/plugins directory
24
NOTE: The plugin directory must be redmine_ezsummary!
25
26
2. Migrate plugin:
27
   rake db:migrate_plugins
28
29
3. Start Redmine
30
31
4. In your project in Redmine, go to "Project settings" : On the "Modules" tab, enable the module by checking "EzSummary".