Plone 3.3 (Unreleased)
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
| State | Unreleased |
|---|---|
| License | GPL |
| Release Manager | Wichert Akkerman |
| Expected Release | 2009/03/01 |
Feature enhancements in this release
The following features are associated with this release:
- #126: Link type should automatically redirect when accessed directly
- Links should be capable of doing automatic redirection.
- #187: Working Out-of-the-box WebDAV
- This proposal should track requirements/improvements/documentation for the GSoC 2007 WebDAV Proposal
- #197: Add FeedParser as external requirement instead of shipping with it
- Right now plone.app.portlets ships with the Feedparser library included in the source. In the future we should get rid of this and use an external requirement in the egg.
- #232: Resource Registries Improvements
- Allow Resource Registries to use conditional comments for CSS to bring the IEFixes.css into the registry and allow external references to resources for all registries.
- #234: Standardizing our use of INavigationRoot
- Plone has the INavigationRoot marker interface which supports rooting your tabs, navigation, breadcrumbs, sitemaps and searches to a specific container inside of a portal which itself is a INavigationRoot. Some areas of this need to be cleaned up and standardized to follow a consistent convention.
- #237: Minor i18n upgrades
- Include PloneLanguageTool 2.1 and PTS 1.5.
- #238: Disable inline editing by default
- The current inline editing behaviour as introduced in Plone 3 was a mistake: it is a cool technology to show off, but in practice accidental clicks very frequently lead to unwanted edit-screens.
- #239: Adapterise the Extensible Indexable Object Wrapper
- Make it easier to register ExtensibleIndexableObjectWrapper attributes with adapters
- #240: Improve locking configurability
- This PLIP proposes to a) make it harder to accidentally leave content items in a locked state, and b) make it easier to adjust the lock timeout or disable locking entirely.
- #241: Clean up auto-sort, auto-order code
- Clean up, i.e. remove all code related to auto-sorting / auto-ordering folder contents as this feature was implemented for Plone 2.1, but never got enabled. Basically this proposes to revert http://plone.org/products/atcontenttypes/roadmap/3
- #243: Replace workflow history viewlet with content history viewlet
- Plone stores both workflow history and versioning history for objects. Only workflow history is shown in a viewlet in current Plone versions. I propose to show all history data.
- #246: View for rendering events as an iCalendar file
- Make it possible to subscribe to Plone events in the standard iCalendar format.
- #247: Automate ZCML Loading for Plone Plug-ins
- Enable automatic plugins for Plone with z3c.autoinclude
Change log