Plone 5.0b2

Milestone information

Project:
Plone
Series:
5.0
Version:
5.0b2
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.0b2-UnifiedInstaller-r1.tgz (md5, sig) Unified Installer, full-source kit installs Plone on Linux, OS X, BSD 1,851
last downloaded 22 weeks ago
download icon Plone-5.0b2-UnifiedInstaller.tgz (md5, sig) Unified Installer, full-source kit installs Plone on Linux, OS X, BSD 385
last downloaded 11 weeks ago
Total downloads: 2,236

Release notes 

This release does not have release notes.

Changelog 

View the full changelog

plone.recipe.zeoserver: 1.2.6 → 1.2.8
-------------------------------------
- Add default storage number in zeopack script
  [mamico]

- Postpone computation of working set until recipe is ran
  [gotcha]

- Add support for initialization in main script.
  [mamico]

- Add support for Pip-installed Buildout
  [aclark]

- Add "-D" argument to zopepack options to allow override of pack days.
  [smcmahon]

plone.recipe.zope2instance: 4.2.16 → 4.2.17
-------------------------------------------
- Added `zope-conf-imports` option to easily import ZConfig components
  within zope.conf using %import syntax.
  [avoinea]

collective.xmltestreport: 1.3.1 → 1.3.2
---------------------------------------
- Fix error on utf-8 error string.
  [bloodbare]

- Fix encoding problem in python 3.
  [cedricmessiant]

Plone: 5.0b1 → 5.0b2
--------------------
- Nothing changed yet.

Products.ATContentTypes: 2.2.4 → 2.2.5
--------------------------------------
- Move tests from PloneTestCase to plone.app.testing.
  [tomgross,timo]

- Set language settings in setupPortalContent on the new registry.
  [timo]

Products.Archetypes: 1.10.6 → 1.10.7
------------------------------------
- Remove dependency on CMFDefault
  [tomgross]

- We only support `utf-8` at the moment.
  [tomgross]

Products.CMFDiffTool: 3.0 → 3.0.1
---------------------------------

Products.CMFDynamicViewFTI: 4.1 → 4.1.1
---------------------------------------

Products.CMFEditions: 2.2.12 → 2.2.13
-------------------------------------
- Drop use of python:exists() in templates.
  [pbauer]

- Replace deprecated JavaScript functions with their jQuery equivalents.
  [thet]

Products.PlonePAS: 5.0.1 → 5.0.2
--------------------------------
- Prevent CRSF protecting errors when logging out because of
  Zope2 write on read issues
  [vangheem]

- Reduce logging level for while patching from info down to debug.
  [jensens]

Products.PortalTransforms: 2.1.5 → 2.1.6
----------------------------------------
- Do not escape <, >, and & inside script tag when it is not suppressed.
  [gotcha]

Products.ResourceRegistries: 3.0.1 → 3.0.2
------------------------------------------
- Comment out views from old resource registry so it does not render
  them on Plone 5. Meanwhile we don't remove the product. It is
  planned to be removed on Plone 5.1.
  [bloodbare]

archetypes.referencebrowserwidget: 2.5.2 → 2.5.3
------------------------------------------------
- #23 added parameter 'use_wildcard_search' to widget, True by default
  [gbastien]

- Replaced ``jq`` usage with ``$``
  [keul]

- Fixing reference sorting issue due to global function refactoring done
  on recent versions
  [keul]
- Add labels for images in the popup widget.
  [mitakas]

- #16 fix browsing for widgets in case field has set ``allowed_types``

  (Warning: changed return value of view/getResult from
  `[`brain1, brain2,..]`` to ``[dict(item=brain1,browsable=True,
  referenceable=False),...]`` in case you customized popup.pt)
  [fRiSi]

mockup: 2.0.2 → 2.0.3
---------------------
- modal should emit shown and hidden event after body class toggled
  [vangheem]

- cancel should also clear created bundle or resource
  [vangheem]

- fix some structure styling issues
  [vangheem]

- Update more framework dependencies.
  [thet]

- Update to jQuery 1.11.2.
  [thet]

- Change TinyMCE initLanguage's ajax calls to ``GET`` method, as Zope's
  ZPublisher doesn't know about ``HEAD`` requests. Explicitly set the request
  to be cached, so there shouldn't be a negative performance impact. Removes
  some Plone 404's.
  [thet]

- Update Bootstrap to 3.3.4, which includes the WOFF2 version of Glyphicons.
  Removes some 404s.
  [thet]

- TinyMCE and upload pattern: Re-add triggering of the ``uploadAllCompleted``
  event and pass the server's response and path uid to it. TinyMCE's link
  plugin is listening to it and uses the information to create a URL out of the
  uploaded files. Fixes #471.
  [thet]

- Update Dropzone.js to it's latest 4.0.1 version.
  [thet]

- hide some fields from plone-legacy bundle interface since that bundle
  is a special case
  [vangheem]

- consistent behavior in changing development mode settings for
  resource registries pattern
  [vangheem]

- Be able to provide default scale selection so users do not select
  original scale as often
  [vangheem]

- TinyMCE: bugfix, where a link had to be guessed because of missing data-
  attributes, use set instead of setRaw. Add tests.
  [frapell]

- Add recurrence pattern styles to widget bundle.
  [thet]

- lazy load translations so we can potential hold off detecting language until
  the DOM is loaded
  [vangheem]

- Change all index references from ``Type`` to ``portal_type``. E.g. the
  TinyMCE configuration option ``containsobjects`` expects portal_type values,
  not Type.
  [thet]

plone.app.blob: 1.5.11 → 1.5.14
-------------------------------
- fix tests for latest plone.app.imaging changes for Plone 5

- Fix tests from authenticator issues.
  [vangheem]

- Rerelease for clarity because of double release of 1.5.11.
  [maurits]

plone.app.caching: 1.2.2 → 1.2.3
--------------------------------
- Fixed getObjectDefaultView method to strip off leading / and/or @@.
  [alecghica]

- Fix the portalPath used in the controlpanel for manual purging URL's.
  This bug resulted in rarely doing all the purging required.
  [puittenbroek]

plone.app.content: 3.0.3 → 3.0.5
--------------------------------
- Removed CMFDefault dependency
  [tomgross]

- Ensure that content is not deleted by acquisition when the delete action is
  used from a context that has already been deleted. Provide tests to catch
  regressions (see https://github.com/plone/Products.CMFPlone/issues/383)
  [cewing]

- add plone.protect as a dependency
  [vangheem]

- provide _authenticator token on old style createObject factory views
  [vangheem]

- Solving https://github.com/plone/Products.CMFPlone/issues/440
  [aleix]

- Translate folder contents add menu
  [vangheem]

- use same columns title in results and in displayed colums configuration
  [vincent]

plone.app.contentlisting: 1.1.1 → 1.1.3
---------------------------------------
- Make isVisibleInNav method read navigation displayed types settings from
  plone.app.registry instead of portal properties. This fixes
  https://github.com/plone/Products.CMFPlone/issues/454.
  [timo]

- Pep8.
  [thet]

plone.app.contentmenu: 2.1.3 → 2.1.4
------------------------------------
- Rerelease due to double distribution ending up on PyPI.
  [maurits]

plone.app.contentrules: 4.0.2 → 4.0.3
-------------------------------------
- I18n fixes.
  [vincentfretin]

- pat-modal pattern has been renamed to pat-plone-modal
  [jcbrand]

plone.app.contenttypes: 1.2a7 → 1.2a9
-------------------------------------
- provide table of contents for document view
  [vangheem]

- Default to using locking support on Page, Collection, Event and News Item types
  [vangheem]

- Show the LeadImageViewlet only on default views.
  [thet]

- Follow best practice for CHANGES.rst.
  [timo]

- Add migrations from custom AT types to available DX types (fix #133).
  [gbastien, cekk, tiazma, flohcim, pbauer]

- Fix ``contentFilter`` for collections.
  [thet]

- Don't batch the already batched collection results. Fixes #221.
  [thet]

- I18n fixes.
  [vincentfretin]

- Fix ``test_warning_for_uneditable_content`` to work with recent browser layer
  changes in ``plone.app.z3cform``.
  [thet]

- Update image_view_fullscreen.pt for mobile friendliness.
  [fulv]

- Removed dependency on CMFDefault
  [tomgross]

plone.app.controlpanel: 3.0.1 → 3.0.2
-------------------------------------
- Remove not used code qi.pt/qi.py. The prefs_install_products_form
  view moved to Products.CMFPlone/controlpanel/quickinstaller.py (closes
  https://github.com/plone/Products.CMFPlone/issues/430)
  [vincentfretin]

- Fix missing closing div in qi.pt
  [vincentfretin]

- Removed CMFDefault dependency
  [tomgross]

plone.app.dexterity: 2.1.4 → 2.1.5
----------------------------------
- pat-modal pattern has been renamed to pat-plone-modal
  [jcbrand]

plone.app.discussion: 2.4.1 → 2.4.2
-----------------------------------
- Update Japanese translation.
  [takanory]
- Update Japanese translation.
  [terapyon]

- Sort imports as per plone.api styleguide.
  [gforcada]

- Fix flake8 errors reported by jenkins.plone.org.
  [gforcada]

plone.app.event: 2.0a8 → 2.0a11
-------------------------------
- Rerelease, because one of our test servers complains about the
  previous release.
  [maurits]

- For ``event_listing`` on Collections, ignore the Collection's sorting and use
  what the event listing's mode defines for sorting.
  [thet]

- Add support for Collections as data source for calendar and event portlets.
  [thet]

- Extend Collection support on ``event_listing`` for content items providing
  ``ISyndicatableCollection``.
  [thet]

- Support for ``contentFilter`` on request for ``event_listing``.
  [thet]

- Fix ``ImageScalingViewFactory`` and add a custom ILeadImage viewlet for
  Occurrences. Fixes the display of ILeadImage images from the originating
  event in event views of occurrences by delegating to the parent object.
  [thet]

- Fix Plone 4.3 BBB z3c.form portlets to show their fields in Add/Edit Forms.
  [thet]

- Update Japanese translation.
  [terapyon]

plone.app.form: 2.3.1 → 2.3.2
-----------------------------
- Fix wrong closing tag in subpageform.pt
  [vincentfretin]

- Fix checkbox widget rendering so non-ASCII translations can be used.
  [terapyon]

plone.app.imaging: 1.1.3 → 2.0
------------------------------

plone.app.jquerytools: 1.6.3 → 1.7
----------------------------------

plone.app.layout: 2.5.4 → 2.5.6
-------------------------------
- do not set width and height on logo
  [vangheem]

- provide active class for currently selected toolbar item
  [vangheem]

- Add ``_authenticator`` param to contenthistory URLs.
  This will prevent CSRF warnings
  (see https://github.com/plone/Products.CMFPlone/issues/330)
  [keul]

- Updating tests to handle new plone.app.testing.
  [do3cc]

- Fix info_empty_dashboard i18n default message.
  [vincentfretin]

- Add row class to constrain width of footer.
  [davisagli]

- pat-modal pattern has been renamed to pat-plone-modal
  [jcbrand]

plone.app.linkintegrity: 2.1.1 → 2.1.2
--------------------------------------
- Fix html structure in confirmation.pt
  [vincentfretin]

plone.app.portlets: 3.0.3 → 3.0.5
---------------------------------
- Supress a ZopeTestCase warning.
  This fixes https://github.com/plone/Products.CMFPlone/issues/501
  [gforcada]

- Fix html markup in review portlet.
  [vincentfretin]

- Fix the link from `@@topbar-manage-portlets` to container's portlets.
  This fixes https://github.com/plone/Products.CMFPlone/issues/423
  [davisagli]

- pat-modal pattern has been renamed to pat-plone-modal
  [jcbrand]

plone.app.querystring: 1.3.1 → 1.3.2
------------------------------------
- Fix getObjPositionInParent be sortable by default
  [datakurre]

- Implement ``is``, ``lessThan`` and ``largerThan`` operators for integer fields (fixes `#32`_).
  [rodfersou]

plone.app.testing: 5.0b3 → 5.0b4
--------------------------------
- Do not install CMFFormController.
  [timo]

plone.app.theming: 1.2.2 → 1.2.5
--------------------------------
- Fix RestructuredText representation on PyPI by bringing back a few
  example lines in the manifest.
  [maurits]

- Add setting for tinymce automatically detected styles
  [vangheem]

- make control panel usable again. Fixed problem where skins
  control panel is no longer present.
  [vangheem]

- unified different getTheme functions.
  [jensens]

- pep8ified, housekeeping, cleanup
  [jensens]

- Specify i18n:domain in controlpanel.pt.
  [vincentfretin]

- pat-modal pattern has been renamed to pat-plone-modal
  [jcbrand]

- Fix load pluginSettings for the enabled theme before calling plugins for
  onEnabled and call onEnabled plugins with correct parameters
  [datakurre]

plone.app.upgrade: 1.3.9 → 1.3.10
---------------------------------
- Plone 4.3: Enable NewsML feed syndication
  [tcurvelo]

- Plone 5: Migrate imagine control panel settings to the configuration
  registry
  [vangheem]

- Plone 5: Solve CMFPlacefulWorkflow __iro__ problem because
  of moving their paths when upgrading
  [bloodbare]

plone.app.users: 2.2 → 2.2.1
----------------------------
- Removed CMFDefault dependency
  [tomgross]
- Fixed @@change-password to accept current password containing non-ascii chars
  [sgeulette]
- Fixed @@change-password to accept new password containing non-ascii chars
  [sgeulette]

plone.app.viewletmanager: 2.0.7 → 2.0.8
---------------------------------------
- Rename ``_uncatched_errors`` to ``_exceptions_handled_elsewhere``
  [jean]

plone.app.vocabularies: 2.1.16 → 2.1.17
---------------------------------------
- default to having english with AvailableContentLanguageVocabularyFactory
  to fix issue that happens sometimes when setting language and multilingual
  is not installed
  [vangheem]

- Fix issue with missing context in plone.app.vocabularies.Users.
  [pbauer]

plone.app.z3cform: 1.1 → 1.1.2
------------------------------

plone.batching: 1.0.2 → 1.0.4
-----------------------------
- Fix lastpage computation with orphaning
  [gbastien]

- Fix issue with orphaning
  [do3cc]

plone.behavior: 1.0.2 → 1.0.3
-----------------------------
- Code modernization: utf-header, pep8, rst-files, adapter/implementer
  decorators, ...
  [jensens]

plone.browserlayer: 2.1.4 → 2.1.5
---------------------------------
- Rerelease for clarity, because 2.1.4 got released twice.
  [maurits]

plone.i18n: 3.0.1 → 3.0.2
-------------------------
- Allow calling getPreferedLanguage without parameter again
  [tomgross]

plone.indexer: 1.0.2 → 1.0.3
----------------------------
- Add missing dependency on Products.ZCatalog.
  [gforcada]

plone.intelligenttext: 2.0.2 → 2.0.3
------------------------------------
- Minor cleanup: whitespace, git ignores.
  [gforcada, rnix]

plone.keyring: 3.0 → 3.0.1
--------------------------

plone.protect: 3.0.3 → 3.0.4
----------------------------
- patch locking functions to use _v_safe_write attribute
  [vangheem]

- Be able to use _v_safe_write attribute to specify objects are safe to write
  [vangheem]

plone.schemaeditor: 2.0.2 → 2.0.4
---------------------------------
- Allow to hide the 'Save defaults' button
  [ebrehault]

- Fix delete method (it used to return html and it produced a plone.protect warning)
  [ebrehault]

- Fix translation and sorting of field names.
  [MacYET, davisagli]

- pat-modal pattern has been renamed to pat-plone-modal
  [jcbrand]

plone.session: 3.5.4 → 3.5.5
----------------------------
- Default encoding for createTicket to be compatible with unicode
  user_id [puittenbroek]

plone.theme: 2.1.3 → 2.1.4
--------------------------
- Remove dependency on CMFDefault
  [tomgross]

plone.transformchain: 1.0.3 → 1.0.4
-----------------------------------
- Minor cleanup: whitespace, git ignores, rst.
  [gforcada, rnix, maurits]

plonetheme.barceloneta: 1.6.3 → 1.6.6
-------------------------------------
- provide some spacing between event summary and content
  [vangheem]

- Fix extending barceloneta with xi:include
  [pbauer]

- fix in and out widget button style
  [vangheme]

- no one likes the star for required field label, try circle
  [vangheem]

- add plone-loader style so you can add decent loader to javascript
  [vangheem]

- add styles for search form
  [vangheem]

- Cleanup: Remove unused resources.
  [thet]

- Fix toggling navigation at mobile widths.
  [davisagli]

- Remove sticky footer (it required a hardcoded height, which does not work
  for an element that may have varying content).
  [davisagli]

- Add clearfix to `.row`.
  [davisagli]

- pat-modal pattern has been renamed to pat-plone-modal
  [jcbrand]

z3c.formwidget.query: 0.10 → 0.11
---------------------------------

plone.app.versioningbehavior: 1.2.1 → 1.2.2
-------------------------------------------
- Synchronize translations
  [vincentfretin]

- provide better description of how new versions are created when in manual mode
  [vangheem]

plone.directives.form: 2.0 → 2.0.1
----------------------------------
- pep8.
  [maurits]

- Whitespaces cleanup.
  [gforcada]

plone.formwidget.autocomplete: 1.2.7 → 1.2.8
--------------------------------------------
- Render CSS as link, no css-import. This allows cooking with other
  link rendered css and gives better asynchronous download behavior.
  [thet]

plone.app.multilingual: 3.0 → 3.0.2
-----------------------------------

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.