Plone Gazette 3.0 (Release candidate)
Up to Product page
This is not a final release. Experimental releases should only be used for testing and development. Do not use these on production sites, and make sure you have proper backups before installing.
For additional information about this project, please visit the
project page.
Available downloads
Release Notes
| Tested with | Plone 3.0 |
|---|---|
| State | Release candidate |
| License | GPL |
| Release Manager | Radim Novotny |
See README.txt for general installation and usage notes, see UPGRADE.txt for upgrade notes.
Change log
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.