Skip to main content

The Plone Content Management System (core)

Project description

About Plone

Plone is a mature, secure and user-friendly Content Management System (CMS).

Plone - and the Open Source community behind it - aggregates more than 20 years experience in content management. It offers all major features expected by a modern CMS out-of-the-box.

Lots of customizations can be made trough-the-web, such as creating content types, themes, workflows and much more. Pushed one step further Plone can be used as a framework on which to build custom CMS-like solutions.

Plone works as a

  • full-featured classical server-side rendered CMS,

  • headless CMS offering all features as a REST API.

Installing Plone

Plone is available on Microsoft Windows, Linux, OSX and BSD platforms.

Plone runs as container in the cloud with Docker.

Install Plone by choosing an option from plone.org

Documentation

Consult the official Plone documentation with information for different audiences.

For trainings comprehensive Plone training material is available.

What is Plone?

Plone is a ready-to-run content management system, offering a complete set of features needed by a wide variety of organizations.

Security is built into Plone’s architecture from the ground up. Plone offers fine grained permission control over content and actions.

Plone is easy to set up, extremely flexible, and provides you with a system for managing web content that is ideal for project groups, communities, web sites, extranets and intranets.

  • Plone is easy to install. Several installation options are available for either your local machine or on servers in the cloud.

  • Plone is easy to use. The Plone Team includes usability experts who have made Plone easy and attractive for content managers to add, update, and maintain content.

  • Plone is international. The Plone interface has more than 35 translations, and tools exist for managing multilingual content.

  • Plone is standard. Plone carefully follows standards for usability and accessibility. Plone pages are compliant with US Section 508, and the W3C’s AAA rating for accessibility.

  • Plone is Open Source. Plone is licensed under the GNU General Public License, the same license used by Linux. This gives you the right to use Plone without a license fee, and to improve upon the product.

  • Plone is supported. There are over three hundred developers in the Plone Development Team around the world, and a multitude of companies that specialize in Plone development and support.

  • Plone is extensible. There is a multitude of add-on products for Plone to add new features and content types. In addition, Plone can be scripted using web standard solutions and Open Source languages.

  • Plone is technology neutral. Plone can interoperate with most relational database systems, open source and commercial, and runs on a vast array of platforms, including Linux, Windows, Mac OS X, Solaris and BSD.

Technical overview

Plone is a content management platform written in Python. It builds upon Zope, an Open Source web application server and development system and thus on the pluggable Zope Component Architecture (ZCA).

Python is the easy-to-learn, widely-used and supported Open Source programming language. Python can be used to add new features to Plone, and used to understand or make changes to the way that Plone works.

Plone stores its contents in Zope’s built-in transactional hierachical object database, the ZODB. The ZODB can be connected to simple file-storages, scalable ZEO-Servers or Postgres, MySQL and Oracle. There are addon and techniques, however, to share information with other sources, such as relational databases, LDAP, filesystem files, etc.

Official Resources

Changelog

6.0.0a3 (2022-01-28)

New features:

  • add a new entry in site-controlpanel to change the favicon and its MIME-type The favicon can be a .ico/png or SVG-file [talarias] (plip-barceloneta_lts_favicon)

  • The @@plone view exposes the human_readable_size helper [ale-rt] (#3146)

  • Allow from warnings import warn and warn("message", DeprecationWarning) TTW, like in Python Scripts. [jensens] (#3376)

  • Customize breadcrumbs hook customize_entry for subclasses (like already in global navigation). [jensens] (#3377)

Bug fixes:

  • Cleanup Error Log Form after Review [jmevissen] (#3241)

  • Removed management_page_charset support from usergroup-groupdetails page. This is related to deprecated unicode property types, like ustring. Part of issue 3305. [maurits] (#3305)

  • Update Controlpanel Error Log Form Layout Rename ControlPanel Error Log Form View prefs_error_log_form -> error-log-form [jmevissen] (#3393)

  • Use label_site_administration instead of label_site_admin in error and mail_password_form templates (#3397)

  • Updated metadata version to 6003. [maurits] (#6003)

6.0.0a2 (2021-12-03)

Breaking changes:

  • PLIP 3339: Replace z3c.autoinclude with plone.autoinclude. Note: includeDependencies is no longer supported. [maurits, tschorr] (#3339)

New features:

  • On Zope root, create Volto site by default. [maurits] (#3344)

Bug fixes:

  • Move prefs_error_log* from skins to browser views [jmevissen] (#3241)

  • The Plone site root is cataloged (#3314)

  • Fix #3323DX-Site-Root: ZMI Nav-Tree is no longer expandable. [jensens] (#3323)

  • Fixes #3337: Remove dead code that wont work in Py 3 anyway if called (cmp). [jensens] (#3337)

  • Remove DYNAMIC_CONTENT from translation files [erral] (#3342)

  • Remove adapter for index location. [wesleybl] (#3347)

  • Use document_view as default for site root. [agitator] (#3354)

  • Add missing lxml dependency [MrTango] (#3356)

  • Fixes #3352 - dependency indirection on plone.app.iterate [jensens] (#3357)

  • In Portal: use security decorators [jensens] (#3366)

  • Updated metadata version to 6002. [maurits] (#6002)

6.0.0a1 (2021-10-22)

Bug fixes:

  • Release Plone 6.0.0a1. No changes since previous release. [maurits] (#3341)

6.0.0a1.dev1 (2021-10-16)

Bug fixes:

  • Use HTML5 meta charset. [malthe] (#2025)

  • add icon_expr to view/edit action for @@iconresolver [petschki] (#3327)

  • Set the “Show excluded items” (show_excluded_items) to False per default. Setting it to True can introduce a performance problem. False should be the default, also from user expectation for the exclude_from_nav setting on content items. No upgrade step! Previous behavior is just kept, unless you override it manually. See: #3055, first comment. Use this registry snippet to set it false:

    <?xml version="1.0"?>
    <registry>
      <records prefix="plone" interface="Products.CMFPlone.interfaces.controlpanel.INavigationSchema">
        <value key="show_excluded_items">False</value>
      </records>
    </registry>

    Fixes: #3035 [thet] (#3329)

  • Remove typo in ajax_main_template [petschki] (#3333)

  • Fix some template issues to have properly translated messages (#3334)

  • Updated metadata version to 6001. [maurits] (#6001)

6.0.0a1.dev0 (2021-09-15)

Breaking changes:

  • Removed our CMFQuickInstallerTool code completely. See PLIP 1775. [maurits] (#1775)

  • Use Dexterity for the Plone Site root object. This is PLIP 2454. [jaroel, ale-rt] (#2454)

  • Removed dependency on Products.TemporaryFolder. Note: in your plone.recipe.zope2instance buildout part, you must set zodb-temporary-storage = off, otherwise you get errors when starting Plone. See issue 2957. [maurits] (#2957)

  • A part of “Drop Python 2 Support for Plone 6” #2812: Reflect dropping of Python 2 support in setup.py. Bump version to 6.0 [jensens] (#3041)

  • Removed folder_publish.cpy script. Replaced with folder_publish browser view in plone.app.content. Removed deprecated transitionObjectsByPaths. [maurits] (#3057)

  • Removed Products.CMFFormController dependency. [maurits] (#3057)

  • Removed content_status_modify.cpy script and its validator validate_content_status_modify.vpy. Replaced with content_status_modify browser view in plone.app.content. [maurits] (#3057)

  • Barceloneta LTS theming (#3061)

  • Remove six at all places where used. [jensens] (#3183)

  • Remove portal_utf8 and it twin utf8_portal from utils and PloneTool since its never used nowhere. [jensens] (#3183)

  • Remove meta_type index and metadata from catalog. Both were unused in Plone core and rarely used in addons. [jensens] (#3208)

  • Plone 6 with markup update for Bootstrap. Extensive overhaul of Plone ui elements based on Bootstrap components. Introduction of icon resolver with use of icon_epr definitions. [1letter, agitator, ale-rt, balavec, ericof, erral, frapell, fredvd, fulv, gomez, jensens, krissik, mauritsvanrees, mrtango, nilshofer, petschki, santonelli, thet, thomasmassmann, tkimngyuen, tschorr] (#3249)

New features:

  • Custom date format strings from registry can be in the ${} format as in the locales files. If theres a day or month name used, this will be translated. For bbb the classic strftime % strings are still behaving like before. [jensens] (#3084)

  • Add icon resolver to return url or tag for given icon. [santonelli] (#3192)

  • Include a controlpanel to inspect and rebuild relations. [pbauer] (#3231)

  • Add PLONE60MARKER (and PLONE52MARKER) Python marker [sneridagh] (#3257)

  • Protect @@historyview with Modify portal content permission. Fixes #3297 [pbauer] (#3297)

Bug fixes:

  • Add plone.app.caching to the list of add-ons that is upgraded when upgrading Plone. [maurits] (#82)

  • Change control panel item sorting and sort them by title [erral] (#721)

  • No longer doubly undo a response Content-Type change when combining bundles. [maurits] (#1924)

  • Removed dependency on Products.Sessions. It is still pulled in by Products.PluggableAuthService though. See also CMFPlacefulWorkflow issue 35. [maurits] (#2957)

  • Fix issue with @@search view when filtering by creation date [frapell] (#3007)

  • Merge Hotfix20200121: isURLInPortal could be tricked into accepting malicious links. (#3021)

  • Merge Hotfix20200121 Check of the strength of password could be skipped. (#3021)

  • Improve tests for the workflow tool method listWFStatesByTitle (#3032)

  • A default WSGI configuration requires Paste which is only installed with the Zope[wsgi] extra.. [tschorr] (#3039)

  • Fixed deprecation warning for zope.site.hooks. [maurits] (#3130)

  • Fixed use of own utils.isDefaultPage, which should be defaultpage.check_default_page_via_view. [maurits] (#3130)

  • Fixed invalid escape sequences in regular expressions. [maurits] (#3130)

  • PloneBatch: define __bool__ as copy of __nonzero__. Python 3 calls __bool__ when doing bool(batch). [maurits] (#3175)

  • No longer consider calling len(batch) as deprecated. The deprecation warning is unvoidable with current Products.PageTemplates code. Fixes issue 3176. maurits (#3176)

  • Fix tests with Products.MailHost 4.10. [maurits] (#3178)

  • Applied: find . -name “*.py” |grep -v skins|xargs pyupgrade –py36-plus –py3-only. This auto-rewrites Python 2.7 specific syntax and code to Python 3.6+. [jensens] (#3185)

  • Robot tests: Do not use jQuery.size() but use .length instead. .size() is deprecated since 1.8. [thet] (#3195)

  • Remove traces of Archetypes [pbauer] (#3214)

  • Fix problem to remove username and password from email settings if there was already one set. [jensens] (#3224)

  • Fix migration when we have broken objects in the app root (e.g. the temp_folder) (#3245)

  • Fixed tests in combination with Products.PluggableAuthService 2.6.0. [maurits] (#3251)

  • Fix closing curly brace in search.pt template. [balavec] (#3252)

  • Add the remote code execution fix from the Products.PloneHotfix20210518 expressions patch. We need this because Zope 4.6.2 is too strict for us. [maurits] (#3274)

  • Removed the docstring from various methods to avoid making them available via a url. From the Products.PloneHotfix20210518 reflected XSS fix. [maurits] (#3274)

  • Remove unused imports. [jensens] (#3299)

  • Fix TypeError when adding a portlet. [daggelpop] (#3303)

  • The portal catalog will not try to index itself anymore [ale-rt] (#3312)

Project details


Release history Release notifications | RSS feed

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

Products.CMFPlone-6.0.0a4.dev0-py3-none-any.whl (755.7 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page