Changes between Version 61 and Version 62 of AnnouncerPlugin


Ignore:
Timestamp:
Oct 17, 2012, 7:58:00 PM (12 years ago)
Author:
Steffen Hoffmann
Comment:

maintenance take-over after happy "Go" from retired maintainer, plus some immediate corrections

Legend:

Unmodified
Added
Removed
Modified
  • AnnouncerPlugin

    v61 v62  
    22
    33= Flexible notifications for Trac =
    4 
    54== Overall description ==
    65
     
    6160
    6261=== Central configuration ===
    63 
    6462==== Fast path ====
    6563
     
    223221
    224222If you have any issues, create a
    225 [/newticket?component=AnnouncerPlugin&owner=doki_pen new ticket].
     223[/newticket?component=AnnouncerPlugin&owner=hasienda new ticket].
    226224
    227225== Development Version ==
    228226
    229 The trunk branch has been under heavy development and changes a number of things, even the name space:
    230  '''AnnouncerPlugin becomes TracAnnouncer'''!
    231 If 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.
    232 
    233 I 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.
    234 
    235 As 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].
    236 
    237 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].
     227The trunk branch is under development again. Despite AnnouncerPlugin was already developed against Trac 0.12 and Python2.6 before, we're reaching back to Trac 0.11 and Python2.4 again, before branching out and following Trac 1.0 for all great new features.
     228
     229 and changes a number of things, !
     230If you upgrade from early versions of AnnouncerPlugin, be prepared for a number of changes, even in the name space '''AnnouncerPlugin becomes TracAnnouncer'''. You will need to edit your `trac.ini` components section accordingly (announcerplugin -> announcer). There are many other module changes, so it's probably best to use the Trac plugin admin to configure TracAnnouncer after an upgrade.
     231
     232As stated before, as of [8087] there is preliminary support for sending encrypted and/or cryptographically signed emails. OpenPGP support provided by [http://www.gnupg.org/ GnuPG] should be barely working by now as an intermediate solutions, but this will be rebased on CryptoPlugin methods later on. See more details at the corresponding [wiki:AnnouncerPlugin/MessageEncryption development page].
     233
     234Email 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.  See new settings with default [#EmailConfig below].
    238235
    239236
     
    420417
    421418'''Author:''' [wiki:ixokai] [[BR]]
    422 '''Maintainer:''' [wiki:doki_pen] [[BR]]
    423 '''Contributors:''' [wiki:hasienda]
     419'''Maintainer:''' [wiki:hasienda][[BR]]
     420'''Contributors:''' [wiki:doki_pen], [wiki:rjollos]