SimpleBlog 3.0 (Beta release) (Jun 29, 2008)

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.

Plone 3.0 compatible release that uses 3.0 technology. No real new features.

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

Available downloads

Product Package

For all platforms (0 kB)

Release Notes

Tested with Plone 3
StateBeta release
LicenseGPL

This release makes SimpleBlog compatible with Plone 3.x. It uses viewlets, GenericSetup and the new portlet architecture.
This release requires Plone 3.0x.
You may have to reinstall the product and run
the migration so you can use the new portlet mechanism.
There is a migration button in SimpleBlog's configlet.
You also may have to reindex the catalog.
There is a new permission for the visiblity of the new
portlet. Go to ZMI and then the security tab for your
plone instance and check the SimpleBlog permissions
for this.
Also, check the configlet because a few things
have changed.

Change log

- Added a permission that controls the portlet rendering. Now you can control if
anonymous users may see the portlet or not.
[ender]
- Added an option that allows anonymous users to see the byline different
from plone's own setting for this because with blogposts you usually do want
to show the byline while you may want to supress the byline for other content types.
[ender]
- Removed old code for portlets etc
[ender]
- Added a migration method to transform old portlets to new ones
[ender]
- Updated configlet for the new portlet scheme
[ender]
- Fixed various bugs with searches, always-on-top items and more
[ender]
- remove dtml css stuff
[ender]
- Use 3.0 viewlets in views
[wichert, ender]
- Refactored the portlets into one configurable portlet using 3.0 technology.
[ender]
- Uses GenericSetup
[chengrenquan]