Products.PloneGlossary ploneglossary-1.4.0 (Jan 20, 2010)

More "plone3ish". Improved performances and UI.

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

Available downloads

Release Notes

Tested with Plone 3
State Final release
License GPL

1.4.0 - 2009-12-04
==================

* Fix upgrade step version.
[kdeldycke] 2009-04-29

* Refactor to avoid errors in tests tearDown
[tdesvenain]

* Fix portlet's <span> HTML tags to please IE6
(see http://dev.plone.org/plone/ticket/9027 for details).
[kdeldycke] 2009-05-06


1.4.0 RC2 - 2008-09-22
======================

* Upgrades moved to the GenericSetup way, and removed (useless)
"Migration" tab.
[glenfant]

* i18n of schemas using message factory.
[glenfant]

* Fixed test fixtures and associated GS profile.
[glenfant]

* Added metadata.xml to profiles, provision for future upgrades.
[glenfant]

* Fixed sorting of terms in glosary view using unicode normalization.
[glenfant]

* Eggification.
[glenfant]

* Added "add permissions" for content types instead of generic "Add portal
content"
[bmathieu]

* Using unicode normalization to get first letter of the term. This allows
to find terms starting with non-ascii characters.
[naro]

* use the standard PropertyManager API to handle properties on the tool
[wichert]

* clean up imports and remove some unneeded bbb code to make pyflakes happy
[wichert]

* improve the English wording in a few places
[wichert]

1.4.0 RC1
=========

* Using Zope 3 "page" technology to speed up complex templates
[glenfant]

* Using KSS style views for fast edit.
[glenfant]

* Full GenericSetup installation
[glenfant]

* Changed portlet into Plone 3 style
[glenfant]

* Fixed unit tests (new worflow doesn't allow anon to grab into
glossary)
[glenfant]

* Adding a /browser for new style views
[glenfant]

* Fix bug causing html entities in definition title/description to
appear as entity code instead of char ( ie. &amp; instead of & )

* Install: check for scripts/CSS before registering them

* Added support for Generic setup for the main tool

* Refactored as it can be overloaded

* Manages many types of glossaries

* Added interfaces

* Added test environment

* Don't set to debug in config.py by default. [roeder]
Otherwise there would be a bogus content type cluttering up portal_types.

* Batch navigation in glossary view added [roeder]

* Fixed highlighting : all glossaries are used if no glossary
explicitly selected

* Added czech translation (Lukas Zdych)

* Added a patch for ZCTextIndex _apply_index method: search terms with
synonymous found in global glossaries are replaced by an equivalent
"OR". By default this is done only for 'SearchableText' . This patch
is disabled by default (see config.py). [bmathieu]

* Fill portlet by template construct instead of javascript [bmathieu]

* Dropped plone 2.0 compatibility: use css and javascript
registries. Portlet structure complies with plone 2.1/2.5 standard
structures. Improved: highlight definitions whether portlet is
displayed or not. [bmathieu]

* Configure Glossary and Definitions to be managed by portal_factory
[bmathieu]

* Added support for rename after creation for glossary and definition
contents [bmathieu]

* Added german translation thanks to Richard M. Kues

* Added spanish translation thanks to Hector Velarde

* Added share tabs [zegor]