[QA-Team] Plone 4.2a2 soft-released

Eric Steele ems174 at psu.edu
Wed Aug 31 13:28:55 UTC 2011


Plone 4.2a2 is up at http://dist.plone.org/release/4.2a2-pending/versions.cfg. Make sure to add http://dist.plone.org/release/4.2a2-pending/ to your find-links as several of the packages aren't yet on pypi.

Once I have a pair of "works for me" responses, I'll finalize it.

Eric


Changes:

lone.app.blob: 1.5 → 1.5.1
---------------------------

- ATImage adapter should take care of cases where no image was uploaded.
  [gotcha]

distribute: 0.6.19 → 0.6.21
---------------------------

plone.resource: 1.0b5 (added)
-----------------------------

Products.CMFEditions: 2.1.3 → 2.2
---------------------------------

- Make Zope 2 permissions available as Zope 3-style permissions.
  [rafaelbco]
- Changed @@history to be protected by CMFEditions.AccessPreviousVersions instead of
  cmf.ModifyPortalContent.
  [rafaelbco]
- Only show the "Revert to this version" button if the user has the Revert to previous versions
  permission in versions_history_form.
  [rafaelbco]
- Remove references to blobs when cloning blob fields. They are handled as
  referenced attributes anyway. This eliminates the creation of an additional
  empty blob when cloning blob fields.
  [buchi]
- No longer store references in the ZVC wrapper. They are stored in the shadow
  history and retrieved from there. This eliminates the creation of an
  additional empty blob when cloning blob fields.
  [buchi]
- Allow to translate the string "current" in the diff view (@@history) and in the
  version_diff template.
  [rafaelbco]

Products.contentmigration: 2.0.1 → 2.0.3
----------------------------------------

- Undo patch correctly
  [jfroche]
- Fix migration for folder containing an object (which is often the case) by patching the 'notifyWorkflowCreated' method on WorkflowAware class
  [jfroche]
- Fix for folderish items, also use ATItemMigratorMixin
  [jfroche]
- Add local buildout config
  [jfroche]
- Use module name, not the full file path, to register with the logging module.
  [mj]

repoze.xmliter: 0.4 (added)
---------------------------

mr.developer: 1.17 → 1.18
-------------------------

Products.MimetypesRegistry: 2.0.2 → 2.0.3
-----------------------------------------

- Allow exception MimetypeRegistry in python scripts.
  Refs http://dev.plone.org/plone/ticket/12061.
  [thomasdesvenain]

plone.app.upgrade: 1.2a1 → 1.2a2
--------------------------------

- Release 1.2a2
  [esteele]

plone.app.controlpanel: 2.2 → 2.2.1
-----------------------------------

- Mail-panel: If sending of test e-mail fails, log the exception
  and show it in the status message.
  [kleist]

WebOb: 1.0.8 (added)
--------------------

Plone: 4.2a1 → 4.2a2
--------------------

- Release Plone 4.2a2
  [esteele]

archetypes.querywidget: 1.0 → 1.0.1
-----------------------------------

- I18n fixes.
  [vincentfretin]

plone.app.users: 1.1.1 → 1.1.2
------------------------------

- Make sure that users with the Site Administrator role can add new users to
  groups. Fixes http://dev.plone.org/plone/ticket/11888
  [davisagli]

simplejson: 2.1.3 → 2.1.6
-------------------------

Products.CMFPlone: 4.2a1 → 4.2a2
--------------------------------

- AuthenticatedUsers group is used for local roles etc, and is not the same
  as Authenticated role. Thus, it can not be optimized away in catalog queries.
  [tesdal]
- getFolderContents only sets b_size if batching is true.
  [do3cc]

Products.ZCatalog: 2.13.18 → 2.13.20
------------------------------------

- Fixed incorrect calculation of batches in the second half of the result set
  in sortResults.
- Increase plan precision to 4 digits in its string representation.

plone.app.theming: 1.0b8 (added)
--------------------------------

experimental.cssselect: 0.1 (added)
-----------------------------------

plone.recipe.zope2instance: 4.1.8 → 4.1.9
-----------------------------------------

- No longer rely on softwarehome in startup script.
  [hannosch]

mailinglogger: 3.3.3 → 3.4.1
----------------------------

Products.Archetypes: 1.7.6 → 1.7.7
----------------------------------

- Fixed http://dev.plone.org/plone/ticket/11387 (Missing & orphaned labels
  for check boxes and radio buttons) by deferring label generation for label,
  select and multi-select widgets to each widget's edit macro. In the case
  of the select and multi-select widgets, this allows the label to be generated
  (or not) once the format (checkbox, dropdown...) is known.
  Same for label for calendar widget.
  Thanks to mattbarkau and jdeluca for researching this and proposing a solution.
  [smcmahon]
- When checking isVisible in validation, use instance, not widget as argument.
  [tesdal]
- Do a double DateTime conversion to avoid timezone naive values.
  Refs http://dev.plone.org/plone/ticket/10141.
  [rossp]
- Avoid site error when we display a file whose mimetype is unknown.
  Refs http://dev.plone.org/plone/ticket/12061.
  [thomasdesvenain]
- Fixed initial content length used by textCounter. Length should be the length
  of a unicode string, not the utf-8 string.
  [vincentfretin]

lxml: 2.3 (added)
-----------------

plonetheme.sunburst: 1.2 → 1.2.1
--------------------------------

- Put #search-results-bar on a lower CSS layer to not overlap the livesearch
  [spliter]

archetypes.referencebrowserwidget: 2.4.3 → 2.4.4
------------------------------------------------

- Fix: text searches should search outside navigation root
  [gotcha]

plone.app.discussion: 2.0.7 → 2.1
---------------------------------

- Avoid error when moving objects that are contentish but not annotatable.
  [davisagli]
- New feature: Markdown syntax added to possible comment text transforms.
  [timo]
- Make sure the comment brains are updated properly when the content object is
  renamed.
  [hannosch, timo]
- Make sure only comments to the content object are removed from the catalog
  when the content object is moved.
  [hannosch, timo, davisagli]
- Make sure the conversation.getComments method returns acquisition wrapped
  comments.
  [timo]
- Ukrainian translation added.
  [chervol]
- Remove one_state_workflow customizations.
  [timo]
- Make sure the creator index always stores utf-8 encoded stings and not
  unicode.
  [timo]
- Automatically reload batch moderation page if no comments are left. This
  fixes http://dev.plone.org/plone/ticket/11298.
  [timo]
- Use Plone's safe_encode method instead of encode() for the creator index to
  make sure unicode encoded strings can be indexed too.
  [timo]

plone.app.layout: 2.2.1 → 2.2.2
-------------------------------

- Accessibility: Added a title and alt tag to the logo.
  This fixes http://dev.plone.org/plone/ticket/11689
  [fulv]
- Switching 'Skip to navigation' to be linked to the global navigation instead
  of the navigation portlet.
  This fixes http://dev.plone.org/plone/ticket/11728
  [spliter]

plone.subrequest: 1.6.1 (added)
-------------------------------


More information about the QA-Team mailing list