Plone 5.0rc3

Milestone information

Project:
Plone
Series:
5.0
Version:
5.0rc3
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.0rc3-UnifiedInstaller.tgz (md5, sig) Unified Installer (builds Plone on most Linux/BSD/OSX systems) 5,829
last downloaded 9 weeks ago
Total downloads: 5,829

Release notes 

This release does not have release notes.

Changelog 

View the full changelog

Products.CMFPlone: 5.0rc2 → 5.0rc3
----------------------------------
- Fix i18n in accessibility-info.pt
  [vincentfretin]

- Resolve deprecation warnings about portal_url
  [fulv]

- Improve contrast for pending state when state menu active (closes `#913`_).
  [rodfersou]

- Fix buttons positions on resource registry (closes `#886`_).
  [rodfersou]

- Add missing file for ace-editor to edit XML files (closes `#895`_).
  [rodfersou]

- Remove empty options for Site Settings configlet (closes `#996`_).
  [rodfersou]

- Hide document byline viewlet by default.
  [esteele]

- Move portal property email_charset to the registry.
  [esteele]

- Fix `#950`_: Missing personal toolbar when expanding the horizontal toolbar
  [ichim-david]

- Make sure portal_actions are imported before default portlets.
  Fixes `#1015`_.
  [vangheem]

- Move calendar_starting_year and calendar_future_years_available to
  registry and Products.Archetypes.
  [pbauer]

- Use registry lookup for types_use_view_action_in_listings
  [esteele]

- Add view @@hero to be included by plonetheme.barceloneta with diazo.
  [pbauer]

- Fix `#991`_: improve contrast for pending state in tollbar.
  [pabo3000]

- remove unused code to create NavTree probably left from Plone 3.0 times
  and since a while handled by plone.app.portlets.

- add navigation root registry value
  [jensens]

- Implement new feed syndication using `NewsML 1 <http://iptc.org/standards/newsml-1/>`_,
  an IPTC standard that provides a media-type-independent, structural framework for multi-media news.
  [frapell, jpgimenez, tcurvelo, rodfersou]

- provide positive number validator
  [vangheem]

- Move external_links_open_new_window, redirect_links to the registry.
  [esteele]

- Remove invalid_ids portal property as it isn't used.
  [esteele]

- Fix `#963`_: respect icon visibility setting
  [vangheem]

- Fix `#935`_: Fix group membership form rendering when group can't be found.
  [esteele]

- Fix redirect for syndication-controlpanel.
  [pbauer]

- Add advanced-option to button "Add Plone Site" in ZMI.
  [pbauer]

- Fix `#952`_: Toolbar menu completely misplaced because of link duplication
  [ichim-david]

- Fix issue where some filter settings would not get saved and provide
  correct defaults
  [vangheem]

- Better default tinymce settings
  [vangheem]

- Give some padding at the bottom of the toolbar menu dropdowns
  [sneridagh]

Products.CMFQuickInstallerTool: 3.0.11 → 3.0.12
-----------------------------------------------
- When uninstalling a product, mark its install profile as
  ``unknown``, so ``portal_setup`` also regards it as not installed.
  [maurits]

Products.GenericSetup: 1.7.7 → 1.8.0
------------------------------------
- Be more forgiving when dealing with profile ids with or without
  ``profile-`` at the start. All functions that accept a profile id
  argument and only work when the id does *not* have this string at
  the start, will now strip it off if it is there. For example,
  ``getLastVersionForProfile`` will give the same answer whether you
  ask it for the version of profile id ``foo`` or ``profile-foo``.

- Dependency profiles from ``metadata.xml`` that are already applied,
  are not applied again. Instead, its upgrade steps, if any, are
  applied. In code you can choose the old behavior of always applying
  the dependencies, by calling ``runAllImportStepsFromProfile`` with
  ``dependency_strategy=DEPENDENCY_STRATEGY_REAPPLY``. There are four
  strategies, which you can choose in the ZMI.

Products.PlonePAS: 5.0.3 → 5.0.4
--------------------------------
- Remove tests for non-utf-8 encodings.
  [esteele]

Products.PortalTransforms: 2.1.9 → 2.1.10
-----------------------------------------
- Add iframe as a valid tag
  [vangheem]

mockup: 2.0.9 → 2.0.12
----------------------
- Update manifest to include required files.
  [esteele]

- Update manifest to include required json files.
  [esteele]

- Fix buttons positions on resource registry (closes `886`).
  [rodfersou]

- Fix inline TinyMCE to work together with mosaic. The ``inline`` option must
  now be passed to the patterns option object instead to the patterns tiny
  options object.
  [thet]

- Pass more i18n labels to the PickADate pattern
  [ichim-david]

plone.app.blob: 1.5.16 → 1.6.0
------------------------------
- Use configuration registry to set types_use_view_action_in_listings values.
  [esteele]

plone.app.content: 3.0.11 → 3.0.12
----------------------------------
- Require cmf.ModifyPortalContent for content_status_history
  [vangheem]

- Pull typesUseViewActionInListings settings from registry.
  [esteele]

plone.app.contentlisting: 1.2.1 → 1.2.2
---------------------------------------
- ids_not_to_list has been removed. Use the exclude from navigation
  setting instead.
  [jensens]

plone.app.contentrules: 4.0.7 → 4.0.8
-------------------------------------
- Fix i18n in mail.pt
  [vincentfretin]

- Pull email_charset from the configuration registry instead of site properties
  [esteele]

plone.app.contenttypes: 1.2.1 → 1.2.3
-------------------------------------
- Do not raise an exception for items where @@full_view_item throws an
  exception. Instead hide the object.
  [pbauer]

- Do not raise errors when IPrimaryFieldInfo(obj) fails (e.g. when the
  Schema-Cache is gone).
  Fixes https://github.com/plone/Products.CMFPlone/issues/839
  [pbauer]

- Fix an error with logging an exception on indexing SearchableText for files
  and concating utf-8 encoded strings.
  [thet]

- Make consistent use of LeadImage behavior everywhere. Related to
  plone/plone.app.contenttypes#1012. Contentleadimages no longer show up in
  full_view since they are a viewlet.
  [sneridagh, pbauer]

- Fixed the summary_view styling
  [sneridagh]
- redirect_links property has moved to the configuration registry.
- redirect_links, types_view_action_in_listings properies have moved to the
  configuration registry.
  [esteele]

- Prevent negative ints and zero when limiting collection-results.
  [pbauer]

plone.app.dexterity: 2.1.11 → 2.1.13
------------------------------------
- Fix issue with permission checker add form context (`1027`_).
  [alecm]

- Fix ace editor javascript reference (`895`_).
  [rodfersou]

- Rerun i18ndude and updated German translation.
  [pabo3000]

- Remove unittest2 dependency.
  [gforcada]

plone.app.discussion: 2.4.5 → 2.4.8
-----------------------------------
- Use registry lookup for types_use_view_action_in_listings
  [esteele]

- Remove discussion.css
  [pbauer]

- Fix reply button not showing up since it uses a hide class which needs
  to be removed instead of a display value
  [ichim-david]

- Tweak discussions.css styles to better live with plonetheme.barcelonata
  [ichim-david]

- Fix editing comments in Plone 5.
  [pbauer]

- Move anonymous_email_enabled after anonymous_comments in controlpanel.
  [pbauer]

plone.app.event: 2.0 → 2.0.2
----------------------------
- Update French translations
  [enclope]

- Resolve deprecation warning for getDefaultPage.
  [jensens]

- Fix word break on event linsting template
  [sneridagh]

- Enable event-portlet by default.
  Fixes https://github.com/plone/Products.CMFPlone/issues/760
  [pbauer]

- Prevent negative number of items in event-portlet.
  [pbauer]

- Remove unittest2 dependency.
  [gforcada]

- Resolve deprecation warning for getDefaultPage.
  [fulv]

plone.app.iterate: 3.1.1 → 3.1.2
--------------------------------
- Fixed test to pass with recent plone.app.content change
  that requires the cmf.ModifyPortalContent permission for the
  content_status_history page.
  [maurits]

plone.app.layout: 2.5.13 → 2.5.15
---------------------------------
- Pull mark_special_links, external_links_open_new_window,
  types_view_action_in_listings values
  from configuration registry.
  [esteele]

- Respect @@site_controlpanel configuration to show publication date
  in document_byline (closes `#1037`_).
  [rodfersou]

- Fuzzy dates for document_byline (closes `#1000`_).
  [rodfersou]

- add icons-off body class for icon setting
  [vangheem]

- Use global site-title for og:site_name.
  Fixes https://github.com/plone/Products.CMFPlone/issues/951
  [pbauer]

plone.app.locales: 5.0.2 → 5.0.4
--------------------------------
- Update Basque translation
  [erral]

- Update Italian translation
  [ale-rt]

- Update Traditional Chinese translation.
  [l34marr]

- Update French translation

plone.app.portlets: 3.0.10 → 3.1.1
----------------------------------
- Remove global settings for navigation tree's top_level,
  current_folder_only
  [esteele]

- Prevent values lower than 1 in number of items.
  [pbauer]

- Resolve deprecation warning for isDefaultPage.
  [fulv]

- Fix broken link in manage-content-type-portlets.
  https://github.com/plone/Products.CMFPlone/issues/959
  [pbauer]

plone.app.querystring: 1.3.7 → 1.3.8
------------------------------------
- Fixed problems introduced by merge.
  [jensens]

- Add "before/after N days" functionality
  [petschki]

- Fixed Sortable Indexes to not return ZCTextIndex type indexes.
  [winstonf88]

plone.app.registry: 1.3.3 → 1.3.5
---------------------------------
- Fix styling alignment issues with the buttons.
  [sneridagh]

- registry javascript fix to not auto-expand search field as it was
  not working well
  [vangheem]

plone.app.theming: 1.2.11 → 1.2.13
----------------------------------
- Pull mark_special_links, external_links_open_new_window values
  from configuration registry.
  [esteele]

- Fix visual glitch on Safari
  [davilima6]

- Show active theme at the top of the theme list.
  Fixes https://github.com/plone/plone.app.theming/issues/70
  [tmassman]

- Remove bundled twitter bootstrap theme 'example'.
  Fixes https://github.com/plone/Products.CMFPlone/issues/877
  [pbauer]

- Remove duplicate type attribute for theming control panel delete modal.
  [esteele]

plone.app.upgrade: 1.3.15 → 1.3.17
----------------------------------
- Fix issues with missing registry-entries when upgrading 5.0rc2 -> 5.0rc3.
  [pbauer]

- Plone 4.3: upgrade TinyMCE correctly. Update sunburst theme profile
  version when applying its upgrade step. Update CMFEditions. Update
  plone.app.jquery.
  This fixes
  https://github.com/plone/Products.CMFPlone/issues/812
  [maurits]

- Portal properties calendar_starting_year and calendar_future_years_available
  were moved to registry.
  [pbauer]

- Remove unused invalid_ids portal property
  [esteele]

plone.app.widgets: 2.0.0 → 2.0.1
--------------------------------
- Pull types_link_to_folder_contents values from the configuration registry.
  [esteele]

plone.app.workflow: 2.2.3 → 2.2.4
---------------------------------
- Use safe_unicode for search in @@sharing.
  Fixes https://github.com/plone/Products.CMFPlone/issues/930
  [pbauer]

plone.app.z3cform: 1.1.3 → 1.1.5
--------------------------------
- Don't check portal_registry for default_charset, we only accept
  utf-8.
  [esteele]

- Allow time options to be customized for DatetimeWidget.
  [thet]

- Wrap context to allow tools to be found in text widget.
  [cguardia]

- Remove unittest2 dependency.
  [gforcada]

plone.api: 1.4.5 → 1.4.6
------------------------
- Fixed `api.content.find` with combination of depth and path. Path
  is no longer ignored then.
  [maurits]

- Remove unittest2 dependency.
  [gforcada]

plone.dexterity: 2.3.4 → 2.3.5
------------------------------
- Use registry lookup for types_use_view_action_in_listings
  [esteele]

- Don't check type constraints in AddForm.update() if request provides
  IDeferSecurityChecks.
  [alecm]

plone.event: 1.2 → 1.3
----------------------
- Remove unittest2 dependency.
  [gforcada]

plone.protect: 3.0.7 → 3.0.8
----------------------------
- conditionally patch Products.PluggableAuthService if needed
  [vangheem]

- Do not raise ComponentLookupError on transform
  [vangheem]

plonetheme.barceloneta: 1.6.12 → 1.6.13
---------------------------------------
- Add spaces beetween checks and labels in search filter (closes `#982`_).
  [rodfersou]

- Center buttons on ordered selection lists (closes `#1017`_).
  [rodfersou]

- Center checkboxes on user/group matrix (closes `1003`_).
  [rodfersou]

- Remove hero-element from index.html. Instead include a view @@hero.
  Fixes https://github.com/plone/Products.CMFPlone/issues/974
  [pbauer]

- Harmonize plone.app.discussion styles and discussion.plone.less styles
  refs (refs `#764`_)
  [ichim-david]

- Fix display of date widget arrows and footer buttons (refs `#891`_).
  [ichim-david]

- Clean Gruntfile.js, package.json and HOWTO_DEVELOP.rst of grunt
  plugins and information which this package no longer uses since
  commit 9f5434
  [ichim-david]

- provide basic table styles
  [vangheem]

- Fixed (refs `#979`_ and `#981`_) related to text not wrapping when unusual
  (and artificial) text with no white-space exists in the page
  [sneridagh]

- Fixed styling problems when figcaption is very long
  [sneridagh]

- Renamed the news.plone.less into behaviors.plone.less as it no longer make
  sense
  [sneridagh]

z3c.form: 3.2.6 → 3.2.7
-----------------------
- Remove "cannot move farther up/down" messages
  in ordered select widget.
  [esteele]

- Updated Traditional Chinese translation.
  [l34marr]

plone.app.versioningbehavior: 1.2.4 → 1.2.5
-------------------------------------------
- Update French translations
  [enclope]

plone.app.multilingual: 3.0.7 → 3.0.11
--------------------------------------
- Fix the old fixed fake tabbing with the back to Site Setup link.
  [sneridagh]

- update French translations
  [enclope]

- Fix migration-view, lp-migration-after and after-migration-cleanup.
  [pbauer]

- Fix translation-map.
  Fixes https://github.com/plone/plone.app.multilingual/issues/175
  [pbauer]

- Add auth-key to pam-migration.
  [pbauer]

- Fix @@relocate-content.
  [pbauer]

setuptools: 18.0.1 → 18.3.1
---------------------------

zc.buildout: 2.4.0 → 2.4.3
--------------------------

Products.ATContentTypes: 2.2.6 → 2.2.7
--------------------------------------
- Pull value for link_redirect, types_view_action_in_listings
  settings from the configuration registry.
  [esteele]

Products.Archetypes: 1.10.9 → 1.10.10
-------------------------------------
- Pull types_link_to_folder_contents values from the configuration registry.
  [esteele]

- Set calendar_starting_year and calendar_future_years_available in registry.
  See https://github.com/plone/Products.CMFPlone/issues/872
  [pbauer]

Products.CMFEditions: 2.2.14 → 2.2.15
-------------------------------------
- use unrestricted search for storage statistics [tschorr]

Products.CMFPlacefulWorkflow: 1.6.2 → 1.6.3
-------------------------------------------
- Allow unicode as workflow-policy-name
  [pbauer]

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.