Changelog
=========

1.0b2 (2011-02-14)
------------------

* The default namechooser now uses `IDCDescriptiveProperties` from
  ``zope.dublincore`` to get a `title` to work from. If no title is
  available, it falls back to the content class name.

* Updated dependencies according to the new tests.


1.0b1 (2011-02-02)
------------------

* Updated the package for Grok 1.3.

* Fixed a bug where the folder listing update was not called.

* The `Title` column now really displays the title, if available.

* The `Modified` column no longer displays 'None' if no date is
  available.


1.0a3 (2010-11-16)
------------------

* `TablePage` component is now imported from ``megrok.z3ctable``. We
  can now use the latest ``dolmen.app.layout``.


1.0a2 (2010-06-06)
------------------

* Restaured optional icon view rendering in both the add menu and the
  content listing.


1.0a1 (2010-06-04)
------------------

* We now use ``dolmen.menu`` instead of ``megrok.menu``.

* Removed icons from the Add to "Folder" menu.

* We now depend on the newest dolmen.content.

* Fixed a bug where the `zope.Public` permission was not handled like
  the special public permission it is.


0.4 (2010-05-31)
----------------

* Added translations (FR).

* Removed icons from the folder listing.


0.3 (2010-01-26)
----------------

* Cleaned up the dependencies : zope.app.testing is no longer used.


0.2 (2009-12-26)
----------------

* Corrected imports. Now all the dependencies are declared.

* Updated imports to use the latest ZTK.


0.1 (2009-11-03)
----------------

* Initial release
