Changes between Version 10 and Version 11 of MailPlugin


Ignore:
Timestamp:
Nov 21, 2015, 12:29:38 PM (8 years ago)
Author:
figaro
Comment:

Cosmetic changes

Legend:

Unmodified
Added
Removed
Modified
  • MailPlugin

    v10 v11  
    1313Create new filter for sending by mail:
    1414
    15 [[Image(new_filter.png)]]
     15[[Image(new_filter.png, width=80%)]]
     16
     17Tested with:
     18 - Ubuntu and Windows (Python 2.6.5)
     19 - PostgreSQL 8.1 and 8.4
    1620
    1721See also: AnnouncerPlugin
    18 
    19 === Wish list / next to do
    20 
    21 At the moment normal SQL is saved in XMail-View. It would be better if it were reports instead, then it would be more flexible and other users could take the same report for their email notification.
    2222
    2323== Bugs/Feature Requests
     
    2727
    2828If you have any issues, create a
    29 [http://trac-hacks.org/newticket?component=MailPlugin&owner=framay new ticket].
     29[/newticket?component=MailPlugin new ticket].
    3030
    3131[[TicketQuery(component=MailPlugin&group=type,format=progress)]]
    3232
    33 === Issues
     33=== Known Bugs / Issues
    3434
    3535This plugin needs some improvement (ideally merging with AnnouncerPlugin):
     
    3737 - Using reports instead of pure SQL-Where-Clause.
    3838 - Upon changing a ticket, see the change to the ticket immediately.
     39 - At the moment normal SQL is saved in XMail-View. It would be better if it were reports instead, then it would be more flexible and other users could take the same report for their email notification.
    3940
    40 === Known Bugs / Issues
    41 
    42 Known issues:
     41Other known issues:
    4342 - thread for sending mails is only starting when first Trac-Page was retrieved
    4443 - database table is only initialized when main view of XMail is displayed
    4544
    46 Tested with:
    47  - Ubuntu and Windows (Python 2.6.5)
    48  - PostgreSQL 8.1 and 8.4
    49 
    5045== Download
    5146
    52 Download the zipped source from [download:mailplugin here].
     47Download the zipped source from [export:mailplugin here].
    5348
    5449Or download the pre-compiled [raw-attachment:XMailPlugin-0.4.0-py2.6.egg Python egg].
     
    5651== Source
    5752
    58 You can check out MailPlugin from [http://trac-hacks.org/svn/mailplugin here] using Subversion, or [source:mailplugin browse the source] with Trac.
     53You can check out MailPlugin from [/svn/mailplugin here] using Subversion, or [source:mailplugin browse the source] with Trac.
     54
     55== Installation
     56
     57General instructions on installing Trac plugins can be found on the [TracPlugins#InstallingaTracplugin TracPlugins] page.
    5958
    6059== Example