Plone 4.3a2

Milestone information

Project:
Plone
Series:
4.3
Version:
4.3a2
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

File Description Downloads

Release notes 

This release does not have release notes.

Changelog 

View the full changelog

AccessControl: 3.0.2 → 3.0.4
----------------------------

DateTime: 3.0 → 3.0.1
---------------------

plone.recipe.zope2instance: 4.2.4 → 4.2.5
-----------------------------------------

- Added event and access log rotation capability.
  [sureshvv]

plone.recipe.zeoserver: 1.2.2 → 1.2.3
-------------------------------------

- Adding ability to control output script name for zeopack. Use the
  zeopack-script-name option to change the script name.
  [davidjb]
- Fix zeopack connection handling. The previous fix to abort after a failed
  connection attempt only worked by chance and caused zeopack to exit before
  the packing finished. Now failed connections are correctly detected and
  zeopack waits until the packing is finished.
  [gaudenz]

distribute: 0.6.27 → 0.6.28
---------------------------

lxml: 2.3.4 → 2.3.6
-------------------

Plone: 4.3a1 → 4.3a2
--------------------

- Release Plone 4.3a2
  [esteele]

Products.ATContentTypes: 2.1.8 → 2.1.9
--------------------------------------

- Silence false security warning during startup complaining about
  ATTopic.setText.
  [hannosch]
- Notify modified when an image is transformed
  through transform image tab.
  This updates modification date and refresh Etag.
  Refs https://dev.plone.org/ticket/13169.
  [thomasdesvenain]
- add @@download view for IFileContent
  [vangheem]
- Implement ISyndicatable for folder and topic in 4.3
  [vangheem]

Products.Archetypes: 1.8.3 → 1.8.4
----------------------------------

- Add support for non-KSS-based inline validation.
  [davisagli]
- Fixed some problems with IntDisplayList.
  [maurits]
- Update object creation date on paste; closes https://dev.plone.org/ticket/9896 .
  [davidblewett]
- Import getBrain from Products.ZSQLMethods and declare dependency for Zope
  trunk compatibility.
  [elro]
- Always add alt to image when shown in file widget
  [maartenkling]

Products.CMFEditions: 2.2.5 → 2.2.6
-----------------------------------

- Update IPossibleSite import to zope.component.
  [elro]

Products.CMFPlacefulWorkflow: 1.5.7 → 1.5.8
-------------------------------------------

- Fixed updating Role Mappings only in current folder.
  [kroman0]
- Added 'CMFPlacefulWorkflow: Manage workflow policies' permission.
  ManageWorkflowPolicies is no longer 'Manage portal', it's now assigned to
  'CMFPlacefulWorkflow: Manage workflow policies'.
  [alecghica]
- Fixed add workflow policy template (via ZMI).
  [alecghica]
- Fixed descriptions under placeful_workflow_configuration.pt for sections
  "For this folder" and "Below this folder".
  [alecghica]
- Added "update security" as an option field on local configuration management
  form, as in most cases updating catalog role mappings can be a very long
  operation and is better to be made as a separate upgrade step.
  [alecghica]

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

Products.ExtendedPathIndex: 3.0 → 3.0.1
---------------------------------------

- Fixed depth limited searches, when the path index wasn't the first index
  in the query plan. Thx to Peter Mathis for reporting the problem.
  [hannosch]

Products.GenericSetup: 1.7.2 → 1.7.3
------------------------------------

- Profiles are sorted on Upgrade form.
- Use clickable labels with checkboxes on import, export and upgrade forms
  to improve usability.

Products.PortalTransforms: 2.0.7 → 2.1.1
----------------------------------------

- Do not try to handle invalid tags : we take for granted that html coming out
  of converters do not hold any of embed, script, object or applet tags.
- Avoid throwing exceptions on js attrs and invalid tags in word_to_html
  transform
  [gotcha]
- Handle charrefs & entityrefs in data and attributes equaly (unchanged)
  if converting to safe_html
  [tom_gross]

Products.ResourceRegistries: 2.2.2 → 2.2.3
------------------------------------------

- Don't break if the site doesn't have a portal_kss registry.
  [davisagli]

Products.TinyMCE: 1.3b4 → 1.3b6
-------------------------------

archetypes.querywidget: 1.0.3 → 1.0.6
-------------------------------------

- Fixed link path reference of querywidget.js for the qunit tests
  [ichimdav]
- Improved multiselection widget readability by sorting its returned values
  [ichimdav]
- Fixed overly long selection lists by displaying scrollbars for multiselection
  widgets
  [ichimdav]
- Fixed conditional initialization of querywidget,
  see https://dev.plone.org/ticket/12529 [kroman0]
- fixed http://dev.plone.org/ticket/13144 raw get returns persistent
  querystring on .get(context, raw=True)
  [jensens]
- Added initially missing RelativePathWidget widget macro
  [petschki]
- call the "@@querybuilder_html_results" view on collection context
  [petschki]

archetypes.referencebrowserwidget: 2.4.12 → 2.4.14
--------------------------------------------------

- Use normalizeString to create class names for an item's portal type
  and review state. Fixes #11400.
  [danjacka]
- don't let search fail on broken catalog
  [tomgross]
- Restored a "view" link on linkable items (as with Plone 3):
  It will open a preview of the element in a popup window.
  [keul]
- Fixed referenced elements sort order on widget view.
  [gbastien]
- Take search_index into account while used in popup search form.
  [gbastien]

collective.testcaselayer: 1.5 → 1.6
-----------------------------------

collective.z3cform.datetimewidget: 1.2 → 1.2.1
----------------------------------------------

plone.app.blob: 1.5.2 → 1.5.4
-----------------------------

- Create a transaction savepoint after setting a blob's value in order to
  make it available at its temporary path (within the same transaction).
  [tomgross]
- Update mutator to take care of filename in keyword args.
  [gotcha]
- Check for unicode filename first in index_html.
  [vangheem]

plone.app.collection: 1.0.4 → 1.0.6
-----------------------------------

- Avoid site error on thumbnail view if some scale generation have failed.
  [thomasdesvenain]
- Avoid site error on summary view if some scale generation have failed.
  [kroman0]
- Provide a synContentValues method for compatibility with syndication
  in Plone <= 4.2.
  [davisagli]
- Added a validator 'isInt' to field limit for the purpose avoid a exception
  [hersonrodrigues]
- Fix the limit of number of items to show in batch results
  see https://dev.plone.org/ticket/13129 [hersonrodrigues]
- Implement ISyndicatable for 4.3
  [vangheem]
- Add an alias folder_summary_view pointing to summary_view. This allows
  existing installs to display results for news/aggregator and
  events/aggregator see http://dev.plone.org/ticket/13010 [ericof]
- Fix summary_view so shows thumbnails for contents with the image field,
  see http://dev.plone.org/ticket/13010 [ericof]
- Fix thumbnail_view so it works when Images or News Items are listed,
  see http://dev.plone.org/ticket/13010 [ericof]

plone.app.content: 2.0.11 → 2.1a2
---------------------------------

- Remove KSS dependency from AJAX table views.
  [cah190]
- In table.pt use sequence_length to get batch size.
  [cah190]
- Adjust table.pt TAL to work after the TAL engine became a bit stricter
  about only allowing path expressions within string expressions.
  [davisagli]
- Remove hard dependency on ATContentTypes.
  [davisagli]
- Clarify which item is the default view for the folder in the folder
  contents view.
  [rossp]
- Use plone.batching for all batches (PLIP #12235)
  [tom_gross]

plone.app.contentlisting: 1.0.1 → 1.0.2
---------------------------------------

- Nothing changed yet.

plone.app.contentrules: 2.1.9 → 2.2
-----------------------------------

- Unified the site setup html structure
  [TH-code]

plone.app.controlpanel: 2.3.1 → 2.3.2
-------------------------------------

- Fixed issue with email_from_name set as string instead of unicode
  This fixes https://dev.plone.org/ticket/12385
  [ericof]
- Fixed issue with non-ascii Workflow titles breaking types
  control panel.
  [ericof]

plone.app.folder: 1.0.3 → 1.0.4
-------------------------------

- Depend on Products.CMFPlone instead of Plone.
  [elro]

plone.app.form: 2.1.2 → 2.2
---------------------------

- Switch to a non-KSS-based implementation of inline validation.
  [davisagli]

plone.app.iterate: 2.1.7 → 2.1.8
--------------------------------

- Unmark both the baseline and the working copy on checkin so that dexterity
  content is properly unmarked.
  [cewing]

plone.app.jquerytools: 1.5 → 1.5.1
----------------------------------

- Revert to always adding the overlay at the bottom of the document body.
  [davisagli]
- Make sure the "Close this box" link has a hiddenStructure class so it
  won't show up for most users.
  [davisagli]

plone.app.layout: 2.3.1 → 2.3.2
-------------------------------

- Add Language='all' as a keyword argument to avoid LinguaPlone deleting it when
  it patches the catalog
  [erral]
- Use context object's url to create the cache key instead of the portal_url.
  [erral]
- Avoid extra space at the end of icon alt attributes.
  [davisagli]
- Merge plip #12905 to provide more body classes
  [vangheem]
- adding user roles to body class, eg: userrole-anonymous, ...
  [garbas]

plone.app.linkintegrity: 1.4.6 → 1.4.7
--------------------------------------

- Fixes UnicodeDecodeError on extractLinks
  This closes https://dev.plone.org/ticket/13168
  [ericof]

plone.app.locales: 4.0.15 → 4.2.2
---------------------------------

- Updated translations.
- Added 3 new messages for CMFPlacefulWorkflow, and 2 fuzzies
- Be aware that this release removes 2 translated messages for navigation and
  collection portlets because the English changed. The translation is only
  compatible with Plone 4.2.2.

plone.app.portlets: 2.3.1 → 2.4
-------------------------------

- Add ability to render only single portlet code with view.
  Code basically copied from plone.app.kss
  [vangheem]
- Remove kss
  [vangheem]
- Allow for the root content item icon in the navigation portlet to be
  displayed with CSS or an img tag.
  [danjacka]
- Fix inheritance hierarchy of IPortletForm to reflect usage in z3cformhelper.
  [elro]
- Tweak z3c.form add/edit forms to disable edit bar and columns.
  [elro]
- Portlets are now registered for IDefaultPortletManager by default to allow
  for easier creation of custom portlet managers with restricted portlets.
  [elro]
- Fix ManagePortletsViewlet to work with KSS.
  [elro]
- Fix ManagePortletsViewlet to work with Plone 4+.
  [elro]
- Fix 'This portlet display a'.
  [danjacka]
- reverted change: refactory nested tal:conditions in navigation_recurse.pt, merged into
  one tal:condition in ul tag.
  [maartenkling]
- add contenttype class to the a tag, like navigation
  [maartenkling]
- Don't break TinyMCE on editing parent-portlets (fixes http://dev.plone.org/ticket/12899)
  [pbauer]
- Inside Review portlet display footer link only to Reviewers.
  Closes ticket https://dev.plone.org/ticket/6629
  [vipod]
- Use type instead of makeClass for Zope 4 compatibility.
  [elro]
- Add safety check for portletHeader links [davilima6]

plone.app.querystring: 1.0.5 → 1.0.6
------------------------------------

- _relativePath handler can now walk through the site structure (not only upwards)
  _path handler respects absolute paths without leading nav_root path
  [petschki]

plone.app.registry: 1.2 → 1.2.1
-------------------------------

- Unified the control panel html structure.
  [TH-code]
- Fix jquery selectors
  [vangheem]
- handle control panel prefixes for fields that do not
  have interfaces better.
  [vangheem]

plone.app.search: 1.0.5 → 1.1
-----------------------------

- Fix attribute error when portal_syndication can not be found.
  [maurits]
- JavaScript now correctly obeys navigation root for searches, obtained via
  meta tag set in search.pt.
  [seanupton]

plone.app.theming: 1.1a2 → 1.1b1
--------------------------------

- Make example Bootstrap-based theme use the HTML5 DOCTYPE.
  [danjacka]
- Demote ZMI patch log message to debug level.
  [hannosch]
- Upgrade to ACE 1.0 via plone.resourceeditor
  [optilude]
- Put quotes around jQuery attribute selector values to appease
  jQuery 1.7.2.
  [danjacka]

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

- Add upgrade step to remove KSS.
  [vangheem, davisagli]
- Remove old upgrades that depended on KSS being present.
  [davisagli]
- Make sure registry settings for syndication and ResourceRegisties bundles
  are set up for Plone 4.3.
  [vangheem, davisagli]
- Make plone.app.theming upgrade steps only run when plone.app.theming is
  installed (i.e. not for a plain Products.CMFPlone site.)
  [elro]

plone.app.vocabularies: 2.1.7 → 2.1.8
-------------------------------------

- Make KeywordsVocabulary work with unicode and non-unicode vocabularies.
  [thet]
- Fix exceptions with workflow states/transitions titles when their titles
  contained encoded characters [ericof]
- Fix exception with workflow vocabulary when workflow titles contained UTF-8 encoded
  characters [miohtama]
- Add syndication feed types vocabulary
  [vangheem]

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

- Remove kss. JS integration is in Products.CMFPlone.
  [vangheem]
- Refactor: we can easily customize the sharing view
  so that add/remove inherit field is removed.
  [thomasdesvenain]
- Search on email address within the Sharing view.
  [davidjb]

plone.app.z3cform: 0.6.1 → 0.7
------------------------------

- Support inline validation without depending on KSS.
  [davisagli]
- Fix a case where the widget broke if its form's content was a dict.
  [davisagli]

plone.browserlayer: 2.1.1 → 2.1.2
---------------------------------

- Add support for calling many times remove in export (ie:even when no corresponding layer is registred, remove option should not throw exception).
  [toutpt]

plone.formwidget.namedfile: 1.0.2 → 1.0.3
-----------------------------------------

- Use download_url for display templates also
  [lentinj]
- Fix the download view for widgets whose form has a custom getContent method.
  [davisagli]

plone.i18n: 2.0.2 → 2.0.3
-------------------------

- Removed unknown cctld entry for um.
  [hannosch]
- Added new cctld entries for: asia, kp, ss and xxx.
  [hannosch]
- Added new country codes and flags for: bl, bq, cw, mf, ss and sx.
  [hannosch]
- Clarify and test availability of reserved country codes an and cs.
  [hannosch]
- Clarify and test availability of deprecated language codes mo and sh.
  [hannosch]
- Removed invalid me language code added in 2007. me is only a country code.
  [hannosch]
- Correct language code for Javanese from jw to jv.
  [hannosch]
- Added missing ISO-639-1 language codes: ae, ak, an, bm, ce, ch, cr, cu, cv,
  dv, ee, ff, ho, ht, hz, ig, ii, io, kg, ki, kj, kr, kv, lg, lu, mh, nb, ng,
  nv, ny, oj, os, pi, sc, vk.
  [hannosch]
- URLNormalizer should remove all ignored characters before making any
  substitutions.
  [esteele]
- Added three new countries and its corresponding flags. Also updated
  the internet top level domains list. Added countries are Kosovo,
  Montenegro and Serbia.
  [alecghica]
- Fixed tests not to fail when a new country, language or domain is added.
  [alecghica]

plone.locking: 2.0.3 → 2.0.4
----------------------------

- Do not download the file when we click on "unlock" in the context of a file.
  Refs https://dev.plone.org/ticket/13191
  [thomasdesvenain]

plone.portlet.collection: 2.1.1 → 2.1.2
---------------------------------------

- Fix 'This portlet display a'.
  [danjacka]

plone.portlets: 2.1 → 2.2
-------------------------

- Added an adapter and IBlockingPortletManager marker interface which portlet
  managers can provide to block parent contextual portlets by default.
  [elro]
- Delegate to ILocalPortletAssignmentManager for category blacklist retrieval.
  This allows a custom adapter to override the default blacklist settings per
  portlet manager.
  [elro]

plone.resourceeditor: 1.0b1 → 1.0b3
-----------------------------------

- Fix right click menu bug
  [optilude]
- Upgrade to latest version of ACE
  [optilude]
- Upgrade to version 1.0 of the ACE editor
  [optilude]

plone.supermodel: 1.1.2 → 1.2
-----------------------------

- Nothing changed yet.

plone.testing: 4.0.4 → 4.0.6
----------------------------

- Update manifest.in to include content in src directory.
  [esteele]
- Fixed an issue where a query string would be unquoted twice; once
  while setting up the HTTP request and once in the handler (the
  publisher).
  [malthe]

plonetheme.classic: 1.2.2 → 1.2.4
---------------------------------

- Add selector for AT required field icon, as done in Sunburst 1.2.4.
  [danjacka]
- Remove comments referencing an old plone_tableless skin layer.
  [danjacka]
- Use the new user.png instead of user.gif.
  Closes http://dev.plone.org/ticket/13034
  [esteele]

plonetheme.sunburst: 1.2.7 → 1.3
--------------------------------

- Style #ajax-spinner rather than inserting #kss-spinner in main_template.
  [davisagli]
- Style fixes for new style of portlet manager buttons.
  [vangheem]

five.grok: 1.3.1 → 1.3.2
------------------------

five.intid: 1.0.2 → 1.0.3
-------------------------

grokcore.security: 1.6.1 → 1.6.2
--------------------------------

mocker: 1.1 → 1.1.1
-------------------

plone.app.relationfield: 1.1 → 1.2
----------------------------------

plone.formwidget.contenttree: 1.0.5 → 1.0.6
-------------------------------------------

- Tweak CSS to use outline instead of border.
  [elro]
- Avoid theming ajax response.
  [elro]
- Ensure context is a content item of some sort.
  [elro]
- Import getSite from zope.component to avoid dependency on zope.app.component.
  [hvelarde]
- Import ViewPageTemplateFile from zope.browserpage to avoid dependency on
  zope.app.pagetemplate.
  [hvelarde]
- Added french translation.
  [phgross]
- Trigger change handler when used with datagrid
  [kingel]
- Use an ajax fetch for the initial call
  [kingel]
- Fix url in display templates, so that it uses absolute urls.
  [phgross]
- pep8
  [joka]
- Fix term title genration to use the brain id if there is not brain title
  [joka]
- Added Italian translation.
  [gborelli]
- Added Finnish (fi) translation.
  [dokai]
- By default filter out nodes that are not selectable and not folderish.
  This can be overridden on the widget by setting show_all_nodes to True.
  [maurits]
- Added Dutch translation.
  [maurits]

z3c.objpath: 1.0 → 1.1
----------------------

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.