Plone Gazette 3.0 (Jul 11, 2008)

Release compatible with Plone 3 only.

For additional information about this project, please visit the overview page .

Available downloads

PloneGazette-3.0.0-beta1.tar.gz

For all platforms (0 kB)

PloneGazette-3.0.0-beta2.tar.gz

For all platforms (0 kB)

PloneGazette-3.0.0-rc1.tar.gz

For all platforms (0 kB)

PloneGazette-3.0.0-rc2.tar.gz

For all platforms (0 kB)

plonegazette-3-0-0-tar.gz

For all platforms (0 kB)

Release Notes

Tested with Plone 3
State Final release
License GPL
Release Manager Radim Novotny

See README.txt for general installation and usage notes, see UPGRADE.txt for upgrade notes.

Please use plonegazette-3-0-0-tar.gz which is the newest release.

Change log

3.0.0 - 2008-07-11
==================

  - fixed test newsletter if testing user were subscribed but not activated
    [naro]
   
  - all emails are now encoded. In case of utf8 emails, these will be generated
    in base64 encoding. Subject is encoded too (if applicable). This may
    fix situations described in #37 and #40.
    [naro]

  - Fixed listing of NewsletterRichReference. This fixes #36
    [Guido A.J. Stevens, naro]

  - added changeRelativeToAbsolute method which converts all relative links
    generated by Kupu to absolute links.
    [Ralph Jacobs, 4D]
   
  - Moved listFolderContents and getFolderContents to PNLBase class. This
    fixes #34.
    [naro]
   

RC2

  • added missing i18n:domain to browser/configure.zcml [hannosch]
  • fixed getUrl -> getURL [naro]

RC1

  • fixed attribute error when accessing NewsletterBTree folder contents (#30)
  • fixed UnicodeError when activation subject or body contains non ascii characters
  • PG is registered to all skins layers
  • another subscribers catalog fix. Catalog is based on CMFCore. catalog tool instead of ZCatalog

beta2

  • fixed initialization of subscribers catalog. Thanks to Wouter Vanden Hove

beta1

  • only major change against 2.5 version is creation of subscribers catalog inside NewsletterTheme objects. All Subscribers are stored in the subscribers_catalog to be easily and fast found and listed.
  • content types are still CMF based, code is not polished and optimized.
  • removed Extensions/ dir, added basic GS profile with content types and skin layer
  • use secureSend. Emails are generated as email.Message.Message instances and not strings. Thanks Katja Süss (CroJeWe)
  • make all forms and object manipulation working in Plone 3
  • cutoff Plone 3.0 compatible version. Dropped Plone 2.1 and 2.5 compatibility. If you want to use PloneGazette on Plone 2.5, use 2.5 branch and versions in PloneGazette 2.5 line.