Changelog
=========

1.6.0 (2010-07-31)
------------------

- Calling it a 1.6.0 final, no changes since b1.
  [esteele]

1.6.0b1 (2010-05-01)
--------------------

- Check for inline editing status on an actual field in the content-core, not
  title which is now rendered by hand.
  [davisagli]

1.6.0a3 (2010-03-09)
--------------------

- Made error message be a warning instead before the form has been submitted,
  this causes less disruption in a form while editing.
  [joelburton]


1.6.0a2 (2010-03-09)
--------------------

- Fixed test failure in testVersionPreviewIsNotInlineEditable.
  [hannosch]

1.6.0a1 (2009-11-19)
--------------------

- Fixed validation test to work with plone.app.blob files.

- Updated reference to IATDocument from Products.ATContentTypes to the
  standard location.
  [hannosch]

1.4.3 (2008-11-02)
------------------

- Enable unlock on unload for inline edits.
  [alecm]

1.4.2 (2008-08-18)
------------------

- Using an adapter to determine whether inline editing is enabled, so
  the default behaviour can easily be overridden.
  [fschulze]

- Added check for site_property 'enable_inline_editing'. This is a global
  setting which can still be overwritten with kss_inline_editable.
  [fschulze]

- Adjusted deprecation warnings to point to Plone 4.0 instead of Plone 3.5
  since we changed the version numbering again.
  [hannosch]

1.4 (2008-04-21)
----------------

- test on global_inline_editable should happen only in
  getKssClassesInlineEditable()
  Fixed disabling of inline editing
  [fschulze]

- Some Archetypes-validators expect the request 
  as a keyword argument. Fixes #8005.
  [mborch]

1.4-rc1 (2008-03-25)
--------------------

- prepare for release
  [ree]

1.4-alpha1 (2008-03-09)
-----------------------

- prepare for release
  [ree]

1.2.6 (2008-01-03)
------------------

- Fixed i18n markup in fields_versioning.py.
  [hannosch]

1.2.5 (2008-01-03)
------------------

- Changed 'saveField' to not require 'value' explicitly
  but to take it from the request if missing.
  This was done to support the use of 
  saveField-kssSubmitForm: currentForm();
  which is needed for multi-valued form variables.
  [raphael]

1.2.4.1 (2007-12-07)
--------------------

- Handle aborted versioning due to exceedingly 
  large files.
  (Fixes http://dev.plone.org/plone/ticket/7236)
  [alecm]

1.2.4 (2007-12-06)
------------------

- Fix #7236: Handle unregistered objects with a version id 
  during inline edit.
  [alecm]

1.2.3 (2007-11-08)
------------------

- prepare for release
  [ree]

1.2.2 (2007-10-06)
------------------

- Prepare for release
  [ree]

1.2-1 (2007-09-10)
------------------

- UID refactoring for fields (inline editing) support
  [mborch]

- Make sure inline edit is not active in the versioning preview. 
  (fixes #6958). From now on, the kss_inline_editable
  variable can be defined to False in a template and this will
  cause the contained widgets to be not inline editable
  even though their condition would allow it.
  [ree]

- implement versioning work with inline edit (fixes #6938)
  [ree]

1.2 (2007-08-17)
----------------

- Fix bugs and test layer
  [ree, gotcha, jvloothuis, nouri]

1.2-rc2 (2007-07-27)
--------------------

- inline edit for archetypes widget in view mode, first steps
  [gotcha]

1.2-rc1.1 (2007-07-1a2)
-----------------------

- Prepare for release
  [ree]

1.2-rc1 (2007-07-08)
--------------------

- Cleaned up self.context usage. In browser views in Zope2 you need to do
  an aq_inner on self.context before using it.
  [hannosch]

1.2-beta2 (2007-04-30)
----------------------

- Prepare for release
  [ree]

1.2-beta1 (2007-03-04)
----------------------

- Prepare for release
  [ree]

1.2-alpha2 (2007-02-10)
-----------------------

- Preparation for release
  [ree]

- Initial package structure.
  [zopeskel]
