AddRemoveWidget 1.4 (Sep 10, 2008)

Bugfix release

For additional information about this project, please visit the overview page .

Available downloads

Product Package

For all platforms (0 kB)

Pypi Page

For all platforms

Release Notes

Tested with Plone 3
State Final release
License GPL
Release Manager Michael Dunlap
Released 2008/09/10

This release finally fixes the bug with having unicode characters in your keyword fields. This will not fix unicode characters in your Vocabulary sources because Vocabularies are run through i18n to provide translations. Please make sure you do not use unicode characters as ids for your Vocabulary terms.

Change log

  •  Fixed error with duplication of entries in the Available column. This fixes issue #9. [dunlapm]
  •  Fixed the long-standing issue with non-ascii characters in terms gathered from the catalog. Proper vocabularies should be just that, proper vocabularies where the "id" of a term consists of ascii characters and the "value" can contain unicode. Check the Vocabulary class in Products.Archetypes for a reference. [dunlapm]