Changelog
=========

1.3 (2011-09-01)
----------------

- Load CMF permissions.zcml when on Plone 4.1 so the instance can start.
  [maurits]

- Added Plone 4.1 compatible formbase import.
  [maciej.zieba]


1.3b2 (2010-07-02)
------------------

- Compatibility with Plone 4. Product still works with Plone 3.3.1.
  [sargo]

- Handle non ascii filenames.
  [do3cc]

- Corrected permission for ticket view.
  [do3cc]

1.3b1 (2009-10-21)
------------------

- Updated content creation logic to use the normal invokeFactory, so all the
  normal events are called. Also updated the file name normalization logic to
  use plone.i18n directly.
  [hannosch]

- Removed folder listing from upload form. It was confusing, as it wasn't
  updated when new items had been uploaded.
  [hannosch]

- Removed old Extensions/Install.py installation approach.
  [hannosch]

- Updated documentation and package data to modern layout.
  [hannosch]

- Use the new extracted `z3c.widgets.flashupload` instead of bundling part of
  `z3c.widget` ourselves.
  [hannosch]

- Converted GenericSetup import step to use ZCML based registration.
  [hannosch]

- Updated GS profile to be a simple integer to follow best practices.
  [hannosch]

- Call processForm after ATCT content is created. This unmarks AT creation flag
  and calls IObjectInitializedEvent subscribers.
  [naro]

- The allowed file size limit can be now set in the portal_properties as a site
  property with the key 'pfu_file_size_limit'. Defaults to 100MB (see
  browser.py L: 180)
  [ramonski]

- When the user uploads image.gif but a file with that name has
  already been uploaded, try image-1.gif (up to image-100.gif).
  Fixes http://plone.org/products/ploneflashupload/issues/7
  [maurits]

- Added Michael Dunstan (dunny) to credits as he did the swfupload work :-)
  [reinout]

1.2rc (2009-01-16)
------------------

- ticket.py (issueTicket): added try..except block to fix AttributeError:
  getName - with the admin zope user. [ramonski]

- profiles/default/actionicons.xml: added configlet icon. This fixes #27 -
  Can't find the configlet [ramonski]

- profiles/default/contenttyperegistry.xml: added contenttyperegistry.
  This fixes #34 - uppercase file extension [ramonski]

- profiles/default/controlpanel.xml: renamed **new** configlet to be not
  deleted by the import_steps seetuphandlers.  This fixes also #27 - Can't
  find the configlet. [ramonski]

- Added SWFUpload 2.2 into PloneFlashUpload in an effort to resolve problems
  with Flash 10. See http://swfupload.org/. [ramonski]


1.1 (2008-11-10)
----------------

- Releasing 1.1 final as there's a 1.2 branch coming up with a good change.
  [reinout]

- Correctly use i18n_domain in configure.zcml. [maurits]

- Link fixed in README [reinout]


Release 1.1 beta2 (2007-12-13)
------------------------------

- I stupidly forgot to do an svn up so that the z3c.widgets.flashupload didn't
  get included... [reinout]


Release 1.1 beta1 (2007-12-12)
------------------------------

- Switched from being a Product to a lib/python library. [reinout]

- Switched to genericsetup for the definition of our actions. [Reinout van
  Rees]

- First rough update to get it working on plone 3.0 [reinout]


Release 1.0 final (2007-06-05)
------------------------------

Miscellaneous
~~~~~~~~~~~~~

- If flash is not supported by the browser the reported error message is now
  in bright red (higher visibility).  Also, the upload button is disabled and
  greyed out.  [Rocky Burt]

Bugs
~~~~

- Fixed issue #7: IE7 now properly refreshes the page after
  successful upload.
  [Rocky Burt]

- Fxied issue #8: Files with accented characters in their filenames
  are now uploaded properly.
  [Rocky Burt]

- Fixed issue #1: Upload tab will no longer show up on folders that
  can't have File's uploaded to it.
  [Rocky Burt]

- Fixed issue #2: Fixed issue where in IE7 when multiple files are uploaded
  only the first one was successfully uploaded.  Multiple files can now
  be uploaded properly.
  [Rocky Burt]

- Fixed issue #4: Uploading now works on ATBTreeFolder's too.
  [Rocky Burt]


Release 1.0beta1 (2007-05-14)
-----------------------------

- First release, basic functionality in place
