[QA-Team] [Plone-developers] Plone 4.3 soft-released

Nejc Zupan nejc.zupan at gmail.com
Sun Apr 7 08:04:16 UTC 2013


Hey Eric,

upgraded one of our development environment and all looks good.

Except one thing: Sphinx 1.0.8 which is pinned in ztk-versions.cfg fails
with this bug: https://bitbucket.org/birkenfeld/sphinx/issue/853/attributeerror-reporter-instance-has-no

This has been fixed in later Sphinx releases. Can we pin a more recent
version of Sphinx (1.1.3 is latest stable)?


thanks,
z.

On 6 Apr 2013, at 23:24, Eric Steele wrote:

> Plone 4.3 is soft released at http://dist.plone.org/release/4.3-pending/versions.cfg. 
> 
> 
> CHANGELOG
> ===========
> 
> 
> Products.Archetypes: 1.8.6 → 1.8.7
> ----------------------------------
> 
> - Ignore missing file and blob uploads during content_type validation
>   [pjstevns]
> - Before validating the field, make sure you actually have the field
>   objects for the type
>   [vangheem]
> - Fix issue #7556 (https://dev.plone.org/ticket/7556) by adding
>   validation of uploaded blobs by checking the allowable_content_types
>   attribute of a field
>   [pjstevns]
> - Provide fix for issue #9774 (https://dev.plone.org/ticket/9774)
>   change import target and update order params in install_uidcatalog
>   from setuphandlers has different order params
>   [bogdangi]
> - Provide sane defaults for minute_step, which is an integer
>   everywhere else.
>   [tomgross]
> - Fix when using archetypes.schemaextender. the keyword widget call to
>   field.getAccessor return None, so to let integrator do sth we
>   need to said index name is equal to field name.
>   [toutpt]
> - Don't fail if contenttype can not be acquired (eg PFG)
>   [tomgross]
> - Translate selection values in base_view, fix #7627 (https://dev.plone.org/ticket/7627)
>   [kiorky]
> 
> Products.CMFDynamicViewFTI: 4.0.3 → 4.0.4
> -----------------------------------------
> 
> - Add cmf.ModifyViewTemplate zcml permission for "Modify view template"
>   [toutpt]
> 
> Products.contentmigration: 2.1.3 → 2.1.4
> ----------------------------------------
> 
> - Default to position 0 if folder position is not assigned.
>   [kroman0, pbauer]
> 
> Products.PasswordResetTool: 2.0.12 → 2.0.13
> -------------------------------------------
> 
> - Fix exception when use_email_as_login is on and the user enters
>   an invalid login on pwreset_form.
>   [davisagli]
> 
> Products.PloneTestCase: 0.9.15 → 0.9.16
> ---------------------------------------
> 
> - fix broken imports, have plone.app.events conditionnaly loaded
>   [kiorky]
> 
> Products.TinyMCE: 1.3 → 1.3.3
> -----------------------------
> 
> - Added some missing german translations.
>   [tschanzt]
> - If the fieldTextFormat dropdown does not exist, tinymce failed to start.
>   This was obviously a regression, now fixed.
>   [izak]
> - use correct base url for temporary portal_factory objects.
>   This fixes add image to new item https://dev.plone.org/ticket/13483
>   [vangheem]
> - Use jQuery bind instead of on to support version 1.4.4
>   (which is included in Plone 4.2)
>   [garbas]
> 
> plone.app.blob: 1.5.7 → 1.5.8
> -----------------------------
> 
> - Use obj.Schema() instead of obj.schema in the migration process.
>   [gbastien]
> 
> plone.app.collection: 1.0.8 → 1.0.9
> -----------------------------------
> 
> - Provide /RSS view for collection so we at least have an option
>   for syndication before 4.3
>   [vangheem]
> 
> plone.app.content: 2.1 → 2.1.1
> ------------------------------
> 
> - Load folder_contents.js from the portal root instead of the context.
>   [maurits]
> - In the folder_contents view, assume a folderish context and set the base tag
>   with a trailing slash. Fixes https://dev.plone.org/ticket/13487
>   [danjacka]
> 
> plone.app.contentrules: 3.0 → 3.0.1
> -----------------------------------
> 
> - Use single quotes instead of double to avoid breaking translation
>   [ericof]
> - Fix multi assignment of rules
>   [ericof]
> 
> plone.app.dexterity: 2.0.4 → 2.0.6
> ----------------------------------
> 
> - Add missing translation strings.
>   [vincentfretin]
> - Updated pt_BR translation [ericof]
> 
> plone.app.discussion: 2.2.4 → 2.2.5
> -----------------------------------
> 
> - Update pt_BR translation [ericof]
> - Do not raise an error when no workflow is assigned to the comment type.
>   [timo]
> - Add a conversation property public_commentators that only lists
>   commentators of comments that are public.
>   The commentators indexer indexes this field now.
>   The behavior of the conversation property commentators is
>   unchanged.
>   [do3cc]
> - The last comment date now only returns the date of the newest
>   published comment.
>   [do3cc]
> 
> plone.app.jquerytools: 1.5.4 → 1.5.5
> ------------------------------------
> 
> - Set z-index for dateinput calendar popup so that it will display in
>   an overlay context.
>   [smcmahon]
> - Pass the pbo object as third parameter to the redirect callback. This
>   provides the same flexibility for redirect that was added for noform in
>   1.5.4.
>   [izak]
> 
> plone.app.portlets: 2.4.2 → 2.4.3
> ---------------------------------
> 
> - Fixed redirection after changing a portlet.
>   [maurits]
> - Fixed portal_calendar single type "links" in the calendar template.
>   [dr460neye]
> 
> plone.app.theming: 1.1b2 → 1.1
> ------------------------------
> 
> - Fixed i18n issues.
>   [vincentfretin]
> - Make the template theme do what it claims to do: copy styles as
>   well as scripts.
>   [smcmahon]
> - Change the label and description for the example theme to supply useful
>   information.
>   [smcmahon]
> - Upgrades from 1.0 get the combined "Theming" control panel that was added in
>   1.1a1.
>   [danjacka]
> 
> plone.i18n: 2.0.5 → 2.0.6
> -------------------------
> 
> - Fixed does not correctly handle client HTTP_ACCEPT_LANGUAGE is
>   language/country combination.
>   [jianaijun]
> 
> plone.outputfilters: 1.8 → 1.9
> ------------------------------
> 
> - If we have an image description it should go into the alt text of the img
>   tag
>   [ale-rt]
> 
> plone.portlet.collection: 2.1.3 → 2.1.4
> ---------------------------------------
> 
> - Support for Dexterity-based collections added. Use 'title_or_id' instead of
>   the AT-specific 'pretty_title_or_id'.
>   [timo]
> - Remove deprecated getIcon() method from collection portlet view.
>   [timo]
> 
> plone.scale: 1.3 → 1.3.1
> ------------------------
> 
> plone.schemaeditor: 1.3.1 → 1.3.2
> ---------------------------------
> 
> - Added pt_BR translation
>   [ericof]
> 
> z3c.form: 3.0a2 → 3.0a3
> -----------------------
> 
> - Updated pt_BR translation
> 
> DateTime: 3.0.2 → 3.0.3
> -----------------------
> 
> collective.xmltestreport: 1.2.6 → 1.2.8
> ---------------------------------------
> 
> plone.recipe.zope2instance: 4.2.9 → 4.2.10
> ------------------------------------------
> 
> - Recipe would fail if eggs are stored in readonly cache. Don't copy
>   permissions from the egg.
>   [garbas]
> 
> plone.recipe.zeoserver: 1.2.3 → 1.2.4
> -------------------------------------
> 
> - Adding ability to control output script name for repozo. Use the
>   repozo-script-name option to change the script name.
>   [do3cc]
> 
> robotsuite: 1.0.2 → 1.2.1
> -------------------------
> 
> PIL: 1.1.6 → 1.1.7
> ------------------
> 
> Pillow: 1.7.7 → 1.7.8
> ---------------------
> 
> ------------------------------------------------------------------------------
> Minimize network downtime and maximize team effectiveness.
> Reduce network management and security costs.Learn how to hire 
> the most talented Cisco Certified professionals. Visit the 
> Employer Resources Portal
> http://www.cisco.com/web/learning/employer_resources/index.html_______________________________________________
> Plone-developers mailing list
> Plone-developers at lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/plone-developers

Nejc Zupan

M: +386 (0)40 730 735
E: nejc.zupan at gmail.com

www.niteoweb.com | www.mladipodjetnik.si | www.eestec.net 

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.plone.org/pipermail/plone-qa-team/attachments/20130407/8f44ad57/attachment-0001.html>


More information about the QA-Team mailing list