Plone 5.0.4

Milestone information

Project:
Plone
Series:
5.0
Version:
5.0.4
Released:
 
Registrant:
Eric Steele
Release registered:
Active:
Yes. Drivers can target bugs and blueprints to this milestone.  

Download RDF metadata

Activities

Assigned to you:
No blueprints or bugs assigned to you.
Assignees:
No users assigned to blueprints and bugs.
Blueprints:
No blueprints are targeted to this milestone.
Bugs:
No bugs are targeted to this milestone.

Download files for this release

After you've downloaded a file, you can verify its authenticity using its MD5 sum or signature. (How do I verify a download?)

File Description Downloads
download icon Plone-5.0.4-UnifiedInstaller-r1.tgz (md5, sig) Unified Installer - complete source kit installs Plone on Linux, BSD, OS X (with 20160419 hotfix) 12,201
last downloaded 11 days ago
download icon Plone-5.0.4-UnifiedInstaller.tgz (md5, sig) Unified Installer - complete source kit installs Plone on Linux, BSD, OS X 25,706
last downloaded 24 hours ago
Total downloads: 37,907

Release notes 

This release does not have release notes.

Changelog 

View the full changelog

Plone: 5.0.3 → 5.0.4
--------------------
New:

- Release Plone 5.0.4
  [esteele]

Products.CMFPlone: 5.0.3.1 → 5.0.4rc1
-------------------------------------

Products.contentmigration: 2.1.11 → 2.1.12
------------------------------------------
Fixes:

- HAS_LINGUA_PLONE now checks only if LinguaPlone is installed.
  No more if LinguaPlone or plone.app.multilingual is installed.
  [bsuttor]

mockup: 2.1.3 → 2.1.4
---------------------
New:

- set XML syntax coloring for .pt files in text editor
  [ebrehault]

- Upgrade TinyMCE to 4.3.4
  [vangheem]

Fixes:

- Fix ``Makefile`` to use ``mockup/build`` instead of ``build``.
  [thet]

plone.app.caching: 1.2.9 → 1.2.10
---------------------------------
New:

- Show status after synchronous purge if it is an error status.
  [maurits]

plone.app.contenttypes: 1.2.10 → 1.2.11
---------------------------------------
New:

- WebDAV support for File and Image
  [ebrehault]

Fixes:

- Made xpath expression in test less restrictive.
  [maurits]

- Register explicitly plone.app.event dependency on configure.zcml.
  [hvelarde]

plone.app.dexterity: 2.1.19 → 2.1.20
------------------------------------
Fixes:

- Use the type ID in HTML classes in the type listing rather than titles.
  [davidjb]

plone.app.discussion: 2.4.10 → 2.4.11
-------------------------------------
New:

- For the discussion controlpanel, change base URLs from portal URL to what getSite returns, but don't change the controlpanels context binding.
  This allows for more flexibility when configuring it to be allowed on a sub site with a local registry.
  [thet]

Fixes:

- fixed translate translation plone-ru.po

plone.app.event: 2.0.6 → 2.0.7
------------------------------
New:

- Translation locales of plone.app.event to Russian [serge73]

Fixes:

- When trying to access an occurrence in the future outside the range of indexed occurrences, do not raise ``StopIteration``.
  Instead fall back to raise ``AttributeError``.
  [frapell]

- Ensure that unittests reset the timezone information
  [do3cc]

plone.app.layout: 2.5.18 → 2.5.19
---------------------------------
New:

- Construct the site logo URL to be rooted at ISite instances returned by
  ``zope.component.hooks.getSite`` and not only rooted at portal root.
  This makes it possible to have sub sites with local registries which return
  a different logo.
  [thet]

Fixes:

- Fixed html validation: element nav does not need a role attribute.
  [maurits]

- Fixed invalid html of social viewlet by moving the schema.org tags
  to the body in a new viewlet ``plone.abovecontenttitle.socialtags``
  and adding ``itemScope`` and ``itemType`` there.
  Fixes https://github.com/plone/Products.CMFPlone/issues/1087
  [maurits]

- Fix test isolation problems: if a test calls transaction.commit() directly or
  indirectly it can not be an integration test, either avoid the commit or
  change the layer into a functional one.
  Fixes: https://github.com/plone/plone.app.layout/issues/79
  [gforcada]

plone.app.registry: 1.3.10 → 1.3.11
-----------------------------------
New:

- For ``ControlPanelFormWrapper`` and ``@@configuration_registry``, construct the base url to the ``@@overview-controlpanel`` from the nearest site.
  This gives more flexibility when calling controlpanels on sub sites with local registries while in standard Plone installations the controlpanel is still bound to the portal url.
  [thet]

plone.app.theming: 1.2.18 → 1.2.19
----------------------------------
New:

- For the theming controlpanel, change base URLs from portal URL to what getSite returns, but don't change the controlpanels context binding.
  This allows for more flexibility when configuring it to be allowed on a sub site with a local registry.
  [thet]

plone.app.upgrade: 1.3.21 → 1.3.24
----------------------------------
New:

- Add actions controlpanel when migrating to 5.1a1.
  [esteele]

- Add null upgrade step for 5.0.3 to 5.0.4
  [esteele]

- Registry upgrades for Plone 5.1 (less variables).
  [jensens]

Fixes:

- Update 5.0a1 upgrade step to allow upgrades from Plone 5.0.3.
  [esteele]

plone.formwidget.namedfile: 1.0.14 → 1.0.15
-------------------------------------------
Fixes:

- Fix issue, where NamedFileWidget and NamedImageWidget on
  ``zope.schema.ASCII`` fields cleared the field values on resubmit
  with action ``nochange``.
  Fixes: plone/Products.CMFPlone#1144
  [thet]

plone.i18n: 3.0.3 → 3.0.4
-------------------------
Fixes:

- URLNormalizer now removes leading underscores.
  They are disallowed for content objects in zope.
  [do3cc]

plone.resourceeditor: 2.0.4 → 2.0.5
-----------------------------------
Fixes:

- Cleanup code according to Plone style guide.
  [gforcada]

- Do not crash on saving in FilesystemResourceDirectory, and return the file
  content as 'tmp'.
  [ebrehault]

plonetheme.barceloneta: 1.6.17 → 1.6.18
---------------------------------------
New:

- Add missing caret styles.
  [thet]

- Extended form styles for input type="email".
  [agitator]

- Isolate calendar portlet styles.
  [agitator]

- Added invisible-grid table styles.
  [agitator]

- Action control panel specific rendering.
  [ebrehault]

Fixes:

- Improved "feel" for the Site Setup (@@overview-controlpanel)
  https://github.com/plone/Products.CMFPlone/issues/1435
  [pigeonflight]

- Fix code analysis errors reported by http://jenkins.plone.org/view/Pkgs/job/package-plonetheme.barceloneta
  [gforcada]

- Drop toolbar for anonymous users.

- Fixed html validation:
  - the banner role is unnecessary for element header,
  - element main does not need a role attribute,
  - the contentinfo role is unnecessary for element footer.
  [maurits]

plone.app.multilingual: 3.0.15 → 3.0.16
---------------------------------------
Fixes:

- Fixed compatibility issue with archetypes contents: wrong URL were generated.
  [keul, hvelarde]

- Really don't show the Google Translate button when no API key set
  [djowett]

0 blueprints and 0 bugs targeted

There are no feature specifications or bug tasks targeted to this milestone. The project's maintainer, driver, or bug supervisor can target specifications and bug tasks to this milestone to track the things that are expected to be completed for the release.

This milestone contains Public information
Everyone can see this information.