Plone 3.0.1
First maintenance release for Plone 3.0. This releases fixes several minor problems that were found by users and integrators after the 3.0 release.
For additional information about this project, please visit the
project page.
Available downloads
Get
Plone 3.0.1
for
Windows
(24.6MB)
Windows 2000/XP/2003/Vista installer (includes everything you need)
Get
Plone 3.0.1
for
Mac OS X
(35.9 MB)
Mac OS X 10.4 Install for Intel (includes everything you need)
Get
Plone 3.0.1
for
Mac OS X
(35.3 MB)
Mac OS X 10.4 Install for PowerPC (includes everything you need)
Get
Plone 3.0.1
for
Linux
(24.1MB)
Unified Installer - for Linux/BSD/OS X/UNIX/Solaris (compiles and installs Python, Zope and Plone plus dependencies for you)
Get
Plone 3.0.1
for
all platforms
(11.8MB)
Product Package (requires Zope 2.10.4 and Python 2.4.4 already installed)
Release Notes
| Tested with | Zope 2.10 |
|---|---|
| State | Final release |
| License | GPL |
| Release Manager | Wichert Akkerman |
Since this is a maintenance release, none of the APIs, CSS classes/ids or other aspects of Plone that third party products may rely on have been changed. Several templates have been extended to restore customization hooks that were present in Plone 2.5 and missing in the Plone 3.0 release.
For a complete list of changes see the change log below and the history-information inside the products included in the Plone core release.
Change log
- Made default_error_message more robust when the NotFound path traverses a view. [ldr]
- Let the Editor role get 'Delete objects' permission, making it easier to delegate content management in a folder. http://dev.plone.org/plone/ticket/7078
- Added a wide range of proxy roles to check_id script, should allow it to work with all but the most unusual workflows. Eventually this should be converted to trusted code. http://dev.plone.org/plone/ticket/6999 [alecm]
- Fixed all the default view templates to use Archetypes' view mode for the widgets instead of using a special KSS template. This means that it's now very easy to add inline editing to your custom types, look at document_view.pt for an example. You just call the widget in view mode, and Plone takes care of the rest. http://dev.plone.org/plone/ticket/6705 [limi]
- Added migration for view customization container and utility. [witsch]
- NuPlone didn't set the background color explicitly on the body element, fixed. [limi]
- Adjusted some deprecation warnings to a later Plone version, as we haven't removed all usage of the underlying functions from Plone itself. [hannosch]