Changelog
*********

0.8 - 2009-10-27
----------------

* added cgi parser for QUERY_STRING
  [seletz, ramonski]
* added custom string encoder/decoder
  [seletz, ramonski]
* fixed name chooser for german umlauts
  [ramonski]

0.7 - 2009-07-23
----------------

* re-fixed name chooser ...gnaarf
  [ramonski]
* removed silly logging
  [ramonski]

0.6 - 2009-07-23
----------------

* changed the paths to the resources in javascript from absolute to relative.
  This fixes some strange behaviour resulting in Uploadify - IOErrors
  [ramonski]
* fixed #2 (AttributeError: aq_parent) -- when doing uploads in the portal root
  [ramonski]
* The upload folder can now be in private state as well.
  [ramonski]

0.5 - 2009-06-25
----------------

* use now the jquery.js shipped with Plone.
  This satisfies the comment of Maurits van Rees in
  http://old.plone.org/products/ploneflashupload/issues/1
  [ramonski]
* fixed Bug with M$ IE Browsers described in
  http://www.uploadify.com/forum/viewtopic.php?f=4&t=266
  [ramonski]
* uses 'jq' variable instead of '$' in templates and javascript
  [ramonski]

0.4 - 2009-06-23
----------------

* added cancel button
  [ramonski]

* uploadify settings can be set in site_properties
  [ramonski]

* added a name chooser to avoid id clashes when uploading files
  [ramonski]

0.3 - 2009-06-22
----------------

* fixed bug for M$ IE Browsers that the 'Browse' button not appear
  [ramonski]

* changed permission for upload view to cmf.ModifyPortalContent
  [ramonski]

* added onAllComplete handler which reloads the location and displays the
  uploaded files immediatly in the folder_listing macro
  [ramonski]

* registered a browser view for the uploadify javascript initialization
  [ramonski]

* registered a browser view for the uploadify upload action
  [ramonski]

* removed unused code
  [ramonski]

0.2.2 - 2009-06-04
------------------

* added missing *.txt extension to MANIFEST.in **gnarf**, I hate setuptools!
  [ramonski]

0.2.1 - 2009-06-04
------------------

* added missing MANIFEST.in file
  [ramonski]

0.2 - 2009-06-04
----------------

* removed gs profile
  [ramonski]

* added css styles for buttons
  [ramonski]

* fixed bug with upper case file extensions
  [ramonski]

0.1 - 2009-04-30
----------------

* Initial release
  [ramonski]
