Plone Language Tool 2.0 (Aug 09, 2007)

New major feature release targeted at Plone 3.0

For additional information about this project, please visit the overview page .

Available downloads

PloneLanguageTool-2.0.tar.gz

For all platforms (0 kB)

Release Notes

Tested with Plone 3
State Final release
License GPL
Release Manager Hanno Schlichting
Released 2007/08/09 00:00:00 Universal

 

Change log

PloneLanguageTool 2.0 - Released August 9, 2007

    - No changes.
      [hannosch]

PloneLanguageTool 2.0rc1 - Released July 9, 2007

    - Changed the default for start_neutral. We don't start with neutral
      content anymore.
      [hannosch]

    - Removed registration of the language tool as an utility. It acquires
      the REQUEST from self.
      [hannosch]

    - Fixed path language negotiator to work with combined language codes.
      This closes http://dev.plone.org/plone/ticket/6661.
      [hannosch]

    - Deprecated the old-style portlet_language portlet. It has been moved to
      the plone_deprecated layer in CMFPlone and will be removed in Plone 3.5.
      [hannosch]

    - Removed the prefs_languages template in favor of a new formlib-based
      control panel in plone.app.controlpanel.
      [hannosch]

    - Updated some of the attributes on the language tool.
      [hannosch]

    - Fixed a KeyError while disabling country-specific language variants when
      the default language was a combined language code. This closes
      http://dev.plone.org/plone/ticket/6605.
      [hannosch]

    - Minor template corrections to prefs_languages.
      [hannosch]

PloneLanguageTool 2.0b4 - Released May 5, 2007

    - Removed the five:registerPackage statement again. It causes problems in a
      ZEO environment.
      [hannosch]

    - Added missing i18n markup to the prefs panel.
      [hannosch]

PloneLanguageTool 2.0b3 - Released May 1, 2007

    - Use getToolByName to get the portal_properties tool.
      [wichert]

    - Use English as default language if we can not find the properties tool.
      This can occur when browsing an unmigrated site through the ZMI.
      [wichert]

    - Content which is still being created is not translatable.
      [wichert]

    - Ported ccTLD negotiation logic over from the 1.x branch.
      [wichert]

PloneLanguageTool 2.0b2 - Released March 23, 2007

    - Added GS extension profile for product installation.
      [hannosch]

    - Added Zope3 interface to the language tool and use it for the
      registerToolInterface method.
      [hannosch]

PloneLanguageTool 2.0b1 - Released March 5, 2007

    - Integration and refactoring into plone.i18n / plone.app.i18n packages.
      [hannosch]