Changelog
=========

2009/12/11 0.2rc1
-----------------

Improved validation allows internal links and displays errors
so users know which links did not validate.


- validation allows internal links again
  [Liz]

- include plone.app.z3cform so validation errors are displayed nicely
  [fRiSi]

- added reference to product page and a screenshot to the README.
  [fRiSi]

- added i18n infrastructure and german translations (see `developer buildout README`_ for information
  how to add new translations
  [fRiSi]

  .. _`developer buildout README`: https://svn.plone.org/svn/collective/collective.viewlet.links/buildout/trunk/README.txt

- fixed GS version number so it won't get confused with package version
  (http://plone.org/support/forums/core#nabble-td2561549)
  [fRiSi]


2009/03/31 0.1rc2
-----------------

- using safe_unicode in i18n messagefactories to make them work with non ascii characters too.
  (viewlet raised an error when used on folders with umlauts in their title)
  [fRiSi]


2009/03/30 0.1rc1
-----------------

initial release

- validator that checks for correct syntax and valid urls
  [Liz]

- css for formatting links similar to portal colophon links
  [fRiSi]

- @@manage-links is able to edit links instead of needing to insert all of them again
  [fRiSi]

- cleanup package: removed configlet, widget and other stuff that's not needed for a functioning product yet.
  all the stuff is still available for lizzy in
  http://dev.plone.org/collective/browser/collective.viewlet.links/branches/liz_newform
  [fRiSi]

- added custom permission for managing links
  [fRiSi]

- using List(value_type=Object(schema=ILink)) for storing links
  [fRiSi]

- enabled storing links on any folder as annotation

- added README with basic functional test that ensures defining links and displaying them in viewlet works
  [fRiSi]

- fixed tests for plone 3.1 and plone.z3cform 0.3

  (see nouri's comment "Updated to work with 0.3 plone.z3cform and plone.app.z3cform" on
  http://plone.org/documentation/how-to/easy-forms-with-plone3)
  [fRiSi]

