Changes between Version 2 and Version 3 of TracHtmlNotificationPlugin


Ignore:
Timestamp:
Apr 6, 2015, 8:16:16 AM (9 years ago)
Author:
Jun Omae
Comment:

Revised Install section

Legend:

Unmodified
Added
Removed
Modified
  • TracHtmlNotificationPlugin

    v2 v3  
    1111Existing bugs and feature requests for TracHtmlNotificationPlugin are
    1212[report:9?COMPONENT=TracHtmlNotificationPlugin here].
     13
     14[[TicketQuery(component=TracHtmlNotificationPlugin,group=status,format=progress)]]
    1315
    1416If you have any issues, create a
     
    2830== Install ==
    2931
    30  1. Install the plugin:
    31 {{{
    32 #!sh
     32 1. If installed Trac is 1.1.3, upgrade to 1.1.4 or downgrade to 1.1.2
     33 2. Install the plugin:
     34{{{#!sh
    3335easy_install http://trac-hacks.org/svn/trachtmlnotificationplugin/0.12
    3436}}}
    35  2. Enable the plugin in trac.ini:
    36 {{{
    37 #!ini
     37 3. Enable the plugin in trac.ini:
     38{{{#!ini
    3839[components]
    3940trachtmlnotification.* = enabled
    4041}}}
    41  3. Use `HtmlNotificationSmtpEmailSender` as `email_sender` in `[notification]` section
    42 {{{
    43 #!ini
     42 4. If installed Trac is 1.1.2 or early, use `HtmlNotificationSmtpEmailSender` as `email_sender` in `[notification]` section
     43{{{#!ini
    4444[notification]
    4545email_sender = HtmlNotificationSmtpEmailSender
    4646}}}
    47  4. Try to create new ticket!
    48 
    49 == Tickets ==
    50 
    51 [[TicketQuery(component=TracHtmlNotificationPlugin&status!=closed,group=status)]]
     47 5. If installed Trac is 1.1.4 or later, configure to use `text/html` format for email distributor in //Notifications// panel of //Preferences// page in your Trac
     48 6. Try to create new ticket!
    5249
    5350== Recent Changes ==