3.2.0 - 2005-12-16

  * overload some templates for Plone 2.1, layer is not installed for Plone < 2.1

  * fixed #1346492: discussion not working in Plone 2.1

  * Support rename after creation when using Archetypes 1.3.5

  * Fixed portal_membership calls in lock method of LockMixin.py - zegor


3.19 - 2005-10-28

  * Fix Acquisition problem on PloneArticle attachments

  * Added icon for multipage article - zegor

  * Added specific heading titles for images, attachments, links ans models forms - zegor

  * Fixed #1263243 : Bad context for allowedContentTypes - zegor

  * Fixed #1167744 : Sharing tab is missing - zegor

  * Added Reference tab - zegor


3.18 - 2005-07-29

  * Removing some bogus code in isVisible of ArticleLock, fixing a bug that
    surfaced in the upcoming Plone 2.1. 2005/07/28 MR

  * Fix PloneArticle schema copy bug

  * Now plonearticle_get_thumb_tag doesn't produce an error any more when an image
    is absent.

  * Now if a plone search is performed on a word which is in an indexed attachment, the
    attachment gets highlighted.

3.16 - 2005-03-17

  * Fixed VisualWidget size to 100%, thanks to Zegor

  * Now directory is stripped from filename under IE when uploading an ATFile without a title

  * Many little cosmetic improvements, thanks to Zegor! 

  * Fixed a weired permission bug with the 'Modify portal content' permission

3.14 - 2005-03-14

  * Bugfix on permissions under AT >= 1.3.2

3.12 - 2005-03-10

  * Minor bugfixes on permissions

3.11 - 2005-03-09

  * Minor bugfixes on links deletion

3.1 - 2005-03-08

  * Fixed minor translation errors (thanks to zegor)

  * Fixed a rounding error in image thumbnail size calculation

  * Fixed many cosmetic issues
  
3.02 - 2005-03-03
  
  * Fix breadcrumbs bug in reference popup. Add getBreadcrumbs method to PloneArticle tool

  * Now, PA's properties in the configlet is based on archetypes.

3.01 - 2005/02/08

  * Title is automatically filled if it's empty for uploaded content

  * Configlet for portal_article

  * Removed the propertysheet page in the article

3.0RC4 - 

  * Showing footer in plonearticle_view

  * Lock information only shown for members who have the edit permission

  * Fix bug when copying article between Plone site in ZMI

  * TupleType was used but not imported from types module in ATContentType.py,
    which could cause an error when saving an article.

  * Fixed model validation template file missing from previous release

3.0RC3 - 2004/12/28

  * Use EditPloneArticle permission on modify tab and properties tab

  * Fix bug : renaming article can cause a crash when it contains attachments

3.0RC2 - 2004/12/22

  * First fully integrated Archetypes version ! ;)
  
  * Models fits W3C standards

  * Improved addition of images : both as subobjects or AT references
  
  * Improved addition of attachments : both as subobjects or AT references
  
  * Added possibility to add links : both as subobjects or AT references
  
  * Locking support improvement
  
  * Added configlet to manage PloneArticle


2.04 - 2004/06/23

  * Add discussable property to PloneArticle

2.0 -

  * Removed Plone2-specific model templates : all models
    are now in a single page template with different macros
    
  * Plone 2 compliant
  
  * Add of a tool : plone_article tool
      - article text-format
      - choose model
      - enable preview
      - enable lock
      - set max attachments size
      
  * link to preview attachments (ex: MS-Word file)
  
  * Lock support
  
  * French translation updated

2.0Beta1 - 2003/12/18
 * Plone2 compatibility

1.1 - 2003/10/21
   * Created a PloneArticleSummary template to explain usage of getFirstThumbTag() script
   
   * Improved cacheability of thumbs (not perfect yet...)
   
   * Minor fixes on models
   
   * Now works without ImageTagHotfix

1.0 - 2003/09/17
  * Updated models management

1.0RC1
   * Made pretty models management
   
   * Splitted core functions into several distinct modules
   
   * Upload of unindexable documents (ie. protected PDFs, ...) now works
     with latest ZAttachmentAttribute version.

TODO

  * Integration of a tool for visually editing PloneArticle models

  * Documentation

  * Improvements V3 :

    - If image copied from article and pasted into article, do not write image copied. Just tell, image already in article.

    - When image/attach is too big, tell the max size authorized

    - In message : Model selected. Tell which model selected.

  * Could offer Homepage Models

    - Content Panels

    - News Site

    - Intranet

  * Improved Test plan

  * External and internal links

  * Provide a "download attach in a single ZIP file" feature

  * Provide a slideshow feature for images

  * Use functionnality-specific actions definitions

  * Use AttachmentWidget in PA, and make sure that attachment icons are correctly aligned

  * Make sure everything works smoothly even in the absence of images inside referenced Images
  
  * Create a PloneArticleVisualWidget to use dynamic allowed types specified in portal_article. Stop using ComputedAttribute for allowable_content_types.
