Changes between Initial Version and Version 1 of Ticket #9570


Ignore:
Timestamp:
Oct 15, 2012, 2:39:09 AM (11 years ago)
Author:
Ryan J Ollos
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #9570 – Description

    initial v1  
    1 The interface `IAnnouncementFormatter` declares the method `.format_styles()` for returning the mime-types that a component can handle. However the method defined on `TicketFormatter` and others is `.styles()`. `.styles()` is also the method called by EmailDistributor when implementing the formatters ExtensionPoint
     1The interface `IAnnouncementFormatter` declares the method `.format_styles()` for returning the mime-types that a component can handle. However the method defined on `TicketFormatter` and others is `styles()`. `styles()` is also the method called by `EmailDistributor` when implementing the formatter's `ExtensionPoint`.