Personal tools
You are here: Home Products Plone Glossary Releases Plone Glossary 1.4.0RC1 (Release candidate)

Plone Glossary 1.4.0RC1 (Release candidate)

This is not a final release. Experimental releases should only be used for testing and development. Do not use these on production sites, and make sure you have proper backups before installing.

PloneGlossary is a Plone content type that allows you to manage your own glossaries, propose definitions and search in one or more glossaries. Any word defined is instantly highlighted in the content of your site. After adding a glossary, you can add your definitions to it. Definitions are a simple content type. Enter the word you want to define as the title, and the definition of the word in the text body. You can also specify variants of the word. For example if you define the word yoghurt, you may also want to allow the variants yogurt or yoghourt to be valid. Definitions will be highlighted (like an acronym) when they appear elsewhere in your site. (Also see the ploneglossary configlet.) Once you have a large number of definitions in your glossary, you can browse the glossary by the means of an alphabetic index, or perform a search in the glossary. Each glossary has an integrated search engine, which is simply a ZCatalog.

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

Available downloads

Release Notes

Tested with Plone 3
State Release candidate
License GPL
Release Manager Ingeniweb

#######
CHANGES
#######

TODO
####

* Cleanup code (we don't need to keep backward compat) to use Zope
2.10/Plone 3.0.

* i18n cleanup and synch (mail to translators, see README.txt)

* Issue: Why can't we construct ExampleGlossary content in unit tests
when it works using the UI (1 error in unit tests).

* Migrations from 1.3.3 (?)

* Have the definitions "wicked aware" is essential in a glossary, but
Wiki support seems buggy since it doesn't work in ATCT anymore
today.

* Remove the /content/schemata.py dispatch its code in content types
modules and utils.py.

* Wire rebuildCatalog when a PloneGlossary is renamed or moved using
events framework.

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)
[gle

Change log

*** Not available ***