Changes between Version 50 and Version 51 of AnnouncerPlugin


Ignore:
Timestamp:
Nov 20, 2010, 8:01:34 PM (13 years ago)
Author:
Steffen Hoffmann
Comment:

announce recent development including new name TracAnnouncer

Legend:

Unmodified
Added
Removed
Modified
  • AnnouncerPlugin

    v50 v51  
    220220== Development Version ==
    221221
    222 The trunk branch has been under heavy development and changes a number of things in the AnnouncerPlugin. One key change is the module naming convention. If you upgrade from early versions of AnnouncerPlugin, you will need to edit your `trac.ini` components section and change any reference to announcerplugin to announcer. There are many other module changes, so it's probably best to use the Trac plugin admin to configure AnnouncerPlugin after an upgrade.
     222The trunk branch has been under heavy development and changes a number of things, even the name space:
     223 '''AnnouncerPlugin becomes TracAnnouncer'''!
     224If you upgrade from early versions of AnnouncerPlugin, you will still need to be aware of some module name changes (announcerplugin -> announcer) and will need to edit your `trac.ini` components section accordingly. There are many other module changes, so it's probably best to use the Trac plugin admin to configure TracAnnouncer after an upgrade.
    223225
    224226I am currently developing AnnouncerPlugin against Trac 0.12 and python 2.6.  I can't think of any reason it won't work with older version, but buyer beware. I am always willing to accept patches.
     
    226228As stated before, as of [8087] there is preliminary support for sending encrypted and/or cryptographically signed emails. OpenPGP support is provided by [http://www.gnupg.org/ GnuPG] and working only with plain text formatted messages by now. There's still a lot to be done. See more details at the corresponding [wiki:AnnouncerPlugin/MessageEncryption development page].
    227229
    228 Email delivery configuration has been changed significantly.  sendmail functionality has been added.  smtp configuration has been split out into it's own section.  Save yourself some trouble and install IniAdmin.  New settings with default [#EmailConfig below].
    229 
    230 
    231 Want to get started hacking announcer?  Here's what'd I do.  Replace vim with the editor of your choice.  Replace git with the SCM of your choice.
     230Email delivery configuration has been changed significantly.  Sendmail functionality has been added.  SMTP configuration has been split out into it's own section.  Save yourself some trouble and install IniAdmin.  New settings with default [#EmailConfig below].
     231
     232
     233Want to get started hacking TracAnnouncer?  Here's what'd I do.  Replace vim with the editor of your choice.  Replace git with the SCM of your choice.
    232234
    233235 1. Make sure you have virtualenv installed
     
    279281=== About i18n/l10n support ===
    280282
    281 The development version of this plugin is prepared for localization.[[BR]]
     283The development version of this plugin is prepared for localization. After recent major changes an additional name-space has been introduced to separate maintenance efforts from development for upcoming versions. Be part of the shift, prefer contributions to the new stuff.[[BR]]
    282284But English message texts are still the (POSIX) default. If this isn't your preferred language, you can
    283  1. look, if it's already available from the [TracPluginTranslation Trac plugin l10n project] at [http://www.transifex.net/projects/p/Trac_Plugin-L10N/c/announcer Transifex] or
     285 1. look, if it's already available from the [TracPluginTranslation Trac plugin l10n project] at [http://www.transifex.net/projects/p/Trac_Plugin-L10N/c/tracannouncer Transifex] (catalogs for [http://www.transifex.net/projects/p/Trac_Plugin-L10N/c/announcer older versions] available as well) or
    284286 2. do it yourself (see the [http://trac.edgewall.org/wiki/CookBook/PluginL10N#Dotranslatorswork l10n cookbook page for Trac plugins] for more details).
    285287