.. This file should contain the changes for the last release only, which
   will be included on the package's page on pypi. All older entries are
   kept in HISTORY.txt

Changelog
=========

3.2 - December 31, 2008
-----------------------

- Merge the upgrade instructions from
  http://plone.org/documentation/manual/upgrade-guide/version/upgrading-from-3-x-to-3.2
  into the release notes.
  [wichert]


3.2rc1 - December 15, 2008
--------------------------

- Shifted profile and personal preferences to the left for RTL
  scripts. Closes
  http://dev.plone.org/plone/ticket/8169
  [emanlove]

- Load the `plone.app.locales` configure.zcml. This fixes
  http://dev.plone.org/plone/ticket/8788.
  [hannosch]

- Cleaned up Livesearch results for RTL Languages.
  Closes http://dev.plone.org/plone/ticket/4632
  [emanlove]

- For RTL languages adjusted document content padding so welcome
  text fits inside text area. Closes
  http://dev.plone.org/plone/ticket/6919
  [emanlove]

- For RTL languages shifted portrait photo to the left.
  Closes http://dev.plone.org/plone/ticket/6214
  [emanlove]

- Added 'context' as an alias for 'object' in action expressions.
  [davisagli]

- Include missing dependency on plone.app.locales.
  [hannosch]

- Moved plone specific diff tool configuration back to Plone default
  profile, since it's both plone specific and was never actually added
  to CMFDiffTool.
  Closes http://dev.plone.org/plone/ticket/8590
  [alecm]

- Fixed Forbidden error when attempting to login for the first time as a newly
  created user, if the must_change_password property has been added (as a
  Boolean) to the portal_memberdata tool and set to True.
  Closes http://dev.plone.org/plone/ticket/8425
  [hexsprite]

- Fixed the toc.js to not turn heading text containing an "@" into the link.
  Closes http://dev.plone.org/plone/ticket/7949
  [sbruno, calvinhp]

- Fixed the form_tabbing to use the correct buttons names. Closes
  http://dev.plone.org/plone/ticket/7559
  [lucie, calvinhp]

- Fixed the full_review_list select all link to only select the items shown
  and not all of the items at the portal root. This closes:
  http://dev.plone.org/plone/ticket/6991
  [garbas, calvinhp]

- Gave RTL.css higher priority within the stylesheet registry.
  loses http://dev.plone.org/plone/ticket/8505
  [emanlove]

- For RTL languages shifted Info Bar to the right.
  Closes http://dev.plone.org/plone/ticket/8140
  [emanlove]

- For RTL languages shifted comment icon to the right.
  Closes http://dev.plone.org/plone/ticket/6366
  [emanlove]


3.2a1 - October 11, 2008
------------------------

- Take getNotAddableTypes into account when determining if the editable
  border should be shown.
  [wichert]

- First fully eggified Plone release (ignoring the not yet eggified
  Zope2).
  [wichert]

