Changelog for archetypes.kss

    (name of developer listed in brackets)

archetypes.kss - 1.4.3 Released 2008-11-02

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

archetypes.kss - 1.4.2 Released 2008-08-18
archetypes.kss - 1.4.1 Unreleased

    - 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]

archetypes.kss - 1.4 Released 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]

archetypes.kss - 1.4-rc1 Released 2008-03-25

    - prepare for release
      [ree]

archetypes.kss - 1.4-alpha1 Released 2008-03-09

    - prepare for release
      [ree]

archetypes.kss - 1.2.6 Released 2008-01-03

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

archetypes.kss - 1.2.5 Released 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]

archetypes.kss - 1.2.4.1 Released 2007-12-07

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

archetypes.kss - 1.2.4 Released 2007-12-06

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

archetypes.kss - 1.2.3 Released 2007-11-08

    - prepare for release
      [ree]

archetypes.kss - 1.2.2 Released 2007-10-06

    - Prepare for release
	  [ree]

archetypes.kss - 1.2-1 Released 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]

archetypes.kss - 1.2 Released 2007-08-17

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

archetypes.kss - 1.2-rc2 Released 2007-07-27

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

archetypes.kss - 1.2-rc1.1 Released 2007-07-12

    - Prepare for release
	  [ree]

archetypes.kss - 1.2-rc1 Released 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]

archetypes.kss - 1.2-beta2 Released 2007-04-30

    - Prepare for release
	  [ree]

archetypes.kss - 1.2-beta1 Released 2007-03-04

    - Prepare for release
	  [ree]

archetypes.kss - 1.2-alpha2 Released 2007.02.10

    - Preparation for release
	  [ree]

    - Initial package structure.
      [zopeskel]

