Changelog
=========

1.2.4 - 2011-04-29
------------------

   - fix file fields to work with ones that aren't
     required. [vangheem]

   - incorrect default value fo entry type. [vangheem]

1.2.3 - 2011-04-28
------------------

   - File fields are now working. [vangheem]

1.2.2 - 2011-03-03
------------------

   - Improved functionality for product developers: If user
     arrives to the pfg form via a plone content object,
     the referring content object is available
     as 'referrer' attribute of the event dispatched
     upon data entry content creation. [saffe]

   - Bugfix: anonymous TALES title override did not always
     work due to insufficient permissions. User is now
     elevated to "Owner" in the current context, allowing for more 
     useful TALES expressions. [saffe]


1.2.1 - 2011-02-24
------------------

   - New functionality for product developers: uwosh.pfg.d2c now fires
     a custom event upon a data content entry creation. Subscribe to:
     uwosh.pfg.d2c.interfaces.IFormSaveData2ContentEntryFinalizedEvent
     [saffe]

   - Improved documentation & Sphinx docs [saffe]


1.2 - 2011-02-20
----------------

   - New feature: dynamic data entry title override via a TALES
     expression configurable in the save data adapter. [saffe] [vangheem]


1.1.1 - 2011-02-11
------------------

   - fix translations
     [saffe]


1.1 - 2011-02-10
----------------

   - New feature: Any FTI clone of FormSaveData2ContentEntry type can be
     selected in the save adapter as the data content entry type to use.
     This makes it possible to apply different workflows, content rules
     etc. to content saved by different forms. [saffe]


1.0 - 2011-01-06
----------------

  - New saved data adapter derives from large (BTree) folder instead
    of regular ones to handle better large numbers of contained items.
    Upgrade step migrates from obsolete normal/slow folder storage to
    the new BTree storage.
    [nguyen]

  - fixed issue where it couldn't render the title viewlet if a
    lines field was used for the title field. Convert all value
    fields to string for the title.
    [vangheem]
    

0.8 (2010-10-30)
----------------

  - add support for pfg datagridfield
    [vangheem]
  

0.7 (2010-08-04)
----------------

 - added accessor method getValue for entry type.
 
 - index object properly after values are set
 
 - allow you to specify which field to use for the title
 

0.6 (2010-07-31)
----------------

 - added autoinclude entry point

 - only use _finishConstruction method if it's available since in newer 
   versions of CMFCore, it's not there.
   

0.5
---

 - use id for Title
 
 - allow avoiding security checks when creating content.
 
 - conditionally include certain fields for backwards compatibility

 - make backward compatible to at least PloneFormGen 1.2.2 -- maybe older.
 
 - added tests
 
 - added permissions for adding content
 
 - More fixes for the rating scale field. Should work as expected now.
 

0.4
---

 - fixed widgets not working correctly.

 - memoize the call to get the fields just in case it gets slow
 

0.3 (2010-07-27)
----------------

 - fix the way I checked for FileFields so that anything that subclasses a
   FileField won't try to get it's form value differently anymore.

0.2 (2010-07-27)
----------------

 - fix egg distro not including docs folder so the product wouldn't install
 
 - fixed file fields not saving

0.1 (2010-07-27)
------------------

 - initial release
