Plone 2.5.4
Up to Product page
This release is no longer supported! If you are using this release, please upgrade to a newer version if possible.
For additional information about this project, please visit the
project page.
Available downloads
Installer (includes Zope 2.8) for Windows 2000/XP/2003 (only use this version if you already have a Zope 2.8.x-based site)
For Windows (17.8 MB)
Release Notes
| Tested with | Plone 2.5 |
|---|---|
| State | Final release |
| License | GPL |
| Release Manager | Alec Mitchell |
| Released | 2007/10/09 |
Users of Plone 2.5.x through version 2.5.4 should apply Plone Hotfix 20071106-2 after installation. It provides a vital security fix.
Change log
Plone 2.5.4 - Final - released October 8, 2007
- Add migration to set the default GS profile when upgrading from 2.1. [alecm]
- Migration has been much improved, especially for big sites. We only reindex once — no matter what version you're migrating from — and there are several improvements to the actual migration code too. Migration now takes 2-4 times less time, and is more likely to succeed. So if you had problems migrating from 2.0 or 2.1 earlier, try this version. Reference: http://dev.plone.org/plone/changeset/14945 [hannosch]
- Fix navigation portlet when top-level is private. http://dev.plone.org/plone/ticket/6772 [alecm]
- Made Plone use 1/10th of the memory on file uploads. Details in http://dev.plone.org/plone/ticket/7027 (also fixed in Plone 3.0.x) [zegor]
- Use a button/script combo for product reinstall from the control panel. http://dev.plone.org/plone/ticket/6457 [alecm]
- Remove silly root check from stripGRUFLocalRolePrefix script to fix migration bug. http://dev.plone.org/plone/ticket/5817 [alecm]
- No longer call invokeFactory twice when creating objects in portal_factory. Fixes http://dev.plone.org/plone/ticket/6595 Nice catch nouri :-) [alecm]
- The page title is not rendered if it's the same as the global site title (e.g. for pages that don't have titles). This avoids duplicate site titles in the title tag. [limi]